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/M12-2S Service Manual >
  9. 10.9.1 Starting the System With an XSCF Command

10.9.1 Starting the System With an XSCF Command


10.9.1 Starting the System With an XSCF Command
This procedure assumes that you start the system from a remote location or in some other environment where you cannot check the status with the LEDs.
For details on the commands used here, see the Fujitsu SPARC M12 and Fujitsu M10/SPARC M10 XSCF Reference Manual of the XSCF firmware version used.
  1. Check the operation status of the physical partitions.
    Log in to the XSCF shell, and check the operation status of the physical partition by using the showpparstatus command.
    This example checks that PPAR-ID#00 and PPAR-ID#01 are powered off.
XSCF> showpparstatus -a
PPAR-ID PPAR Status
00 Powered Off
01 Powered Off
XSCF>
  1. Power on all the physical partitions.
    From the XSCF shell, enter the poweron command. In this example, the poweron command is entered for all the physical partitions and "y" is entered for the confirmation query.
XSCF> poweron -a
PPAR-IDs to power on:00,01
Continue? [y|n] :y
00 : Powering on

01 : Powering on


*Note*
This command only issues the instruction to power-on.
The result of the instruction can be checked by the "showpparprogress".
XSCF>
  1. The showpparprogress command lets you check the power-on status of the physical partitions. For details, see the Fujitsu SPARC M12 and Fujitsu M10/SPARC M10 XSCF Reference Manual of the XSCF firmware version used.
  1. Check the operation status of all the physical partitions.
    From the XSCF shell, execute the showpparstatus command to check the status of the physical partitions.
    This example checks that PPAR-ID#00 and PPAR-ID#01 are running.
XSCF> showpparstatus -a
PPAR-ID PPAR Status
00 Running
01 Running
XSCF>