|
From: Jayesh T. <jat...@ya...> - 2010-05-21 09:14:30
|
Dear All,
I'm facing problem in starting coordinator for both version pg-xc_9 and
pg-xc_9.1 .
Steps that I followed :
1. created "postgres" user
#useradd postgres
2. Configured postgres-xc as a root user
#./configure CFLAGS='-DPGXC'
3. then
#make
#make install
4. As postgres user
#initdb -D /data/cooordinator
It seems I'm having problem with 'postgres' user otherwise its fine for
other user say jayesh when data folder initialized as 'jayesh' user
Error I'm getting:
--------------------------------------------------------------------------------------------------------------
[postgres@localhost bin]$ ./pg_ctl start -D /data/coorrdinator -S
coordinator
[postgres@localhost bin]$ LOG: database system was interrupted while in
recovery at 2010-05-21 20:07:19 IST
HINT: This probably means that some data is corrupted and you will have to
use the last backup for recovery.
LOG: database system was not properly shut down; automatic recovery in
progress
LOG: pool manager process (PID 323) exited with exit code 1
LOG: terminating any other active server processes
LOG: startup process (PID 322) exited with exit code 2
LOG: aborting startup due to startup process failure
--------------------------------------------------------------------------------------------------------------
--
- Jayesh A Tembhekar
-----------------------------------------------------------
My Blogs: http://www.iviewon.blogspot.com
My Photos: http://www.flickr.com/photos/iviewon/
My Twitts: http://twitter.com/Jatembhekar
-----------------------------------------------------------
|