Specifications
Disabling Automatic LifeKeeper Restart
Disabling Automatic LifeKeeper Restart
If you do not want LifeKeeper to automatically restart when the system is restarted, type the following
command:
chkconfig lifekeeper off
See the chkconfig man page for further information.
Viewing LifeKeeper Processes
To see a list of all LifeKeeper daemon processes currently running, type the following command:
ps -ef | grep LifeKeeper
An example of the output is provided below:
root 947 1 0 16:25 ?00:00:00 /opt/LifeKeeper/bin/lcm
root 948 1 0 16:25 ? 00:00:00/opt/LifeKeeper/bin/ttymonlcm
root 949 1 0 16:25 ? 00:00:00/opt/LifeKeeper/bin/lcd
root 950 1 0 16:25 ? 00:00:00/opt/LifeKeeper/bin/lkcheck
root 951 1 0 16:25 ? 00:00:00/opt/LifeKeeper/bin/lkscsid
root 1104 1 0 16:26 ? 00:00:00/opt/LifeKeeper/bin/lk_logmgr -1
Note: There are additional GUI Server daemon processes that run in addition to the core LifeKeeper
daemon processes shown above. SeeViewing LifeKeeper GUI Server Processesfor a list of the
processes associated with the GUI Server.
Viewing LifeKeeper GUI Server Processes
To verify that the LifeKeeper GUI Server is running, type the following command:
ps -ef | grep runGuiSer
You should see output similar to the following:
root 2805 1 0 08:24 ? 00:00:00 sh /opt/LifeKeeper/bin/runGuiSer
To see a list of the other GUI Server daemon processes currently running, type the following
command:
ps -efw | grep S_LK
You should see output similar to the following:
root 819 764 0 Oct16 ? 00:00:00java -Xint -Xss3M -DS_LK=true -
Djava.rmi.server.hostname=wake -Dcom.steeleye.LifeKeeper.rmiPort=82
-Dcom.steeleye.LifeKeeper.LKROOT=/opt/LifeKeeper -DGUI_RMI_
172User Guide