Mod_user runtime errors, Get_all_users – HP Remote Insight Lights-Out Edition II Board User Manual

Page 146

Advertising
background image

Scripting, command line, and utility options 146

REMOTE_CONS_PRIV is a Boolean parameter that gives permission for the user to access the Remote
Console functionality. This parameter is optional, and the Boolean string must be set to "Yes" if the user
should have Remote Console privileges. If this parameter is used, the Boolean string value must never be
left blank. Leaving out this privilege will deny the user access to any Remote Console functionality.

RESET_SERVER_PRIV is a Boolean parameter that gives the user permission to remotely reset the server or
power it down. This parameter is optional, and the Boolean string must be set to "Yes" if the user is
allowed to modify the server power. If this parameter is used, the Boolean string value must never be left
blank. Leaving out this parameter denies the user server reset privileges.

CONFIG_RILO_PRIV is a Boolean parameter that gives the user permission to configure the board
settings. The settings include network, global, Insight Manager, and SNMP settings. Leaving out the
parameter denies the user the ability to configure board settings.

VIRTUAL_MEDIA_PRIV is a Boolean parameter that gives the user permission to access the virtual floppy
functionality. This parameter is optional, and the Boolean string must be set to "Yes" if the user should
have virtual floppy privileges. If this parameter is used, the Boolean string value must never be left blank.
Leaving out this parameter denies the user virtual floppy privileges.

IMPORTANT: The following parameters limit the address from which the user may log in. If the user

attempts to log in from other addresses, the request will be refused as though the user has typed an incorrect
password. Exactly one of the following parameters must be present for a restriction to apply. To indicate that
there is no limit to the locations from which the user can log in, do not enter one of these parameters. If the
parameter is not blank, then the client addresses are limited as indicated.

CLIENT_IP specifies a single IP address that the user may use to connect to the RILOE II. This parameter
must be a complete numerical IP address in the 0.0.0.0 format.

CLIENT RANGE specifies a range of addresses that the user is allowed to use to access the RILOE II in the
0.0.0.0 format. Two addresses are specified with a dash (—) between them. Both addresses must be
valid and complete TCP/IP numerical addresses. Any address that falls inside the range numerically will
be accepted. This data parameter is mutually exclusive to the CLIENT_IP and the DNS_NAME parameters.

DNS_NAME specifies a DNS name with which the user logs in to the RILOE II and has a maximum length
of 50 characters. This parameter is mutually exclusive to the CLIENT_IP and the CLIENT_RANGE
parameters.

MOD_USER runtime errors

The possible MOD_USER error messages include:

Login name is too long.

Password is too short.

Password is too long.

User information is open for read-only access. Write access is required for this operation.

User login name must not be blank.

Cannot modify user information for currently logged user.

User does not have correct privilege for action. ADMIN_PRIV required.

GET_ALL_USERS

The GET_ALL_USERS command will return all USER_LOGIN parameters in the user database. For this
command to parse correctly, the command must appear within a USER_INFO command block, and
USER_INFO MODE can be in read or write. The user must have the administrative privilege to retrieve all
user accounts.

Example:

Advertising