Tivoli Monitoring, Version 6.2

tacmd listSystems

Description

Use the tacmd listSystems command to display a list of agents, optionally filtering for only those on a given managed system or one or more product codes, or both. The managed system name, product code, version, and status is displayed for each agent.

CLI syntax

tacmd listSystems [{-n|--node} managed-os]
                   [{-t|--type} pc ...]

tacmd listSystems [ {-t|--type|--types} TYPE ... ] [ {-s|--server|--servers} SER
VER ... ]

where:

-n|--node managed-os
Identifies the node, the directory on monitoring system where the OS agent is installed, for which you want to list the 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.
-t|--type pc ...
Identifies one or more product type codes for which to filter. The value of type is scoped to thenode level.
-s|--server|--servers
Lists systems that are assigned to a particular monitoring server.

CLI example

This command lists all of the systems in your enterprise.

   tacmd listSystems

This command lists all of the systems in your enterprise with the product code UM (universal agent systems).

   tacmd listSystems -t UM

This command lists all of the systems in your enterprise with the product code NT (NT nodes or operating system agents). This command is effective for listing all of the NT nodes in your enterprise.

   tacmd listSystems -t NT

This command lists all of the systems in your enterprise with product codes NT, LZ, or UX (NT operating system agents). This command is effective for listing all of the nodes in your enterprise.

   tacmd listSystems -t NT UX LZ

This command lists all of the systems on node Primary:STONE:NT with the product code UM (universal agent).

   tacmd listSystems -n Primary:STONE:NT -t UM

This command lists all of the systems on remote monitoring server REMOTE_TEMS5 with the product code UM (universal agent).

	tacmd listSystems -s REMOTE_TEMS5 -t UM

Return values

See Table 2.

Related commands

tacmd viewAgent

tacmd viewNode




Feedback

[ Top of Page | Previous Page | Next Page | Contents | Index ]