Use the crsctl eval add server
command to simulate the addition of a server without making changes to the system. This command may be useful to cluster administrators.
crsctl eval add server server_name [-file file_path] | [-attr "attr_name=attr_value[,...]"] [-admin [-l level [-x] [-a]] [-f]
Table E-37 crsctl eval add server Command Parameters
Parameter | Description |
---|---|
server_name |
The name of the server you want to add. |
-file file_path |
Fully-qualified path to a file containing server attributes. |
attr_name |
The name of a server attribute that Oracle Clusterware uses to manage the server preceded by the See Also: "Server Category Attributes" for information about server attributes |
attr_value |
A value for the server attribute. Note: The -attr "MAX_SIZE=30,IMPORTANCE=3" |
-admin [-l level] [-x] [-a] |
If you specify this parameter, then CRSCTL displays output for the cluster administrator. If you specify the
If you specify the If you specify the Note: To specify either the |
-f |
If you specify this parameter, then CRSCTL predicts the effects of forcibly adding a server. |
See Also:
Adding and Deleting Cluster Nodes for more information about adding servers
The following example predicts how the system reacts when you add a server called mjkeenan-node-3
:
# crsctl eval add server mjkeenan-node-3 -admin -l resources -a -------------------------------------------------------------------------------- Name Target State Server Effect -------------------------------------------------------------------------------- Local Resources -------------------------------------------------------------------------------- ora.net1.network ONLINE ONLINE mjkeenan-node-0 ONLINE ONLINE mjkeenan-node-1 -------------------------------------------------------------------------------- Cluster Resources -------------------------------------------------------------------------------- cs1 1 ONLINE ONLINE mjkeenan-node-1 2 ONLINE ONLINE mjkeenan-node-0 cs2 1 ONLINE ONLINE mjkeenan-node-3 Started ora.gns