Zones

Hi,

I want to wheather there is any command by using that we can reboot all the zones ,

Example : I have 10 zones, I can reboot all 10 zones by using one command

that should work:

for ZONE in $(zoneadm list -cv | awk '/running/ && !/global/ {print $2}'); do zoneadm -z $ZONE reboot; done

:smiley:

gP

global-zone # init 6

:wink:

Cheers
ZB