Back to the main page

State on non-global zones

Sometimes you get lost with state of non-global zones and what applicable command you can use for specific state, so I guess the table below can help ....

Note: run these commands from global zone.

States of non-global Zone Description Applicable commands
Configured The Zone's configuration is complete and committed to stable storage. But elements at environment that must be specified after initial boot are not yet present. zonecfg -z zone_name verify
zonecfg -z zone_name commit
zonecfg -z zone_name delete
zoneadm -z zone_name attach
zoneadm -z zone_name verify
zoneadm -z zone_name install
zoneadm -z zone_name clone
Incomplete State during installation or uninstallation process. zoneadm -z zone_name uninstall
Installed The zone's configuration is installed on system. Packages are installed under zone's root path. Zone has no associated virtual platform. zoneadm -z zone_name ready
zoneadm -z zone_name boot
zoneadm -z zone_name uninstall
zoneadm -z zone_name move path
zoneadm -z zone_name detach
Ready The virtual platform is established. The kernel creates "zsched" process, network interface is ready, file systems are mounted and devices configured. Zone has unique ID. But processes are not started. zoneadm -z zone_name boot
zoneadm halt
Running Processes are running zlogin zone_name
zoneadm -z zone_name reboot
zoneadm -z zone_name halt
Shutting down and Down Transitional state while zone is being halted NA
Back to the main page