IBM Tivoli Monitoring, Version 6.3

tacmd createsystemlist

Description

This command creates a new managed system group. You must log in by using the login command before running the createsystemlist command.

Note: The correct name to use in commands for the Unix Logs agent is "Unix Logs". "Monitoring agent for Unix Logs" has been superseded.

CLI syntax

tacmd createsystemlist
                      {-l|--list} LISTNAME
                      {-b|--basedOn} BASELISTNAME
                      [{-m|--system} SYSTEM]

tacmd createsystemlist
                      {-l|--list} LISTNAME
                      [{-t|--type} TYPE]
                      {-m|--system} SYSTEM  

tacmd createsystemlist
                      {-i|--import} FILENAME

where:
-l|--list
Name of the new managed system group to be created. Specify a string of letters (upper or lower case), numbers, periods (.), at symbols (@), dollar signs ($), asterisks (*), number signs (#), underscores (_), colons (:) or blanks ( ) up to a maximum length of 32 characters.
-m|--system
Name or names of the managed systems. Specify a string of letters (upper or lower case), numbers, periods (.), at symbols (@), dollar signs ($), asterisks (*), number signs (#), underscores (_), colons (:) or blanks ( ). This option is required when specifying -t|--type and is optional when specifying -b|--basedOn.
-b|--basedOn
Name of the managed system group 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 option is mutually exclusive with -t|--type.
-i|--import
Import the system list definition. Specify the name of a readable file containing a valid system list definition.
-t|--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 might 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 option 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

Return to Table 1.



Feedback