Hi,
Everytime when i reboot my pc, I have to run Oracle Clusterware Control (CRSCTL) utility, I have to run following command :-
[grid@example Desktop]$ crsctl start resource -all
otherwise if the clusterware utility is not runned then this is what the status shows :-
[grid@example Desktop]$ crsctl status res -t | more
--------------------------------------------------------------------------
------
NAME TARGET STATE SERVER STATE_DETAILS
--------------------------------------------------------------------------
------
Local Resources
--------------------------------------------------------------------------
------
ora.DATA.dg
ONLINE OFFLINE example
ora.FRA.dg
ONLINE OFFLINE example
ora.LISTENER.lsnr
ONLINE ONLINE example
ora.asm
ONLINE OFFLINE example Instance Shut
down
ora.ons
OFFLINE OFFLINE example
--------------------------------------------------------------------------
------
Cluster Resources
--------------------------------------------------------------------------
------
ora.cssd
1 ONLINE ONLINE example
ora.diskmon
1 OFFLINE OFFLINE
ora.evmd
1 ONLINE INTERMEDIATE example
I wonder what could be the permanent solution so that i don't have to run following command everytime after reboot :-
crsctl start resource -all | |