You have created four top-level server pools called OLTP, BATCH, DSS, and support for a policy-
managed, eight-node cluster. The OLTP pool has two child pools called OLTP_CHILD1 and
OLTP_CHILD2. Which two statements are true about sharing servers among the various server
pools on your cluster?
A.
Servers are never shared and are always mutually exclusive between top-level server pools.
B.
Use the exclusive_pools attribute to prevent servers being shared between top-level server
pools.
C.
Use the exclusive_pools attribute to prevent servers being shared between OLTP_CHILD1 and
OLTP_CHILD2 .
D.
Use the exclusive_pools attribute to prevent servers being shared between batch, dss, support,
oltp_childi, and OLTP_CHILD2.
E.
Servers are never shared and are always mutually exclusive between top-level server pools
and between sibling child pool.
Explanation:
Top-level server pools:
EXCLUSIVE_POOLS
This optional attribute indicates if servers assigned to this server pool are shared with other server
pools. A server pool can explicitly state that it is exclusive of any other server pool that has the
same value for this attribute. Two or more server pools are mutually exclusive when the sets of
servers assigned to them do not have a single server in common. For example, server pools A
and B must be exclusive if they both set the value of this attribute to foo_A_B.
Top-level server pools are mutually exclusive, by default.
A is right. Top level server pools are always mutually exclusive
B is wrong. you don’t need to use exclusive_pools attribute for top-level server pools
C is right.
D is wrong. top level server pools are listed
E is wrong. not between sibling child pools
So A.C. are correct