Tivoli Monitoring, Version 6.2

tacmd createsystemlist

Description

This command creates a new managed system list.

CLI syntax

tacmd createsystemlist {-l|--list} listname
                       {-m|--system} system ...
                       [{-t|--type} type]

tacmd createsystemlist {-l|--list} listname
                       {-b|--basedOn} baselistname
                       [{-m|--system} system ...]

tacmd createsystemlist {-i|--import} filename

where:

-l|--list listname
Name of the new managed system list to be created. Specify a string of letters (upper or lower case), numbers, or underscores (_) up to a maximum length of 32 characters.
-m|--system system ...
Name or names of the managed systems. Specify a string of letters (upper or lower case), numbers, underscores (_), colons (:), or periods (.). This parameter is required when specifying -t|--type and is optional when specifying -b|--basedOn.
-b|--basedOn baselistname
Name of the managed system list on which on which to base the new system list. The new system list is identical to the base system list except the name (LISTNAME) and any systems that are specifically changed. Specify a string of letters (upper or lower case), numbers, underscores (_), or asterisks (*). This parameter is mutually exclusive with -t|--type.
-i|--import filename
Import the system list definition. Specify the name of a readable file containing a valid system list definition.
-t|--type type
The type of the new system list. Specify a string for the managed system type name or its associated 2 character code. The string may consist of letters (upper or lower case), numbers, underscores (_), slashes (/), left parenthesis "(", right parenthesis ")", or spaces ( ). If not specified, a type of "All Managed Systems" is used. This parameter is mutually exclusive with -b|--basedOn.

CLI example

This example creates a system list testList1 on the server https://10.102.22.123:3661.

   tacmd createsystemlist -l testList1 -t NT 
                          -m Primary:HDCHASDSTC0420:NT HUB_HDCHASDSTC0420

Return values

See Return codes.

Related commands

tacmd editsystemlist

tacmd deletesystemlist

tacmd viewsystemlist

tacmd listsystemlist




Feedback

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