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

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

  • 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 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).

  • 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

  • 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.

  • 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 - 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.

  • Oracle 10g RAC installation on HP-UX 11.31 for SAP ERP 6.04

    Dear experts,
    We are trying to install SAP ERP 6.0 EHP4 with Oracle 10g RAC on HP-UX 11.31. Please note that, We are using VERITAS cluster filesystem (CFS) for this purpose and not HP-UX ServiceGuard ClusterFileSystem.
    *As per SAP procedure, we have installaed plain plain SAP system with single instance Oracle (ref: Configuration of SAP NetWeaver for Oracle Database 10gRAC guide). Now we are first trying to install Oracle Clusterware (CRS) and then we will install Oracle RAC software. Is this procedure right?*
    Which file (and its path) we have to use for CRS installation and its patch? Is it runInstaller under /oracle/stage/102_64/clusterware? With this file we can install CRS 10.2.0.1. Similarly for Oracle RAC, which files we are supposed to use, i.e for installation and patch upgrade?
    Also can we use clusterware package available from Oracle directly in the SAP environment?
    We tried to install CRS with runInstaller while running Configuration Assistant after root.sh script.
    The following commands are failing in Configuration Assistant:
    /oracle/CRS/102_64/bin/racgons add_config erpprdd1:4948 erpprdd2:4948
    /oracle/CRS/102_64/bin/oifcfg setif -global  lan1/20.20.20.0:cluster_interconnect lan0/192.168.3.0:public
    /oracle/CRS/102_64/bin/cluvfy stage -post crsinst -n erpprdd1,erpprdd2
    1st command does not give any output if run manually.
    2nd commands o/p: PRIF-12: failed to initialize cluster support services
    3rd commands fails in every check
    Please suggest the solution and expecting answers to the above mentioned questions.
    Thanks & Regards,
    Tejas

    >
    Charles Yu wrote:
    > Q1:  Oracle RAC with 9.2.x on HP-UX?
    > A:   For HA environment, cluster software is: MC/SG on HP-UX 11.31; there are  optional components of MC/SG  for supporting Oracle RAC and SAP application.  I was confused that I could not find the installation guide regarding 4.6C on MC/SG HA environment of HP-UX.
    > Charles
    Relevant docs for Service Guard (SG) cluster are available at http://docs.hp.com. Hope you have checked for the suport of oracle 92x on HP-UX 11.31
    >
    Charles Yu wrote:
    > Q2: Any reason why you don't use a supported database version?
    > A:   Actually, in order to avoiding the the risk of database upgrade and minimizing the migration risk,  top level has decided that keeping the same Oracle version. Indeed, we don't plan the migration of application. On the other hand, it is complicated to do the assessment for application migration.
    > Charles
    You can go for combined os migration and db release upgrade also at a stretch with the same downtime.

  • 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

    Hi All,
    I am a research student currently struggling to install Oracle 10g RAC on Windows OS.What i understand about a Oracle RAC database system is that it involves a configuration of multiple hosts or servers joined together with a clustering software and accessing the shared disk structures.What i also understand is that i need a CRS provided by Oracle for a Windows or Linux based RAC installation.
    What i don't understand is for a Two node RAC system do i need a Third machine which has the shared storage device.If yes do i have to install a copy of Oracle 10g Enterprise Edition and CRS on the shared storage device moreover do i need to install a copy of Oracle 10g Enterprise edition on each of the nodes or just the clusterware is enough.

    Hi Salil
    No, you do not need a third machine. You can even setup RAC as a single node on one machine! What you do need is to have some sort of cluster aware file system. Try looking at OCFS on Windows in your case.
    If you are interested in a Linux example please have a look at the examples at http://ocpdba.net/oracle9i_rac/cheaprac.html and http://ocpdba.net/oracle10g_rac for an OCFS implementation I am working on.
    regards,
    Ahbaid

  • 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 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.

Maybe you are looking for

  • Issue with hierarchy node variable and multiple SAP hierarchies

    Hello experts, We are currently facing an issue when using two SAP hierarchies in Web Intelligence and one of them is restricted with a hierarchy node variable. The systems we use are a SAP BI 7.01 (SPS 05) and a Business Objects Enterprise XI R3.1 S

  • System failure during call of function module RSWR_RFC_SERVICE_TEST in BW

    Hello All,             I am doing configuration with BW and EP portal when we run the program (RSPOR_SETUP) in step - 12 Maintain User Assignment in Portal = (System failure during call of function module RSWR_RFC_SERVICE_TEST) giving this error SSO

  • SQL*PLUS: Setting a concrete RETURN CODE

    I don't know how to force a concrete EXIT CODE for in a SQL*PLUS process. I use "WHENEVER SQLerror EXIT SQL.SQLCODE" and a "EXIT SQL.SQLCODE;" at the end of the process. But I need to be able to exit the process with a sqlcode "54" or "23" or whateve

  • Dynamically creating Runtime users

    Hi, I am trying to create a workflow that would connect to a remote Unix Box with credentials & host details provided by user from New Scale as input parameters. The problem that I am facing is how to dynamically create runtime users as well as Targe

  • Need help changing phone language

    My current phone language is french, I dont know any french at all and cant navigate through menus. I've been trying to switch languages but just cant figure it out. I'm using a nokia 500.