This article outlines the commands used to control the up.time agent on Solaris 10. Changing the agent port
Change the agent user permissions To change agent user permissions, enter the following command at the command line: inetadm -m svc:/network/uptimeagent/tcp:default user="username" Where Start the agent service To start the agent service, enter the following command at the command line: svcadm enable network/uptimeagent/tcp Stop the agent service To stop the agent service, enter the following command at the command line: svcadm disable network/uptimeagent/tcp Confirm that the agent service is running svcs -l network/uptimeagent/tcp OR inetadm Confirm that the inetd service is running properly Enter the following command at the command line to verify that the inetd-dependent services are running: svcs -l network/inetd Confirm the status of security restrictions on the agent service Confirm the status of any security restrictions on the agent service with the following commands: # inetadm -l network/uptimeagent/tcp | grep wrappers # svcprop -p defaults inetd | grep wrappers # cat /etc/hosts.allow # cat /etc/hosts.deny Add the agent service manually To manually add an agent, enter the following commands: # cp uptimeagent-tcp.xml /var/svc/manifest/network # svccfg import /var/svc/manifest/network/uptimeagent-tcp.xml Where Delete the agent service manually The first command stops the agent service and the subsequent commands remove the agent service. # svcadm disable network/uptimeagent/tcp # svccfg delete network/uptimeagent/tcp # rm ?f /var/svc/manifest/network/uptimeagent-tcp.xml Refresh the agent settings Use the following command to refresh the agent settings: svcadm refresh network/uptimeagent/tcp Set a service to start at boot To set the agent service to start with the operating system, enter the following command: svcadm enable <FMRI> Where |
Installing / Uninstalling the up.time agent on Solaris | Rating | Views | |
---|---|---|---|
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 |
9261 |
Installing / Uninstalling the up.time agent on AIX / HP-UX | Rating | Views | |
---|---|---|---|
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 |
13025 |
Solaris Performance Metrics | Rating | Views | |
---|---|---|---|
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 |
12173 |
SSL with Solaris agent | Rating | Views | |
---|---|---|---|
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 |
2231 |
Solaris Agent Timeout | Rating | Views | |
---|---|---|---|
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... By: uptime Support | Date Created: 5-24-2013 | Last Modified: 5-25-2013 | Index: 595 |
1581 |