IBM Tivoli Monitoring, Version 6.3

tacmd viewAgent

Description

Use the tacmd viewAgent command to display the details of the given agent or the agent for a given managed system. Details include whether the agent is running or not, the agent version, and all of the configuration data for the agent. Configuration data is not displayed for universal agents or OS agents.
Note: Remote Deployment is not supported in environments with a z/OS Tivoli Enterprise Monitoring Server. This restriction includes this command.

CLI syntax

tacmd viewAgent
                      {-m|--system} SYSTEM ...
  

tacmd viewAgent
                      {-n|--node} MANAGED-OS
                      {-t|--type} TYPE ...

where:
-m|--system
Specifies the managed system for which you want to view agent status.
-t|--type
Specifies one or more agents to view. The value of type is scoped to the node level.
-n|--node
Specifies the node on which the agents you want to view are installed. The node is the installation directory for all agents. The name of a node includes the computer where the OS agent is installed and the product code for the OS agent. For example, stone.ibm.com:LZ is the name of the node on computer stone.ibm.com, which has a Linux OS agent installed.

CLI example

The following command displays the details for the UM agent with the name stone:UA:
   tacmd viewAgent –m stone:UA
The following command displays the details for all UM agents on the node Primary:STONE:NT:
   tacmd viewAgent –n Primary:STONE:NT –t UM

Return values

See Table 1.

Related commands

tacmd viewNode

Return to Table 1.



Feedback