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.
- 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 |
- 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. |
- 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> |
- Execute the showdomainstatus command, and confirm that status is "OpenBoot Running".
XSCF> showdomainstatus -p 0 Logical Domain Name Status primary OpenBoot Running XSCF> |
- 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 |
- 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> |
- 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". |
- 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> |
< Previous Page | Next Page >