Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: How can I tell if RAC is running?

Re: How can I tell if RAC is running?

From: Valentin Minzatu <valentinminzatu_at_yahoo.com>
Date: 11 May 2007 10:00:40 -0700
Message-ID: <1178902840.647893.192800@q75g2000hsh.googlegroups.com>


On May 11, 12:19 pm, Mladen Gogala <mgogala.SPAM..._at_not-at- verizon.net> wrote:
> On Fri, 11 May 2007 07:58:39 -0700, Valentin Minzatu wrote:
> > The installer will install the software only the nodes you choose to. If
> > the nodes show up in the installer chances are the CRS suite is running
> > fine, but to be sure follow Mladen's indication or search on Metalink as
> > there is a script for displaying crs_stat's results in a better visual
> > mode - for 10gR1. In 10g R2, I think there is a new utility - can't
> > recall the exact name, but it is something like crs_stat2 or along those
> > lines.
>
> It's called "crs_stat". Looks like this:
>
> [oracle_at_oracle8 ~]$ $ORA_CRS_HOME/bin/crs_stat -l
> NAME=ora.news.NEWS1.inst
> TYPE=application
> TARGET=ONLINE
> STATE=ONLINE on oracle8
>
> NAME=ora.news.NEWS2.inst
> TYPE=application
> TARGET=ONLINE
> STATE=ONLINE on oracle9
>
> NAME=ora.news.db
> TYPE=application
> TARGET=ONLINE
> STATE=ONLINE on oracle8
>
> NAME=ora.oracle8.ASM1.asm
> TYPE=application
> TARGET=ONLINE
> STATE=ONLINE on oracle8
>
> NAME=ora.oracle8.LISTENER_ORACLE8.lsnr
> TYPE=application
> TARGET=ONLINE
> STATE=ONLINE on oracle8
>
> NAME=ora.oracle8.gsd
> TYPE=application
> TARGET=ONLINE
> STATE=ONLINE on oracle8
>
> NAME=ora.oracle8.ons
> TYPE=application
> TARGET=ONLINE
> STATE=ONLINE on oracle8
>
> NAME=ora.oracle8.vip
> TYPE=application
> TARGET=ONLINE
> STATE=ONLINE on oracle8
>
> NAME=ora.oracle9.ASM2.asm
> TYPE=application
> TARGET=ONLINE
> STATE=ONLINE on oracle9
>
> NAME=ora.oracle9.LISTENER_ORACLE9.lsnr
> TYPE=application
> TARGET=ONLINE
> STATE=ONLINE on oracle9
>
> NAME=ora.oracle9.gsd
> TYPE=application
> TARGET=ONLINE
> STATE=ONLINE on oracle9
>
> NAME=ora.oracle9.ons
> TYPE=application
> TARGET=ONLINE
> STATE=ONLINE on oracle9
>
> NAME=ora.oracle9.vip
> TYPE=application
> TARGET=ONLINE
> STATE=ONLINE on oracle9
>
> Very simple thing would be to use $ORA_CRS_HOME/bin/olsnodes but it
> doesn't give you the full information.
> --http://www.mladen-gogala.com

Mladen, there is a new utility called crs_stat2 or along those lines which display the data above in a tabular format. I am pretty sure I saw it in R2 and sure it does not exist in R1, but I do not have an R2 installation handy. Received on Fri May 11 2007 - 12:00:40 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US