Where id cmcfg.ora go? [message #273421] |
Wed, 10 October 2007 07:17 |
jesterJP
Messages: 2 Registered: October 2007
|
Junior Member |
|
|
In Oracle RAC 9.x, there was a file called cmcfg.ora located in $ORACLHOME/cmc. It contained information about the other nodes in the cluster. In Oracle RAC 10.x, that file/directory no longer exists. Is there another file that serves the same purpose? Or possibly a view/table that will tell me what is the name of the other nodes in the cluster?
Thanks...
|
|
|
Re: Where id cmcfg.ora go? [message #273697 is a reply to message #273421] |
Thu, 11 October 2007 06:49 |
jesterJP
Messages: 2 Registered: October 2007
|
Junior Member |
|
|
I found the answer that I was looking for. I posted the same question on Experts Exchange and received a reply. Instead of trying to use the cmcfg.ora for information about the other nodes in a cluster, I can use the cemulto -n command to get the name of the cluster that the node participates in. So, when I run this command on all the nodes/machines that my team manages, I can match up the nodes by the cluster names.
|
|
|