cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
629
Views
0
Helpful
3
Replies

LMS Running Status

downeast75
Level 1
Level 1

Hello, This morning our LMS application is down, when trying to get to the login screen we are returned Page can not be displayed. What are the areas that need to be checked first to resolve this, processes, web server. Are there any commands that return the status or health of LMS. We are running our instance of LMS on Solaris. Thanks for the help

3 Replies 3

Joe Clarke
Cisco Employee
Cisco Employee

It sounds like either Apache or all of LMS has been shutdown. First, check the output of the /opt/CSCOpx/bin/pdshow command. Make sure Apache is still running. If that command fails, then Daemon Manager has most likely been shutdown. You will then need to run:

/etc/init.d/dmgtd start

Thanks for the help jclarke, I ended up restarting the daemon manager to correct the issue. FYI, the pdshow did fail. For future reference if it ever turns out that Apache had failed, what are the commands to restart Apache? Again, I appreciate all the help

If Apache alone has just failed, you can restart it with the pdexec command:

/opt/CSCOpx/bin/pdexec Apache

However, more than likely, other processes will have died as well. In that case, restarting dmgtd is the best option:

/etc/init.d/dmgtd stop

/etc/init.d/dmgtd start