Skip to main content
  1. Home >
  2. Products >
  3. Computing Products >
  4. Servers >
  5. Fujitsu SPARC servers >
  6. Downloads >
  7. User Manuals >
  8. Fujitsu SPARC M12-2S Installation Guide >
  9. 7.12.5 Stopping a Specific Physical Partition (PPAR)

7.12.5 Stopping a Specific Physical Partition (PPAR)


7.12.5 Stopping a Specific Physical Partition (PPAR)
This section describes the operation procedure to stop a specific physical partition (PPAR) at the time of expansion/reduction.
  1. Execute the showboards command to check the SPARC M12-2S running status.
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
02-0 01(01) Assigned y y y Passed Normal
03-0 01(01) Assigned y y y Passed Normal
  1. Execute the showpparstatus command to check the running status of physical partitions.
XSCF> showpparstatus -a
PPAR-ID PPAR Status
00 Running
01 Running
02 Running
03 Running
  1. Execute the poweroff command to stop a physical partition.
    The following example specifies PPAR-ID#0.
XSCF> poweroff -p 0
PPAR-IDs to power off :00
Continue? [y|n] :y
00 : Powering off


*Note*
This command only issues the instruction to power-off.
The result of the instruction can be checked by the "showpparprogress".

XSCF> showpparprogress -p 0
PPAR Power Off PPAR#0 [ 1/ 3]
CPU Stop PPAR#0 [ 2/ 3]
PSU Off PPAR#0 [ 3/ 3]
The sequence of power control is completed.
  1. Check the running status of physical partitions.
    Confirm that the status of the stopped PPAR is "Powered Off".
    The following example confirms that the PPAR with the specified PPAR-ID has stopped.
XSCF> showpparstatus -a
PPAR-ID PPAR Status
00 Powered Off
01 Running
02 Running
03 Running