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 | Target | State | Host | |
------------------------------------------------------------
| ora....SM1.asm application | ONLINE | UNKNOWN lsssdb38p <== I want to remove this |
| ora....8P.lsnr application | ONLINE | UNKNOWN lsssdb38p <== I want to remove this |
| ora....38p.gsd application | ONLINE | ONLINE lsssdb38p |
| ora....38p.ons application | ONLINE | ONLINE lsssdb38p |
| ora....38p.vip application | ONLINE | ONLINE lsssdb38p |
| ora....9P.lsnr application | ONLINE | UNKNOWN lsssdb39p <== I want to remove this |
| ora....39p.gsd application | ONLINE | ONLINE lsssdb39p |
| ora....39p.ons application | ONLINE | ONLINE lsssdb39p |
| ora....39p.vip application | ONLINE | ONLINE lsssdb39p |
| ora....0P.lsnr application | ONLINE | UNKNOWN lsssdb40p <== I want to remove this |
| ora....40p.gsd application | ONLINE | ONLINE lsssdb40p |
| ora....40p.ons application | ONLINE | ONLINE lsssdb40p |
| ora....40p.vip application | ONLINE | ONLINE lsssdb40p |
How can I remove these from the list and make a better cleanup? Thanks!