Non-global zones have pools, but they don't show up in zonecfg
Hi,
I have a Solaris 10 LDOM hosting 4 non-global zones:
$ zoneadm list -cv
ID NAME STATUS PATH BRAND IP
0 global running / native shared
1 uslv-papp-XX03 running /export/zones/uslv-papp-sas03 native shared
2 uslv-papp-XX09 running /export/zones/uslv-papp-sas09 native shared
9 uslv-papp-XX14 running /export/zones/uslv-papp-sas14 native shared
12 uslv-papp-XX08 running /export/zones/uslv-papp-sas08 native shared
Each NGZ has dedicated CPUs:
$ for zone in `zoneadm list | grep -v global`; do zonecfg -z $zone info dedicated-cpu; done
dedicated-cpu:
ncpus: 4
dedicated-cpu:
ncpus: 16
dedicated-cpu:
ncpus: 16
dedicated-cpu:
ncpus: 16
Each NGZ has it's own processor set, which was created as a byproduct of the zone create (the sets were not manually created):