Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Procedure to change olsnodes Node number listing

YasuDec 15 2011 — edited Dec 17 2011
Hi all,

I need to change the Node listing order in the two node Oracle 10.2 cluster.
oracle@node2:~> olsnodes -n
node2          1
node1          2
oracle@node2:~> olsnodes -v
prlslms: Initializing LXL global
prlsndmain: Initializing CLSS context
prlsmemberlist: No of cluster members configured = 256
prlsmemberlist: Getting information for nodenum = 1
prlsmemberlist: node_name = node2
prlsmemberlist: ctx->lsdata->node_num = 1
prls_printdata: Printing the node data
node2
prlsmemberlist: Getting information for nodenum = 2
prlsmemberlist: node_name = node1
prlsmemberlist: ctx->lsdata->node_num = 2
prls_printdata: Printing the node data
node1
prlsndmain: olsnodes executed successfully
prlsndterm: Terminating LSF
But i want the listing as shown below:
node1 1
noed2 2

How can i change this node listing/number from all the references where CRS stores this information ? Also from where olsnodes fetch this information ?

Edited by: Yasu on Dec 15, 2011 1:06 PM
Change the proper version information
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 14 2012
Added on Dec 15 2011
3 comments
1,392 views