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: Oracle10gRel2 RAC on solaris9 installation problem

Re: Oracle10gRel2 RAC on solaris9 installation problem

From: takesiro <takesiro_at_coral.ocn.ne.jp>
Date: Mon, 8 May 2006 20:50:46 +0900
Message-ID: <e3nbao$sfp$1@news-est.ocn.ad.jp>


I had a similer problem in RAC install with windows.

But your problem is only link errors.
>ln: cannot create /u01/app/crs/lib/libskgxn2.so: File exists
>ln: cannot create /u01/app/crs/lib32/libskgxn2.so: File exists

Please read root.sh and you can find "ln -s"(make link). And unlink those links.

After that.
If you have CRS stack error again.
I recommend deconfigure(probably doing script in root.sh) or check install log.

regards

"IT-Prof-Unix" <kaleemd_at_gmail.com> wrote in message news:1147087746.881987.120640_at_e56g2000cwe.googlegroups.com...
>I am installing Oracle10g Release2 on Solaris 9. I have Veritas Volume
> manager with cluster feature (CVM) enabled. I created the OCR and
> voting disks with proper permissions in the shared disk group under
> VxVm.
>
> The clusterware installtion was going fine. I had started "root.sh"
> script. While this script was formating "voting disk2" I happened to
> make "Ctrl+C" by mistake. The script aborted.
>
> After this I deleted the "crs" home directory, "oraInventory"
> directory, and /var/opt/oracle directory, and also the ocr and coting
> shared disks and tried to start the clusterware installation again.
> However the "root.sh" aborts in the early steps even before the "ocr"
> and voting disks formating process. I get the following error :
>
> --------------------------------------
> root_at_db907srv1 # /u01/app/crs/root.sh
> ln: cannot create /u01/app/crs/lib/libskgxn2.so: File exists
> ln: cannot create /u01/app/crs/lib32/libskgxn2.so: File exists
> Checking to see if Oracle CRS stack is already configured
> Checking to see if any 9i GSD is up
>
> Setting the permissions on OCR backup directory
> Setting up NS directories
> PROT-1: Failed to initialize ocrconfig
> Failed to upgrade Oracle Cluster Registry configuration
> ---------------------------------------------------
>
> Seems the CRS was not removed completely. Please help me on how to make
> a complete removal of the oracle from this machine and start the
> installation phase again.
>
> Thanks
>
Received on Mon May 08 2006 - 06:50:46 CDT

Original text of this message

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