gridSetup.sh -addNode
The gridSetup.sh -addNode command adds a new node to
your cluster.
Syntax
gridSetup.sh -addNode -clusterNodes list_of_nodes_to_add [-executePrereqs]
Parameters
Table A-9 gridSetup.sh -addNode Command Parameters
| Parameter | Mandatory? | Description |
|---|---|---|
-clusterNodes list_of_nodes_to_add |
Yes |
Names of the new cluster nodes that you want to add to your cluster. |
-executePrereqs |
No |
Run prerequisite checks to ensure that all necessary conditions and requirements are met before proceeding with the installation or configuration process. |
-help |
No |
Displays |
Usage Notes
The new cluster node name must be unique throughout the cluster.
Example
node3 and node4
to an existing
cluster.gridSetup.sh -addNode -clusterNodes node3,node4Parent topic: Oracle Grid Infrastructure Command-Line Options