could not bring nod up [message #429575] |
Wed, 04 November 2009 10:45  |
samiraly
Messages: 57 Registered: June 2009
|
Member |

|
|
Hi
I am installing 2 nodes RAC so fare Clusterware installed , oracle software , companion CD and lestener confegured correctly
every thing was ok an output for checking lestenr was as folowing
$ hostname
Rac1
$ ps -ef | grep lsnr | grep -v 'grep' | grep -v 'ocfs' | awk '{print $9}'
LISTENER_rac1
=====================
$ hostname
rac2
$ ps -ef | grep lsnr | grep -v 'grep' | grep -v 'ocfs' | awk '{print $9}'
LISTENER_rac2
after that reboted both nodes and the when i tring to bring it up it erroes out the following error
[oracle@rac1 ~]$ srvctl start nodeapps -n rac1
CRS-1028: Dependency analysis failed because of:
CRS-0223: Resource 'ora.rac1.gsd' has placement error.
CRS-1028: Dependency analysis failed because of:
CRS-0223: Resource 'ora.rac1.ons' has placement error.
CRS-1028: Dependency analysis failed because of:
CRS-0223: Resource 'ora.rac1.LISTENER_RAC1.lsnr' has placement error.
[oracle@rac1 ~]$
usefule data
[oracle@rac1 ~]$ /etc/init.d/o2cb status
Module "configfs": Loaded
Filesystem "configfs": Mounted
Module "ocfs2_nodemanager": Loaded
Module "ocfs2_dlm": Loaded
Module "ocfs2_dlmfs": Loaded
Filesystem "ocfs2_dlmfs": Mounted
Checking O2CB cluster ocfs2: Online
Checking O2CB heartbeat: Active
|
|
|
|
|
|
|
|
|
|