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: Help: srvctl

Re: Help: srvctl

From: DA Morgan <damorgan_at_psoug.org>
Date: Fri, 12 Oct 2007 14:23:23 -0700
Message-ID: <1192224189.184344@bubbleator.drizzle.com>


emdproduction_at_hotmail.com wrote:
> I am learning to use RAC 10.2 on linux
>
> I did a
> $srvctl add database -d rac -o /opt/oracle/product_10g/10.2
> $srvctl add instance -d rac -i vlinux1 -n vlinux1
> $srvctl add instance -d rac -i vlinux2 -n vlinux2
> $srvctl start database -d rac
>
> Then I realized I made a mistake. vlinux1 is the hostname, the
> instance name should be rac1. Of course, the instance can not be
> started
>
> So i am trying
> $ srvctl stop instance -d rac -i vlinux1
> $ srvctl remove instance -d rac -i vlinux1
> Remove instance vlinux1 from the database rac? (y/[n]) y
> PRKP-1023 : The instance {0} is still running.rac
>
> There is no instance vlinux1 running on this box, but OCR thinks that
> it is still running and would not let me remove them.
>
> Any suggestions?
>
> Thanks

Don't stop an instance ... stop a database. Then try again.

-- 
Daniel A. Morgan
University of Washington
damorgan_at_x.washington.edu (replace x with u to respond)
Puget Sound Oracle Users Group
www.psoug.org
Received on Fri Oct 12 2007 - 16:23:23 CDT

Original text of this message

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