Requesting compute power node status, Resetting sl-apm – HP ProLiant DL170e G6 Server User Manual

Page 69

Advertising
background image

Using XML 69

<SLAPM PORT=”1”/>

<DIST_MODULE PORT=”1”/>

<NODE PORT=”1”/>

<STATUS VALUE=”ON”/>

</MOD_COMPUTE_NODE_POWER>

</LOGIN>

</SLAPMCL>

To request SL Power Management Controller to turn on all nodes attached to SL-APM, enter
<MOD_ALL_COMPUTE_NODES_POWER_VALUE="ON"/>.
For example, to turn on all nodes:

<SLAPMCL VERSION="1.00">

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

<MOD_ALL_COMPUTE_NODES_POWER_VALUE="ON"/>

</LOGIN>

</SLAPMCL>

To request SL Power Management Controller to turn off all nodes attached to SL-APM, enter
<MOD_ALL_COMPUTE_NODES_POWER_VALUE="OFF"/>.
For example, to turn off all nodes:

<SLAPMCL VERSION="1.00">

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

<MOD_ALL_COMPUTE_NODES_POWER_VALUE="OFF"/>

</LOGIN>

</SLAPMCL>

Requesting compute power node status

To request the power status of a node, enter <GET_COMPUTE_NODE_POWER>.
For example:

<SLAPMCL VERSION="1.00">

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

<GET_COMPUTE_NODE_POWER>

<SLAPM PORT=”1”/>

<DIST_MODULE PORT=”1”/>

<NODE PORT=”1”/>

</GET_COMPUTE_NODE_POWER>

</LOGIN>

</SLAPMCL>

To request the power status of all nodes attached to SL-APM, enter
<GET_ALL_COMPUTE_NODES_POWER/>.
For example:

<SLAPMCL VERSION="1.00">

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

<GET_ALL_COMPUTE_NODES_POWER/>

</LOGIN>

</SLAPMCL>

Resetting SL-APM

To reset SL-APM, enter <RESET_APM>.
For example:

Advertising