2 ways to solve ASM1 on node 2

羽化殘虹發表於2014-10-04
    
NO.1  
Deconfigure and reconfigure the clusterware.

as root
1) "$GRID_HOME/crs/install/rootcrs.pl -deconfig -force" on node2
2) "$GRID_HOME/crs/install/rootcrs.pl -deconfig -force -lastnode" on node1
3 dd if=/dev/zero of=/dev/sdb1  (ocr disks and votedisks)
4) execute root.sh on node1
    execute root.sh on node2


NO.2 

srvctl remove instance -d +ASM -i +ASM1
srvctl remove instance -d +ASM -i +ASM2
 
You will have to stop the ASM databases first, but the above will leave the ASM database intact. Now add the instances:
 
srvctl add instance -d +ASM -i +ASM1 -n node1
srvctl add instance -d +ASM -i +ASM2 -n node2
 
The start the database:
 
srvctl start database -d +ASM

 

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/26175573/viewspace-1288957/,如需轉載,請註明出處,否則將追究法律責任。

相關文章