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/runGuiServer
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:00 java -Xint -Xss3M -DS_LK=true -Djava.rmi.server.hostname=wake -Dcom.steeleye.LifeKeeper.rmiPort=82 -Dcom.steeleye.LifeKeeper.LKROOT=/opt/LifeKeeper -DGUI_RMI_REGISTRY=internal -DGUI_WEB_PORT=81 com.steeleye.LifeKeeper.beans.S_LK
To verify that the LifeKeeper GUI Server Administration Web Server is running type the following command:
ps -ef|grep steeleye-light | egrep -v “lklogmsg|runsv”
You should see output similar to the following:
root 12330 11872 0 14:04 ? 00:00:00 /opt/LifeKeeper/sbin/steeleye-lighttpd -D -f/opt/LifeKeeper/etc/lighttpd/lighttpd.conf
Post your comment on this topic.