Top
Systemwalker Operation Manager  Reference Guide
FUJITSU Software

2.13 mpusers Command [UNIX]

Synopsis

mpusers [-a]

Description

This command displays the list of the Operation Manager users registered to Systemwalker Operation Manager.

Option

-a:

Displays the following attributes of the registered Operation Manager user in addition to the name:

If this option is omitted, only the user name is displayed.

Return Values

Return value

Meaning

0

Normal termination

Value other than 0

Abnormal termination

Reference

mpadduser, mpdeluser, mpmoduser

Command Location

Solaris
HP-UX
AIX
Linux

Systemwalker installation directory/FJSVfwseo/bin

Privilege Required

System administrator (superuser) privileges are required.

Examples

The following example displays the list of the Operation Manager users registered to Systemwalker Operation Manager:

mpusers

The following example displays the list of the Operation Manager users registered to Systemwalker Operation Manager. The user attribute is also displayed.

mpusers -a

Execution Results/Output Format

If -a option is not specified:

# mpusers
swuser1
swuser2
swuser3
#

If -a option is specified:

# mpusers -a
NAME      OS USERNAME   ADMIN  DESCRIPTION
swroot1   root          Yes    Operation Manager Administrator
swroot2   root          Yes    Operation Manager Administrator
swuser1   user          No     Operation Manager User

Output Items

Output items are described below.

If the -a option is omitted, only the registered Operation Manager user names are displayed.

NAME

Displays the registered Operation Manager user name.

OS USERNAME

Displays the OS user name assigned to the Operation Manager user.

ADMIN

Displays "Yes" for administrator and "No" for non-administrator.

DESCRIPTION

Displays the registered description.