Synopsis
mpdeluser username [username...] | -all
Description
This command deletes the Operation Manager user registered to Systemwalker Operation Manager.
Options
username
Specify the Operation Manager user name to be deleted. Multiple user names can be specified.
-all
Specify to delete all the Operation Manager users registered to Systemwalker Operation Manager.
This option cannot be specified during running of the Systemwalker Operation Manager daemons. When specifying this option, execute this command after stopping the Systemwalker Operation Manager daemons.
Return Values
Return value | Meaning |
---|---|
0 | Normal termination |
Value other than 0 | Abnormal termination |
Reference
mpusermode, mpadduser, mpmoduser, mpsetpasswd, mpusers
Command Location
Solaris | Systemwalker installation directory/FJSVfwseo/bin |
Privilege Required
System administrator (superuser) privileges are required.
Cautions
When the -all option is specified, the Systemwalker Operation Manager daemons must be stopped.
Do not delete the user, who is using Systemwalker Operation Manager while running Systemwalker Operation Manager. The deleted user is treated as being without access rights for all the projects. If the deleted user had access rights to the master project, it is necessary to configure the master setting again.
In a cluster environment, only execute this command for the active node (the node with the shared disk mounted).
The settings configured on the active node using this command are reflected to the standby node during failover. Perform a check on the cluster system you are using as to whether the node is active or standby.
Examples
The following example deletes the Operation Manager user "swroot" registered to Systemwalker Operation Manager:
mpdeluser swroot
The following example deletes the Operation Manager users "swroot" and "swuser" registered to Systemwalker Operation Manager:
mpdeluser swroot swuser
The following example deletes all the Operation Manager users registered to Systemwalker Operation Manager:
mpdeluser -all
Execution Results/Output Format
Normal termination | No message is output. |
Abnormal termination | An error message is output. |