Kbase P51228: Proshut using -by or -F doesn't shutdown the database
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  2/23/2010 |
|
Status: Verified
SYMPTOM(s):
Proshut using -by or -F doesn't shutdown the database
Database does not shutdown after a forced shutdown command has been given
FACT(s) (Environment):
UNIX
Progress 9.x
OpenEdge 10.x
CAUSE:
The exact cause is unknown at the time of this writing
FIX:
Workaround:
Use the UNIX "ps -ef _mprosrv" to determine all broker processes running on the machine. You will need to find the correct one for your specific database, and you need to select the one that doesn't have "-m1" on the command line.
Once you know which process it is and therefore the process ID (PID), you can use the UNIX "kill -8 PID" command against the broker process. This should generate a core dump / stacktrace, and should also kill the broker and bring the database down.
If it doesn't, then you may need to use the UNIX "kill -9 PID" command against the database PID.
During the next start up it should perform normal crash recovery.