Synopsis
mpsetusermode -s {on|off}
Description
This command enables and disables the extended user management function.
Options
-s on
Specified to enable the extended user management function.
-s off
Specified to disable the extended user management function. This option is set to off just after installation.
Return Values
Return value | Meaning |
---|---|
0 | Normal termination |
Value other than 0 | Abnormal termination |
Reference
mpusermode, mpadduser, mpdeluser, mpmoduser, mpsetpasswd, mpusers
Command Location
Solaris | Systemwalker installation directory/FJSVfwseo/bin |
Privilege Required
System administrator (superuser) privileges are required.
Cautions
You cannot change the enable/disable state of the extended user management function during running of the Systemwalker Operation Manager daemons. This command must be executed after the Systemwalker Operation Manager daemons are stopped.
When the extended user management function is enabled after an OS user created a project, only the administrator can have the update right for the created project. Set access rights to the project as required. Owner information is inherited as it is.
When the extended user management function is disabled after an Operation Manager user created a project, only the system administrator (superuser) and project owner can have the update right for the created project. Set access rights to the project as required. Owner information is inherited as it is.
Examples
The following example enables the extended user management function:
mpsetusermode -s on
The following example disables the extended user management function:
mpsetusermode -s off
Execution Results/Output Format
Normal termination | No message is output. |
Abnormal termination | An error message is output. |