Oracle 10g RAC install issues on VMware

Hello,
I have 2 virtual machines (VMs) configured each as follows:
- 1 local disk 20GB on SCSI 0:0 partition type is ext3
- 4 shared disk. partition type for each disk is OCFS2
- OCR 0.5 GB on SCSI1:0
- Voting 0.5 GB on SCSI1:1
- Database Data 10 GB on SCSI1:2
- dB flash recovery 20 GB on SCSI1:3
- 2 ethernet interface (1 bridged, 1 host-only)
- CD-ROM
- 700 MB memory
Each VM is able to read/write to the shared disks. Here is the contents of each vmx file
RAC1
#!/usr/bin/vmware
config.version = "8"
virtualHW.version = "4"
scsi0.present = "TRUE"
scsi0.virtualDev = "lsilogic"
memsize = "700"
scsi0:0.present = "TRUE"
scsi0:0.fileName = "localdisk.vmdk"
scsi0:0.writeThrough = "TRUE"
ide1:0.present = "TRUE"
ide1:0.fileName = "/dev/hda"
ide1:0.deviceType = "cdrom-raw"
floppy0.startConnected = "FALSE"
floppy0.fileName = "/dev/fd0"
Ethernet0.present = "TRUE"
displayName = "shared-rac1"
guestOS = "rhel4"
priority.grabbed = "normal"
priority.ungrabbed = "normal"
disk.locking = "FALSE"
diskLib.dataCacheMaxSize = "0"
scsi1.sharedBus = "virtual"
powerType.powerOff = "hard"
powerType.powerOn = "hard"
powerType.suspend = "hard"
powerType.reset = "hard"
scsi1.present = "TRUE"
scsi1.virtualDev = "lsilogic"
scsi1:0.present = "TRUE"
scsi1:0.fileName = "/var/lib/vmware/Virtual_Machines/rac/sharedstorage/crs.vmdk"
scsi1:0.mode = "independent-persistent"
scsi1:0.deviceType = "disk"
scsi1:1.present = "TRUE"
scsi1:1.fileName = "/var/lib/vmware/Virtual_Machines/rac/sharedstorage/voting.vmdk"
scsi1:1.mode = "independent-persistent"
scsi1:1.deviceType = "disk"
scsi1:2.present = "TRUE"
scsi1:2.fileName = "/var/lib/vmware/Virtual_Machines/rac/sharedstorage/dbData.vmdk"
scsi1:2.mode = "independent-persistent"
scsi1:2.deviceType = "disk"
scsi1:3.present = "TRUE"
scsi1:3.fileName = "/var/lib/vmware/Virtual_Machines/rac/sharedstorage/dbFlashRecovery.vmdk"
scsi1:3.mode = "independent-persistent"
scsi1:3.deviceType = "disk"
floppy0.present = "FALSE"
Ethernet1.present = "TRUE"
Ethernet1.connectionType = "hostonly"
uuid.location = "56 4d e6 e2 77 57 0b 3d-94 69 08 da df 9c f1 20"
uuid.bios = "56 4d e6 e2 77 57 0b 3d-94 69 08 da df 9c f1 20"
scsi0:0.redo = ""
scsi1:0.redo = ""
scsi1:1.redo = ""
scsi1:2.redo = ""
scsi1:3.redo = ""
ethernet0.addressType = "generated"
ethernet1.addressType = "generated"
ethernet0.generatedAddress = "00:0c:29:9c:f1:20"
ethernet0.generatedAddressOffset = "0"
ethernet1.generatedAddress = "00:0c:29:9c:f1:2a"
ethernet1.generatedAddressOffset = "10"
ide1:0.startConnected = "TRUE"
tools.syncTime = "TRUE"
Ethernet2.present = "FALSE"
Ethernet2.connectionType = "hostonly"
ethernet2.addressType = "generated"
ethernet2.generatedAddress = "00:0c:29:9c:f1:34"
ethernet2.generatedAddressOffset = "20"RAC2
#!/usr/bin/vmware
config.version = "8"
virtualHW.version = "4"
scsi0.present = "TRUE"
scsi0.virtualDev = "lsilogic"
memsize = "700"
scsi0:0.present = "TRUE"
scsi0:0.fileName = "localdisk.vmdk"
scsi0:0.writeThrough = "TRUE"
ide1:0.present = "TRUE"
ide1:0.fileName = "/dev/hda"
ide1:0.deviceType = "cdrom-raw"
floppy0.startConnected = "FALSE"
floppy0.fileName = "/dev/fd0"
Ethernet0.present = "TRUE"
displayName = "shared-rac2"
guestOS = "rhel4"
priority.grabbed = "normal"
priority.ungrabbed = "normal"
powerType.powerOff = "hard"
powerType.powerOn = "hard"
powerType.suspend = "hard"
powerType.reset = "hard"
disk.locking = "false"
diskLib.dataCacheMaxSize = "0"
scsi1.sharedBus = "virtual"
scsi1.present = "TRUE"
scsi1:0.present = "TRUE"
scsi1:0.fileName = "/var/lib/vmware/Virtual_Machines/rac/sharedstorage/crs.vmdk"
scsi1:0.mode = "independent-persistent"
scsi1:0.deviceType = "disk"
scsi1:1.present = "TRUE"
scsi1:1.fileName = "/var/lib/vmware/Virtual_Machines/rac/sharedstorage/voting.vmdk"
scsi1:1.mode = "independent-persistent"
scsi1:1.deviceType = "disk"
scsi1:2.present = "TRUE"
scsi1:2.fileName = "/var/lib/vmware/Virtual_Machines/rac/sharedstorage/dbData.vmdk"
scsi1:2.mode = "independent-persistent"
scsi1:2.deviceType = "disk"
scsi1:3.present = "TRUE"
scsi1:3.fileName = "/var/lib/vmware/Virtual_Machines/rac/sharedstorage/dbFlashRecovery.vmdk"
scsi1:3.mode = "independent-persistent"
scsi1:3.deviceType = "disk"
scsi1.virtualDev = "lsilogic"
floppy0.present = "FALSE"
Ethernet1.present = "TRUE"
Ethernet1.connectionType = "hostonly"
scsi0:0.redo = ""
scsi1:0.redo = ""
scsi1:1.redo = ""
scsi1:2.redo = ""
scsi1:3.redo = ""
ide1:0.startConnected = "TRUE"
ethernet0.addressType = "generated"
ethernet1.addressType = "generated"
uuid.location = "56 4d 52 90 f0 35 50 a3-08 04 7d 41 6a e8 e5 c7"
uuid.bios = "56 4d 52 90 f0 35 50 a3-08 04 7d 41 6a e8 e5 c7"
ethernet0.generatedAddress = "00:0c:29:e8:e5:c7"
ethernet0.generatedAddressOffset = "0"
ethernet1.generatedAddress = "00:0c:29:e8:e5:d1"
ethernet1.generatedAddressOffset = "10"
tools.syncTime = "TRUE"
Ethernet2.present = "FALSE"
Ethernet2.connectionType = "hostonly"
ethernet2.addressType = "generated"
ethernet2.generatedAddress = "00:0c:29:e8:e5:db"
ethernet2.generatedAddressOffset = "20"I was successfully able to install Clusterware and a database, however I get an error when I attempt to run the dB the second instance. The first instances runs without any issues.
Here is the error message the first time I started the second instance
[oracle@shared-rac2 ~]$ srvctl start instance -d mddb -i mddb2
PRKP-1001 : Error starting instance mddb2 on node shared-rac2
CRS-0215: Could not start resource 'ora.mddb.mddb2.inst'.However, the second time I attempted to start the instance, the following error was generated:
[oracle@shared-rac2 ~]$ srvctl start instance -d mddb -i mddb2
PRKP-1001 : Error starting instance mddb2 on node shared-rac2
CRS-1028: Dependency analysis failed because of:
CRS-0223: Resource 'ora.mddb.mddb2.inst' has placement error.
crs_stat -t indicates:
[oracle@shared-rac2 ~]$ /u01/app/oracle/product/10.2.0/crs/bin/crs_stat -t
Name           Type           Target    State     Host
ora.mddb.db    application    ONLINE    ONLINE    shared-rac2
ora....b1.inst application    ONLINE    ONLINE    shared-rac1
ora....b2.inst application    ONLINE    UNKNOWN   shared-rac2
ora....C1.lsnr application    ONLINE    ONLINE    shared-rac1
ora....ac1.gsd application    ONLINE    ONLINE    shared-rac1
ora....ac1.ons application    ONLINE    ONLINE    shared-rac1
ora....ac1.vip application    ONLINE    ONLINE    shared-rac1
ora....C2.lsnr application    ONLINE    ONLINE    shared-rac2
ora....ac2.gsd application    ONLINE    ONLINE    shared-rac2
ora....ac2.ons application    ONLINE    ONLINE    shared-rac2
ora....ac2.vip application    ONLINE    ONLINE    shared-rac2After attempting to start the instance the second time, srvctl indicates:
[oracle@shared-rac2 ~]$ srvctl status database -d mddb
Instance mddb1 is running on node shared-rac1
PRKO-2015 : Error in checking condition of instance on node: shared-rac2Has anyone ever encountered this issue before? If so, is there a workaround or a solution to overcome this?
Is this a VMWare interaction issue or is it related to Oracle?
I've been stuck at this for quite a while now and any help is tremendously appreciated.
Message was edited by:
bassamkh
Added srvctl output

