Silent Clusterware Installation Question

Hello -
I am attempting to run a silent installation of Clusterware. I am installing on Linux, and here is part of my script:
/oracle_software/11g_clusterware/clusterware/runInstaller -silent -responseFile \
$ORA_SCRIPTS/RAC_installation_pckg/crs.rsp
However, I want the above process to finish in the script before going to the part of my script that runs the root commands for the installation. Currrently, the call to the command itself completes, and then the script goes to the part to run the root commands, while the above installation is still running. How can I get it to only call the root commands after the Clusterware installation has completed? Can I make use of wait command in my Linux script?
Any help or insight is greatyly appreciated!
Thanks,
Mike

1. make SSH user equivalance for root user on RAC1 and RAC2 hosts
2.
login as root
root@RAC1 #./run.sh
scripts are:
########run.sh#######
./rac.sh &
./search.sh &
####END############
##### rac.sh #############
#!/bin/bash
su - oarcle
/oracle_software/11g_clusterware/clusterware/runInstaller -silent -responseFile $ORA_SCRIPTS/RAC_installation_pckg/crs.rsp >>/tmp/out
###END ###################
######### search.sh #########
#!/bin/bash
for ((a=1 ; a <= 1000 ; a++ ))
do
egrep '/u01/crs/oracle/product/10.2.0/cr/root.sh' /tmp/out>dev/null
if [ $? -eq 0 ]
then
/u01/app/oracle/oraInventory/orainstRoot.sh
ssh RAC2
/u01/app/oracle/oraInventory/orainstRoot.sh
exit
/u01/crs/oracle/product/10.2.0/cr/root.sh
ssh RAC2
/u01/crs/oracle/product/10.2.0/crs/root.sh
exit
break
fi
sleep 60
done
########END ######################
Please try this one ...
Thanks,
VIJAY

