Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: CRS started RAC instance automatically
I would say no that is not expected behaviour.
Normally if you shut down an instance gracefully it should stay down. You did shut it down with srvctl stop instance -d xxx -i xxx (correct?) The only time I have seen crs start something up automatically is when there has been a node eviction or a crash and crs will attempt to restart the instance.
I have not tried this but maybe you can srvctl disable instance -d xxx -i
xxx
to stop it from starting unexpectedly. Or you may want to stop crs on node
b
to ensure nothing starts ( /pathto startup scripts/init.d/init.crs stop ),
when you start crs again it will start the
database instance registered in crs. (make sure the db, asm, nodeapps are
down first )
Hope that helps
Scott.
"steve" <stevenoyle1_at_yahoo.com> wrote in message
news:1158779912.612195.120190_at_h48g2000cwc.googlegroups.com...
> Hi,
> Can someone explain if the following is expected in a RAC environment
> (10gR2 HPUX)?
>
> scenario
> 1. shuts down instance A on node A
> 2. shuts down node B
> 3. starts up node B, starts up instance B
>
> After instance B was started, instance A was brought up automatically
> by Oracle CRS. Is this an expected behavior? Is there a way of
> preventing CRS from bringing up instance A automatically?
>
> thanks.
>
Received on Wed Sep 20 2006 - 15:54:13 CDT
![]() |
![]() |