IBM Tivoli Monitoring, Version 6.3

tacmd creategroup

Description

Use the tacmd creategroup command to create a new group on the server. You must log in by using the login command before running the creategroup command.

CLI syntax

tacmd creategroup
  {-g|--group} GROUPNAME
  {-t|--grouptype} DEPLOY|BUNDLE|SITUATION|COLLECTION
  [-d|--description] DESCRIPTION
  [-p|--property|--properties] PROPERTY...
  [-l|--list] MANAGED_SYSTEM_NAME | MANAGED_SYSTEM_LIST

where:
-g|--group
Specifies the name of the group to be created.
-t|--grouptype
Specifies the group type name. Acceptable type names are DEPLOY, BUNDLE, SITUATION or COLLECTION.
-d|--description
Specifies the description for the group to be created.
-l|--list
Specifies one or more managed systems or managed system groups to be assigned to the group. This option is valid only for situation and collection groups.
-p|--property|--properties
Specifies one or more NAME=VALUE or SECTION.NAME=VALUE pairs that identify the configuration properties of the new group to be created. See Configuration options and properties for information on these properties.

CLI example

The following example creates a new deployment group "NewWindowsDeployGroup" on the server:
tacmd createGroup -g NewWindowsDeployGroup -t DEPLOY -p KDYRXA.RXAUSERNAME=testuser 
KDYRXA.RXAPASSWORD=1235 -d "Deploy Group"
The following creates a situation group that assigns the specified managed system to its distribution list:
   tacmd creategroup -g newGroup -t situation -l Primary:test1:NT

Return values

See Table 1.

Related commands

Return to Table 1.



Feedback