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