> 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
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/