Which statement is true concerning the execution of the addNode.sh script for adding a node to an Oracle 12c Clusterware standard Cluster that uses Grid Naming Service (GNS)?
A.
Adding a node to a Standard Cluster requires the specification of the CLUSTER_NEW_NODE_ROLES parameter.
B.
Multiple nodes may be added to a standard cluster by a single execution ofaddNode.sh.
C.
Nodes in a Standard Cluster must have a VIP specified when adding the node to a cluster.
D.
Nodes in a Standard Cluster must have a High Availability IP (HAIP) adaptor specified when adding the node to a cluster.
Correct: B
1.multiple nodes for the CLUSTER_NEW_NODES and the CLUSTER_NEW_VIRTUAL_HOSTNAMES parameters by entering a comma-separated list of nodes between the braces. If you are using Grid Naming Service (GNS), run the following command:
$ ./addNode.sh “CLUSTER_NEW_NODES={node3,node4,node5}”
2. adding multiplenodes can be done with one-line command using responsefile:
$ ./addNode.sh -responseFile file_name
This question must have typo error
as I write GNS+noflex require addnode with CLUSTER_NEW_NODES so
B: addnode (without prameters) is wrong
C: VIP is not needed in GNS option
D: the same situation
A: CLUSTER_NEW_NODE_ROLES is needed on flex cluster type
B AND C