11.2.6 Checking the Logical Domain Status
11.2.6 Checking the Logical Domain Status
You can check the operation status of Oracle Solaris on the control domain in a physical partition, the OpenBoot PROM status on the control domain, etc. by using the showdomainstatus command.
Note - For detailed definitions of the logical domain operation status, see the showdomainstatus(8) command man page or the Fujitsu SPARC M12 and Fujitsu M10/SPARC M10 XSCF Reference Manual. You can check the logical domain status with the ldm list-domain command of Oracle VM Server for SPARC too. For details of the ldm command, see the Oracle VM Server for SPARC Reference Manual of the version used. |
Operation Procedure
The procedure for checking the logical domain operation status is described below.
- Execute the showdomainstatus command to check the operation status of the logical domains belonging to the specified physical partition.
The following example displays the operation status of all the logical domains of PPAR-ID 0.
XSCF> showdomainstatus -p 0 Logical Domain Name Status primary Solaris running guest00 Solaris running guest01 Solaris booting guest02 Solaris powering down guest03 Solaris panicking guest04 Shutdown Started guest05 OpenBoot initializing guest06 OpenBoot Primary Boot Loader |
- The following example displays the operation status of the logical domain named "guest01" of PPAR-ID 0.
XSCF> showdomainstatus -p 0 -g guest01 Logical Domain Name Status guest01 Solaris powering down |
< Previous Page | Next Page >