DBA Hub

📋Steps in this guide1/2

Cluster Name - Bright DBA

/*How to display Oracle Cluster name*/ 1. The command “cemutlo” provides cluster name and version. $GI_HOME/bin/cemutlo [-n] [-w] [oracle@rac1 ~]$ cemutlo -n rac-scan <—– This is Cluster name. 2. $CRS_HOME/cdata/<cluster_name> directory 3. ocrdump which will create a text file called OCRDUMPFILE open that file and look for this entry +[SYSTEM.css.clustername]+ ORATEXT : crs_cluster In this … Conti

oracle clusteringintermediate
by OracleDba
14 views
1

Overview

1. The command “cemutlo” provides cluster name and version. $GI_HOME/bin/cemutlo [-n] [-w] [oracle@rac1 ~]$ cemutlo -n rac-scan <—– This is Cluster name. 2. $CRS_HOME/cdata/ <cluster_name> directory <cluster_name> 3. ocrdump which will create a text file called OCRDUMPFILE open that file and look for this entry +[ SYSTEM.css.clustername ]+ ORATEXT : crs_cluster In this case, “crs_cluster” is the cluster name.
2

Section 2

4. gpnptool get search for keyword “ ClusterName ” 5. ASM SP File location [root@rac1 ]# gpnptool getpval -asm_spf (or) SQL> show parameter spfile +DATA/ <clusterName> /asmparameterfile/registry.253.783619900 <clusterName> Note: We cannot change the cluster name. The only to do that is to reinstall the clusterware. Note:

Comments (0)

Please to add comments

No comments yet. Be the first to comment!