nerdexam
Oracle

1Z0-058 · Question #93

Your four-node cluster was originally purchased, installed, and configured three years ago. You recently added another four nodes to the cluster. Now you want to remove two of the older nodes that…

The correct answer is D. The procedure requires that some commands be invoked on the node or nodes to be removed E. Some commands require that the name of the node or nodes to be removed are passed as. crsctl delete node -n node_to_be_deleted $ ./runInstaller -updateNodeList ORACLE_HOME=Grid_home "CLUSTER_NODES= {node_to_be_deleted}" CRS=TRUE -silent - On any node other than the node you are deleting, run the following command from the Grid_home /oui/bin directory where…

Administer Oracle Clusterware

Question

Your four-node cluster was originally purchased, installed, and configured three years ago. You recently added another four nodes to the cluster. Now you want to remove two of the older nodes that are still accessible to be redeployed elsewhere in the data center. Which two are true regarding the procedure for removing one or more cluster nodes?

Options

  • AThe procedure requires that all commands be invoked from one of the surviving cluster nodes.
  • BAll commands are run as root regardless of which nodes are used to invoke them.
  • CThe procedure requires that some commands be invoked on the node or nodes to be removed
  • DThe procedure requires that some commands be invoked on the node or nodes to be removed
  • ESome commands require that the name of the node or nodes to be removed are passed as

How the community answered

(18 responses)
  • A
    11% (2)
  • B
    6% (1)
  • C
    6% (1)
  • D
    78% (14)

Explanation

crsctl delete node -n node_to_be_deleted $ ./runInstaller -updateNodeList ORACLE_HOME=Grid_home "CLUSTER_NODES= {node_to_be_deleted}" CRS=TRUE -silent - On any node other than the node you are deleting, run the following command from the Grid_home /oui/bin directory where remaining_nodes_list is a comma-delimited list of the nodes that are going to remain part of your cluster: $ ./runInstaller -updateNodeList ORACLE_HOME=Grid_home "CLUSTER_NODES= {remaining_nodes_list}" CRS=TRUE -silent $ cluvfy stage -post nodedel -n node_list [-verbose] Oracle® Clusterware Administration and Deployment Guide

Topics

#node removal procedure#cluster node deletion#surviving nodes#root commands

Community Discussion

No community discussion yet for this question.

Full 1Z0-058 Practice