Oracle Solaris Performance, Panics, Hangs, and Dtrace (MOSC)

MOSC Banner

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):

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center