This section explains how to add Systemwalker common users using the swidmg_user_mng command.
By specifying an input file (user registration information file) with the swidmg_user_mng command, multiple Systemwalker common users can be registered with a single operation.
Use the following procedure to add Systemwalker common users.
Add Systemwalker common users by executing the swidmg_user_mng command.
Point
The execution results of the user management command are output to the standard output. If a CSV file is used to add numerous users, use the redirect function to output the execution results to a file.
Refer to "User Registration Information File" for details on user registration information files.
In this command execution example, the following user is registered.
User ID: swoperator2
Password: password
Product used: Systemwalker Centric Manager
Organization name: OU=system operations section, OU=system operations department, DC=fujitsu, DC=com
[Windows]
User registration information file: C:\tmp\user.csv
swidmg_user_mng ADD -i C:\tmp\user.csv |
[UNIX]
User registration information file: /tmp/user.csv
swidmg_user_mng ADD -i /tmp/user.csv |
Sample user registration information file (user.csv)
"swoperator2","password","OU=system operations section, OU=system operations department, DC=fujitsu, DC=com","","CMGR" |
swidmg_user_mng ADD -id swoperator -password password -product "CMGR" -ou "OU=system operations section, OU=system operations department, DC=fujitsu, DC=com" |
Specify the privileges and other items for the Systemwalker common users that have been added, by referring to the manuals for each Systemwalker product.