Modify all compute node power, Get compute node – HP ProLiant DL170e G6 Server User Manual

Page 94

Advertising
background image

XML commands 94

<SLAPMCL VERSION="1.00">

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

<MOD_COMPUTE_NODE_POWER>

<SLAPM PORT=”1”/>

<DIST_MODULE PORT=”1”/>

<NODE PORT=”1”/>

<STATUS VALUE=”ON”/>

</MOD_COMPUTE_NODE_POWER>

</LOGIN>

</SLAPMCL>
where
USER_LOGIN is the login name of the user account. This parameter is case sensitive and must never be

blank.
PASSWORD is the password associated with the user.

Description:
This command, executed in XML, requests SL Power Management Controller to turn a node on or off.

Modify all compute node power

Command:
<SLAPMCL VERSION="1.00">

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

<MOD_ALL_COMPUTE_NODES_POWER_VALUE="ON"/>

</LOGIN>

</SLAPMCL>
to turn on all nodes, or
<SLAPMCL VERSION="1.00">

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

<MOD_ALL_COMPUTE_NODES_POWER_VALUE="OFF"/>

</LOGIN>

</SLAPMCL>
to turn off all nodes, where
USER_LOGIN is the login name of the user account. This parameter is case sensitive and must never be

blank.
PASSWORD is the password associated with the user.

Description:
This command, executed in XML, requests SL Power Management Controller to turn on or off all nodes
attached to SL-APM.

Get compute node

Command:
<SLAPMCL VERSION="1.00">

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

<GET_COMPUTE_NODE_POWER>

<SLAPM PORT=”1”/>

<DIST_MODULE PORT=”1”/>

<NODE PORT=”1”/>

Advertising