Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Help: srvctl
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.orgReceived on Fri Oct 12 2007 - 16:23:23 CDT
![]() |
![]() |