IBM Tivoli Monitoring, Version 6.3

tacmd deleteUser

Description

Use the tacmd deleteUser command to delete the existing user from Tivoli Enterprise Portal Server To delete a Tivoli Enterprise Portal user, 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 deleteUser 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 deleteUser
                      {-i|--id} USERID
                      [{-u|--userid} TEPS_USERID ]
                      [{-w|--password} TEPS_PASSWORD]
                      [{-s|--server} TEPS_HOSTNAME]
                      [{-f|--force}]

where:
-i|--id
Specifies the User ID to be deleted. This is a mandatory option. The User ID must not contain any blank space characters in it, and its maximum allowed length is 10 characters and it must not begin with '*' or '_' character.
-u|--userid
Specifies an existing User ID to log in 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, from where the user has to be deleted. If not specified, the given user is deleted from the local Tivoli Enterprise Portal Server.
{-f|--force}
Deletes the specified user ID from Tivoli Enterprise Portal Server without any confirmation from the user.

CLI example

This example deletes user TESTUSER from the server HDCHASDSTC0219.
   tacmd deleteUser –i TESTUSER –u sysadmin –w “tivoli123” –s HDCHASDSTC0219 –f

Return values

See Table 1.

Related commands

Return to Table 1.



Feedback