IBM Tivoli Monitoring, Version 6.3

tacmd viewUser

Description

Use the tacmd viewUser command to display the details of a specified user. To view users, the logged on 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 viewUser 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 viewUser
                      {-i|--id} USERID
                      [{-u|--userid} TEPS_USERID]
                      [{-w|--password} TEPS_PASSWORD]
                      [{-s|--server} TEPS_HOSTNAME]
                      [{-p|--permissions} |
                      {-a|--applications} |
                      {-v|--views} |
                      {-o|--memberof}]

where:
-i|--id
Specifies the user ID for which users are to be listed. 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 the existing user ID to log on to Tivoli Enterprise Portal Server. 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 users are to be listed. If not specified, the users belonging to the group ID will be listed from the local Tivoli Enterprise Portal Server.
-p|--permissions
Displays permissions for the given user. The permissions inherited from group are prefixed with '#' and read only permissions will have 'I' appended to the permission value. The permissions are listed by realm (KFW is the default realm).
-a|--applications
Displays assigned and available applications for a given user. The applications inherited from group will be prefixed with '#'.
-v|--views
Displays assigned and available navigator views for the given user.
-o|--memberof
Displays the group names in which the user is member of.
Note: The -v, -p -a, and -o options are mutually exclusive. If you enter more than one, you will receive a message that the second option entered is repeating. For example:
C:\IBM\ITM\bin>tacmd viewuser -u sysadmin -w mypassword -a -v

   KUIC02022E: The command did not complete because -v option is repeating.

CLI example

This example displays permission related details for the user TESTUSER for the server HDCHASDSTC0219.
   tacmd viewUser –i TESTUSER –u sysadmin –w “tivoli123” –s HDCHASDSTC0219 –p

Return values

See Table 1.

Related commands

Return to Table 1.



Feedback