HP-UX WBEM nPartition Provider Data Sheet

nPartitions. Each element in
the array represents a partition.
For example, element 0 is for
partition 0 and element 6 is for
partition 6. Each element is a
bit array. For each bit a value
of one indicates that sharing is
allowed, and a value of zero
indicates that sharing is not
allowed. The bit array is
indexed by partition id. For
example, if array element 6 has
bits 2 and 11 set, then partition
6 can share memory with
nPartitions 2 and 11. No
partition should be configured
to share memory with another
partition that is not sharing
memory with it. In other
words, if element 5 has bit 7
set then element 7 should have
bit 5 set. Setting bit N in
element N has no effect. The
bit positions are represented in
little endian manner. Changes
to a partition's GSM sharing
will not take effect until the
partition is rebooted.
uint8 GSMSharingType Local
This property may be used to
help interpret the values in the
GSMSharing array, above.
The possible values are:
DisabledComplexWide(0) =
All bits are cleared in the
GSMSharing array = GSM
sharing is disabled for ALL
nPartitions in the complex
(including any subsequently
created nPartitions);
EnabledComplexWide(1) =
All bits are set in the
GSMSharing array = ALL
nPartitions are configured to
allow GSM sharing with ALL
other nPartitions in the
complex; and