If configured to do so, the iLO 3 device will return some identifying information in response to an unauthenticated XML query. By default, the iLO 3 is configured to return this information. To disable this feature, set the CIM_SECURITY_MASK in the MOD_SNMP_IM_SETTINGS command to disallow returned information.
To obtain unauthenticated identifying information, submit the following command to the iLO 3 web server port:
https://<iloaddress>/xmldata?item=all
A typical response to this command is:
<?xml version="1.0" ?>
<RIMP>
<HSI>
<SBSN>0004PBM158</SBSN>
<SPN>ProLiant DL380 G5</SPN>
<UUID>1226570004PBM158</UUID>
<SP>1</SP>
</HSI>
<MP>
<ST>1</ST>
<PN>Integrated Lights-Out 2 (iLO 2)</PN>
<FWRI>1.10</FWRI>
<HWRI>ASIC: 5</HWRI>
<SN>ILO0004PBM158</SN>
<UUID>ILO1226570004PBM158</UUID>
</MP>
</RIMP>