Remote Insight Command Language 315

DP_SPEED_AUTOSELECT is used to automatically select the transceiver speed. The possible values are "Yes" or "No." It is case insensitive.

DP_NIC_SPEED is used to set the transceiver speed if

DP_SPEED_AUTOSELECT was set to "No." The possible values are 10 or 100. Any other value results in a syntax error.

DP_FULL_DUPLEX is used to decide if the iLO diagnostic port is to support full-duplex or half-duplex mode. It is only applicable if DP_SPEED_AUTOSELECT was set to "No." The possible values are "Yes" or "No." It is case insensitive.

DP_IP_ADDRESS is used to select the IP address for the iLO Diagnostic Port. If an empty string is entered, the current address is unchanged. The expected format is XXX.XXX.XXX.XXX.

DP_SUBNET_MASK is used to select the subnet mask for the iLO Diagnostic Port. If an empty string is entered, the current address is unchanged. The expected format is XXX.XXX.XXX.XXX.

The iLO management processor will be rebooted to apply the changes after the script has completed successfully.

MOD_DIAGPORT_SETTINGS Runtime Errors

Possible MOD_DIAGPORT_SETTINGS error messages include:

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

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

GET_TOPOLOGY

The GET_TOPOLOGY command requests the respective iLO to return the current topology of the rack infrastructure. For this command to parse correctly, the GET_TOPOLOGY command must appear within a RACK_INFO command block, and RACK_INFO MODE can be set to read or write.