Archive

Posts Tagged ‘crs_stat’

Fixing incorrect crs_stat

September 8th, 2009 Comments off

I was interested to find out how I can change the configuration of the oracle cluster nodeapps.
I had a problem with the listener running on both nodes.
The problem was an incorrect ACTION_SCRIPT=/u01/app/oracle/oracle/product/10.2.0/asm/bin/racgwrap
The path was incorrect due to previous installation that I did with the wrong path. This leads to unknown status in the application state as follows:

oracle@rac03:/u01/crs1020/crs/public> crs_stat -t
Name Type Target State Host
————————————————————
ora….SM1.asm application ONLINE ONLINE rac03
ora….03.lsnr application ONLINE UNKNOWN rac03
ora.rac03.gsd application ONLINE ONLINE rac03
ora.rac03.ons application ONLINE ONLINE rac03
ora.rac03.vip application ONLINE ONLINE rac03
ora….SM2.asm application ONLINE ONLINE rac04
ora….04.lsnr application ONLINE UNKNOWN rac04
ora.rac04.gsd application ONLINE ONLINE rac04
ora.rac04.ons application ONLINE ONLINE rac04
ora.rac04.vip application ONLINE ONLINE rac04

In order go fix this I exported the listener configuration by using the following for both nodes separately:

Read more…