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 during running of Systemwalker Operation Manager. The deleted user is handled without access rights for all the projects.
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. |