IBM Tivoli Monitoring, Version 6.3

tacmd createUserGroup

Description

Use the tacmd createUserGroup command to create a new user group in the Tivoli Enterprise Portal. A group can have members and also be a member of another group as allowed by the Tivoli Enterprise Portal Server. The user ID and password for Tivoli Enterprise Portal Server log in are required by this command. To create a new group, the log in user must have the following permissions on the Tivoli Enterprise Portal:
  • User Administration -> Login
  • User Administration -> View
  • User Administration -> Modify
Note: If you want to use the current tacmd tepsLogin values for username, password, and server hostname, do not enter any of these options for the createUserGroup command. If you specify values for some, but not all of these options, you are prompted to specify the username and password if they are missing.

CLI syntax

tacmd createUserGroup  
                      {-g|--gid} NEW_GROUPID
                      [{-u|--userid} TEPS_USERID ]
                      [{-w|--password} TEPS_PASSWORD]
                      [{-b|--base} BASEDON_GROUP]  
                      [{-s|--server} TEPS_HOSTNAME]
                      [{-n|--name} NAME]
                      [{-d|--desc} DESCRIPTION]

where:
-g|--gid
Specifies the new Group ID to be created. The Group ID must not contain any blank spaces characters in it. Its maximum allowed length is 31.
-b|--base
Specifies the based-on group name. If specified, the new group will inherit the Permissions, Applications, Navigator Views and Member Of from the based-on group. If not specified the new group is created based on the Default User.
-u|--userid
Specifies an existing User ID to log on to Tivoli Enterprise Portal. The software prompts you for the User ID if you do not specify one.
-w|--password
Specifies the password for user authentication. The software prompts you for the password if you do not specify one.
-s|--server
Specifies the Tivoli Enterprise Portal Server hostname where the user has to be created. If not specified, the new group user is created in the local Tivoli Enterprise Portal Server.
-n|--name
Specifies the name for the group.
-d|--desc
Specifies a description for the new group.

CLI example

This example will create group *TESTGRP based on *ADMINISTRATOR on the server HDCHASDSTC0219.
   tacmd createUserGroup –g *TESTGRP –b *ADMINISTRATOR –u sysadmin 
–w “tivoli123” –s HDCHASDSTC0219 –n ADMINISTRATOR –d 
“test group with full permissions” 

Return values

See Table 1.

Related commands

Return to Table 1.



Feedback