Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Where uptimeagent-tcp.xml is the file that contains the settings for the uptimeagent service. 

...

Delete the agent service manually

The first command stops the agent service and the subsequent commands remove the agent service.

To manually delete an agent

Code Block
languagesql
# svcadm disable network/uptimeagent/tcp 
# svccfg delete network/uptimeagent/tcp

...


# rm ?f /var/svc/manifest/network/uptimeagent-tcp.xml

...

Refresh the agent settings

...

To refresh the agent settings

...

Code Block
languagesql
 svcadm refresh network/uptimeagent/tcp

...

 

Set a service to start at boot

To set the agent service to start with the operating system

...

Code Block
languagesql
svcadm enable

...

 <FMRI> 

Where <FMRI> is the Fault Management Resource Identifier, which is the formal name for a resource on which Solaris 10 can perform automated fault management.