The HP ILO scripting guide gives an example of an unauthenticated xml query: "https:///xmldata?item=all"
(See page 46, http://h20000.www2.hp.com/bc/docs/support/SupportManual/c00294268/c00294268.pdf)
It also provides an example output:
<?xml version="1.0" ?>
<RIMP>
<HSI>
<SBSN>0004PBM158</SBSN>
<SPN>ProLiant DL380 G5</SPN>
<UUID>1226570004PBM158</UUID>
<SP>1</SP>
</HSI>
....
But this response seems to be very different from RIBCL which I find to be very well documented. Different machines also seems to give slightly different responses as well (blade, oa, proliant..etc).
I am looking for any more information about this response and RIMP.
The HSI tag seems to be related to the machine itself and the MP tag to the ILO interface, is this correct?
Are there any other parameters possible besides "xmldata?item=all"? Are there any major discover tools out there making use of this? I have found a few basic shell scripts.
Any suggestions would be appreciated Thank you, Skrap