zones boot order

Does anybody know when local zones boot relative to the boot sequence of the global zone ? Do all local zones boot in parallel or sequentially ? Can the boot order be influenced ?
[200 byte] By [zzerto33] at [2007-11-26 9:53:03]
# 1

> Does anybody know when local zones boot relative to

> the boot sequence of the global zone ?

The service is svc:/system/zones:default. Examination shows the only dependency is on the multi-user-server milestone.

> Do all local zones boot in parallel or sequentially ?

Parallel. Each zone is booted by a separate process.

> Can the boot order be influenced ?

The method called by the zones service is /lib/svc/method/svc-zones. You can examine what it does. It gathers the list to start with 'zoneadm list -pi' and boots any "installed" zone that has autoboot set to true, in the same order that the list returned.

--

Darren

Darren_Dunham at 2007-7-7 1:09:01 > top of Java-index,Solaris Operating System,Solaris 10 Features...
# 2

To change the boot order, you could turn autoboot off for the zones with a dependency and use a different start process, such as a script that checks that he dependent zone isn't started until the zone it depends on is up and running by either checking the zone status or looking for a particular process running.

System administration and security information

http://SecurityBulletins.com/

securitybulletinscom at 2007-7-7 1:09:01 > top of Java-index,Solaris Operating System,Solaris 10 Features...