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-2 Installation Guide >
  9. 6.12 Starting and Stopping a System (PPAR)

6.12 Starting and Stopping a System (PPAR)


6.12 Starting and Stopping a System (PPAR)
Check the start and stop of a physical partition (PPAR). For the initial settings, change the auto-boot? setting to "false" so that Oracle Solaris does not automatically boot immediately after the start of the physical partition.
  1. Execute the setpparparam command to change setting of the OpenBoot PROM environment variable auto-boot?.
XSCF> setpparparam -p 0 -s bootscript "setenv auto-boot? false"
OpenBoot PROM variable bootscript will be changed.
Continue? [y|n] :y
  1. Execute the poweron command to start the system.
XSCF> poweron -a
PPAR-IDs to power on:00
Continue? [y|n]:y
00:Powering on
*Note*
This command only issues the instruction to power-on.
The result of the instruction can be checked by the "showpparprogress".
Note - It takes about 10 minutes to start the system.
  1. Execute the showpparprogress command.
    You can check the progress, in the midst of processing, between physical partition power-on and up to before the start of POST.
    Confirm that the command displays "The sequence of power control is completed." and ends.
Note - Oracle Solaris does not start automatically because the auto-boot? setting is false.
XSCF> showpparprogress -p 0
PPAR Power On Preprocessing PPAR#0 [ 1/12]
PPAR Power On PPAR#0 [ 2/12]
XBBOX Reset PPAR#0 [ 3/12]
PSU On PPAR#0 [ 4/12]
CMU Reset Start PPAR#0 [ 5/12]
XB Reset 1 PPAR#0 [ 6/12]
XB Reset 2 PPAR#0 [ 7/12]
XB Reset 3 PPAR#0 [ 8/12]
CPU Reset 1 PPAR#0 [ 9/12]
CPU Reset 2 PPAR#0 [10/12]
Reset released PPAR#0 [11/12]
CPU Start PPAR#0 [12/12]
The sequence of power control is completed.
XSCF>
  1. Execute the showdomainstatus command, and confirm that status is "OpenBoot Running".
XSCF> showdomainstatus -p 0
Logical Domain Name Status
primary OpenBoot Running
XSCF>
  1. Execute the console command to connect to the console of the specified physical partition.
    The auto-boot? setting is false, so you can confirm the start up to the ok prompt.
XSCF> console -p 0
Console contents may be logged.
Connect to PPAR-ID 0?[y|n] :y [Enter] key

{0} ok
  1. Press the [Enter] key. Then, press the [#] (default value for the escape symbol) and [.] (period) keys to move from the console to the XSCF shell.
{0} ok #.
exit from console.
XSCF>
  1. Execute the poweroff command to stop the system.
XSCF> poweroff -a
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".
  1. Execute the showpparprogress command, and confirm that the command displays "The sequence of power control is completed." and ends.
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.
XSCF>