4-16 SPARC Enterprise Mx000 Servers XSCF User’s Guide • January 2012
4.4.4 Domain Power Off
■ Command operation
1. Use the showdomainstatus(8) command to check the power status of all
domains.
2. Use the poweroff(8) command to turn off power to the specified domain.
XSCF> showdomainstatus -a
DID Domain Status
00 Running
01 Running
02 Running
03 Powered Off
<Example 1> Turn off power to the specified domain.
XSCF> poweroff -d 1
DomainIDs to power off:01
Continue? [y|n] :y
01 : Powering off
*Note*
This command only issues the instruction to power-off.
The result of the instruction can be checked by the
"showlogs power".
<Example 2> Cancel domain power off in progress.
XSCF> poweroff -d 1
DomainIDs to power off:01
Continue? [y|n] :n
<Example 3> Forcibly turn off power to a domain.
XSCF> poweroff -f -d 1
DomainIDs to power off:01
The -f option will cause domains to be immediately reset.
Continue? [y|n] :y
01 :Powering off
*Note*
This command only issues the instruction to power-off.
The result of the instruction can be checked by the
"showlogs power".