I got stuck here..
# /etc/init.d/uptime_httpd stop
# /etc/init.d/uptime_core stop
# /etc/init.d/uptime_datastore stop
Nothing is in /etc/init.d for uptime, I get nothing when running this command
ll /etc/init.d | grep uptime* (or by looking in the directory manually)
I also don't get any results by doing a ps -ef | grep uptime*
However… chkconfig –list | grep uptime
results in uptimeagent:on
I'm following this KB step by step and figured I would ask before going another route
http://support.uptimesoftware.com/article.php?id=033
Thoughts? Thanks!