iLO 2 Scripting and Command Line Guide

SSO_SERVER runtime errors
A runtime error is generated:
If a certificate is a duplicate.
If a certificate is corrupt.
If the HP SIM server cannot be contacted using IMPORT_FROM.
If the HP SIM Trusted Server database is full. You must delete other records to make sufficient
room to add a new entry.
If the trust mode is set incorrectly.
DELETE_SERVER
The DELETE_SERVER command is used to remove an HP SIM Trusted SSO Server record. For this
command to parse correctly, it must appear within a SSO_INFO command block, and SSO_INFO
MODE must be set to write. You must have the Configure iLO 2 privilege to execute this command.
You can specify multiple SSO server records by using multiple instances of this command. The
servers are deleted in the order that the records are specified, and the records are renumbered
by each deletion. Delete records in the highest-to-lowest order if you want to delete multiple records
at the same time.
Example:
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="Administrator" PASSWORD="password">
<SSO_INFO MODE="write">
<DELETE_SERVER INDEX="6" />
</SSO_INFO>
</LOGIN>
</RIBCL>
DELETE_SERVER parameters
INDEX indicates the record number to delete. This number is consistent with the index returned
using a GET_SSO_SETTINGS command. The index is 0-based; that is the first record is index 0,
the second record is index 1, and so on.
DELETE_SERVER runtime errors
A runtime error is generated if the index is invalid.
SSO_INFO 157