Similar Messages

  • Root.sh fails on second node during clusterware installation

    I am setting up a test instance of OEL 5.4 using VMware.
    I am running the clusterware install and it is failing only on node2. See below.
    I followed note 414897.1 on metalink for raw device setup.
    Any help would be greatly appreciate.
    2010-09-01 11:58:21.084: [ default][1275584]a_init:7!: Backend init unsuccessful : [22]
    2010-09-01 11:58:21.091: [  OCRRAW][1275584]propriogid:1: INVALID FORMAT
    2010-09-01 11:58:21.091: [  OCRRAW][1275584]ibctx:1:ERROR: INVALID FORMAT
    2010-09-01 11:58:21.091: [  OCRRAW][1275584]proprinit:problem reading the bootblock or superbloc 22
    2010-09-01 11:58:21.097: [  OCRRAW][1275584]propriogid:1: INVALID FORMAT
    2010-09-01 11:58:21.139: [  OCRRAW][1275584]propriowv: Vote information on disk 0 [u01/app/oracle/oradata/ocr] is adjusted from [0/0] to [2/2]
    2010-09-01 11:58:21.191: [  OCRRAW][1275584]propriniconfig:No 92 configuration
    2010-09-01 11:58:21.192: [  OCRAPI][1275584]a_init:6a: Backend init successful
    2010-09-01 11:58:21.299: [ OCRCONF][1275584]Initialized DATABASE keys in OCR
    2010-09-01 11:58:21.555: [ OCRCONF][1275584]Successfully set skgfr block 0
    2010-09-01 11:58:21.557: [ OCRCONF][1275584]Exiting [status=success]...

    Oracle 10gR2 RAC Installation in RedHat 5 Linux Using VMware.
    Important points to install 10gR2 oracle RAC in linux5.
    1.LINUX 5(Redhat 5) doesn't have /etc/sysconfig/rawdevices file. so we have to configure it.
    2. Edit the /etc/redhat-release version to redhat-4 and and to invoke the runInstaller use the command
    $runInstaller -ignoreSysPrereqs. //this will bypass the os check //
    3. Next during clusterware installation at the end of root.sh in node 2 end with error message.So we have adjust the parameters in vipca and srvctl files.
    4. vipca will fail to run. so we have to adjust some parameters and configure it manually.
    refer the link, it will be useful to you to complete your installation.
    http://oracleinstance.blogspot.com/2010/03/oracle-10g-installation-in-linux-5.html

  • Clusterware installation 10.2.0.1

    Hi!
    I have trouble with clusterware installation.
    I use two VM's with Centos 5.3
    ./vipca
    /u01/app/oracle/product/10.2.0/crs/jdk/jre//bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory
    Then I marked out this lines in vipca -->
    #Remove this workaround when the bug 3937317 is fixed
    # arch=`uname -m`
    # if [ "$arch" = "i686" -o "$arch" = "ia64" ]
    # then
    # LD_ASSUME_KERNEL=2.4.19
    # export LD_ASSUME_KERNEL
    # fi
    #End workaround
    Now I got this problem:
    ./vipca
    PRKH-1010 : Unable to communicate with CRS services.
    [Communications Error(Native: prsr_initCLSS:[3])]
    PRKH-1010 : Unable to communicate with CRS services.
    [Communications Error(Native: prsr_initCLSS:[3])]
    PRKH-1010 : Unable to communicate with CRS services.
    [Communications Error(Native: prsr_initCLSS:[3])]
    How do I fix my problem?
    Regards
    Ken

    thanks!
    I runned: ./cluvfy stage -pre crsinst -n all -verbose
    ...I got alot more which passed the test.. I only list up what went wrong. I have to look after this packets.
    Check: Package existence for "compat-gcc-7.3-2.96.128"
    Node Name Status Comment
    vitoratest002 missing failed
    vitoratest001 missing failed
    Check: Package existence for "compat-gcc-c++-7.3-2.96.128"
    Node Name Status Comment
    vitoratest002 missing failed
    vitoratest001 missing failed
    Check: Package existence for "compat-libstdc++-7.3-2.96.128"
    Node Name Status Comment
    vitoratest002 missing failed
    vitoratest001 missing failed
    Check: Package existence for "compat-libstdc++-devel-7.3-2.96.128"
    Node Name Status Comment
    vitoratest002 missing failed
    vitoratest001 missing failed
    Check: Package existence for "openmotif-2.2.3"
    Node Name Status Comment
    vitoratest002 missing failed
    vitoratest001 missing failed
    I will find the lost packets and install them. Im sure i will be back later to post some new problems with my installation. :)
    Thanks so far!
    Regards
    Ken

  • Problem with -silent -location installation parameters

    Hi,
    I'm trying to specify the installation path to my air application's installer that was made with -target native.
    However, I'm getting the following error:
    C:\Users\ido\Desktop\cardinal-quest-haxe\air\air>CardinalQuest.exe -silent -location C:\cq
    C:\Users\ido\Desktop\cardinal-quest-haxe\air\air>failed (consult log)
    The log (http://pastebin.com/SnYrkaUU) states the following:
    [2011-08-01:23:56:50] Bootstrapper begin with version 2.7.0.19530 on Win x86
    [2011-08-01:23:56:50] Installed runtime (2.7.0.19530) located at C:\Program Files\Common Files\Adobe AIR
    [2011-08-01:23:56:50] Launching subprocess with commandline "Adobe AIR Application Installer.exe" -silent -location c:\cq -desktopShortcut -programMenu "C:\Users\ido\AppData\Local\Temp\AIR1580.tmp\Cardinal Quest"
    [2011-08-01:23:56:50] Application Installer begin with version 2.7.0.19530 on Windows 7 x86
    [2011-08-01:23:56:50] Commandline is: -silent -location c:\cq -desktopShortcut -programMenu "C:\Users\ido\AppData\Local\Temp\AIR1580.tmp\Cardinal Quest"
    [2011-08-01:23:56:50] Installed runtime (2.7.0.19530) located at C:\Program Files\Common Files\Adobe AIR
    [2011-08-01:23:56:51] Validating app in folder C:\Users\ido\AppData\Local\Temp\AIR1580.tmp\Cardinal Quest
    [2011-08-01:23:56:53] Application signature verified
    [2011-08-01:23:56:53] Unpackaging/validation complete
    [2011-08-01:23:56:53] No app located for appID 'CardinalQuest' and pubID ''
    [2011-08-01:23:56:53] Starting silent app installation to c:\cq. Installing app CardinalQuest version 1.0 using the source file at file:///C:/Users/ido/AppData/Local/Temp/AIR1580.tmp/Cardinal%20Quest
    [2011-08-01:23:56:53] Installing msi at C:\Users\ido\AppData\Local\Temp\AIR1580.tmp\Cardinal Quest\setup.msi with guid {7161D8D5-8A80-F0B6-AF2A-9A6AC64749EC}
    [2011-08-01:23:56:55] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-08-01:23:56:55] Rolling back install of C:\Users\ido\AppData\Local\Temp\AIR1580.tmp\Cardinal Quest\setup.msi
    [2011-08-01:23:56:55] Rollback complete
    [2011-08-01:23:56:55] Got an unexpected fatal error while in stateInstalling: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]
    [2011-08-01:23:56:55] Application Installer end with exit code 7
    [2011-08-01:23:56:55] Subprocess Application Installer failed (7)
    [2011-08-01:23:56:55] Bootstrapper end with exit code 7
    Any idea what the issue might be?
    Thanks,
    Ido.

    I should add that CardinalQuest.exe works fine when invoked without any parameters.

  • Vip issue on clusterware installation on 10.2.0.4.0 in aix 5.3

    Dear all,
    we are facing vip issue after clusterware installation on 10.2.0.4.0 version as crs_stat showing all online but when we fire ifconfig all vips come into one node pls find output for your information
    NODE 1":--
    bash-3.2# ifconfig -a
    en1: flags=1e080863,480<UP,BROADCAST,NOTRAILERS,RUNNING,SIMPLEX,MULTICAST,GROUPRT,64BIT,CHECKSUM_OFFLOAD(ACTIVE),CHAIN>
    inet 172.xxxxxxxx netmask 0xfffff800 broadcast 172..xxxxxxxx
    en2: flags=1e080863,480<UP,BROADCAST,NOTRAILERS,RUNNING,SIMPLEX,MULTICAST,GROUPRT,64BIT,CHECKSUM_OFFLOAD(ACTIVE),CHAIN>
    inet 1..xxxxxxxx netmask 0xffffff00 broadcast 1..xxxxxxxx
    lo0: flags=e08084b<UP,BROADCAST,LOOPBACK,RUNNING,SIMPLEX,MULTICAST,GROUPRT,64BIT>
    inet 127.0.0.1 netmask 0xff000000 broadcast .xxxxxxxx
    inet6 ::1/0
    bash-3.2#
    bash-3.2# ./crs_stat -t
    Name Type Target State Host
    ora....cl2.gsd application ONLINE ONLINE ibm-...-cl2
    ora....cl2.ons application ONLINE ONLINE ibm-...-cl2
    ora....cl2.vip application ONLINE ONLINE ibm-...-cl2
    ora....cl1.gsd application ONLINE ONLINE ibm-...-cl1
    ora....cl1.ons application ONLINE ONLINE ibm-...-cl1
    ora....cl1.vip application ONLINE ONLINE ibm-...-cl2 ------ node 1 vip show in node 2
    NODE 2 :--
    bash-3.2# ifconfig -a
    en1: flags=1e080863,480<UP,BROADCAST,NOTRAILERS,RUNNING,SIMPLEX,MULTICAST,GROUPRT,64BIT,CHECKSUM_OFFLOAD(ACTIVE),CHAIN>
    inet 172.xxxxxxxx netmask 0xfffff800 broadcast 172.xxxxxxxx
    inet 172.xxxxxxxx netmask 0xfffff800 broadcast 172.xxxxxxxx
    inet 172.xxxxxxxx netmask 0xfffff800 broadcast 172.xxxxxxxx
    en2: flags=1e080863,480<UP,BROADCAST,NOTRAILERS,RUNNING,SIMPLEX,MULTICAST,GROUPRT,64BIT,CHECKSUM_OFFLOAD(ACTIVE),CHAIN>
    inet 1.xxxxxxxx netmask 0xffffff00 broadcast 1.xxxxxxxx
    lo0: flags=e08084b<UP,BROADCAST,LOOPBACK,RUNNING,SIMPLEX,MULTICAST,GROUPRT,64BIT>
    inet 127.xxxxxxxx netmask 0xff000000 broadcast 127.xxxxxxxx
    inet6 ::1/0
    pls help any one facing same issue

    Your Node1 VIP was migrated to Node2 due to a failure of some kind. The VIP does not always come back automatically:
    http://blogs.oracle.com/bcndatabase/entry/on_rac_vip_failback
    Iordan Iotzov
    http://iiotzov.wordpress.com/
    Edited by: Iordan Iotzov on Sep 19, 2011 7:55 AM

  • Photoshop Elements 10 Installation Question

    How can I tell if my software installed properly? The software came with three discs, and it only installed the first disc. I am new to Photoshop, and do not know if my software installed properly? Can anyone help?

    Gautham K,
    Thank you for your quick replies. I have checked,and my OS is indeed 64 bit. I have been using the 32 bit version of Adobe Photoshop Elements 10, since I installed it last evening. I have a few quick questions;
    Will I loose any functionality if I stay with the 32 bit version versus un-installing and installing the 64 bit version from disc 2?
    If I decide to un-install, and re-install from disc 2, will there be any software registration issues (as I have already registered the software)?
    Thanks again for all of your help.
    Jim
    Gautham K <[email protected]> wrote:
    Gautham K http://forums.adobe.com/people/Gautham+K created the discussion
    "Re: Photoshop Elements 10 Installation Question"
    To view the discussion, visit: http://forums.adobe.com/message/4062666#4062666

  • Installation Questions Documaker 12.3 Enterprise Edition

    We are looking to install Documaker 12.3 Enterprise Edition and have the following installation questions:
    When installing Documaker can we have our own VM in our own OU for the WAS application servers? This will make maintenance easier on our side.  There doesn’t seem to be anything in the documentation saying this is a good or a bad idea.
    Our WAS Admins would like to know what the scripts in the Post-Setup documentation actually do.  Is it possible to use our existing scripting environment to build the necessary pieces instead of using scripts from the documaker install?  If it’s not possible, can we get a look at the documaker scripts before we run them?
    We would like to know if WAS 8.5 is supported, or if version 7.0.0.27 in the requirements pdf is the only version supported?

    When installing Documaker can we have our own VM in our own OU for the WAS application servers? This will make maintenance easier on our side.  There doesn’t seem to be anything in the documentation saying this is a good or a bad idea.
    The typical installation scenario is to have 3 tiers - application (WAS), application (Documaker), and data. WAS tiers host web applications (Dashboard, Administrator, Interactive) as well as providing database connection pools and JMS queues for messaging - it is expected that the WAS environment is a clustered environment and that the applications are deployed to the cluster members, which can be physical or virtual. For the Documaker application server, these can be physical or virtual as well. It's recommended to install Documaker on single-purposes environments, however there's nothing to prevent you from doing otherwise. The Documaker applications are self-contained JVMs and can be tuned accordingly.
    Our WAS Admins would like to know what the scripts in the Post-Setup documentation actually do.  Is it possible to use our existing scripting environment to build the necessary pieces instead of using scripts from the documaker install?  If it’s not possible, can we get a look at the documaker scripts before we run them?
    The installation process (currently) writes the scripts according to responses provided during the installation process. The scripts can be reviewed/modified prior to execution.
    We would like to know if WAS 8.5 is supported, or if version 7.0.0.27 in the requirements pdf is the only version supported?
    The official supported version of WAS is 7.0.0.27, however WAS 8.5 may be suitable (I believe there might be a fix pack requirement there - would recommend you submit a question to Oracle Support for verification).

  • Silent Un-Installation of LabView Run-Time 8.2.1

    Hi,
    Does any one of you know the silent Un-Installation command for Labview Run-time 8.2.1 application??
    Many thanks in advance.
    Kind Regards,
    Chetan G S

    If you download or have the files for the LabVIEW Run-Time Engine 8.2.1 available, change directory to that location within the Windows command prompt.  Then, issue the command:
    C:\location>lv82runtime.msi /h
    This will launch a dialog explaining the different command line options available with msiexec.  Thus, the following should be sufficient:
    C:\location>msiexec /quiet /uninstall lv82runtime.msi
    Peter K.
    National Instruments

  • Apache or Oracle installation questions

    Which discussion group is best for asking Apache or Oracle 8.1.7 installation questions?

    FRED
    Apache is best addressed on the ias 9i forum.

  • Core file dumping after clusterware Installation

    I am installing 11gR1 RAC on RHEL5.5 64 bit
    I have completed the clusterware installation successfully
    after the installation some core files in the format (core.ons.25383) are getting dumped and filling up the /tmp/cores filesystem henceforth / filesystem .
    I am not able to proceed further with the database installation .
    my cluster status looks like this
    [root@dbn-1 bin]# ./crs_stat -t
    Name Type Target State Host
    ora.dbn-0.gsd application ONLINE ONLINE dbn-0
    ora.dbn-0.ons application ONLINE ONLINE dbn-0
    ora.dbn-0.vip application ONLINE ONLINE dbn-0
    ora.dbn-1.gsd application ONLINE ONLINE dbn-1
    ora.dbn-1.ons application ONLINE ONLINE dbn-1
    ora.dbn-1.vip application ONLINE ONLINE dbn-1
    even then core files are being dumped .
    I am using raw devices for ocr and voting discs .

    Hi;
    For your issue i suggest close your thread here as changing thread status to answere and move it to Forum Home » Grid Computing » Real Application Clusters or Forum Home » Grid Computing » RAC, ASM & Clusterware Installation which you can get more quick response
    Regard
    Helios

  • CUPC 8.02 Silent installation question

    Afternoon All,
    I am trying to deploy a totally silent install of the CUPC client via SCCM.  I can get the Visual C++ 2005 components silently as well as the MSI using the screenshot attached. I can also get a full silent install withswitches  /S /v /qn using the .exe version. However I get a prompt for the Network component on Win 7 ( attached screenshot) whichever method I use ( exe or MSI ). Any tips on how to suppress this would be much appreciated?
    Many thanks
    Sean

    Hi Jim,
    I figured it out by doing the following:
    Effectively I had to create two programs in the SCCM package which also adds the certificate into trusted publisher.
    cmd /q /c certutil.exe -addstore TrustedPublisher "
    pentland\Source\Packages\Applications\Cisco\CUPC 8.0.2\CiscoCUPC.cer"
    CiscoUnifiedPersonalCommunicatorK9.exe /S /v/qn
    Cheers
    Sean

  • Adobe AIR installation questions

    Hi all,
    I'm looking into the possibility of distributing an application with Adobe AIR and I've a few questions about the Adobe AIR installation process. Just to give you some background on the situation I'm in - if a user wants to use the service I'm working on, they need to install a binary application on their computer. We've a web site which communicates with this binary application. As the user as to install the binary application to begin with, we're beginning to look at AIR as a possible alternative to distributing the web content through a browser.
    1. Adobe AIR installation requests that the user enters their computer password. Is there any way to retrieve this password from a separate installer? The binary application that we ask our users to install asks the user for their password and it would be nice to not ask the user to enter their password twice. Are there any possibilities for sharing this password between our binary application and the Adobe AIR installer?
    2. If I sign up as a re-distributer of AIR, is the Adobe EULA which is displayed at the start of installation still necessary? I'm already displaying one EULA (with the binary application) and I'd prefer not to have to display two.
    3. I'm assuming that there is no way to specify the directory into which I'd like the Adobe AIR runtime to be placed - can you confirm that Adobe AIR is always installed in the /Applications folder on mac and c:/Program Files on Windows?
    This question goes out to Adobe AIR developers - If you have distributed your application with Adobe AIR, have you ever stumbled across the situation where a user has uninstalled the Adobe AIR runtime (either intentionally or unintentionally) and you are now left in a situation where a user cannot access your services because Adobe AIR is not installed on their computer. If so, are you aware of any usable fallbacks other than to tell customers that they have to have Adobe AIR installed to run the application?
    Thanks
    Sean

    1:  We are working on a method to use a local socket to communicate with an installed c# application on the users machine.  The situation is very similar, however we store credentials encrypted and accessible to the installed binary.  If those credentials do not exist the AIR app requests the user to input them and they are sent to the binary.  These credentials are stored either per session, daily or forever per the user's preferences.  We use this method to let AIR be the front end it was designed to be and leave all the heavy lifting OS / processor wise to the binary.  Unsure if this would help but you can read a bit more on using local sockets here: http://help.adobe.com/en_US/AIR/1.5/devappshtml/WS5b3ccc516d4fbf351e63e3d118666ade46-7caf. html
    2:  The EULA is still required as the End User has to accept it.  If there's a way around that, I'm not aware.
    3:  The installation directory can be changed by the user unless you are performing silent installs (available when you sign a redistribution agreement).  I don't recommend relying on the installation directory never changing.
    Try using nativePath to determine where your program location is: (javascript)
    //application directory
    var file = air.File.applicationDirectory.resolvePath("testfile.html");
    air.trace(file.nativePath);
    //application storage directory
    var file = air.File.applicationStorageDirectory.resolvePath("testfile.html");
    air.trace(file.nativePath);
    4:  I've faced the problem where the AIR runtime is not available, but we always fall back on the badge there.  For what it's worth it's pretty handy at detecting requirements and getting them to the user.
    hope that helps

  • Adobe Reader 9.3.2 silent install package questions, please ...

    Hello:
      I am a network and Desktop Support person for a higher education facility.  I was asked to take over automating software application
    installs.
      I have a script process, created by Auto-It (Scite script editor), that has been working well for Adobe Reader 9.1 with updates to 9.1.1, 9.1.2 and 9.1.3 (found on the Internet) -
    msiexec /i \\<server>\<path>\AcroRead.msi TRANSFORMS=\\<server>\<path>\AcroRead_10132009.mst /passive /norestart /update \\<server>\<path>\AdbeRdrUpd911_all_incr.msp;\\<server>\<path>\AdbeRdrUpd912_all_incr.msp; \\<server>\<path>\AdbeRdrUpd913_all_incr.msp
      My questions:
    Is there a similar process for installing Adobe Reader 9.3 silently and then updating to 9.3.2?
    If so, what are the steps, ex. expand/extract the initial 9.3 .EXE, then create a transform using Orca/<transform making of choice>, etc.?
    With having read of some issues in this forum regarding Adobe Reader 9.3.2, should I continue using 9.1.3 and wait?
      Thank you for your time.

    Well we have a wiki where I work, and here is then entry I have created on how to deploy Adobe Reader. See if any of this helps, if not, we'll take it from there.
    Deployment
    It is HIGHLY recommended that you read and follow the directions of the deployment guide provided by Adobe located at http://www.adobe.com/devnet/acrobat/pdfs/deploying_reader9.pdf. The documentation located here is simply for a quick reference for those who have already read the guide.
    The rights to distribute Adobe Reader must be obtained by filling out the form found at http://www.adobe.com/products/reader/rdr_distribution1.html. After filling out the form and being accepted to distribute Adobe Reader, you will receive an email with a link to download the redistributable version of Adobe Reader. You will be prompted to download a .exe package containing the Reader MSI file. The general form of the command to convert a Nosso-compressed file to an MSI package is:
    <path to>\AdbeRdr90_en_US.exe [<switches>...]
    Switch
    Description
    -nos_ne
    Do not execute any file after installation (overrides the -e switch) This switch should be used if user only wants to extract the installer contents and not run the installer.
    -nos_o
    Specifies the name of folder where the contents of the expanded package are to be placed. The folder name should be enclosed in quotation marks. It is best if you do not use an existing folder, and there should be no space following the “-nos_o”.
    For example:<path to>\AdbeRdr90_en_US.exe -nos_o”TestFolder” -nos_ne
    Using the extracted MSI, create an Administrative Installation Point (AIP) using the command-line:
    msiexec /a <path to>\AcroPro.msi transforms=<path to>\AcroPro.mst
    The AcroPro.mst transform file is created by the Adobe Customization Wizard 9
    You can apply any patches that may have been released since the major version release. Use the command-line:
    msiexec /a <path to>\AcroPro.msi /p <path to>\AdbeRdrUpd931.msp;<path to>\AdbeRdrUpd932.msp
    Once all this is complete, you can fully deploy the software by running the command-line:
    <path to>\AcroRead.msi transforms=<path to>\AcroRead.mst /qb
    More information can also be found in the Enterprise Administration Guide

  • Oracle 10g Clusterware installation

    Hi,
    I am installing Oracle Clusterware 10.2.0.1 on LINUX RHEL 5 on Virtualbox.
    I can't seem to get out of the problem in running the root.sh during the installation. Below is my error.
    Setting the permissions on OCR backup directory
    Setting up NS directories
    /u03/oracrs/bin/ocrconfig.bin: error while loading shared libraries: libclntsh.so.10.1: cannot open shared object file: No such file or directory
    Failed to upgrade Oracle Cluster Registry configuration
    I have set the environment variables already of LD_LIBRARY_PATH and also the LDCONFIG consists of the $ORACLE_HOME\lib and permissions are set for oracle user and the group oinstall.
    Please help me on this one. kind of stuck

    Please run the following commands and post here.
    env | grep ORA
    env | grep PATH
    ls -l $ORACLE_HOME/lib/libclntsh*Also check your LD_LIBRARY_PATH setting. Its probably something missing or incorrect in the environment.
    Best Regards
    mseberg
    Odd, the fourth word of you question is "installing" but somebody felt the need to move this from "Installing" to "Oracle Clusterware". Since I don't follow this forum I will show you the results of my Red Hat 5 command :
    ls -l $ORACLE_HOME/lib/libclntsh*
    lrwxrwxrwx 1 oracle oinstall       17 Jun 11 08:41 /u01/app/oracle/product/11.2.0/lib/libclntsh.so -> libclntsh.so.11.1
    lrwxrwxrwx 1 oracle oinstall       47 Jun 11 08:41 /u01/app/oracle/product/11.2.0/lib/libclntsh.so.10.1 -> /u01/app/oracle/product/11.2.0/lib/libclntsh.so
    -rwxr-xr-x 1 oracle oinstall 48724369 Jun 11 08:41 /u01/app/oracle/product/11.2.0/lib/libclntsh.so.11.1Edited by: mseberg on Aug 18, 2011 8:53 AM

  • Multiple 11gR2 Clusterware installations on the same subnet using GNS

    Hi,
    I am hoping someone could shed some light on an issue I appear to have regarding the installation of 11gR2 Clusterware.   The main issue is that I have a host-vip.subdomain  that fails to startup on installation.  This is my 3rd cluster in my environment; the other 2 installed/configured ..fine.   This install fails because the host-vip.subdomain does not resolve with its own GNS service.
    Further investigation lead me down a path involving my other clusters.   I found in my DNS server /var/log/messages  file that the host-vip.subdomain  was trying to resolve to  host-vip.subdmain.subdomain_clust1 on IP xx.xxx.130.20.   However, this cluster's GNS service is listening on xx.xxx.130.22
    More detail on the environment:
    I currently have in production,  two  2-node clusters.   Not RAC..just 2-node linux clusters; On the production clusters, I do have a single-instance database running in a 'warm failover' configuration.   I do use SCAN to access each of the database on their respective clusters. 
    I am using GNS and DHCP (obviously) to generate the VIPs for each cluster.    Cluster1 GNS IP - xx.xxx.130.20  ; Cluster2 GNS IP xx.xxx.130.21.   Both are configured in DNS and resolve the SCAN address to each of the VIPs on that server.
    When testing SCAN access to the database, I noticed that a tnsping DB1  - which uses  SCAN-name1.subdomain1  connects fine.   Also, tnsping to DB2 using SCAN-name2.subdomain2  connects fine as well. 
    However, the weird part is that if I use each others subdomain..they still connect ...ie....tnsping DB1 using SCAN-name1.subdomain2  ...still connects to DB1.. albeit , it takes about 10x longer to get a response.   
    This has lead me to the idea that since GNS is basically a mDNS service, broadcasting on the subnet .130...could it be possible that ANY GNS service on that subnet could resolve a name lookup request for any other GNS on the same subnet , and during installation of a new server, cause a new VIP to go to the wrong GNS service  ? 
    So, my question is this :  Is there any requirement I may have missed that state multiple Clusters using GNS / SCAN  MUST BE on different subnets, as to not interfere with each other's lookup requests  ?
    Any info would be helpful
    ~ Allan

    Was able to override the multicast address thru the command line and have just P1 work with
    the following overrides.
    -Dtangosol.coherence.clusteraddress=P1Cluster -Dtangosol.coherence.clusterport=11111
    where p1Cluster=224.2.1.99 (say)
    Thanks,
    Vipin

Maybe you are looking for

  • PDF Report generation and email it from a DB trigger

    Dear all Is it possible to run a report in PDF format ad email it to some clients after a specific envent through Database Trigger. For example whenever a client makes an entry into order entry table (through entry form), a trigger should execute on

  • 10.6.8 does not recognize canon powershot SD1100 IS

    I have just tried to upload photos from my canon for the first time since I got my macbook pro 10.6.8, also reinstalled canon software, and when I plug in my camera, the machine does not recognize it. It simply says, 'No camera found' Anyone else hav

  • Problem with notifications by program SWN_SELSEN

    Hi all, I'm receiving notifications by program SWN_SELSEN, but this notification has text in German and English this is an example: Subject: New work items in your Workflow inbox Importance: High Text nicht gefunden   <---- text in german You are res

  • I downloaded iTunes on my computer, then downloaded sims freeplay, now how do i play it?

    The title says it all i downloaded iTunes on my windows computer then went straight to download the app and i cant work out how to work it! How do i find it to play on??

  • Never looked at Mac until now

    Hello, I know enough about computers (PC's) to be dangerous. 2 years ago I bought a Gateway notebook and have had unbelievable issues with it. For the last year, it has begun to just shut off on it's own while being used. When it does this, you can't