Remote Insight Command Language 275

Logged-in user does not have required privilege for this command.

USER_INFO

The USER_INFO command can only appear within a LOGIN command block. When the command is parsed, it reads the local user information database into memory and prepares to edit it. Only commands that are USER_INFO type commands are valid inside the USER_INFO command block. The USER_INFO command generates a response that indicates to the host application whether the database was successfully read or not. If database is open for writing by another application, then this call will fail.

Example:

<USER_INFO MODE="write">

………USER_INFO commands …… </USER_INFO>

USER_INFO Parameter

MODE is a specific string parameter with a maximum length of 10 characters that specifies what you intend to do with the information. Valid arguments are "read" and "write."

Write mode enables both reading and writing of iLO information. Read mode prevents modification of the iLO information.

USER_INFO Runtime Error

None