When creating a server pool using the SRVCTL utility, which server pool attributes are available?
A.
CATEGORY, MIN, MAX, ACL, EXECUITIVE_POOLS, ACTIVE_SERVERS
B.
CATEGORY, IMPORTANCE, MIN, MAX, SERVERPOOL, SERVERS
C.
CATEGORY, MIN, MAX, ACL, EXCLUSIVE,_POOLS, ACTIVE_SERVERS
D.
IMPORTANCE, MIN, MAX, MIN_SIZE, NAME
E.
MIN_SIZE, MAX_SIZE, NAME, IMPORTANCE, SERVERS_CATEGORY
F.
SERVER_CATEGORY, SERVERS, SERVERPOOL, MIN, MAX, NAME
Explanation:
Server Pool AttributesYou can use SRVCTL or CRSCTL to create server pools for databases and other
applications, respectively. If you use SRVCTL to create a server pool, then you can only use a subset
of the server pool attributes described in this section. If you use CRSCTL to create server pools, then
you can use the entire set of server pool attributes. Server pool attributes are the attributes that you
define to create and manage server pools. The decision about which utility to use is based upon the
type of resource being hosted in the server pool. You must use SRVCTL to create server pools that
host Oracle databases. You must use CRSCTL to create server pools that host non-database
resources such as middle tiers and applications. When you use SRVCTL to create a server pool, the
server pool attributes available to you are:
-category-importance-min-max-serverpool-servers
eference:https://docs.oracle.com/database/121/CWADD/pbmgmt.htm#CWADD92637
B
http://docs.oracle.com/database/121/RACAD/srvctladmin.htm#RACAD005
Yes, B
http://docs.oracle.com/database/121/RACAD/srvctladmin.htm#RACAD7733
Usage:
srvctl add srvpool -serverpool server_pool_name [-eval]
[-importance importance] [-min min_size] [-max max_size]
[-servers “node_list” | -category server_category] [-force] [-verbose]
B