nerdexam
Oracle

1Z0-058 · Question #3

You are ready to add two new nodes called RACNODE5 and RACNODE6 to your existing four- node cluster using addNode.sh You have run cluvfy -peer to check the new nodes against a reference node. When…

The correct answer is C. addNode. sh -silent "CLUSTER_NEW_NODES= { RACNODES, RACNODE6 } ". If you are using Grid Naming Service (GNS): $ ./addNode.sh -silent "CLUSTER_NEW_NODES={node2}" If you are not using GNS: $ ./addNode.sh -silent "CLUSTER_NEW_NODES={node2}" "CLUSTER_NEW_VIRTUAL_ HOSTNAMES={node2-vip}" Alternatively, you can specify the entries in a response…

High Availability

Question

You are ready to add two new nodes called RACNODE5 and RACNODE6 to your existing four- node cluster using addNode.sh You have run cluvfy -peer to check the new nodes against a reference node. When you originally created the cluster, the network administrators chose to statically define the scan vip addresses in the corporate DNS server, and you installed the Oracle Grid Infrastructure without using GNS. What is the correct way to silently add the nodes? r

Options

  • AaddNode . sh -silent "CLUSTER_NEW_nodes={ RACNODE5, RACNODEg > "
  • BaddNode . sh -silent "CLUSTER_NEW_VIRTUAL_HOSTNAMES=<(RACNODES -VI P,
  • CaddNode. sh -silent "CLUSTER_NEW_NODES= { RACNODES, RACNODE6 } "
  • DaddNode.sh -silent -responseFile mynewnodea . txt With the response file containing only
  • ECLUSTER_NEW_NODES= {"RACNODE5, RACNODE6")
  • FaddNode.sh -silent -responseFile mynewnodes . txt With the response file containing only

How the community answered

(29 responses)
  • B
    3% (1)
  • C
    83% (24)
  • D
    3% (1)
  • E
    10% (3)

Explanation

If you are using Grid Naming Service (GNS): $ ./addNode.sh -silent "CLUSTER_NEW_NODES={node2}" If you are not using GNS: $ ./addNode.sh -silent "CLUSTER_NEW_NODES={node2}" "CLUSTER_NEW_VIRTUAL_ HOSTNAMES={node2-vip}" Alternatively, you can specify the entries in a response file, where file_name is the name of the file, and run the addNode.sh script, as follows: $ addNode.sh -silent -responseFile file_name When the addNode.sh script completes, a message window displays a list of nodes in the cluster and root scripts that must be run on those nodes. Oracle® Clusterware Administration and Deployment Guide

Topics

#RAC node addition#addNode.sh#Grid Infrastructure#cluster configuration

Community Discussion

No community discussion yet for this question.

Full 1Z0-058 Practice