Tivoli Monitoring, Version 6.2

tacmd viewsystemlist

Description

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

CLI syntax

tacmd viewsystemlist {-l|--list } listname  
                      [{-e|--export} [filename]]

where:

-l|--list listname
Name of the managed system list 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 filename
Export the managed system list 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.

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 list 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




Feedback

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