IBM Tivoli Monitoring, Version 6.2.2 Fix Pack 2

tacmd viewsystemlist

Description

This command displays the configuration of a managed system group or saves it in an export file.

CLI syntax

tacmd viewsystemlist {-l|--list } LIST
                      [{-e|--export} [FILENAME]]
                      [{-a|--availableSytem}]

where:

-l|--list
Name of the managed system group to be viewed or exported. Specify a string of letters (upper or lower case), numbers, underscores (_), or asterisks (*) up to a maximum length of 32-characters.
-e|--export
Export the managed system group definition to the specified export stream (file). The name of a file can be created or overwritten. If filename is not specified, the manage system list will be redirected to the standard output stream.
-a|--
List all the available managed systems on the server.

CLI example

This example displays the details of one of the catalog entries.

   tacmd viewsystemlist -l Test_All_Managed_Systems

This example displays the details of a new manages system list.

   tacmd viewsystemlist -l testList1

This example exports the managed system group testList1 to the specified file apache_httpd.xml.

   tacmd viewsystemlist -l testList1 -e apache_httpd.xml

Return values

See Return codes.

Related commands

tacmd createsystemlist

tacmd editsystemlist

tacmd deletesystemlist

tacmd listsystemlist

Return to Table 1.


[ Top of Page | Previous Page | Next Page ]