article Solaris Agent Timeout

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:

1. Run: inetadm -l /network/uptimeagent/tcp | fgrep exec
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):
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:
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.

Related Articles


Installing / Uninstalling the up.time agent on Solaris

RatingViews
article

The up.time Solaris agent is based on the Solaris package format and installation follows the same steps as adding or removing a standard Solaris package.

By: uptime Support | Date Created: 7-13-2006 | Last Modified: 4-2-2014 | Index: 085

  9012

Installing / Uninstalling the up.time agent on AIX / HP-UX

RatingViews
article

This article explains how to install an agent on AIX and HP-UX systems.

By: uptime Support | Date Created: 10-25-2005 | Last Modified: 2-11-2013 | Index: 032

  12830

Modify session timeout on the up.time User Interface

RatingViews
article

To modify the session timeout value for the up.time User Interface: 1. Open the following file: //apache/php/php.ini 2. Edit the following line: session.cache_expire = 180 (note that the value is...

By: uptime Support | Date Created: 7-7-2011 | Last Modified: 8-11-2011 | Index: 535

  1791

Solaris Performance Metrics

RatingViews
article

This article outlines the performance metrics that are gathered by the up.time Solaris agent.

By: uptime Support | Date Created: 1-26-2007 | Last Modified: 5-22-2013 | Index: 127

  12002

SSL with Solaris agent

RatingViews
article

How to use SSL with the Solaris agent: Install Stunnel on Solaris.Install the agent on Solaris.Run the command to see the executed script: inetadm -l /network/uptimeagent/tcp | fgrep execRun the...

By: uptime Support | Date Created: 5-10-2013 | Last Modified: 5-11-2013 | Index: 593

  2027

User Comments



No comments have been posted.

Copyright © 2021 IDERA, Inc.   Legal   Privacy Statement