IBM Tivoli Monitoring, Version 6.3

tacmd deleteUserGroup

Description

Use the tacmd deleteUserGroup command to delete the existing user group from the Tivoli Enterprise Portal Server. To delete a Tivoli Enterprise Portal 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 deleteUserGroup 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 deleteUserGroup {-g|--gid} GROUPID
                      [{-u|--userid} TEPS_USERID ]
                      [{-w|--password} TEPS_PASSWORD]
                      [{-s|--server} TEPS_HOSTNAME]
                      [{-f|--force}]

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 32 characters, and it must begin with "_" or " * ".
-u|--userid
Specifies an existing User ID to log on to the 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 from where the group has to be deleted. If not specified, the given group ID is deleted from the local Tivoli Enterprise Portal Server.
{-f|--force}
Deletes the specified group ID from Tivoli Enterprise Portal Server without any confirmation from the user.

CLI example

This example deletes the group *TESTGRP from the server HDCHASDSTC0219.
   tacmd deleteUserGroup –g *TESTGRP –u sysadmin –w “tivoli123” 
–s HDCHASDSTC0219 –f

Return values

See Table 1.

Related commands

Return to Table 1.



Feedback