Page History
...
- Log in to the monitoring station as the root user or the uptime user.
- At the command line, type the following commands to start Uptime Infrastructure MonitorUIM:
Code Block language sql /etc/init.d/uptime_datastore start /etc/init.d/uptime_core start /etc/init.d/uptime_httpd start /etc/init.d/uptime_controller start
To stop the UIM services, perform the following steps:
- Log in to the monitoring station as the root user or the uptime user.
- At the command line, type the following commands to stop Uptime Infrastructure MonitorUIM:
Code Block language sql /etc/init.d/uptime_httpd stop /etc/init.d/uptime_core stop /etc/init.d/uptime_controller stop /etc/init.d/uptime_datastore stop