Skip to main content

9.5.2 Stopping All Physical Partitions


9.5.2 Stopping All Physical Partitions
This section describes the procedure for stopping all physical partitions.
You can stop all physical partitions by using either the XSCF commands or the OPNL.
Stopping all physical partitions from the XSCF shell
Log in to the master XSCF, and stop all physical partitions by following the procedure in Table 9-13.
Table 9-13  Procedure for Stopping All Physical Partitions by Using the XSCF Commands
Step Operation Description Command Used
1 Checking the operation status of physical partitions XSCF>‌ showpparstatus -a
  As required, checking the operation status of the logical domains on the physical partitions XSCF>‌ showdomainstatus -p <‌ppar_id>‌
2 Checking the status of each SPARC M12-2S XSCF>‌ showboards -a
3 Stopping all physical partitions XSCF>‌ poweroff -a
  As required, checking the stop processing status of the physical partitions XSCF>‌ showpparprogress -p <‌ppar_id>‌
4 Confirming that all physical partitions have stopped XSCF>‌ showpparstatus -a
The following example executes the XSCF commands to stop all physical partitions.
  1. Check the operation status of all physical partitions.
XSCF> showpparstatus -a
PPAR-ID PPAR Status
00 Running
01 Running
(Omitted)
  1. Check the status of each SPARC M12-2S.
XSCF> showboards -a
PSB PPAR-ID(LSB) Assignment Pwr Conn Conf Test Fault
---- ------------ ----------- ---- ---- ---- ------- --------

00-0 00(00) Assigned y y y Passed Normal
01-0 01(01) Assigned y y y Passed Normal
(Omitted)
  1. Stop all physical partitions.
XSCF> poweroff -a
PPAR-IDs to power off:00,01,02,03
Continue? [y|n] :y
00 : Powering off
01 : Powering off
(Omitted)

*Note*
This command only issues the instruction to power-off.
The result of the instruction can be checked by the "showpparprogress".
  1. Confirm that all physical partitions have stopped.
XSCF> showpparstatus -a
PPAR-ID PPAR Status
00 Powered Off
01 Powered off
02 Powered off
03 Powered off
XSCF>
Stopping all physical partitions by operating the OPNL
In the building block configuration, operate the OPNL of the SPARC M12-2S that is running as the master XSCF. Table 9-14 lists the procedure for stopping all physical partitions by operating the OPNL.
Table 9-14  Procedure for Stopping All Physical Partitions With the OPNL
Step Operation Description Command Used
1 Checking the operation status of physical partitions XSCF>‌ showpparstatus -a
  Checking the operation status of a specific physical partition or the operation status of the logical domains on a physical partition, as required
[Checking the operation status of a specific physical partition]
XSCF> showpparstatus -p <‌ppar_id>‌
[Checking the operation status of logical domains]
XSCF>‌ showdomainstatus -p <‌ppar_id>‌
2 Checking the status of each SPARC M12-2S XSCF>‌ showboards -a
3 Switching the mode switch on the OPNL to Service mode  
4 Pressing down the POWER switch on the OPNL for 4 seconds or longer  
5 Confirming the power-off instruction XSCF>‌ showlogs event
6 Confirming that all physical partitions have stopped XSCF>‌ showpparstatus -a
The following describes the procedure for stopping all physical partitions with the OPNL.
  1. Check the operation status of all physical partitions.
XSCF> showpparstatus -a
PPAR-ID PPAR Status
00 Running
01 Running
(Omitted)
  1. Check the status of each SPARC M12-2S.
XSCF> showboards -a
PSB PPAR-ID(LSB) Assignment Pwr Conn Conf Test Fault
---- ------------ ----------- ---- ---- ---- ------- --------

00-0 00(00) Assigned y y y Passed Normal
01-0 01(01) Assigned y y y Passed Normal
(Omitted)
  1. Switch the mode switch on the OPNL to Service mode.
    For details on the mode switch, see "2.3.2 OPNL Control Function."
You can log in to the XSCF and check the status of the mode switch using the showhardconf command.
XSCF> showhardconf
SPARC M12-2S;
+ Serial:2081232002; Operator_Panel_Switch:Service;
+ System_Power:On; System_Phase:Cabinet Power On;
Partition#0 PPAR_Status:Running;
(Omitted)
  1. Press down the POWER switch on the OPNL for 4 seconds or longer.
    For details on the POWER switch, see "2.3.2 OPNL Control Function."
  1. Confirm the instruction to stop the physical partitions.
    If you do not push down the POWER switch long enough, the message "power switch pushed (short)" appears. If so, try again to press down the POWER switch for 4 seconds or longer.
XSCF> showlogs event
May 30 14:00:13 JST 2016 power switch pushed (short)
May 30 14:01:13 JST 2016 power switch pushed (long)
May 30 14:01:16 JST 2016 PPAR-ID 0:shutdown started
(Omitted)
  1. Confirm that all physical partitions have stopped.
XSCF> showpparstatus -a
PPAR-ID PPAR Status
00 Powered Off
01 Powered Off
02 Powered Off
03 Powered Off
XSCF>