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

Compare with Current View Page History

Version 1 Next »

If a Solaris agent is not collecting data because it is timing out, increase the timeout from the default 30 seconds with the following steps:\n
\n

\n
1. Run: inetadm -l /network/uptimeagent/tcp | fgrep exec
\n
This will return the current agent execution script and should be /opt/uptime-agent/bin/uptimeagent
2. Run the following command to increase the time out (in this case to 600 seconds or 10 minutes):
\n
inetadm -m /network/uptimeagent/tcp exec="/opt/uptime-agent/bin/uptimeagent -t 600"
3. Run the following command to verify that the change was successful:
\n
inetadm -l /network/uptimeagent/tcp | fgrep exec
You should see the following output: /opt/uptime-agent/bin/uptimeagent -t 600
You should now be able to poll the agent and up.time should be able to collect data from the agent as the timeout has been increased.
  • No labels