Which statement is true concerning the execution of the…

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

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.



Leave a Reply 3

Your email address will not be published. Required fields are marked *


YK6

YK6

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

YK6

YK6

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