Page History
Review this solution if you run the Uptime Infrastructure Monitor Linux agent in Daemon daemon mode on a SUSE platform, follow the instructions below . Follow these steps to add the two links and observe that the up.time Agent agent does not start up after rebooting the server.
Code Block | ||
---|---|---|
| ||
ln -s /opt/uptime-agent/bin/upt_daemon.sh /etc/rc.d/rc3.d/S99uptm_daemon ln -s /opt/uptime-agent/bin/upt_daemon.sh /etc/rc.d/rc3.d/K1uptm_daemon |
Try Use the following steps for SLES 11 systems:
- Remove the 2 two links created in /etc/rc.d/rc3.d as described above.
- Add the following code:
Code Block language sql ln -s /opt/uptime-agent/bin/upt_daemon.sh /etc/rc.d/uptm_daemon
- Run
chkconfig --level 345 uptm_daemon
( where345
is the run level at which you want the agent to run at).
Try the following steps for SLES 9 systems:
- Remove the 2 two links created in /etc/rc.d/rc3.d as described above.
- Add the following code:
Code Block language sql ln -s /opt/uptime-agent/bin/upt_daemon.sh /etc/rc.d/uptm_daemon
- Run :
Code Block language sql chkconfig uptm_daemon uptm_daemon 345 chkconfig -t uptm_daemon xntpd uptm_daemon 345 xntpd on