IBM Tivoli Monitoring, Version 6.3

tacmd createUser

Description

Use the tacmd createUser command to create a new user in 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 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 createUser 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 createUser  
                      {-i|--id} NEW_USERID
                      [{-u|--userid} TEPS_USERID ]
                      [{-w|--password} TEPS_PASSWORD]    
                      [{-b|--base} BASEDON_USERID]
                      [{-s|--server} TEPS_HOSTNAME]
                      [{-n|--name} NAME]
                      [{-dn|--distname} DISTINGUISHEDNAME]
                      [{-d|--desc} DESCRIPTION]

where:
-i|--id
(required) Specifies the new User ID to be created. 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.
-b|--base
Specifies the ID, based on which the new user has to be created. The new user is created with the same properties as that of the base user. If not specified, the new user is created based on the Default User. The base 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 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 user is created in the local Tivoli Enterprise Portal Server.
-n|--name
Specifies the name of the user.
-dn|--dname
Specifies the distinguished name for the user.
-d|--desc
Specifies a description for the new user.

CLI example

This example will create user TESTUSER based on sysadmin on the server HDCHASDSTC0219.
   tacmd createUser –i TESTUSER –b sysadmin –u sysadmin –w “tivoli123”
–s HDCHASDSTC0219 –n sysadmin
–dn UID=TESTUSER,O=DEFAULTWIMITMBASEDREALM 
–d administration

Return values

See Table 1.

Related commands

Return to Table 1.



Feedback