Requesting information with xml commands, Requesting firmware version, Requesting rack topology – HP ProLiant DL170e G6 Server User Manual

Page 68: Requesting rack information, Modifying compute node power

Advertising
background image

Using XML 68

<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="1.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 turn a node on or off, enter <MOD_COMPUTE_NODE_POWER>.
For example:

<SLAPMCL VERSION="1.00">

<LOGIN USER_LOGIN="Administrator" PASSWORD="password">

<MOD_COMPUTE_NODE_POWER>

Advertising