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!

how to remove some entries from crs stat listing?

liaison1May 14 2014 — edited May 15 2014

This is oracle version 10.2.0.5 on Solaris 10 Sparc 64bit.

I have installed cluster ware (for 3 node RAC system) and starting to install ASM home on the RAC.  however, it is failed and I cancelled it right before running the root script for each node.    Then, I want to remove the ASM install.   What I did is to run the runInstaller from 10.2.0.1 binary base to remove the ASM home install on the GUI interface.    Then, I removed the ASM home directories manually.   However, these processes are still up running, like +ASM1,2,3 and listeners.   I killed the processes and I also used the command to remove asm

srvctl remove asm -n node_name -f

But when I run the crs_stat -t ,  it still show in the list:

Name       Type       TargetState Host  

------------------------------------------------------------

ora....SM1.asm applicationONLINEUNKNOWN     lsssdb38p       <== I want to remove this
ora....8P.lsnr applicationONLINEUNKNOWN   lsssdb38p   <== I want to remove this
ora....38p.gsd applicationONLINEONLINE        lsssdb38p  
ora....38p.ons applicationONLINEONLINE        lsssdb38p  
ora....38p.vip applicationONLINEONLINE        lsssdb38p  
ora....9P.lsnr applicationONLINEUNKNOWN   lsssdb39p   <== I want to remove this
ora....39p.gsd applicationONLINEONLINE        lsssdb39p  
ora....39p.ons applicationONLINEONLINE        lsssdb39p  
ora....39p.vip applicationONLINEONLINE        lsssdb39p  
ora....0P.lsnr applicationONLINEUNKNOWN   lsssdb40p   <== I want to remove this
ora....40p.gsd applicationONLINEONLINE        lsssdb40p  
ora....40p.ons applicationONLINEONLINE        lsssdb40p  
ora....40p.vip applicationONLINEONLINE        lsssdb40p

How can I remove these from the list and make a better cleanup?    Thanks!

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 12 2014
Added on May 14 2014
5 comments
2,427 views