Hello,
I monitored the following file when starting the second instance.
- /u01/app/oracle/product/10.2.0/crs/log/shared-rac2/alertshared-rac1.log (on RAC1)
- /u01/app/oracle/product/10.2.0/crs/log/shared-rac2/alertshared-rac2.log (on RAC2)
There was no output generated.
Regarding the article you sent, I did not follow it, however I followed this article: http://www.oracle.com/technology/pub/articles/chan-ubl-vmware.html
I did not follow it step by step as I do not want ASM in my testing environment. However, the concepts have been used as described and in the same order. All of the shared disks are Oracle Clusterware Filesystem (OCFS2).

Similar Messages

  • Oracle 10g rac install on vmware with server 2003 error

    INFO: Command = C:\WINDOWS\system32\cmd /c call C:\oracle\product\10.2.0\crs/install/crssetup.config.bat
    Successfully accumulated necessary OCR keys.
    Using ports: CSS=49895 CRS=49896 EVMC=49898 and EVMR=49897.
    node <nodenumber>: <nodename> <private interconnect name> <hostname>
    node 1: rac2 rac2-priv rac2
    node 2: rac1 rac1-priv rac1
    Creating OCR keys for user 'administrator', privgrp ''..
    Operation successful.
    Now formatting voting device: \\.\votedsk1
    Format of 1 voting devices complete.
    Step 1: checking status of CRS cluster
    Step 2: creating directories (C:\oracle\product\10.2.0\crs)
    Step 3: configuring OCR repository
    Step 4: configuring safe mode for CRS stack
    Step 5: Starting up CRS stack on all nodes
    rac2 service OracleCSService in improper STOPPED state, err(0)
    rac1 service OracleCSService in improper PENDING state, err(997)
    Command = C:\WINDOWS\system32\cmd /c call C:\oracle\product\10.2.0\crs/install/crssetup.config.bat has failed
    INFO: Configuration assistant "Oracle Clusterware Configuration Assistant" failed
    *** Starting OUICA ***
    Oracle Home set to C:\oracle\product\10.2.0\crs
    Configuration directory is set to C:\oracle\product\10.2.0\crs\cfgtoollogs. All xml files under the directory will be processed
    INFO: The "C:\oracle\product\10.2.0\crs\cfgtoollogs/configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled. This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.
    SEVERE: OUI-25031:Some of the configuration assistants failed. It is strongly recommended that you retry the configuration assistants at this time. Not successfully running any "Recommended" assistants means your system will not be correctly configured.
    1. Check the Details panel on the Configuration Assistant Screen to see the errors resulting in the failures.
    2. Fix the errors causing these failures.
    3. Select the failed assistants and click the 'Retry' button to retry them.

    Pl post in the RAC install forum - RAC, ASM & Clusterware Installation
    HTH
    Srini

  • Oracle 10g RAC install on OEL5 update 5 OUI failing to write on tmp fs

    Dear Friends,
    I am attempting to install Oracle 10g R2 on Oracle Enterprise Linux 5 update 5 but facing some errors. Can't believe i have done everything right as far as oracle docs n my understanding concern. when i try to invoke runInstaller for CRS it fails with following error:
    [oracle@server01 clusterware]$ ./runInstaller
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
    Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2010-11-15_04-36-47PM. Please wait ...[../stage/Components/oracle.swd.oui.core/10.2.0.1.0/1/DataFiles/filegroup1.jar]
    End-of-central-directory signature not found. Either this file is not
    a zipfile, or it constitutes one disk of a multi-part archive. In the
    latter case the central directory and zipfile comment will be found on
    the last disk(s) of this archive.
    note: ../stage/Components/oracle.swd.oui.core/10.2.0.1.0/1/DataFiles/filegroup1.jar may be a plain executable, not an archive
    Error in writing to directory /tmp/OraInstall2010-11-15_04-36-47PM. Please ensure that this directory is writable and has atleast 60 MB of disk space. Installation cannot continue.
    : Success
    [oracle@serverr01 clusterware]$
    I am also attaching the cluster verfication result, if you wish to have a look at this.
    Please let me know if you see any pointers.
    Many Thanks

    hi
    did you extract the zip file without any errors and with oracle user?
    is the /tmp full? post "df -h"
    you can manually set another temp directory using "export TMPDIR=/any/path"
    hth

  • I have two questions for  oracle 10g rac  install  for turbolinux11

    this kernel 2.6.18-53
    the first questions about asm
    does asm`s disk only install a node (not install two or more nodes?)
    the second questions:
    does shall install oracle_clustware_10.2.1 or install oracle_10.2.1_datebase
    when i install the oracle_clustware now i must be install datebase?????

    Hi user10203064
    the first questions about asm
    does asm`s disk only install a node (not install two or more nodes?)
    ASM instance shall be installed on both nodes
    the second questions:
    does shall install oracle_clustware_10.2.1 or install oracle_10.2.1_datebase
    when i install the oracle_clustware now i must be install datebase?????´
    You have to install first CRS, after that ASM and the database at the end
    http://download-uk.oracle.com/docs/cd/B19306_01/rac.102/b14197/toc.htm
    Edited by: Hub on Nov 14, 2008 9:19 PM
    Edited by: Hub on Nov 14, 2008 9:20 PM

  • Oracle-10g RAC on VMware installed on Windows-7(Host)

    Hi,
    My host OS is Windows-7. Docs. posted on this forum for RAC on VMware says: your Host OS should be Centos OS and in which you will install VMware and Client tools also. In this way u can clone another RAC2 machine.
    But I have Oracle VM Virtual Box installed on Windows-7. Another is VMware Player installed on Windows-7.
    I want to install Oracle-10g RAC on my Laptop. Please any suggestions or Docs. related to this.
    Shakeel

    Hi,
    while this is a documentation of 11gR2 it gives enough information on how to setup a RAC in a VBox environment:
    http://www.oracle-base.com/articles/11g/OracleDB11gR2RACInstallationOnOEL5UsingVirtualBox.php
    Regards
    Sebastian

  • Installing Oracle 10g rac on linux 4 using vmware :problem

    Hi Expert ,
    I'm facing problem on installing oracle 10g rac on centos 4x using vmware, installation is showing errors . The command failed are oifcfg, cluvfy
    on running ./cluvfy stage -post crsinst -n rac1,rac2
    error:
    OCR integrity found invalid for rac1
    OCR integrity found invalid for rac2
    Please advice...
    regards,
    Shaan

    hi Experts,
    orccheck failed for one of the node, can you please suggest what needs to be done now..
    filename :/dev/raw/raw1
    error "device/file integrity check failed"
    error "device not configured"
    Regards
    Message was edited by:
    Shaan_dmp

  • Oracle 10g RAC using ASM - Storage Issue

    I’ve an issue related to Oracle 10g RAC.
    I’ve 2 node cluster each being Dell 2850 Server with RHEL 4.0
    I’ve EMC CX300 SAN storage with following partitions
    /orasoft     10 Gb          OCFS2 File system
    /oracrs          2 Gb          OCFS2 File system
    /orabackup      100 Gb          OCFS2 File system
    The datafiles are on ASM which is not directly visible in OS.
    I’ve common Oracle Home installed in /orasoft/db_1 which is shared by both nodes in cluster.
    I’ve faced an issue recently related to EMC storage.
    The /orasoft partition displays 1.4 Gb space available using df command.
    With both nodes sharing the common Oracle Home (/orasoft/db_1), when ever I try to touch a file I get an error as No Space left on device. I’m unable to start any service with the same reason.
    Is this setup correct ??
    Can anyone help me with this storage issue ??

    Need a clarification here...what do you mean by "Storage System"...do you mean a server/node or the SAN storage system. If you are referring to a server/node's local storage, then it would NOT be possible for use by RAC, since the disk space has to be shared among the nodes.
    Here is what you can do:
    - Create two partitions/devices (for example Disk_1 and Disk_2) in the SAN storage
    - Create a ASM disk group which would mirror Disk_1 to Disk_2.
    Again, please note that the partitions have to be visible and be accessible read/write from both the nodes/servers.
    HTH
    Thanks
    Chandra Pabba

  • Oracle 10g RAC+ASM - Storage Issue

    I’ve an issue related to Oracle 10g RAC.
    I’ve 2 node cluster each being Dell 2850 Server with RHEL 4.0
    I’ve EMC CX300 SAN storage with following partitions
    /orasoft     10 Gb          OCFS2 File system
    /oracrs          2 Gb          OCFS2 File system
    /orabackup      100 Gb          OCFS2 File system
    The datafiles are on ASM which is not directly visible in OS.
    I’ve common Oracle Home installed in /orasoft/db_1 which is shared by both nodes in cluster.
    I’ve faced an issue recently related to EMC storage.
    The /orasoft partition displays 1.4 Gb space available using df command.
    With both nodes sharing the common Oracle Home (/orasoft/db_1), when ever I try to touch a file I get an error as No Space left on device. I’m unable to start any service with the same reason.
    Is this setup correct ??
    Can anyone help me with this storage issue ??

    Hi,
    If you create a new diskgroup you may be to add the same diskgroup to parameter file or spfile and which will be needing down time.
    sugestion: Instead of creating new diskgroup you should to add disk to existing group.if you add asm disk to existing group your all problem will be solved and Oracle itself will be managing all.And than i am sure no need to add entry in the parameter or spfile like +db_create_file_dest=.....
    regards,
    Sher khan

  • Oracle 10g RAC on vmware

    Hi
    I am in a tesing enviornment.I want to install Oracle 10g R2 RAC on RHEL5.I am working on VMware server.When i try installing Oracle 10g RAC on win.2k3 server it gives me blue dump error.
    .Can anyone tell that Oracle 10g RAC support VM platform or Not.Plz
    Thanks
    Bobs

    Here you go step by step instructions...It worked for me.
    http://www.oracle-base.com/articles/10g/OracleDB10gR2RACInstallationOnRHEL4UsingVMwareESXAndNFS.php
    Hope this helps,
    Regards
    http://www.oracleracexpert.com
    Learn Oracle RAC Load balancing and failover
    http://www.oracleracexpert.com/2010/01/oracle-rac-load-balancing-and-failover.html]
    Solution to resolve ORA-600 kfcnullconvert20 Error on ASM
    http://www.oracleracexpert.com/2010/02/ora-600-kfcnullconvert20-error-on-asm.html]

  • Oracle 10g RAC VMware support

    Is Oracle 10g RAC supported in a production VMware environment yet? If not, what is the hold up? VMware is the standard in the industry now and not being able to virtulize is both costly and not practical.

    As the previous responder points out, whilst Oracle does not actively certify its products in VMWare environments, it will provide support provided the issue is already known on the guest OS, or it can be reproduced outside a VMWare environment.
    I know of many organisations running VMWare with RAC, including my own although we tend NOT to use it in Production environments. Oracle has many resource management capabilities built in to the RDBMS and the Grid Infrastructure which only work well if Oracle has control of all of the resources on a server.
    I guess if you're not satisfied with our responses, you should direct your question to Oracle Support rather than this forum. Certification of VMWare is probably as much (or may be mostly) a business decision by Oracle and us Forum members can't generally explain those decisions.

  • Oracle Database 10g - RAC install

    1)
    I am trying to install Oracle 10g RAC (for Solaris Operating System (SPARC)) using 'Enterprise/Standard Edition for Solaris Operating System (SPARC, 64-bit) - ship_rel10_sol64_db.cpio.gz' downloaded installation. There is no separate installation for RAC, so I assume this is the right install to use for RAC, right?
    Since I don't have cabeling for Interconnect done yet, I tried to install Database/RAC prior CRS installation, but no option has been offered for RAC. Do I need to have clustering software installed first in order to be able to installl Oracle Database RAC?
    2)
    Why is Oracle Database 10g release 10.1.0.3 patch set (for Solaris Operating System (SPARC)) so large - 648 MB?
    Do I need to install 10.1.0.2 first?

    Hello,
    there's no extra RAC software package, but the option is only offered, if one of the supported cluster layers for the respective OS has been installed before.
    10.1.0.3 looks like a complete redesign, but anyway it is a patch, you have to install 10.1.0.2 first.

  • Oracle database not starting up in oracle 10g RAC

    Hi!
    Recently I came across one problem with one node oracle 10g RAC.When the Oracle database is started,while opening it is giving ORA-03113:End of file on communication channel error.When I saw the the alert trace file and other trace files I found Disk group is exhausted error and it is not able to create .dbf files.Actually it is not a production server and I gave archive log destination in SAN.Even the spfile(content of init_database.ora) is in SAN..
    I tried Asmcmd utility to delete the archive log files.As the oracle is not available I am not able to asmcmd prompt.
    How to change the destination of archive log and to remove the old archive log files(as it is a testing environment we can remove) from SAN?Please let me know.
    Thanks & Regards
    Srikanth MVS

    keithrust wrote:
    On VMware there's a known issue with Oracle databases on a Windows client not starting up properly all the time and a manual startup using oradim -start -sid <whatever> is required to get it fully running. Hmmm, doing it several time, and never seen such issue. Which "known issue" and by who are you talking about ?
    I created a brand new Oracle VM Windows 2003 32-bit server, installed the Oracle drivers for paravirtualization, and whammo, the problem is still hereI'm sure, you miss something somewhere in the config. Right now, you're on supported configuration, you could either raise a SR to the support, or get help from your peer on Oracle Database General forum.
    Ah, but it's not a Windows issue. On a non-VM Windows box the database starts just fine all the time. Again, this is a known issue acknowledged by Oracle on the VMware side, I'm just surprised it exists on the Oracle VM side.Again, give more details about this "known issue". Never heard about that, eventhough I've been around for years.
    I was afraid you were going to ask that. I'll have to search for it again, but I think you can do the same as well....Well, I doubt you could find a Metalink note about Oracle on VMWare. So far, Oracle has always refused to support database on OS virtualized on VMWare (or any VM software other than Oracle VM). Based on that, you could be sure, your "known issue" is not an issue on Oracle VM.
    If you want more help, again, give more details about your issue.
    Nicolas.

  • Oracle 10g rac installation on IBM power server

    Dear Gurus,
    I am installing Oracle 10g RAC on IBM power server but while running CRS getting the following errors. Please help to resolve this issue.
    OUTPUT from Installation log:
    INFO: Start output from spawned process:
    INFO: INFO:
    INFO: /oracle/app/oracle/product/crs/bin/genclntsh
    INFO: /usr/bin/ld: cannot find -lxl
    INFO: collect2: ld returned 1 exit status
    INFO: genclntsh: Failed to link libclntsh.so.10.1
    INFO: make:
    INFO: *** [client_sharedlib] Error 1
    INFO: End output from spawned process.
    INFO: INFO: Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target 'client_sharedlib' of makefile '/oracle/app/oracle/product/crs/network/lib/ins_net_client.mk'. See '/oracle/app/oracle/oraInventory/logs/installActions2011-12-26_04-40-48PM.log' for details.
    Exception Severity: 1
    INFO: Exception handling set to prompt user with options to Retry Ignore
    SYSTEM:
    IBM power server
    Linux 5.3
    I have already tried changing ORACLE_HOME,CRS_HOME,LD_LIBRARY_PATH but nothing worked.
    Regards,
    Prajash

    Those errors remind me on errors I encountered when I was trying to do installation that was not certified,
    so try to check if installation you are doing is actually supported.
    In the meantime , visit metalink and read document [ID 460969.1] , */usr/bin/ld: Cannot Find -lxml10, Genclntsh: Failed To Link Libclntsh.so.10.1*

  • Oracle 10G RAC - Public & Heartbeat on 1 NIC

    Hello all,
    actually I am installing Oracle 10G RAC on rhel 4 (4 node cluster). But the Cluster Verification Utility aborts with errors. I checked the configToolAllCommands and tried to run the failed commands manually:
    #/opt/oracle/crs/bin/oifcfg setif -global eth0.100/172.18.0.0:cluster_interconnect eth0.728/172.16.128.0:public eth0.498/172.17.1.0:cluster_interconnect
    PRIF-50: duplicate interface is given in the input
    PRIF-50: duplicate interface is given in the input
    PRIF-50: duplicate interface is given in the input
    Question:
    Is it possible to put Public & Heartbeat on one NIC (eth0.728 & eth0.498)
    If not is their any workaround for that issue?
    Output /etc/hosts
    # that require network functionality will fail.
    127.0.0.1 localhost.localdomain localhost
    172.18.253.48 eu0266.[company].net cfmaster
    172.16.128.11 eu0200.[company].net eu0200
    172.16.128.12 eu0201.[company].net eu0201
    172.16.128.13 eu0202.[company].net eu0202
    172.16.128.14 eu0203.[company].net eu0203
    172.18.13.11 eu0200m.[company].net eu0200m
    172.18.13.12 eu0201m.[company].net eu0201m
    172.18.13.13 eu0202m.[company].net eu0202m
    172.18.13.14 eu0203m.[company].net eu0203m
    # Private section
    172.17.1.11 eu0200-priv.[company].net eu0200-priv
    172.17.1.12 eu0201-priv.[company].net eu0201-priv
    172.17.1.13 eu0202-priv.[company].net eu0202-priv
    172.17.1.14 eu0203-priv.[company].net eu0203-priv
    # Virtual section
    172.16.128.16 eu0200-vip.[company].net eu0200-vip
    172.16.128.17 eu0201-vip.l[company].net eu0201-vip
    172.16.128.18 eu0202-vip.[company].net eu0202-vip
    172.16.128.19 eu0203-vip.[company].net eu0203-vip
    Output install log:
    Checking existence of VIP node application (required)
    Check failed.
    Check failed on nodes:
    eu0203,eu0202,eu0201,eu0200
    Checking existence of ONS node application (optional)
    Check ignored.
    Checking existence of GSD node application (optional)
    Check ignored.
    Post-check for cluster services setup was unsuccessful on all the nodes.
    Command = /opt/[company]/oracle/crs/bin/cluvfy has failed
    INFO: Configuration assistant "Oracle Cluster Verification Utility" failed
    *** Starting OUICA ***
    Oracle Home set to /opt/[company]/oracle/crs
    Configuration directory is set to /opt/[company]/oracle/crs/cfgtoollogs. All xml files under the directory will be processed
    INFO: The "/opt/[company]/oracle/crs/cfgtoollogs/configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled. This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.
    SEVERE: OUI-25031:Some of the configuration assistants failed. It is strongly recommended that you retry the configuration assistants at this time. Not successfully running any "Recommended" assistants means your system will not be correctly configured.
    1. Check the Details panel on the Configuration Assistant Screen to see the errors resulting in the failures.
    2. Fix the errors causing these failures.
    3. Select the failed assistants and click the 'Retry' button to retry them.
    Thanks in advance for your help!
    Regards

    Tads wrote:
    Hi all,
    I have a question about Oracle RAC and network interface.
    We're using Oracle 10gR2 RAC with two nodes on Linux Red Hat.
    Let's assume that the public network interface goes down.
    I would like to know what happens with existing connections
    on node with network interface with problems.
    Are connections frozen, actives?
    Can the users continue to use theses existing connections using the another node of RAC?If the interface is down? what do you think? All connections to this node will die. How does your application handle fail-over, does it attempt to reconnect or just have a complete application failure?
    You should spend some time in a test lab where you can test this stuff for yourself. Read the documentation and there are tons of sites out there that purport to have all of your RAC/TAF/FAN/FAF questions. - I would read and trust the documentation first.
    >
    I know that the listener goes down and any other connections is allowed.
    Thank you very much!!!!

  • Oracle 10g RAC on Windows

    Installed Oracle 10g RAC on Windows... Everything was
    working fine, now when I install CRS it completed at 100% and then in the configuration it gives error
    INFO: exitonly tools to be excuted passed: 0
    INFO: Starting to execute configuration assistants
    INFO: Command = C:\WINDOWS\system32\cmd /c call C:\oracle\product\10.2.0\crs/install/crssetup.config.bat
    PROT-1: Failed to initialize ocrconfig
    Step 1: checking status of CRS cluster
    Step 2: creating directories (C:\oracle\product\10.2.0\crs)
    Step 3: configuring OCR repository
    ocr upgrade failed with (-1)
    Execution of the plugin was aborted
    INFO: Configuration assistant "Oracle Clusterware Configuration Assistant" was canceled.
    *** Starting OUICA ***
    Oracle Home set to C:\oracle\product\10.2.0\crs
    Configuration directory is set to C:\oracle\product\10.2.0\crs\cfgtoollogs. All xml files under the directory will be processed
    INFO: The "C:\oracle\product\10.2.0\crs\cfgtoollogs/configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled. This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.
    I am using VMware WorkStation 5
    http://www.oracle-base.com/articles/10g/OracleDB10gR2RACInstallationOnWindows2003UsingVMware.php
    I can see my disks from both machines. Open the "Computer Management" dialog (Start > All Programs > Administrative Tools > Computer Management
    I use Windows XP SP2 as the host operating system
    Any suggestion?
    Message was edited by:
    MEXMAN

    You know its not certified?
    My first thought when I read the subject of this thread, and before reading what you posted, is that you've either done no research on RAC or didn't understand what you've read.
    You can create a RAC cluster using any operating system certified by Oracle.
    But the operating system is the least important part of creating a cluster. The questions you need to be able to address are:
    1. What is your solution to created shared storage?
    2. What is your solution to create the cache fusion interconnect and VIPs?
    If you don't have an answer to these questions you can not build a RAC cluster.

Maybe you are looking for

  • Trying to understand ViewStack and child creation

    I'm trying to work with the ViewStack, but keep on getting error 1009, which means that the object I'm trying to use is not created yet. I just dont understand why the object is not created and at which point will it get created. The attached code de

  • FW800 port on Thunderbolt display?

    The new Thunderbolt display has 1 Firewire 800 port. How would that be used? If you plug your Mac into it, you can't plug a peripheral into it. If you plug your FW disk into it - you can't daisy chain it. Am I missing something? The only reason I cou

  • Installation of photoshop elements impossible

    HI, I am having serious problems installing my new PS Elements 13 on PC. Adobe tells me Installation couldn't be initialized because a file was missing. Ich have already re-installed flash-player with latest version. Lightroom and PS 4 are working fi

  • How are my things that i backup suppose to look like on my computer?

    I backed up my things from my ipod and backed it up on my computer and i found the files but i dont know what there suppose to look like help me ?

  • KE1Z transfer planned sales revenue  to FI-GL but the amout is double.

    Dear all:    I have transfered the planning sales revenue using KE1Z  and if I change the data in KEPM and transfer to FIGL again.The revenue will post the total amount  again. ex. step 1.KEPM  Rev $100 to FIGL           >  KE1Z transfer to FI>report