You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Review this solution if you run the up.time Linux agent in Daemon mode on a SUSE platform, follow the instructions below  to add the 2 links and observe that the up.time agent does not start up after rebooting the server.

\n
\n

ln -s /opt/uptime-agent/bin/upt_daemon.sh /etc/rc.d/rc3.d/S99uptm_daemon

\n

ln -s /opt/uptime-agent/bin/upt_daemon.sh /etc/rc.d/rc3.d/K1uptm_daemon

\n

Try the following steps for SLES 11 systems:

\n
  1. \n
    Remove the 2 links created in /etc/rc.d/rc3.d as described above.
  2. \n
    Add the following: ln -s /opt/uptime-agent/bin/upt_daemon.sh /etc/rc.d/uptm_daemon
  3. \n
    Run chkconfig --level 345 uptm_daemon (where 345 is the run level you want the agent to run at).
\n

Try the following steps for SLES 9 systems:

\n
  1. \n
    Remove the 2 links created in /etc/rc.d/rc3.d as described above.
  2. \n
    Add the following: ln -s /opt/uptime-agent/bin/upt_daemon.sh /etc/rc.d/uptm_daemon
  3. \n
    Run:
    • \n
      chkconfig uptm_daemon uptm_daemon 345
    • \n
      chkconfig -t uptm_daemon xntpd uptm_daemon 345
    • \n
      xntpd on
  • No labels