Hi all,

DB:10.2.0.1 2 node RAC using ASM 64BIT
O/S: RHEL 4 64BIT

I have i have succefully deleted an instance from a 2 node RAC cluster by using dbca. However when I checked crs_stat -t i saw that some of the applications for the remaining node had changed state from ONLINE to UNKNOWN. Now I havent tried a crs_stop/start as Oracle said not to until they check the logs etc but I wanted everyones opinion on how to get the states back to online. Below is the output of crs_stat -t (mgdb2 is the live host and bof212 is only live instance)

Code:
Name           Type           Target    State     Host
------------------------------------------------------------
ora....A2.inst application    OFFLINE   OFFLINE
ora.DBMGA.db   application    OFFLINE   OFFLINE
ora....12.inst application    ONLINE    ONLINE    mgdb2
ora.bof2.db    application    ONLINE    ONLINE    mgdb2
ora....11.inst application    ONLINE    OFFLINE
ora....12.inst application    ONLINE    ONLINE    mgdb2
ora.bof21.db   application    ONLINE    ONLINE    mgdb1
ora....SM1.asm application    OFFLINE   OFFLINE
ora....B1.lsnr application    ONLINE    UNKNOWN   mgdb1
ora.mgdb1.gsd  application    ONLINE    ONLINE    mgdb1
ora.mgdb1.ons  application    ONLINE    ONLINE    mgdb1
ora.mgdb1.vip  application    ONLINE    ONLINE    mgdb1
ora....SM2.asm application    ONLINE    UNKNOWN   mgdb2
ora....B2.lsnr application    ONLINE    UNKNOWN   mgdb2
ora.mgdb2.gsd  application    ONLINE    UNKNOWN   mgdb2
ora.mgdb2.ons  application    ONLINE    UNKNOWN   mgdb2
ora.mgdb2.vip  application    ONLINE    ONLINE    mgdb2
Any advice will be highly appreciated,

Thanks,
Chucks