ltest just exits

Post Reply
MiniMe
Posts: 210
Joined: Thu Mar 15, 2001 4:30 pm

ltest just exits

Post by MiniMe »

This morning our DB on one of our servers just keeps locking up. When I try to run ltest it just exits back to the bash shell. also in the vortex log there are some of these errors..

Database monitor /usr/local/morph3/bin/monitor -d /db/tables/prod -z returned exit code 4

Any ideas.
User avatar
mark
Site Admin
Posts: 5513
Joined: Tue Apr 25, 2000 6:56 pm

ltest just exits

Post by mark »

Perhaps shared mem or semaphore problems. Try "rmlocks" on the db. If still the same stop all activity on the db. Kill the monitor with "monitor -k". Then do "rmlocks -f" on the db.
Post Reply