This section explains how to change the following information for Systemwalker common users using the swidmg_user_mng command.
Password
Organization name
Group name
By specifying an input file (user change information file) with the swidmg_user_mng command, information about multiple Systemwalker common users can be changed with a single operation.
Refer to "User Change Information File" for details on user change information files.
The following command execution example shows how to change the password for the following Systemwalker common user, who has already been registered.
Point
The execution results of the user management command are output to the standard output. If a CSV file is used to change information for numerous users, use the redirect function to output the execution results to a file.
User ID: swoperator
New password: password2
Product used: Systemwalker Centric Manager
[Windows]
User change information file: C:\tmp\user.csv
swidmg_user_mng MODIFY -i C:\tmp\user.csv |
[UNIX]
User change information file: /tmp/user.csv
swidmg_user_mng MODIFY -i /tmp/user.csv |
User change information file (user.csv)
"swoperator","passowrd2","","","CMGR" |
swidmg_user_mng MODIFY -id swoperator -password password2 -product CMGR |
Point
If the Systemwalker common user to be changed has been registered so that the user can use multiple products, specify any one of those products with the "-product" option.