Hi ,
i have installed greenplum Single Node Edition on suse linux with 4 segments.
due to abrupt shutdown of the linux server we have encountered disk errors.
then recovered the disk using 'fsck' command and then the linux server started fine.but from then on, i was unable to start the greenplum database with the segments.
'postmaster.pid' files are missing in the segments.
i am able to start only the gp master.
tried using the pg_ctl restart ,pg_ctl stop , pg_ctl start providing the master data directory but had no luck so far.
it says- pg_ctl: could not start server
how do i bring up the database with all the segments workin fine??
when i stop the database with the 'gpstop' command we encounter the following message
-------------------------------------------------
Failed Segment Stop Information
-------------------------------------------------
DBID:2 FAILED host:'linux-tuz4' datadir:'/seg-1/gpsne0' with reason:'Shutdown failed'
-----------------------------------------------------
Segments stopped successfully = 3
Segments with errors during stop = 1
-----------------------------------------------------
Successfully shutdown 3 of 4 segment instances
-----------------------------------------------------
Failed to shutdown 1 of 4 segment instances
A total of 1 errors were encountered
to recover failed segment -1 i issued the command gprecoverseg then i got the following message.
-gprecoverseg failed. (Reason='could not connect to server: Connection refused
Is the server running on host "127.0.0.1" and accepting
TCP/IP connections on port 5432?
please help me out in this regard.
Regards,
Rakesh


Reply With Quote