dbprocs
Kenichi Okada
okada at opaopa.org
Thu Apr 13 04:51:36 UTC 2000
In the message "dbprocs"
<sgln2ia9uk.wl at opaopa.org>
I <okada at opaopa.org> wrote:
> I use Solaris 2.5.1.
> The command `dbprocs' don't work correctory.
> -- Binary/unsupported file stripped by Listar --
> -- Type: application/octet-stream
Oops.
--
Kenichi Okada
mailto:okada at opaopa.org
*** dbprocs.in.orig Thu Apr 13 13:36:42 2000
--- dbprocs.in Thu Apr 13 13:37:02 2000
***************
*** 17,29 ****
stop)
if [ -f $PATHRUN/db_checkpoint.pid ]; then
! kill $(cat $PATHRUN/db_checkpoint.pid)
fi
if [ -f $PATHRUN/db_deadlock.pid ]; then
! kill $(cat $PATHRUN/db_deadlock.pid)
fi
if [ -f $PATHRUN/logremover.pid ]; then
! kill -HUP $(cat $PATHRUN/logremover.pid)
fi
sleep 5
# run one more checkpoint just to make sure
--- 17,29 ----
stop)
if [ -f $PATHRUN/db_checkpoint.pid ]; then
! kill `cat $PATHRUN/db_checkpoint.pid`
fi
if [ -f $PATHRUN/db_deadlock.pid ]; then
! kill `cat $PATHRUN/db_deadlock.pid`
fi
if [ -f $PATHRUN/logremover.pid ]; then
! kill -HUP `cat $PATHRUN/logremover.pid`
fi
sleep 5
# run one more checkpoint just to make sure
More information about the inn-workers
mailing list