Zones Boot Ordering
Two steps establish zones boot order:
-
Boot order is partially determined by the SMF dependencies of a zone SMF instance.
For example, if ZoneA should be booted before ZoneB, add ZoneA as a dependent of ZoneB. See the
smf-dependencyproperty in thezonecfg(8) man page. -
Boot order is further controlled by assigning a boot priority for each zone. After the SMF dependencies are satisfied for a zone, then the zone will boot according to its configured
boot-priorityresource property. Accepted values arehigh,normal, andlow. The default value isnormal.See boot-priority Global Property in Oracle Solaris Zones Configuration Resources and smf-dependency Resource Type in Oracle Solaris Zones Configuration Resources.