Skip to main content

3.2.8 Checking the Logical Domain Status


3.2.8 Checking the Logical Domain Status
Use the ldm list-domain command to check the status of a logical domain operating in a physical partition and shutdown group settings.
# ldm list-domain [-o format] [ldom ...]
  1. format
    Specify the command format. Specify domain to check shutdown group settings.
  2. ldom
    Specify the name of the target logical domain.
The following example shows the control domain and three guest domains in operation.
# ldm list-domain
NAME STATE FLAGS CONS VCPU MEMORY UTIL UPTIME
primary active -n-cv- UART 14 8G 64% 2h 54m
guest0 active -n---- 5000 16 8G 42% 2h 54m
guest1 active -n---- 5001 16 8G 11% 2h 54m
guest2 active -n---- 5002 16 8G 7.3% 2h 54m
The following example sets shutdown group 7 for the logical domain ldom1 and checks the settings. The last line shows that the shutdown group is 7.
# ldm set-domain shutdown-group=7 ldom1
# ldm list-domain -o domain ldom1
NAME STATE FLAGS UTIL
ldom1 active -n---- 0.1%

CONTROL
failure-policy=ignore
extended-mapin-space=on
shutdown-group=7
The shutdown group settings are included in the logical domain configuration information. Therefore, when changing the shutdown group settings, you need to save their contents to the XSCF by using the ldm add-spconfig command.