This section explains how to delete Systemwalker common users using the swidmg_user_mng command.
By specifying an input file (user deletion information file) with the swidmg_user_mng command, multiple Systemwalker common users can be deleted with a single operation.
Refer to "User Deletion Information File" for details on user deletion information files.
The following command execution example shows how to delete 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 delete numerous users, use the redirect function to output the execution results to a file.
User ID: swoperator
Product used: Systemwalker Centric Manager
[Windows]
User deletion information file: C:\tmp\user.csv
swidmg_user_mng DELETE -i C:\tmp\user.csv |
[UNIX]
User deletion information file: /tmp/user.csv
swidmg_user_mng DELETE -i /tmp/user.csv |
"swoperator","CMGR" |
swidmg_user_mng DELETE -id swoperator -product CMGR |
Point
If the Systemwalker common user to be deleted uses multiple products, the user will not be deleted from the Systemwalker authentication repository until the user stops using all these products.