Requesting information with xml commands, Requesting firmware version, Requesting rack topology – HP ProLiant SL2500 Scalable System User Manual
Page 70: Requesting rack information, Modifying compute node power

Using XML 70
<LOGIN USER_LOGIN="Administrator" PASSWORD="password">
<USER_INFO>
<MOD_USER USER_LOGIN="Administrator">
<PASSWORD VALUE="newpassword"/>
</MOD_USER>
</USER_INFO>
</LOGIN>
</SLAPMCL>
Requesting information with XML commands
You can request the firmware version, rack topology, and rack information with XML commands.
Requesting firmware version
To request the firmware information, enter <GET_FW_VERSION>.
For example:
<SLAPMCL VERSION="1.00">
<LOGIN USER_LOGIN="Administrator" PASSWORD="password">
<GET_FW_VERSION/>
</LOGIN>
</SLAPMCL>
Requesting rack topology
To request a return of the current topology of a rack infrastructure, enter <GET_RACK_TOPOLOGY>.
For example:
<SLAPMCL VERSION="2.00">
<LOGIN USER_LOGIN="Administrator" PASSWORD="password">
<GET_RACK_TOPOLOGY/>
</LOGIN>
</SLAPMCL>
Requesting rack information
To request information about a rack infrastructure, enter <GET_RACK_INFO>.
For example:
<SLAPMCL VERSION="1.00">
<LOGIN USER_LOGIN="Administrator" PASSWORD="password">
<GET_RACK_INFO/>
</LOGIN>
</SLAPMCL>
Modifying compute node power
To request SL Power Management Controller, or turn a node on or off, enter
<MOD_COMPUTE_NODE_POWER>.
For example:
<SLAPMCL VERSION="2.00">
<LOGIN USER_LOGIN="Administrator" PASSWORD="password">