11gR2 Grid Installation "SSH Passwordless Problem" on AIX 7.1

Hello,
The installer was able to setup passwordless SSH connection between the nodes but when I tried to test it then I got the below error:
[INS-06006] Passwordless SSH connectivity not set up between the following node(s): [node1, node2].
I tried to connect .ssh passwordless from node1 to node2. This worked.
But when i tried to connect .ssh passwordless from node2 to node1. This did not work. SSH requested for a password.
On node1 there were amongst others id_rsa, id_rsa.pub and identity and identity.pub. But on node2 there were only identity and identity.pub.
any help will be greatly appreciated.
Thanks

When you configure RAC it is a mandatory task to configure the Secure Shell (SSH) passwordless connectivity between the nodes. SSH connectivity configuration is essential between the nodes of a cluster as the OUI uses the ssh and scp commands internally during the installation phase to perform remote operations in which it copies the software from the local to other nodes.
I would suggest that you try one more time the configuration. Below i am giving the steps:
1) Log in as Oracle user on the first node of the cluster (in our example, it will be on the raclinux1), and execute the following sequence of commands:
[orac1e@raclinux1 -]$ mkdir ~/.ssh
[orac1e@raclinux1 -]$ chmod 700 ~/.ssh
[orac1e@raclinux1 -]$ /usr/bin/ssh-keygen -t rsa
Generating public/private rsa key pair.
Enter file in which to save the key (/home/oracle/.ssh/id_rsa):
Enter passphrase (empty for no passphrase): Enter same passphrase again:
Your identification has been saved in /home/oracle/.ssh/id rsa.
Your public key has been saved in /home/oracle/.ssh/id_rsa.pub.
The key fingerprint is: f0:89:ac:ba:83:31:c4:43:97:3e:9a:a5:60:c1:8e:e6 [email protected]
2) When prompted for the key location, accept the default settings by hitting the Enter key. Once this setup is done on the first node, repeat the same steps on the rest of the nodes (in our example, repeat the same step on the raclinux2 node).
3) Now, switch back to the first node (raclinux1) and execute the following command to add authorization keys. After adding the authorization keys, copy the authorized_keys file to the other nodes using the scp command, and enter Yes when prompted.
[orac1e@raclinux1 -]$ cd ~/.ssh
[orac1e@raclinux1 -]$ cat id rsa.pub >> authorized_keys
[orac1e@raclinux1 -]$ scp authorized_keys raclinux2:/home/oracle/.ssh
The authenticity of host 'raclinux2 (192.168.2.202) can't be established.
RSA key fingerprint is 52:13:31:e8:ce:ec:47:b8:06:09:4b:c9:aa:c5:35:81.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'raclinux2,192.168.2.202' (RSA) to the list of known hosts.
Oracle@raclinux2's password:
authorized keys 100% 406 0.4K8/s 00:00
4)  Now, switch back to the second node, (raclinux2) and run the following command:
[orac1e@raclinux2 -]$ cd ~/.ssh
[orac1e@raclinux2 -]$ cat id rsa.pub >> authorized_keys
[orac1e@raclinux2 -]$ scp authorized_keys raclinux1:/home/oracle/.ssh
The authenticity of host 'raclinux2 (192.168.2.201) can't be established.
RSA key fingerprint is 52:13:31:e8:ce:ec:47:b8:06:09:4b:c9:aa:c5:35:81.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'raclinux2,192.168.2.201' (RSA) to the list of known hosts.
Oracle@raclinux1's password:
authorized keys 100% 406 0.4K8/s 00:00
5) After adding the authorization keys on the second node, copy the file to the other nodes using the scp command, as demonstrated in the preceding example, and enter Yes when prompted.
6) After configuring the SSH setup successfully across all nodes, let's run the following test on each node, starting from the first node, to establish a passwordless connection between all the nodes to meet the Oracle recommendations:
ssh raclinux1 date
ssh raclinux2 date
ssh raclinux1-priv date
ssh raclinux2-priv date
ssh raclinux1-sjh.com date
ssh raclinux2-sjh.com date
- taken from Oracle 11g R1/R2 Real Application Clusters Essentials - Ben Prusinski, Syed Jaffer Hussain

Similar Messages

  • 11gR2 Grid installation error

    Hi All,
    I am currently trying to install the 11gR2 grid infra for cluster , First i ran the cluvfy i got the issue " exectask could not be retrieved from node "saixlab52"
    " then i tried to started while installing i am getting "Internal error" and installation got aborted , below is the error i am getting in the logfiles , i have checked the first node oifcfg is there ... second node the file is not there ... seems it's not copying to the remote node ..
    pls provide me any of the suggestions ..
    ======================================
    Checking node reachability...
    Check: Node reachability from node "saixlab51"
    Destination Node Reachable?
    saixlab52 yes
    saixlab51 yes
    Result: Node reachability check passed from node "saixlab51"
    Checking user equivalence...
    Check: User equivalence for user "oracle"
    Node Name Comment
    saixlab52 passed
    saixlab51 passed
    Result: User equivalence check passed for user "oracle"
    Version of exectask could not be retrieved from node "saixlab52"
    Checking node connectivity...
    Checking hosts config file...
    Node Name Status Comment
    saixlab51 passed
    =========================================
    ===================================
    NFO: All remote nodes are configured for passwordless SSH connectivity
    INFO: Validating Public nodes for user equivalence
    INFO: Validating Hostnames for nodes
    INFO: Validating node readiness
    INFO: Checking for node liveliness
    INFO: Validating Public Hosts for User Equivalence
    INFO: Validating for 9.2, 10gR1 or Local CSS
    INFO: Setting public and VIP node info to the bean
    INFO: Validating Public And Private Interfaces Across Cluster Nodes
    INFO: Validating Node VIPs
    INFO: Completed validating state <CRSNodeInformationUI>
    INFO: Verifying route success
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state getSubnetInformation
    INFO: Collecting interface information for node saixlab51
    INFO: Collecting interface information for node saixlab52
    INFO: Creating scratch path on node saixlab52
    INFO: Created scratch path on node saixlab52
    INFO: Copying oifcfg to node saixlab52
    INFO: A cluster operation has failed while collecting interface information on node saixlab52: Message: error: No such file or directory, file: '/tmp/OraInstall2011-03-18_11-30-52AM/ext/bin/oifcfg' :failed
    INFO: Removing scratch path from node saixlab52
    SEVERE: [FATAL] [INS-00001] Unknown irrecoverable error
    CAUSE: No additional information available.
    ACTION: Refer to the logs or contact Oracle Support Services.
    Refer associated stacktrace #oracle.install.commons.util.exception.DefaultErrorAdvisor:679
    INFO: Advice is ABORT
    SEVERE: Unconditional Exit
    INFO: Adding ExitStatus FAILURE to the exit status set
    INFO: Finding the most appropriate exit status for the current application
    INFO: Exit Status is -1
    INFO: Shutdown Oracle Grid Infrastructure
    ====================================
    Regards
    Kamal

    Hi,
    Thanks for your reply !!
    But the cksum values seems fine .. no problem .
    Regards
    Kamal

  • Root.sh script failed to run after 11gR2 grid installation

    Hi,
    I am trying to install 11gR2 on RHEL 5.3 . however I have problems running th post install script on both nodes.
    here is the output of the root.sh script on the first node :
    [root@rac1 grid]# ./root.sh
    Running Oracle 11g root.sh script...
    The following environment variables are set as:
    ORACLE_OWNER= oracle
    ORACLE_HOME= /u01/app/11.2.0/grid
    Enter the full pathname of the local bin directory: [usr/local/bin]:
    Entries will be added to the /etc/oratab file as needed by
    Database Configuration Assistant when a database is created
    Finished running generic part of root.sh script.
    Now product-specific root actions will be performed.
    Can't locate auto/DynaLoader/dl_findfile.al in @INC (@INC contains: /u01/app/11.2.0/grid/perl/lib/5.10.0/x86_64-linux-thread-multi /u01/app/11.2.0/grid/perl/lib/5.10.0 /u01/app/11.2.0/grid/perl/lib /u01/app/11.2.0/grid/crs/install /u01/app/11.2.0/grid/perl/lib/5.10.0/x86_64-linux-thread-multi /u01/app/11.2.0/grid/perl/lib/5.10.0 /u01/app/11.2.0/grid/perl/lib/site_perl/5.10.0/x86_64-linux-thread-multi /u01/app/11.2.0/grid/perl/lib/site_perl/5.10.0 /u01/app/11.2.0/grid/perl/lib/5.10.0/x86_64-linux-thread-multi /u01/app/11.2.0/grid/perl/lib/5.10.0/x86_64-linux-thread-multi /u01/app/11.2.0/grid/perl/lib/5.10.0 /u01/app/11.2.0/grid/perl/lib/site_perl/5.10.0/x86_64-linux-thread-multi /u01/app/11.2.0/grid/perl/lib/site_perl/5.10.0 /u01/app/11.2.0/grid/perl/lib/site_perl . /u01/app/11.2.0/grid/crs/install) at /u01/app/11.2.0/grid/perl/lib/5.10.0/x86_64-linux-thread-multi/DynaLoader.pm line 171
    BEGIN failed--compilation aborted at /u01/app/11.2.0/grid/perl/lib/5.10.0/x86_64-linux-thread-multi/Fcntl.pm line 216.
    Compilation failed in require at /u01/app/11.2.0/grid/perl/lib/5.10.0/Net/Ping.pm line 10.
    BEGIN failed--compilation aborted at /u01/app/11.2.0/grid/perl/lib/5.10.0/Net/Ping.pm line 10.
    Compilation failed in require at /u01/app/11.2.0/grid/crs/install/rootcrs.pl line 218.
    BEGIN failed--compilation aborted at /u01/app/11.2.0/grid/crs/install/rootcrs.pl line 218.
    I found the required auto/DynaLoader/dl_findfile.al file :
    [root@rac1 grid]# find /. -name dl_findfile.al
    /./orainst/app/crs/perl/lib/5.8.3/x86_64-linux-thread-multi/auto/DynaLoader/dl_findfile.al
    /./usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/auto/DynaLoader/dl_findfile.al
    but I don't know how or where to change the perl include libraries.
    Please Advise

    Hi,
    no I don't have PERL5LIB environment set to some value for root.
    I added the path in the root.sh file to the system perl-5.8.8 include file and change the perlbin to use the system /usr/bin/perl executable and then the root.sh file did run and finished succesfully.
    However other utilities have the same problems . like running asmcmd.
    Do you have any idea how to fix it globally?
    Thanks

  • 11gR2 Grid Infrastucture Installation Problem on HP-UX 11.31

    While installing Oracle 11gR2 Grid Infrastructure on HP-UX 11.31 it is giving error message
    INS-06006: Passwordless SSH connectivity not set up between the following node(s),
    but manually it is working fine from both nodes.
    What to do now, any suggestion from anybody.

    I had the same issue today, it took me 30 minutes to figure out how to solve it.
    I had a script called by .bashrc that was setting Oracle variables and doing Echos to have a nice login prompt.
    For some reason, the SSH Connectivity created a directory with the banner (!!) sounds crazy, but when i removed those files, started again, it went through.
    I'd say, whenever you install this software, do not init Oracle specific environmental variables such as ORACLE_HOME, ORACLE_SID, etc.
    If it still doesn't work, check Oracle Note: *How to Validate Network and Name Resolution Setup for the Clusterware and RAC [ID 1054902.1]*
    Hope this helps.
    JB

  • PASSWORDLESS SSH SETUP fails during Grid installation

    Hello,
    OS and VM setup:
    There are 2 base physical Oracle servers ( Model # Oracle SPARC T4-2 , Solaris 11.1 ). On both machine “Oracle VM for SPARC “ software is installed and logical domains are configured with Solaris 11.1. Oracle RAC 2 node cluster is being setup between the Logical Domain in each servers.
    Objective:
    We are planning to install and configure Oracle RAC 11g R2 (11.2.0.4) on two Oracle VM machines. Pre-installation check script (runcluvfy.sh) on RAC node is completed without errors/warning.
    Issue:
    During oracle grid infrastructure installation, SSH setup failing and on shell prompt is showing JVM CRASH AT LIB.....
    I am not able to proceed with RAC setup due to this issue. 
    Your suggestions/assistance will be greatly appreciated.
    Thanks.

    Hello,
    Thanks for your reponse. Please find below OUI log:
    -------------------------------------------------------- OUI Log ---------------------------------------------------------
    Using paramFile: /u01/Stage/grid/install/oraparam.ini
    Checking Temp space: must be greater than 180 MB.   Actual 190266 MB    Passed
    Checking swap space: must be greater than 150 MB.   Actual 196682 MB    Passed
    Checking monitor: must be configured to display at least 256 colors    Failed <<<<
        >>> Could not execute /usr/bin/xdpyinfo
    Some requirement checks failed. You must fulfill these requirements before
    continuing with the installation,Continue? (y/n) [n]
    >>> Ignoring required pre-requisite failures. Continuing...
    The commandline for unzip:
    /u01/Stage/grid/install/unzip -qqqo ../stage/Components/oracle.jdk/1.5.0.51.10/1/DataFiles/\*.jar -d /tmp/OraInstall2013-10-30_10-00-46AM
    Using the umask value '022' available from oraparam.ini
    Execvp of the child jre : the cmdline is /tmp/OraInstall2013-10-30_10-00-46AM/jdk/jre/bin/java, and the argv is
    /tmp/OraInstall2013-10-30_10-00-46AM/jdk/jre/bin/java
    -Doracle.installer.library_loc=/tmp/OraInstall2013-10-30_10-00-46AM/oui/lib/solaris
    -Doracle.installer.oui_loc=/tmp/OraInstall2013-10-30_10-00-46AM/oui
    -Doracle.installer.bootstrap=TRUE
    -Doracle.installer.startup_location=/u01/Stage/grid/install
    -Doracle.installer.jre_loc=/tmp/OraInstall2013-10-30_10-00-46AM/jdk/jre
    -Doracle.installer.nlsEnabled="TRUE"
    -Doracle.installer.prereqConfigLoc=
    -Doracle.installer.unixVersion=5.11
    -Doracle.install.setup.workDir=/u01/Stage/grid
    -Dawt.toolkit=sun.awt.X11.XToolkit
    -d64
    -mx150m
    -cp
    /tmp/OraInstall2013-10-30_10-00-46AM::/tmp/OraInstall2013-10-30_10-00-46AM/ext/jlib/remoteinterfaces.jar:/tmp/OraInstall2013-10-30_10-00-46AM/ext/jlib/instcommon.jar:/tmp/OraInstall2013-10-30_10-00-46AM/ext/jlib/instcrs.jar:/tmp/OraInstall2013-10-30_10-00-46AM/ext/jlib/ssh.jar:/tmp/OraInstall2013-10-30_10-00-46AM/ext/jlib/installcommons_1.0.0b.jar:/tmp/OraInstall2013-10-30_10-00-46AM/ext/jlib/cvu.jar:/tmp/OraInstall2013-10-30_10-00-46AM/ext/jlib/OraPrereq.jar:/tmp/OraInstall2013-10-30_10-00-46AM/ext/jlib/jsch.jar:/tmp/OraInstall2013-10-30_10-00-46AM/ext/jlib/ojdbc5.jar:/tmp/OraInstall2013-10-30_10-00-46AM/ext/jlib/OraPrereqChecks.jar:/tmp/OraInstall2013-10-30_10-00-46AM/ext/jlib/prov_fixup.jar:/tmp/OraInstall2013-10-30_10-00-46AM/ext/jlib/orai18n-mapping.jar:/tmp/OraInstall2013-10-30_10-00-46AM/ext/jlib/orai18n-utility.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/OraInstaller.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/oneclick.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/xmlparserv2.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/share.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/OraInstallerNet.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/emCfg.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/emocmutl.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/OraPrereq.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/jsch.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/ssh.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/remoteinterfaces.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/http_client.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/OraSuiteInstaller.jar:../stage/Components/oracle.swd.opatch/11.2.0.4.0/1/DataFiles/jlib/opatch.jar:../stage/Components/oracle.swd.opatch/11.2.0.4.0/1/DataFiles/jlib/opatchactions.jar:../stage/Components/oracle.swd.opatch/11.2.0.4.0/1/DataFiles/jlib/opatchprereq.jar:../stage/Components/oracle.swd.opatch/11.2.0.4.0/1/DataFiles/jlib/opatchutil.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/OraCheckPoint.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/InstImages.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/InstHelp.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/InstHelp_de.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/InstHelp_es.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/InstHelp_fr.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/InstHelp_it.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/InstHelp_ja.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/InstHelp_ko.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/InstHelp_pt_BR.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/InstHelp_zh_CN.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/InstHelp_zh_TW.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/oracle_ice.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/help4.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/help4-nls.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/ewt3.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/ewt3-swingaccess.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/ewt3-nls.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/swingaccess.jar::/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/jewt4.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/jewt4-nls.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/orai18n-collation.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/orai18n-mapping.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/ojmisc.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/xml.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/srvm.jar:/tmp/OraInstall2013-10-30_10-00-46AM/oui/jlib/srvmasm.jar
    oracle.install.ivw.crs.driver.CRSInstaller
    -scratchPath
    /tmp/OraInstall2013-10-30_10-00-46AM
    -sourceLoc
    /u01/Stage/grid/install/../stage/products.xml
    -sourceType
    network
    -timestamp
    2013-10-30_10-00-46AM
    -formCluster
    INFO: Loading data from: jar:file:/tmp/OraInstall2013-10-30_10-00-46AM/ext/jlib/installcommons_1.0.0b.jar!/oracle/install/driver/oui/resource/ConfigCommandMappings.xml
    INFO: Loading beanstore from jar:file:/tmp/OraInstall2013-10-30_10-00-46AM/ext/jlib/installcommons_1.0.0b.jar!/oracle/install/driver/oui/resource/ConfigCommandMappings.xml
    INFO: Restoring class oracle.install.driver.oui.ConfigCmdMappings from jar:file:/tmp/OraInstall2013-10-30_10-00-46AM/ext/jlib/installcommons_1.0.0b.jar!/oracle/install/driver/oui/resource/ConfigCommandMappings.xml
    INFO: Loading beans from Xml Bean Store. [BeanStoreName:config-data]
    INFO: Setting value for the property:id in the bean:configcmd
    INFO: Setting value for the property:platformcmdmap in the bean:configcmd
    INFO: Setting value for the property:id in the bean:configcmd
    INFO: Setting value for the property:platformcmdmap in the bean:configcmd
    INFO: Setting value for the property:id in the bean:configcmd
    INFO: Setting value for the property:platformcmdmap in the bean:configcmd
    INFO: Setting value for the property:id in the bean:configcmd
    INFO: Setting value for the property:platformcmdmap in the bean:configcmd
    INFO: Setting value for the property:id in the bean:configcmd
    INFO: Setting value for the property:platformcmdmap in the bean:configcmd
    INFO: Setting value for the property:id in the bean:configcmd
    INFO: Setting value for the property:platformcmdmap in the bean:configcmd
    INFO: Setting value for the property:id in the bean:configcmd
    INFO: Setting value for the property:platformcmdmap in the bean:configcmd
    INFO: Setting value for the property:id in the bean:configcmd
    INFO: Setting value for the property:platformcmdmap in the bean:configcmd
    INFO: Setting value for the property:id in the bean:configcmd
    INFO: Setting value for the property:platformcmdmap in the bean:configcmd
    INFO: Setting value for the property:id in the bean:configcmd
    INFO: Setting value for the property:platformcmdmap in the bean:configcmd
    INFO: Setting value for the property:id in the bean:configcmd
    INFO: Setting value for the property:platformcmdmap in the bean:configcmd
    INFO: Setting value for the property:id in the bean:configcmd
    INFO: Setting value for the property:platformcmdmap in the bean:configcmd
    INFO: Setting value for the property:configcmds in the bean:configcmdmappings
    INFO: Inventory exists: false
    INFO: Registering setup bean
    INFO: Building Flow
    INFO: Loading condition class oracle.install.commons.flow.condition.SystemPropertyCondition
    INFO: Building the flow graph
    INFO: Loaded state AutoUpdatesOptionsUI
    INFO: Loaded state UpdatesListUI
    INFO: Loaded state finishupdates
    INFO: Building the flow graph
    INFO: Loaded state init
    INFO: Loaded state autoupdatesDecider
    INFO: Loaded state AutoUpdatesOptionsUI
    INFO: Loaded state UpdatesListUI
    INFO: Loaded state supportedOSCheck
    INFO: Loaded state ClusterInfoUI
    INFO: Loaded state InstallOptionsUI
    INFO: Loaded state ChecklistUI
    INFO: Loaded state InstallTypeUI
    INFO: Loaded state QuickInstallUI
    INFO: Loaded state productLanguage
    INFO: Loaded state flowDecider
    INFO: Loaded state CRSNodeSelectionUI
    INFO: Loaded state SCANInformationUI
    INFO: Loaded state getASMSNMPPassword
    INFO: Loaded state GridPlugPlayInfoUI
    INFO: Loaded state CRSNodeInformationUI
    INFO: Loaded state getSubnetInformation
    INFO: Loaded state ConfigWizard
    INFO: Loaded state NetworkInterfaceUI
    INFO: Loaded state StorageOptionUI
    INFO: Loaded state ASMDiskGroupOption
    INFO: Loaded state CreateASMDiskGroup
    INFO: Loaded state ASMInstanceCredentialsGUI
    INFO: Loaded state OCRStorageUI
    INFO: Loaded state VDSKStorageUI
    INFO: Loaded state FailureIsolationUI
    INFO: Loaded state getPrivilegedOSGroups
    INFO: Loaded state preInstallLocation
    INFO: Loaded state InstallLocationUI
    INFO: Loaded state CRSInstallLocationUI
    INFO: Loaded state inventory
    INFO: Loaded state prereqExecutionDecider
    INFO: Loaded state performChecks
    INFO: Loaded state showSummary
    INFO: Loaded state setup
    INFO: Loaded state finish
    INFO: Linking states
    INFO: State[ASMDiskGroupOption]: route=createdg; to=CreateASMDiskGroup
    INFO: State[ASMDiskGroupOption]: route=nocreatedg; to=ASMInstanceCredentialsGUI
    INFO: Condition of state[ASMDiskGroupOption]: route=mismatched; to=CreateASMDiskGroup
    INFO: State[ASMInstanceCredentialsGUI]: route=FRESH_HA_INSTALL; to=getPrivilegedOSGroups
    INFO: State[ASMInstanceCredentialsGUI]: route=IPMI_SUPPORTED; to=FailureIsolationUI
    INFO: State[ASMInstanceCredentialsGUI]: route=IPMI_UNSUPPORTED; to=getPrivilegedOSGroups
    INFO: Condition of state[ASMInstanceCredentialsGUI]: route=inventory; to=inventory
    INFO: Condition of state[ASMInstanceCredentialsGUI]: route=prereq; to=prereqExecutionDecider
    INFO: State[AutoUpdatesOptionsUI]: route=NO_AUTO_UPDATES; to=supportedOSCheck
    INFO: State[AutoUpdatesOptionsUI]: route=success; to=UpdatesListUI
    INFO: State[CRSInstallLocationUI]: route=INVENTORY_ABSENT; to=inventory
    INFO: State[CRSInstallLocationUI]: route=success; to=prereqExecutionDecider
    INFO: Condition of state[CRSInstallLocationUI]: route=matched; to=prereqExecutionDecider
    INFO: State[CRSNodeInformationUI]: route=success; to=getSubnetInformation
    INFO: State[CRSNodeSelectionUI]: route=GI_HOME_UPGRADE; to=getPrivilegedOSGroups
    INFO: State[CRSNodeSelectionUI]: route=NON_GI_HOME_UPGRADE; to=SCANInformationUI
    INFO: State[CRSNodeSelectionUI]: route=wizard; to=ConfigWizard
    INFO: State[ChecklistUI]: route=success; to=InstallTypeUI
    INFO: State[ClusterInfoUI]: route=success; to=QuickInstallUI
    INFO: State[ConfigWizard]: route=config; to=NetworkInterfaceUI
    INFO: State[ConfigWizard]: route=giupgrade; to=prereqExecutionDecider
    INFO: State[ConfigWizard]: route=upgrade; to=SCANInformationUI
    INFO: State[CreateASMDiskGroup]: route=success; to=ASMInstanceCredentialsGUI
    INFO: State[FailureIsolationUI]: route=success; to=getPrivilegedOSGroups
    INFO: State[GridPlugPlayInfoUI]: route=success; to=CRSNodeInformationUI
    INFO: State[InstallLocationUI]: route=INVENTORY_ABSENT; to=inventory
    INFO: State[InstallLocationUI]: route=success; to=prereqExecutionDecider
    INFO: State[InstallOptionsUI]: route=crs; to=InstallTypeUI
    INFO: State[InstallOptionsUI]: route=success; to=productLanguage
    INFO: State[InstallTypeUI]: route=advanced; to=productLanguage
    INFO: State[InstallTypeUI]: route=typical; to=ClusterInfoUI
    INFO: Condition of state[InstallTypeUI]: route=matched; to=productLanguage
    INFO: State[NetworkInterfaceUI]: route=success; to=StorageOptionUI
    INFO: State[OCRStorageUI]: route=success; to=VDSKStorageUI
    INFO: State[QuickInstallUI]: route=ASM; to=CreateASMDiskGroup
    INFO: State[QuickInstallUI]: route=inventory; to=inventory
    INFO: State[QuickInstallUI]: route=prereq; to=prereqExecutionDecider
    INFO: State[SCANInformationUI]: route=noupgradeASM; to=getPrivilegedOSGroups
    INFO: State[SCANInformationUI]: route=upgradeASM; to=getASMSNMPPassword
    INFO: State[StorageOptionUI]: route=ASM; to=ASMDiskGroupOption
    INFO: State[StorageOptionUI]: route=SHARED_FILE_SYSTEM; to=OCRStorageUI
    INFO: State[UpdatesListUI]: route=success; to=supportedOSCheck
    INFO: State[VDSKStorageUI]: route=IPMI_SUPPORTED; to=FailureIsolationUI
    INFO: State[VDSKStorageUI]: route=IPMI_UNSUPPORTED; to=getPrivilegedOSGroups
    INFO: State[autoupdatesDecider]: route=AUTO_UPDATES_DISABLE; to=supportedOSCheck
    INFO: State[autoupdatesDecider]: route=AUTO_UPDATES_STATE_SKIP; to=supportedOSCheck
    INFO: State[autoupdatesDecider]: route=success; to=AutoUpdatesOptionsUI
    INFO: Condition of state[autoupdatesDecider]: route=matched; to=InstallOptionsUI
    INFO: State[flowDecider]: route=FRESH_CRS_INSTALL; to=GridPlugPlayInfoUI
    INFO: State[flowDecider]: route=FRESH_HA_INSTALL; to=CreateASMDiskGroup
    INFO: State[flowDecider]: route=SWONLY_INSTALL; to=getPrivilegedOSGroups
    INFO: State[flowDecider]: route=UPGRADE_CRS; to=CRSNodeSelectionUI
    INFO: State[flowDecider]: route=UPGRADE_HA; to=getASMSNMPPassword
    INFO: State[flowDecider]: route=UPGRADE_HA_NO_ASM_PASS; to=getPrivilegedOSGroups
    INFO: State[getASMSNMPPassword]: route=success; to=getPrivilegedOSGroups
    INFO: State[getPrivilegedOSGroups]: route=success; to=preInstallLocation
    INFO: Condition of state[getPrivilegedOSGroups]: route=matched; to=preInstallLocation
    INFO: State[getSubnetInformation]: route=success; to=NetworkInterfaceUI
    INFO: State[getSubnetInformation]: route=wizard; to=ConfigWizard
    INFO: State[init]: route=DOWNLOAD_UPDATES_ONLY; to=AutoUpdatesOptionsUI
    INFO: State[init]: route=success; to=autoupdatesDecider
    INFO: State[inventory]: route=success; to=prereqExecutionDecider
    INFO: State[performChecks]: route=success; to=showSummary
    INFO: State[preInstallLocation]: route=CRS_NO; to=InstallLocationUI
    INFO: State[preInstallLocation]: route=CRS_YES; to=CRSInstallLocationUI
    INFO: Condition of state[preInstallLocation]: route=matched; to=CRSInstallLocationUI
    INFO: State[prereqExecutionDecider]: route=executeprereqs; to=performChecks
    INFO: State[prereqExecutionDecider]: route=ignoreprereqs; to=showSummary
    INFO: State[productLanguage]: route=productlanguage_yes; to=flowDecider
    INFO: Condition of state[productLanguage]: route=matched; to=flowDecider
    INFO: State[setup]: route=success; to=finish
    INFO: State[showSummary]: route=success; to=setup
    INFO: State[supportedOSCheck]: route=success; to=InstallOptionsUI
    INFO: State[AutoUpdatesOptionsUI]: route=NO_AUTO_UPDATES; to=finishupdates
    INFO: State[AutoUpdatesOptionsUI]: route=success; to=UpdatesListUI
    INFO: State[UpdatesListUI]: route=DOWNLOAD_UPDATES_FINISHED; to=finishupdates
    INFO: Successfully built the flow
    INFO: Opening bean stores from which the beans can be loaded
    INFO: Loading beanstore from a given input stream
    INFO: Translating external format into raw format
    INFO: Loading flow data beans
    INFO: Loading beans from Properties Bean Store. [BeanStoreName:beanstore]
    INFO: Setting value for the property:oracle_install_crs_ClusterNodeList in the bean:CRSInstallSettings
    INFO: Setting value for the property:ORACLE_HOME in the bean:CRSInstallSettings
    INFO: Setting value for the property:ORACLE_BASE in the bean:CRSInstallSettings
    INFO: Setting value for the property:CRSInstallSettings in the bean:CRSSetupBean
    INFO: Setting value for the property:oracle_install_asm_DiskGroup in the bean:ASMSettings
    INFO: Setting value for the property:ASMSettings in the bean:CRSSetupBean
    INFO: Setting value for the property:ORACLE_HOME in the bean:HAInstallSettings
    INFO: Setting value for the property:ORACLE_BASE in the bean:HAInstallSettings
    INFO: Setting value for the property:HAInstallSettings in the bean:CRSSetupBean
    INFO: Setting value for the property:CentralInventorySettings in the bean:CRSSetupBean
    INFO: Setting value for the property:oracle_install_autoupdates_myOracleSupportCredentials in the bean:AutoUpdatesInstallSettings
    INFO: Setting value for the property:oracle_install_autoupdates_httpProxySettings in the bean:AutoUpdatesInstallSettings
    INFO: Setting value for the property:AutoUpdatesInstallSettings in the bean:CRSSetupBean
    INFO: Setting value for the property:OCMSettings in the bean:CRSSetupBean
    INFO: Loading beans from Xml Bean Store. [BeanStoreName:beanstore]
    INFO: Setting value for the property:oracle_install_crs_ClusterNodeList in the bean:CRSInstallSettings
    INFO: Setting value for the property:oracle_install_crs_SCANPortNumber in the bean:CRSInstallSettings
    INFO: Setting value for the property:oracle_install_crs_VotingDiskRedundancy in the bean:CRSInstallSettings
    INFO: Setting value for the property:oracle_install_crs_OCRRedundancy in the bean:CRSInstallSettings
    INFO: Setting value for the property:ORACLE_HOME in the bean:CRSInstallSettings
    INFO: Setting value for the property:ORACLE_BASE in the bean:CRSInstallSettings
    INFO: Setting value for the property:CRSInstallSettings in the bean:CRSSetupBean
    INFO: Setting value for the property:oracle_install_asm_DiskGroupAUSize in the bean:oracle_install_asm_DiskGroup
    INFO: Setting value for the property:oracle_install_asm_DiskGroup in the bean:ASMSettings
    INFO: Setting value for the property:ASMSettings in the bean:CRSSetupBean
    INFO: Setting value for the property:ORACLE_HOME in the bean:HAInstallSettings
    INFO: Setting value for the property:ORACLE_BASE in the bean:HAInstallSettings
    INFO: Setting value for the property:HAInstallSettings in the bean:CRSSetupBean
    INFO: Setting value for the property:CentralInventorySettings in the bean:CRSSetupBean
    INFO: Setting value for the property:oracle_install_autoupdates_myOracleSupportCredentials in the bean:AutoUpdatesInstallSettings
    INFO: Setting value for the property:oracle_install_autoupdates_httpProxySettings in the bean:AutoUpdatesInstallSettings
    INFO: Setting value for the property:AutoUpdatesInstallSettings in the bean:CRSSetupBean
    INFO: Set value for bean CRSSetupBean
    INFO: Loading beans from Properties Bean Store. [BeanStoreName:beanstore]
    INFO: Setting value for the property:ORACLE_HOME in the bean:HAInstallSettings
    INFO: Setting value for the property:ORACLE_BASE in the bean:HAInstallSettings
    INFO: Loading beans from Xml Bean Store. [BeanStoreName:beanstore]
    INFO: Loading beans from Properties Bean Store. [BeanStoreName:beanstore]
    INFO: Setting value for the property:oracle_install_crs_ClusterNodeList in the bean:CRSInstallSettings
    INFO: Setting value for the property:ORACLE_HOME in the bean:CRSInstallSettings
    INFO: Setting value for the property:ORACLE_BASE in the bean:CRSInstallSettings
    INFO: Loading beans from Xml Bean Store. [BeanStoreName:beanstore]
    INFO: Loading beans from Properties Bean Store. [BeanStoreName:beanstore]
    INFO: Setting value for the property:oracle_install_autoupdates_myOracleSupportCredentials in the bean:AutoUpdatesInstallSettings
    INFO: Setting value for the property:oracle_install_autoupdates_httpProxySettings in the bean:AutoUpdatesInstallSettings
    INFO: Loading beans from Xml Bean Store. [BeanStoreName:beanstore]
    INFO: Loading beans from Properties Bean Store. [BeanStoreName:beanstore]
    INFO: Loading beans from Xml Bean Store. [BeanStoreName:beanstore]
    INFO: Loading beans from Properties Bean Store. [BeanStoreName:beanstore]
    INFO: Loading beans from Xml Bean Store. [BeanStoreName:beanstore]
    INFO: Loading beans from Properties Bean Store. [BeanStoreName:beanstore]
    INFO: Loading beans from Xml Bean Store. [BeanStoreName:beanstore]
    INFO: Loading beans from Properties Bean Store. [BeanStoreName:beanstore]
    INFO: Loading beans from Xml Bean Store. [BeanStoreName:beanstore]
    INFO: Closing bean stores from which the beans can be loaded
    INFO: Registering the flow views
    INFO: Adding View[type: oracle.install.commons.base.interview.common.view.PrereqGUI viewId: null uiType: null]
    INFO: oracle.install.commons.base.interview.common.view.PrereqGUI added to View Type Registry with the key as [PrereqUI]
    INFO: Adding View[type: oracle.install.commons.base.interview.common.view.SummaryGUI viewId: null uiType: null]
    INFO: oracle.install.commons.base.interview.common.view.SummaryGUI added to View Type Registry with the key as [SummaryUI]
    INFO: Adding View[type: oracle.install.commons.base.interview.common.view.SetupGUI viewId: null uiType: null]
    INFO: oracle.install.commons.base.interview.common.view.SetupGUI added to View Type Registry with the key as [SetupUI]
    INFO: Adding View[type: oracle.install.ivw.common.view.InventoryUI viewId: null uiType: null]
    INFO: oracle.install.ivw.common.view.InventoryUI added to View Type Registry with the key as [InventoryUI]
    INFO: Adding View[type: oracle.install.ivw.common.view.ProductLanguageGUI viewId: ProductLanguageUI uiType: null]
    INFO: oracle.install.ivw.common.view.ProductLanguageGUI added to View Type Registry with the key as [ProductLanguageUI]
    INFO: Adding View[type: oracle.install.ivw.crs.view.FinishGUI viewId: null uiType: null]
    INFO: oracle.install.ivw.crs.view.FinishGUI added to View Type Registry with the key as [FinishUI]
    INFO: Adding View[type: oracle.install.ivw.crs.view.InstallOptionsUI viewId: null uiType: null]
    INFO: oracle.install.ivw.crs.view.InstallOptionsUI added to View Type Registry with the key as [InstallOptionsUI]
    INFO: Adding View[type: oracle.install.ivw.crs.view.ChecklistGUI viewId: ChecklistUI uiType: null]
    INFO: oracle.install.ivw.crs.view.ChecklistGUI added to View Type Registry with the key as [ChecklistUI]
    INFO: Adding View[type: oracle.install.ivw.crs.view.InstallTypeGUI viewId: InstallTypeUI uiType: null]
    INFO: oracle.install.ivw.crs.view.InstallTypeGUI added to View Type Registry with the key as [InstallTypeUI]
    INFO: Adding View[type: oracle.install.ivw.crs.view.QuickInstallGUI viewId: QuickInstallUI uiType: null]
    INFO: oracle.install.ivw.crs.view.QuickInstallGUI added to View Type Registry with the key as [QuickInstallUI]
    INFO: Adding View[type: oracle.install.ivw.crs.view.InstallLocationUI viewId: null uiType: null]
    INFO: oracle.install.ivw.crs.view.InstallLocationUI added to View Type Registry with the key as [InstallLocationUI]
    INFO: Adding View[type: oracle.install.ivw.crs.view.CRSInstallLocationGUI viewId: CRSInstallLocationUI uiType: null]
    INFO: oracle.install.ivw.crs.view.CRSInstallLocationGUI added to View Type Registry with the key as [CRSInstallLocationUI]
    INFO: Adding View[type: oracle.install.ivw.crs.view.GridPlugPlayInfoUI viewId: null uiType: null]
    INFO: oracle.install.ivw.crs.view.GridPlugPlayInfoUI added to View Type Registry with the key as [GridPlugPlayInfoUI]
    INFO: Adding View[type: oracle.install.ivw.crs.view.ClusterConfigGUI viewId: ClusterConfigUI uiType: null]
    INFO: oracle.install.ivw.crs.view.ClusterConfigGUI added to View Type Registry with the key as [ClusterConfigUI]
    INFO: Adding View[type: oracle.install.ivw.crs.view.NetworkInterfaceUI viewId: null uiType: null]
    INFO: oracle.install.ivw.crs.view.NetworkInterfaceUI added to View Type Registry with the key as [NetworkInterfaceUI]
    INFO: Adding View[type: oracle.install.ivw.crs.view.StorageOptionUI viewId: null uiType: null]
    INFO: oracle.install.ivw.crs.view.StorageOptionUI added to View Type Registry with the key as [StorageOptionUI]
    INFO: Adding View[type: oracle.install.ivw.crs.view.ASMDiskGroupCreationGUI viewId: ASMDiskGroupCreationUI uiType: null]
    INFO: oracle.install.ivw.crs.view.ASMDiskGroupCreationGUI added to View Type Registry with the key as [ASMDiskGroupCreationUI]
    INFO: Adding View[type: oracle.install.ivw.crs.view.OCRStorageUI viewId: null uiType: null]
    INFO: oracle.install.ivw.crs.view.OCRStorageUI added to View Type Registry with the key as [OCRStorageUI]
    INFO: Adding View[type: oracle.install.ivw.crs.view.VDSKStorageUI viewId: null uiType: null]
    INFO: oracle.install.ivw.crs.view.VDSKStorageUI added to View Type Registry with the key as [VDSKStorageUI]
    INFO: Adding View[type: oracle.install.ivw.crs.view.FailureIsolationUI viewId: null uiType: null]
    INFO: oracle.install.ivw.crs.view.FailureIsolationUI added to View Type Registry with the key as [FailureIsolationUI]
    INFO: Adding View[type: oracle.install.ivw.crs.view.ASMInstanceCredentialsGUI viewId: null uiType: null]
    INFO: oracle.install.ivw.crs.view.ASMInstanceCredentialsGUI added to View Type Registry with the key as [ASMInstanceCredentialsGUI]
    INFO: Adding View[type: oracle.install.ivw.crs.view.CRSNodeSelectionUI viewId: null uiType: null]
    INFO: oracle.install.ivw.crs.view.CRSNodeSelectionUI added to View Type Registry with the key as [CRSNodeSelectionUI]
    INFO: Adding View[type: oracle.install.ivw.crs.view.SCANInformationUI viewId: null uiType: null]
    INFO: oracle.install.ivw.crs.view.SCANInformationUI added to View Type Registry with the key as [SCANInformationUI]
    INFO: Adding View[type: oracle.install.ivw.crs.view.PrivilegedOSGroupsGUI viewId: null uiType: null]
    INFO: oracle.install.ivw.crs.view.PrivilegedOSGroupsGUI added to View Type Registry with the key as [PrivilegedOSGroupsUI]
    INFO: Adding View[type: oracle.install.ivw.crs.view.ClusterInfoUI viewId: ClusterInfoUI uiType: null]
    INFO: oracle.install.ivw.crs.view.ClusterInfoUI added to View Type Registry with the key as [ClusterInfoUI]
    INFO: Adding View[type: oracle.install.ivw.crs.view.ASMSNMPPasswordGUI viewId: ASMSNMPPasswordGUI uiType: null]
    INFO: oracle.install.ivw.crs.view.ASMSNMPPasswordGUI added to View Type Registry with the key as [ASMSNMPPasswordGUI]
    INFO: Adding View[type: oracle.install.ivw.common.view.AutoUpdatesOptionsUI viewId: AutoUpdatesOptionsUI uiType: null]
    INFO: oracle.install.ivw.common.view.AutoUpdatesOptionsUI added to View Type Registry with the key as [AutoUpdatesOptionsUI]
    INFO: Adding View[type: oracle.install.ivw.common.view.UpdatesListUI viewId: UpdatesListUI uiType: null]
    INFO: oracle.install.ivw.common.view.UpdatesListUI added to View Type Registry with the key as [UpdatesListUI]
    INFO: Adding View[type: oracle.install.ivw.common.view.FinishUpdatesUI viewId: FinishUpdatesUI uiType: null]
    INFO: oracle.install.ivw.common.view.FinishUpdatesUI added to View Type Registry with the key as [FinishUpdatesUI]
    INFO: Adding View[type: oracle.install.ivw.crs.view.ASMDiskGroupOptionGUI viewId: null uiType: null]
    INFO: oracle.install.ivw.crs.view.ASMDiskGroupOptionGUI added to View Type Registry with the key as [ASMDiskGroupOptionUI]
    INFO: Initial values of Setup Properties :
    PROPERTY                                               VALUE                                     
    ASMSettings                                            oracle.install.asm.bean.ASMSettings@6124e9
                                                            35                                        
    AutoUpdatesInstallSettings                             oracle.install.ivw.common.bean.AutoUpdates
                                                            InstallSettings@3c03dfcb                  
    COLLECTOR_IGNORE_CONFIGURATION                         false                                     
    COLLECTOR_IGNORE_FAILURES                              false                                     
    COLLECTOR_RESPONSE_FILE                                                                          
    CRSInstallSettings                                     oracle.install.ivw.crs.bean.CRSInstallSett
                                                            ings@1fbbc779                             
    CentralInventorySettings                               oracle.install.ivw.common.bean.CentralInve
                                                            ntorySettings@3435ec9                     
    ClusterNodes                                           {}                                        
    ClusterwareType                                        UNKNOWN                                   
    DECLINE_SECURITY_UPDATES                               false                                     
    FROM_LOCATION                                          /u01/Stage/grid/install/../stage/products.
                                                            xml                                       
    HAInstallSettings                                      oracle.install.ivw.ha.bean.HAInstallSettin
                                                            gs@1faac07d                               
    MYORACLESUPPORT_PASSWORD                               *Protected value, not to be logged*       
    MYORACLESUPPORT_USERNAME                                                                         
    OCMSettings                                            oracle.install.ivw.common.bean.OCMSettings
                                                            @411b1d80                                 
    ORACLE_BASE                                            /u01/app/oracle/product/11.2.0.4/base     
    ORACLE_HOME                                            /u01/app/oracle/product/11.2.0.4/grid     
    ORACLE_HOSTNAME                                        oradbracvm1.mrmwr.gov.om                  
    PROXY_HOST                                                                                       
    PROXY_PORT                                                                                       
    PROXY_PWD                                              *Protected value, not to be logged*       
    PROXY_USER                                                                                       
    SECURITY_UPDATES_VIA_MYORACLESUPPORT                   true                                      
    SELECTED_LANGUAGES                                     {"en"}                                    
    oracle_install_WindowsSystemDirectory                                                            
    oracle_install_asm_DiskGroup                           oracle.install.asm.bean.DiskGroupSettings@
                                                            3e4ac866                                  
    oracle_install_asm_DiskGroupAUSize                     1                                         
    oracle_install_asm_MigrateASM                          false                                     
    oracle_install_asm_UseExistingDG                       false                                     
    oracle_install_autoupdates_httpProxyPort               0                                         
    oracle_install_autoupdates_httpProxySettings           oracle.install.ivw.common.bean.HttpProxySe
                                                            ttings@2bf09a31                           
    oracle_install_autoupdates_myOracleSupportCredentials  oracle.install.ivw.common.bean.MyOracleSup
                                                            portSettings@2259a735                     
    oracle_install_autoupdates_selected                    false                                     
    oracle_install_crs_AdvancedInstall                     false                                     
    oracle_install_crs_AutoConfig                          false                                     
    oracle_install_crs_ClusterName                                                                   
    oracle_install_crs_ClusterNodeList                                                               
    oracle_install_crs_ConfigureGNS                        true                                      
    oracle_install_crs_LaunchASMCA                         false                                     
    oracle_install_crs_LaunchCRSInst                       false                                     
    oracle_install_crs_LaunchCRSUpgrd                      false                                     
    oracle_install_crs_LaunchCluvfy                        false                                     
    oracle_install_crs_LaunchRootBat                       false                                     
    oracle_install_crs_LaunchUpdateNodeList                false                                     
    oracle_install_crs_OCRLocations                        {}                                        
    oracle_install_crs_OCRRedundancy                       2                                         
    oracle_install_crs_SCANName                                                                      
    oracle_install_crs_SCANPortNumber                      0                                         
    oracle_install_crs_StorageOption                       0                                         
    oracle_install_crs_UseIPMI                             false                                     
    oracle_install_crs_VotingDiskLocations                 {}                                        
    oracle_install_crs_VotingDiskRedundancy                2                                         
    oracle_install_crs_isConfigWizard                      false                                     
    oracle_install_crs_isRolling                           true                                      
    INFO: Launching Oracle Grid Infrastructure
    INFO: Started executing the flow in INTERACTIVE mode
    INFO: Waiting for completion of background operations
    INFO: Finishing all forked tasks at state init
    INFO: Waiting for completion all forked tasks at state init
    INFO: All forked task are completed at state init
    INFO: Completed background operations
    INFO: Executing action at state init
    INFO: Completed executing action at state <init>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <init>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <init>
    INFO: Completed validating view at state <init>
    INFO: Validating state <init>
    WARNING: Validation disabled for the state init
    INFO: Completed validating state <init>
    INFO: Verifying route success
    INFO: Checking condition at state <autoupdatesDecider>
    INFO: Successfully checked condition at state <autoupdatesDecider>
    INFO: Checking condition at state <InstallTypeUI>
    INFO: Successfully checked condition at state <InstallTypeUI>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state autoupdatesDecider
    INFO: Completed executing action at state <autoupdatesDecider>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <autoupdatesDecider>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <autoupdatesDecider>
    INFO: Completed validating view at state <autoupdatesDecider>
    INFO: Validating state <autoupdatesDecider>
    WARNING: Validation disabled for the state autoupdatesDecider
    INFO: Completed validating state <autoupdatesDecider>
    INFO: Reading shiphome metadata from /u01/Stage/grid/install/../stage/shiphomeproperties.xml
    INFO: Loading beanstore from file:/u01/Stage/grid/install/../stage/shiphomeproperties.xml
    INFO: Translating external format into raw format
    INFO: Restoring class oracle.install.driver.oui.ShiphomeMetadata from file:/u01/Stage/grid/install/../stage/shiphomeproperties.xml
    INFO: Loading beans from Xml Bean Store. [BeanStoreName:shiphome-metadata]
    INFO: Setting value for the property:properties in the bean:shiphome-metadata
    INFO: Verifying route success
    INFO: Get view named [AutoUpdatesOptionsUI]
    INFO: View for [AutoUpdatesOptionsUI] is oracle.install.ivw.common.view.AutoUpdatesOptionsUI[,0,0,0x0,invalid,layout=java.awt.FlowLayout,alignmentX=0.0,alignmentY=0.0,border=,flags=9,maximumSize=,minimumSize=,preferredSize=]
    INFO: Initializing view <AutoUpdatesOptionsUI> at state <AutoUpdatesOptionsUI>
    INFO: Completed initializing view <AutoUpdatesOptionsUI> at state <AutoUpdatesOptionsUI>
    INFO: Displaying view <AutoUpdatesOptionsUI> at state <AutoUpdatesOptionsUI>
    INFO: Completed displaying view <AutoUpdatesOptionsUI> at state <AutoUpdatesOptionsUI>
    INFO: Loading view <AutoUpdatesOptionsUI> at state <AutoUpdatesOptionsUI>
    INFO: Completed loading view <AutoUpdatesOptionsUI> at state <AutoUpdatesOptionsUI>
    INFO: Localizing view <AutoUpdatesOptionsUI> at state <AutoUpdatesOptionsUI>
    INFO: Completed localizing view <AutoUpdatesOptionsUI> at state <AutoUpdatesOptionsUI>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state AutoUpdatesOptionsUI
    INFO: Completed executing action at state <AutoUpdatesOptionsUI>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <AutoUpdatesOptionsUI>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <AutoUpdatesOptionsUI>
    INFO: Completed validating view at state <AutoUpdatesOptionsUI>
    INFO: Validating state <AutoUpdatesOptionsUI>
    INFO: Completed validating state <AutoUpdatesOptionsUI>
    INFO: No updates will be downloaded or applied
    INFO: Checking condition at state <InstallTypeUI>
    INFO: Successfully checked condition at state <InstallTypeUI>
    INFO: Verifying route NO_AUTO_UPDATES
    INFO: Checking condition at state <InstallTypeUI>
    INFO: Successfully checked condition at state <InstallTypeUI>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state supportedOSCheck
    INFO: Completed executing action at state <supportedOSCheck>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <supportedOSCheck>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <supportedOSCheck>
    INFO: Completed validating view at state <supportedOSCheck>
    INFO: Validating state <supportedOSCheck>
    INFO: Verifying target environment...
    INFO: Checking whether the IP address of the localhost could be determined...
    INFO: Completed verification of target environment.
    INFO: Verifying setup for installer validations
    INFO: Completed validating state <supportedOSCheck>
    INFO: Verifying route success
    INFO: Checking condition at state <InstallTypeUI>
    INFO: Successfully checked condition at state <InstallTypeUI>
    INFO: Get view named [InstallOptionsUI]
    INFO: View for [InstallOptionsUI] is oracle.install.ivw.crs.view.InstallOptionsUI@144683c2
    INFO: Initializing view <InstallOptionsUI> at state <InstallOptionsUI>
    INFO: Is CRS Installed false
    INFO: Completed initializing view <InstallOptionsUI> at state <InstallOptionsUI>
    INFO: Displaying view <InstallOptionsUI> at state <InstallOptionsUI>
    INFO: Completed displaying view <InstallOptionsUI> at state <InstallOptionsUI>
    INFO: Loading view <InstallOptionsUI> at state <InstallOptionsUI>
    INFO: Completed loading view <InstallOptionsUI> at state <InstallOptionsUI>
    INFO: Localizing view <InstallOptionsUI> at state <InstallOptionsUI>
    INFO: Completed localizing view <InstallOptionsUI> at state <InstallOptionsUI>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state InstallOptionsUI
    INFO: InstallOption Action Entering and Exiting execute
    INFO: Completed executing action at state <InstallOptionsUI>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <InstallOptionsUI>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: CRS config selected
    INFO: Validating view at state <InstallOptionsUI>
    INFO: Completed validating view at state <InstallOptionsUI>
    INFO: Validating state <InstallOptionsUI>
    INFO: getInstallOption: CRS_CONFIG
    INFO: Is CRS Installed false
    INFO: isCRSInstalled: false
    INFO: isHAInstalled: false
    INFO: isCRSConfigured: false
    INFO: isHAConfigured: false
    INFO: isLocalCSSConfigured: false
    INFO: existingCRSOrLocalCSSVersion: null
    INFO: Completed validating state <InstallOptionsUI>
    INFO: Detecting system information
    INFO: InstallOptionsAction Actions.transition called
    INFO: Verifying route crs
    INFO: Checking condition at state <InstallTypeUI>
    INFO: Successfully checked condition at state <InstallTypeUI>
    INFO: Get view named [InstallTypeUI]
    INFO: View for [InstallTypeUI] is oracle.install.ivw.crs.view.InstallTypeGUI[,0,0,0x0,invalid,layout=java.awt.GridBagLayout,alignmentX=0.0,alignmentY=0.0,border=,flags=9,maximumSize=,minimumSize=,preferredSize=]
    INFO: Initializing view <InstallTypeUI> at state <InstallTypeUI>
    INFO: Completed initializing view <InstallTypeUI> at state <InstallTypeUI>
    INFO: Displaying view <InstallTypeUI> at state <InstallTypeUI>
    INFO: Completed displaying view <InstallTypeUI> at state <InstallTypeUI>
    INFO: checking for 92 RAC existence
    INFO: Loading view <InstallTypeUI> at state <InstallTypeUI>
    INFO: Completed loading view <InstallTypeUI> at state <InstallTypeUI>
    INFO: Localizing view <InstallTypeUI> at state <InstallTypeUI>
    INFO: Gathering system details...
    INFO: Completed localizing view <InstallTypeUI> at state <InstallTypeUI>
    INFO: Waiting for completion of background operations
    INFO: Finishing all forked tasks at state InstallTypeUI
    INFO: Waiting for completion all forked tasks at state InstallTypeUI
    INFO: All forked task are completed at state InstallTypeUI
    INFO: Completed background operations
    INFO: Executing action at state InstallTypeUI
    INFO: Completed executing action at state <InstallTypeUI>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <InstallTypeUI>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <InstallTypeUI>
    INFO: Completed validating view at state <InstallTypeUI>
    INFO: Validating state <InstallTypeUI>
    INFO: Completed validating state <InstallTypeUI>
    INFO: Verifying route advanced
    INFO: Checking condition at state <productLanguage>
    INFO: Successfully checked condition at state <productLanguage>
    INFO: Checking condition at state <getPrivilegedOSGroups>
    INFO: Successfully checked condition at state <getPrivilegedOSGroups>
    INFO: Checking condition at state <preInstallLocation>
    INFO: Successfully checked condition at state <preInstallLocation>
    INFO: Checking condition at state <CRSInstallLocationUI>
    INFO: Successfully checked condition at state <CRSInstallLocationUI>
    INFO: Get view named [ProductLanguageUI]
    INFO: View for [ProductLanguageUI] is oracle.install.ivw.common.view.ProductLanguageGUI@3ff5d699
    INFO: Initializing view <ProductLanguageUI> at state <productLanguage>
    INFO: Completed initializing view <ProductLanguageUI> at state <productLanguage>
    INFO: Displaying view <ProductLanguageUI> at state <productLanguage>
    INFO: Fetching Available Languages...
    INFO: Completed displaying view <ProductLanguageUI> at state <productLanguage>
    INFO: Loading view <ProductLanguageUI> at state <productLanguage>
    INFO: Completed loading view <ProductLanguageUI> at state <productLanguage>
    INFO: Localizing view <ProductLanguageUI> at state <productLanguage>
    INFO: Completed localizing view <ProductLanguageUI> at state <productLanguage>
    INFO: Waiting for completion of background operations
    INFO: Finishing all forked tasks at state productLanguage
    INFO: Waiting for completion all forked tasks at state productLanguage
    INFO: All forked task are completed at state productLanguage
    INFO: Completed background operations
    INFO: Executing action at state productLanguage
    INFO: Completed executing action at state <productLanguage>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <productLanguage>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: The languages in which the product will be installed are [ar, en]
    INFO: Validating view at state <productLanguage>
    INFO: Completed validating view at state <productLanguage>
    INFO: Validating state <productLanguage>
    INFO: Using default Validator configured in the Action class oracle.install.ivw.common.action.ProductLanguageAction
    INFO: Completed validating state <productLanguage>
    INFO: Verifying route productlanguage_yes
    INFO: Checking condition at state <getPrivilegedOSGroups>
    INFO: Successfully checked condition at state <getPrivilegedOSGroups>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state flowDecider
    INFO: Completed executing action at state <flowDecider>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <flowDecider>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <flowDecider>
    INFO: Completed validating view at state <flowDecider>
    INFO: Validating state <flowDecider>
    WARNING: Validation disabled for the state flowDecider
    INFO: Completed validating state <flowDecider>
    INFO: Verifying route FRESH_CRS_INSTALL
    INFO: Checking condition at state <getPrivilegedOSGroups>
    INFO: Successfully checked condition at state <getPrivilegedOSGroups>
    INFO: Checking condition at state <preInstallLocation>
    INFO: Successfully checked condition at state <preInstallLocation>
    INFO: Checking condition at state <CRSInstallLocationUI>
    INFO: Successfully checked condition at state <CRSInstallLocationUI>
    INFO: Get view named [GridPlugPlayInfoUI]
    INFO: View for [GridPlugPlayInfoUI] is oracle.install.ivw.crs.view.GridPlugPlayInfoUI@42293b53
    INFO: Initializing view <GridPlugPlayInfoUI> at state <GridPlugPlayInfoUI>
    INFO: GridPlugPlayInfoUI entering onEvent
    INFO: Gathering system details...
    INFO: Gathering system details...
    INFO: Gathering system details...
    INFO: Gathering system details...
    INFO: Gathering system details...
    INFO: checking for 92 RAC existence
    INFO: Gathering system details...
    INFO: Completed initializing view <GridPlugPlayInfoUI> at state <GridPlugPlayInfoUI>
    INFO: Displaying view <GridPlugPlayInfoUI> at state <GridPlugPlayInfoUI>
    INFO: Completed displaying view <GridPlugPlayInfoUI> at state <GridPlugPlayInfoUI>
    INFO: Loading view <GridPlugPlayInfoUI> at state <GridPlugPlayInfoUI>
    INFO: GridPlugPlayInfoUI entering onEvent
    INFO: Completed loading view <GridPlugPlayInfoUI> at state <GridPlugPlayInfoUI>
    INFO: Localizing view <GridPlugPlayInfoUI> at state <GridPlugPlayInfoUI>
    INFO: Completed localizing view <GridPlugPlayInfoUI> at state <GridPlugPlayInfoUI>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state GridPlugPlayInfoUI
    INFO: Completed executing action at state <GridPlugPlayInfoUI>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <GridPlugPlayInfoUI>
    INFO: Bad Chars Found :_
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: GridPlugPlayInfoUI entering processInput
    INFO: Validating view at state <GridPlugPlayInfoUI>
    INFO: Completed validating view at state <GridPlugPlayInfoUI>
    INFO: Validating state <GridPlugPlayInfoUI>
    INFO: Validating Cluster Name
    INFO: Validating SCAN Information
    INFO: validating SCAN name for emptiness and bad chars
    INFO: validating SCAN port for emptiness
    INFO: validating SCAN port for bad characters
    INFO: checking for 92 RAC existence
    INFO: Gathering system details...
    INFO: Environment variable SKIP_ALL_SCAN_VIP_VALIDATION is not set.
    INFO: Validating SCAN VIP
    INFO: Completed validating state <GridPlugPlayInfoUI>
    INFO: Verifying route success
    INFO: GridPlugPlayInfoUI entering onEvent
    INFO: Get view named [ClusterConfigUI]
    INFO: View for [ClusterConfigUI] is oracle.install.ivw.crs.view.ClusterConfigGUI@2a134eca
    INFO: Initializing view <ClusterConfigUI> at state <CRSNodeInformationUI>
    INFO: Completed initializing view <ClusterConfigUI> at state <CRSNodeInformationUI>
    INFO: Displaying view <ClusterConfigUI> at state <CRSNodeInformationUI>
    INFO: Completed displaying view <ClusterConfigUI> at state <CRSNodeInformationUI>
    INFO: Loading view <ClusterConfigUI> at state <CRSNodeInformationUI>
    INFO: Completed loading view <ClusterConfigUI> at state <CRSNodeInformationUI>
    INFO: Localizing view <ClusterConfigUI> at state <CRSNodeInformationUI>
    INFO: Completed localizing view <ClusterConfigUI> at state <CRSNodeInformationUI>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state CRSNodeInformationUI
    INFO: Checking cluster configuration details
    INFO: checking for 92 RAC existence
    INFO: Gathering system details...
    INFO: Gathering system details...
    INFO: Completed executing action at state <CRSNodeInformationUI>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <CRSNodeInformationUI>
    INFO: SSH Support Manager logs will be written to /tmp/OraInstall2013-10-30_10-00-46AM/sshsetup1_2013-10-30_10-00-46AM.log
    INFO: Establishing SSH connectivity between the selected nodes. This may take several minutes. Please wait...
    INFO: SSH Setup policy used: BIDIRECTIONAL
    ------------------------------------------------------------ End OUI Logs -----------------------------------------------------------------------------------
    Thanks.

  • Root.sh failed during 11gR2 Grid Infrasture Installation.

    Hello There !
    I am Installing two node rac cluster on OEL5.4 using 11gR2 Grid Infrastructure.
    But during installation when i run root.sh file on my first "Oracle1" node I am getting following errors.
    I Reinstall it again after clearing everything. but stuck at same place again.
    [root@oracle1 ~]# su - root
    [root@oracle1 ~]# /u01/app/11.2.0/grid/root.sh
    Running Oracle 11g root.sh script...
    The following environment variables are set as:
    ORACLE_OWNER= grid
    ORACLE_HOME= /u01/app/11.2.0/grid
    Enter the full pathname of the local bin directory: [usr/local/bin]:
    The file "dbhome" already exists in /usr/local/bin. Overwrite it? (y/n)
    [n]: y
    Copying dbhome to /usr/local/bin ...
    The file "oraenv" already exists in /usr/local/bin. Overwrite it? (y/n)
    [n]: y
    Copying oraenv to /usr/local/bin ...
    The file "coraenv" already exists in /usr/local/bin. Overwrite it? (y/n)
    [n]: y
    Copying coraenv to /usr/local/bin ...
    Entries will be added to the /etc/oratab file as needed by
    Database Configuration Assistant when a database is created
    Finished running generic part of root.sh script.
    Now product-specific root actions will be performed.
    2010-01-18 16:59:53: Parsing the host name
    2010-01-18 16:59:53: Checking for super user privileges
    2010-01-18 16:59:53: User has super user privileges
    Using configuration parameter file: /u01/app/11.2.0/grid/crs/install/crsconfig_params
    Creating trace directory
    LOCAL ADD MODE
    Creating OCR keys for user 'root', privgrp 'root'..
    Operation successful.
    root wallet
    root wallet cert
    root cert export
    peer wallet
    profile reader wallet
    pa wallet
    peer wallet keys
    pa wallet keys
    peer cert request
    pa cert request
    peer cert
    pa cert
    peer root cert TP
    profile reader root cert TP
    pa root cert TP
    peer pa cert TP
    pa peer cert TP
    profile reader pa cert TP
    profile reader peer cert TP
    peer user cert
    pa user cert
    Failed to create a peer profile for Oracle Cluster GPnP. gpnptool rc=32512
    Creation of Oracle GPnP peer profile failed for oracle1 at /u01/app/11.2.0/grid/crs/install/crsconfig_lib.pm line 4138.
    [root@oracle1 ~]# echo $ORACLE_HOME
    Could you please , help me why I am having this problem ?
    Thanks.
    Regards
    Hems.

    I had same problem which was resolved using below steps.
    1) Disable firewall and selinux encryption both
    2) Deconfig crs on both nodes
    3) clear all previous install from oracle home
    4) reinstall

  • Error installing Oracle11gR2 grid installer on AIX 6.1

    Hi,
    I am trying to install Oracle 11gR2 RAC on AIX6.1 system using NFS. I had a successfull run of cluster verify tool and after proceeding with the grid installer i am getting following error . The error is occurring during setup part of grid installer.
    "Exception String: Error in invoking target 'itnsping' of makefile '/u01/app/crs/
    product/11.2.0/crs/network/lib/ins_net_client.mk'. See '/u01/app/oracle/product/
    11.2.0/oraInventory/logs/installActions2010-10-30_05-14-51AM.log' for details.
    Exception Severity: 1 "
    The install log also has a large number of symbol table errors and warnings. Below attached is a snippet of the error logs:
    "ld: 0711-870 WARNING: Symbol table entry 8 in object /u01/app/crs/product/11.2.
    /crs/lib//libgeneric11.a[qcs.o]:
    Unknown symbol type 0. The symbol is being copied to the output file.
    ld: 0711-870 WARNING: Symbol table entry 17 in object /u01/app/crs/product/11.2
    0/crs/lib//libgeneric11.a[qcs.o]:
    Unknown symbol type 0.
    INFO: The symbol is being copied to the output file.
    ld: 0711-870 WARNING: Symbol table entry 18 in object /u01/app/crs/product/11.2
    0/crs/lib//libgeneric11.a[qcs.o]:
    Unknown symbol type 22. The symbol is being copied to the output file.
    INFO: ld: 0711-870 WARNING: Symbol table entry 390 in object /u01/app/crs/produ
    t/11.2.0/crs/lib//libgeneric11.a[qcs.o]:
    Unknown symbol type 5. The symbol is being copied to the output file.
    ld: 0711-870 WARNING: Symbol table entry 391 in object /u01/app/crs/product/11.
    .0/crs/lib//libgeneric11.a[qcs.o]:
    Unknown symbol type 0. The symbol is being copied to the output file.
    ld: 0711-870 WARNING: Symbol table entry 408 in object /u01/app/crs/product/11.
    .0/crs/lib//libgeneric11.a[qcs.o]:
    Unknown symbol type 9. T
    INFO: he symbol is being copied to the output file.
    ld: 0711-870 WARNING: Symbol table entry 415 in object /u01/app/crs/product/11.
    .0/crs/lib//libgeneric11.a[qcs.o]:"
    Please let me know how to fix this issue.

    Okay , I will check the libm.a file and probably will re install AIX. But can anyone let me know whether installing RAC on NFS file share is supported on AIX or not ? We need this setup for testing with min size databases.
    These are the configuration:
    OS: AIX6.1-TL-06
    Oracle: 11gR2 grid & Database
    NFS server : Linux NFS server. (Set up is for testing with minimal data)
    --Amith                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Grid Installer Wizard step 9 of 10 - execute script root.sh problem

    Folks,
    Hello. I am installing Oracle 11gR2 RAC using 2 Virtual Machines (rac1 and rac2 whose OS are Oracle Linux 5.6)
    and according to the tutorial http://appsdbaworkshop.blogspot.com/2011/10/11gr2-rac-on-linux-56-using-vmware.html
    The Virtual Disk for each VM is 20 GB whose raw device is /dev/sda (partition /dev/sda1 is the same size).
    In order to install Grid Infrastructure, I add 5 Hard Disks into the first VM rac1 and 10GB for each Hard Disk.
    Then create 5 ASM disks respectively as a Disk Group. Let me describe them as follows:
    OS Phyysical file: C:\VM_RAC\sharerac\asmdisk1.vmdk (asmdisk2.vmdk asmdisk3.vmdk asmdisk4.vmdk asmdisk5.vmdk)
    Corresponding raw devices: /dev/sdb (sdc sdd sde sdf)
    Corresponding partition: /dev/sdb1 (sdc1 sdd1 sde1 sdf1)
    Corresponding ASM disk: ASMDISK1 (ASMDISK2 ASMDISK3 ASMDISK4 ASMDISK5)
    When I run Grid installer step 5 of 8, I select all of 5 ASMDISK as ASM disk group in the Wizard.
    The clusterware files are supposed to be stored in the ASM disk group.
    The 2 VMs rac1 and rac2 should use the same ASM disk group.
    By here, I don't do anything regarding ASM disk group in the second VM rac2.
    When run the Grid Installer step 9 of 10, execute script root.sh in the 2 VMs rac1 and rac2. The script root.sh runs in the first VM rac1 successfully. But when the script root.sh runs in the second VM rac2, the error message comes up as following:
    ORA-15018: disk group cannot be created.
    ORA-15031: disk specification 'ORCL:ASMDISK5' matches no disks.
    ORA-15031: disk specification 'ORCL:ASMDISK4' matches no disks.
    ORA-15031: disk specification 'ORCL:ASMDISK3' matches no disks.
    ORA-15031: disk specification 'ORCL:ASMDISK2' matches no disks.
    ORA-15031: disk specification 'ORCL:ASMDISK1' matches no disks.
    Configuration of ASM failed.
    Did not successfully configure and start ASM.
    Initial cluster configuration failed.
    From the above error message, it seems that we need to connect the second VM rac2 with the ASM disk group created in rac1 so that 2 VMs use the same set of the ASM disks.
    But I don't see anything about doing ASM disk group in the second VM rac2 in the tutorial
    http://appsdbaworkshop.blogspot.com/2011/10/11gr2-rac-on-linux-56-using-vmware.html.
    My question is:
    Do any folk understand how to solve ASM disks issue in the second VM rac2 when run the script root.sh in rac2 on step 9 of 10 in Installer Wizard ?
    Thanks.

    Hi,
    One of mandatory requirement for RAC is shared storage. Check if you have shared storage across all nodes.
    Run oracleasm listdisk on node2 to see if it can see the same disks on node 1. Otherwise you didn't follow that tutorial correctly
    Cheers

  • Oracle 11gR2 RAC Grid installation - Configuration of ASM failed,

    Hi guys,
    Trying to install/configure Oracle 11gR2 Grid for 2 nodes RAC on Suse 10, root.sh failed with this error:
    2010-08-19 15:30:47: Querying for existing CSS voting disks
    2010-08-19 15:30:47: Performing initial configuration for cluster
    2010-08-19 15:30:48: Start of resource "ora.ctssd -init" Succeeded
    2010-08-19 15:30:48: Configuring ASM via ASMCA
    2010-08-19 15:30:48: Executing as oracle: /u01/app/11.2.0/grid/bin/asmca -silent -diskGroupName DATA -diskList ORCL:DATA1,ORCL:DATA2 -redundancy EXTERNAL -configureLocalASM
    2010-08-19 15:30:48: Running as user oracle: /u01/app/11.2.0/grid/bin/asmca -silent -diskGroupName DATA -diskList ORCL:DATA1,ORCL:DATA2 -redundancy EXTERNAL -configureLocalASM
    2010-08-19 15:30:48: Invoking "/u01/app/11.2.0/grid/bin/asmca -silent -diskGroupName DATA -diskList ORCL:DATA1,ORCL:DATA2 -redundancy EXTERNAL -configureLocalASM" as user "oracle"
    2010-08-19 15:30:51: Configuration of ASM failed, see logs for details
    2010-08-19 15:30:51: Did not succssfully configure and start ASM
    2010-08-19 15:30:51: Exiting exclusive mode
    2010-08-19 15:30:51: Command return code of 1 (256) from command: /u01/app/11.2.0/grid/bin/crsctl stop resource ora.crsd -init
    2010-08-19 15:30:51: Stop of resource "ora.crsd -init" failed
    2010-08-19 15:30:51: Failed to stop CRSD
    2010-08-19 15:30:51: Command return code of 1 (256) from command: /u01/app/11.2.0/grid/bin/crsctl stop resource ora.asm -init
    2010-08-19 15:30:51: Stop of resource "ora.asm -init" failed
    2010-08-19 15:30:51: Failed to stop ASM
    2010-08-19 15:31:12: Initial cluster configuration failed. See /u01/app/11.2.0/grid/cfgtoollogs/crsconfig/rootcrs_oracle-node2.log for details
    oracle-node2:/u01/app/11.2.0/grid/cfgtoollogs/crsconfig #
    Can any one please help/assist/guide ... how to move forward?
    Thanks in advance.

    failed ... with the same error
    2010-08-19 16:52:05: Start of resource "ora.ctssd -init" Succeeded
    2010-08-19 16:52:05: Configuring ASM via ASMCA
    2010-08-19 16:52:06: Executing as oracle: /u01/app/11.2.0/grid/bin/asmca -silent -diskGroupName DATA -diskList ORCL:DATA1,ORCL:DATA2 -redundancy EXTERNAL -configureLocalASM
    2010-08-19 16:52:06: Running as user oracle: /u01/app/11.2.0/grid/bin/asmca -silent -diskGroupName DATA -diskList ORCL:DATA1,ORCL:DATA2 -redundancy EXTERNAL -configureLocalASM
    2010-08-19 16:52:06: Invoking "/u01/app/11.2.0/grid/bin/asmca -silent -diskGroupName DATA -diskList ORCL:DATA1,ORCL:DATA2 -redundancy EXTERNAL -configureLocalASM" as user "oracle"
    2010-08-19 16:52:08: Configuration of ASM failed, see logs for details
    2010-08-19 16:52:08: Did not succssfully configure and start ASM
    2010-08-19 16:52:08: Exiting exclusive mode
    2010-08-19 16:52:08: Command return code of 1 (256) from command: /u01/app/11.2.0/grid/bin/crsctl stop resource ora.crsd -init
    2010-08-19 16:52:08: Stop of resource "ora.crsd -init" failed
    2010-08-19 16:52:08: Failed to stop CRSD
    2010-08-19 16:52:08: Command return code of 1 (256) from command: /u01/app/11.2.0/grid/bin/crsctl stop resource ora.asm -init
    2010-08-19 16:52:08: Stop of resource "ora.asm -init" failed
    2010-08-19 16:52:08: Failed to stop ASM
    2010-08-19 16:52:30: Initial cluster configuration failed. See /u01/app/11.2.0/grid/cfgtoollogs/crsconfig/rootcrs_oracle-node1.log for details
    oracle-node1:/u01/app/11.2.0/grid/cfgtoollogs/crsconfig #

  • Oracle 12c ASM Disk Problem on AIX

    Hi All,
    We need to install 12.1.0.2 DB with ASM option on AIX 7.1. When we start to install 12.1.0.2 grid installation, in the 3.step we could not show adding Candidate disks to ASM. Disks right are 660 and oracle:oinstall ownership.
    When we start to install 11gR2 installation on same platform we can see the Candidate Disk, and We can install 11gR2 ASM+DB on same platform. But for 12.1.0.2 is not.
    How can we add Candidate Disks to 12c ASM İnstallation for below step ? The disks which is not shown for this step are like below. After first error I have changed disks' ownership like oracle:asmadmin, it isn't solved. I need urgent help.

    Hi Sve,
    Thanks for replying me. What you have written are tried but not works. I have solved problem.
    The problem is related AIX platform. I have Solved problem with below steps.
    1- I have installed grid infrastructure with Software Only option.
    2- After install Software Only Standalone Grid, I have tried to install manually ASM instance. But I have taken this error. rtld: 0712-001 Symbol CreateIoCompletionPort was referenced and it is solved with this MOSC ID: Doc ID1949184.1)
    3- After Successfull 2.step you can now install ASM manually from asmca.

  • RAC 11gR2 cluster installation: root.sh failed on the 1st node

    Hi,
    Does anybody know why is possible when I run the root.sh on the 1st node, during the Oracle 11gR2 RAC installation (cluster installation) to get the following error?
    The following environment variables are set as:
    ORACLE_OWNER= oracle
    ORACLE_HOME= /oracle/grid
    Enter the full pathname of the local bin directory: [usr/local/bin]:
    The file "dbhome" already exists in /usr/local/bin. Overwrite it? (y/n) [n]: y
    Copying dbhome to /usr/local/bin ...
    The file "oraenv" already exists in /usr/local/bin. Overwrite it? (y/n) [n]: y
    Copying oraenv to /usr/local/bin ...
    The file "coraenv" already exists in /usr/local/bin. Overwrite it? (y/n) [n]: y
    Copying coraenv to /usr/local/bin ...
    Entries will be added to the /etc/oratab file as needed by
    Database Configuration Assistant when a database is created
    Finished running generic part of root.sh script.
    Now product-specific root actions will be performed.
    2010-06-29 14:17:43: Parsing the host name
    2010-06-29 14:17:43: Checking for super user privileges
    2010-06-29 14:17:43: User has super user privileges
    Using configuration parameter file: /oracle/grid/crs/install/crsconfig_params
    Creating trace directory
    User oracle has the required capabilities to run CSSD in realtime mode
    LOCAL ADD MODE
    Creating OCR keys for user 'root', privgrp 'system'..
    Operation successful.
    root wallet
    root wallet cert
    root cert export
    peer wallet
    profile reader wallet
    pa wallet
    peer wallet keys
    pa wallet keys
    peer cert request
    pa cert request
    peer cert
    pa cert
    peer root cert TP
    profile reader root cert TP
    pa root cert TP
    peer pa cert TP
    pa peer cert TP
    profile reader pa cert TP
    profile reader peer cert TP
    peer user cert
    pa user cert
    Adding daemon to inittab
    CRS-4123: Oracle High Availability Services has been started.
    ohasd is starting
    CRS-2672: Attempting to start 'ora.gipcd' on 'trz1test_rac'
    CRS-2672: Attempting to start 'ora.mdnsd' on 'trz1test_rac'
    CRS-2676: Start of 'ora.gipcd' on 'trz1test_rac' succeeded
    CRS-2676: Start of 'ora.mdnsd' on 'trz1test_rac' succeeded
    CRS-2672: Attempting to start 'ora.gpnpd' on 'trz1test_rac'
    CRS-2676: Start of 'ora.gpnpd' on 'trz1test_rac' succeeded
    CRS-2672: Attempting to start 'ora.cssdmonitor' on 'trz1test_rac'
    CRS-2676: Start of 'ora.cssdmonitor' on 'trz1test_rac' succeeded
    CRS-2672: Attempting to start 'ora.cssd' on 'trz1test_rac'
    CRS-2672: Attempting to start 'ora.diskmon' on 'trz1test_rac'
    CRS-2676: Start of 'ora.diskmon' on 'trz1test_rac' succeeded
    CRS-2676: Start of 'ora.cssd' on 'trz1test_rac' succeeded
    CRS-2672: Attempting to start 'ora.ctssd' on 'trz1test_rac'
    CRS-2676: Start of 'ora.ctssd' on 'trz1test_rac' succeeded
    clscfg: -install mode specified
    Successfully accumulated necessary OCR keys.
    Creating OCR keys for user 'root', privgrp 'system'..
    Operation successful.
    CRS-2672: Attempting to start 'ora.crsd' on 'trz1test_rac'
    CRS-2676: Start of 'ora.crsd' on 'trz1test_rac' succeeded
    Now formatting voting disk: /data_gpfs/oracle/crs/vdsk.
    CRS-4603: Successful addition of voting disk /data_gpfs/oracle/crs/vdsk.
    ## STATE File Universal Id File Name Disk group
    1. ONLINE 653624f2aa1f4f83bf774e8052889a32 (/data_gpfs/oracle/crs/vdsk) []
    Located 1 voting disk(s).
    CRS-2673: Attempting to stop 'ora.crsd' on 'trz1test_rac'
    CRS-2677: Stop of 'ora.crsd' on 'trz1test_rac' succeeded
    CRS-2673: Attempting to stop 'ora.ctssd' on 'trz1test_rac'
    CRS-2677: Stop of 'ora.ctssd' on 'trz1test_rac' succeeded
    CRS-2673: Attempting to stop 'ora.cssdmonitor' on 'trz1test_rac'
    CRS-2677: Stop of 'ora.cssdmonitor' on 'trz1test_rac' succeeded
    CRS-2673: Attempting to stop 'ora.cssd' on 'trz1test_rac'
    CRS-2677: Stop of 'ora.cssd' on 'trz1test_rac' succeeded
    CRS-2673: Attempting to stop 'ora.gpnpd' on 'trz1test_rac'
    CRS-2677: Stop of 'ora.gpnpd' on 'trz1test_rac' succeeded
    CRS-2673: Attempting to stop 'ora.gipcd' on 'trz1test_rac'
    CRS-2677: Stop of 'ora.gipcd' on 'trz1test_rac' succeeded
    CRS-2673: Attempting to stop 'ora.mdnsd' on 'trz1test_rac'
    CRS-2677: Stop of 'ora.mdnsd' on 'trz1test_rac' succeeded
    CRS-2672: Attempting to start 'ora.mdnsd' on 'trz1test_rac'
    CRS-2676: Start of 'ora.mdnsd' on 'trz1test_rac' succeeded
    CRS-2672: Attempting to start 'ora.gipcd' on 'trz1test_rac'
    CRS-2676: Start of 'ora.gipcd' on 'trz1test_rac' succeeded
    CRS-2672: Attempting to start 'ora.gpnpd' on 'trz1test_rac'
    CRS-2676: Start of 'ora.gpnpd' on 'trz1test_rac' succeeded
    CRS-2672: Attempting to start 'ora.cssdmonitor' on 'trz1test_rac'
    CRS-2676: Start of 'ora.cssdmonitor' on 'trz1test_rac' succeeded
    CRS-2672: Attempting to start 'ora.cssd' on 'trz1test_rac'
    CRS-2672: Attempting to start 'ora.diskmon' on 'trz1test_rac'
    CRS-2676: Start of 'ora.diskmon' on 'trz1test_rac' succeeded
    CRS-2676: Start of 'ora.cssd' on 'trz1test_rac' succeeded
    CRS-2672: Attempting to start 'ora.ctssd' on 'trz1test_rac'
    CRS-2676: Start of 'ora.ctssd' on 'trz1test_rac' succeeded
    CRS-2672: Attempting to start 'ora.crsd' on 'trz1test_rac'
    CRS-2676: Start of 'ora.crsd' on 'trz1test_rac' succeeded
    CRS-2672: Attempting to start 'ora.evmd' on 'trz1test_rac'
    CRS-2676: Start of 'ora.evmd' on 'trz1test_rac' succeeded
    */oracle/grid/bin/srvctl start nodeapps -n trz1test_rac ... failed*
    Configure Oracle Grid Infrastructure for a Cluster ... failed
    This is because ora.eONS daemon is not starting. There is a Metalink note that we MIGHT start this daemon manually ... but this is not working.
    *./srvctl status nodeapps -n trz1test_rac*
    -n <node_name> option has been deprecated.
    VIP trz1test_rac_vip is enabled
    VIP trz1test_rac_vip is running on node: trz1test_rac
    Network is enabled
    Network is running on node: trz1test_rac
    GSD is disabled
    GSD is not running on node: trz1test_rac
    ONS is enabled
    ONS daemon is running on node: trz1test_rac
    eONS is enabled
    eONS daemon is not running on node: trz1test_rac

    I run my clusterware/DB on AIX 5.3
    When I run runcluvfy.sh here are the things which are not passing:
    Check: Node connectivity of subnet "192.168.1.0"
    Source Destination Connected?
    trz2test_rac:en5 trz2test_rac:en5 yes
    trz2test_rac:en5 trz1test_rac:en5 yes
    trz2test_rac:en5 trz1test_rac:en5 yes
    trz2test_rac:en5 trz1test_rac:en5 yes
    trz2test_rac:en5 trz1test_rac:en5 yes
    trz1test_rac:en5 trz1test_rac:en5 yes
    Result: Node connectivity passed for subnet "192.168.1.0" with node(s) trz2test_rac,trz1test_rac
    Check: TCP connectivity of subnet "192.168.1.0"
    Source Destination Connected?
    trz1test_rac:192.168.1.140 trz2test_rac:192.168.1.142 failed
    trz1test_rac:192.168.1.140 trz2test_rac:192.168.1.142 failed
    Result: TCP connectivity check failed for subnet "192.168.1.0"
    NTP daemon slewing option check failed on some nodes
    PRVF-5436 : The NTP daemon running on one or more nodes lacks the slewing option "-x"
    Result: Clock synchronization check using Network Time Protocol(NTP) failed
    NTP mustn't be a problem I guess as the date are identical on the 2 nodes.
    I have no idea how to fix the TCP connectivity issue with the subnet "192.168.1.0". Some posts wrote that could be a firewall issue. Are there any other causes ?
    Thanks to all,
    Paul

  • 11.2.0.2 Grid Installation for a Standalone Server FAILED!

    OS: OEL-5.5 x86_64 (kernel-2.6.18-194.17.4.0.1.el5, glibc-2.5-49.el5_5.7)
    Product: Oracle 11gR2 (11.2.0.2.0) x86_64 for Linux
    Hi,
    I was trying to perform a clean and full 11.2.0.2 installation for a Standalone Server (Single database + ASM + Restart), but unlike 11.2.0.1, this standalone patch, shipped as set of full installation files, has serious flaws mainly due to insane installation and configuration scripts. My environment is as follows:
    ORACLE_BASE=/opt/oracle
    ORACLE_HOME=/opt/oracle/product/11.2.0/db_1
    GRID_HOME=/opt/oracle/product/11.2.0/grid
    all owned by oracle:dba. ASMLib was configured with four 256 GB partitions on four physical disks.
    1. During grid installation the Prepare, Copy files, Link binaries, Setup files, Execute Root Scripts (root.sh), Update Inventory, Oracle Net Configuration Assistant all succeeded, but ASM Configuration Assistant FAILED and installation couldn't continue. That was because root.sh script (and inside it calling scripts) changed the ownership of ORACLE_BASE and GRID_HOME to root:dba, so that admin and diag directories creations in ORACLE_BASE were not permitted. After fixing that manually as root (immediately after executing root.sh), the installation continues and succeeds.
    2. During installation of Client software the error message window appears stating that cannot find the /opt/oracle/product/11.2.0/db_1/oui/bin/runInstaller.var file. By pressing the Continue button the installation continues ignoring this.
    3. If Oracle Scheduler Agent is selected for installation during Client software installation, the Oracle Enterprise Manager 11g Database Control Release 11.2.0.2.0 cannot start (https problem - cannot establish connection). To fix this, I had to deinstall Client software and install it again without Oracle Scheduler Agent.
    4. The Performance window in Enterprise Manager 11g Database Control Release 11.2.0.2.0 cannot display any graph ("Initializing" and "Transferring data from localhost..." never end).
    Are those issues known issues? If they are, why did Oracle ship that standalone patch without testing it before? Given that prior release (11.2.0.1) was free of any errors above, it is really beyond me to figure out this negligence.
    NJ

    Are those issues known issues? Have you created service request ? That would be much better to be sure about the workaround you found.
    Nicolas.

  • 11.2.0.3 grid installation fails while selecting OCFS2 for ocr files

    We are installing 11GR2 (11.2.0.3) cluster on a 64 bit system. we have OCFS2 filesystem for shared devices. version 1.6.3.
    While selecting ocr file locations , we get the following error
    [INS-41321] Invalid oracle cluster register [OCR] Location
    Cause- The installer detects that the storage type of location is not supported for Oracle Cluster registery
    Action - Provide a supported storage location for the Oracle Cluster Registry
    Additional information
    /crp2db01/OCR/ocr_1 is not shared
    However , this mountpoint is shared across both the nodes.
    Note: 11201 grid installation was successful and it accepted the above locations for OCR. however ,we need 11.2.0.3 cluster for 11.2.0.3 database

    As for your current problem, just because Oracle "allows" OCFS2 in a GRID environment, I would never suggest nor implement that. It adds a layer of complexity that is totally unnecessary when a GRID/ASM implementation performs circles around OCFS2. ASM is much easier to manage, maintain, expand and shrink than OCFS2. Especially at version 11.2.0.3. When working at a large telco a few years ago, we had a 300TB+ ASM environment. OCFS2 could not even begin to be that big. ASM will provide you a MUCH more stable environment than OCFS2. And with ASM there is a lot of "magic" that happens with OCR/Voting that makes your life MUCH easier. If you "require" shared application files, then use ASM/ACFS. It is a much better "volume manager" than OCFS2.
    Since you must present devices to the system for OCFS2, you should not have any problems doing the same for ASM. (and don't use ASMLib as it is going away and is not necessary - just make sure you use a partition that skips the first 1M (usually cylinder 1) and you should be good to go!)
    I also would not use a "shared ORACLE_HOME" on either ACFS or OCFS2. The biggest reason is that you lose the ability to do a "rolling" upgrade and when you have a VLC, that becomes much more important that saving a few GB worth of storage.
    I would also pay attention to this:
    http://docs.oracle.com/cd/E11882_01/install.112/e22489/storage.htm#CDEDAHGB
    3.1.4.2 General Storage Considerations for Oracle RAC
    Use the following guidelines when choosing the storage options to use for each file type:
    You can choose any combination of the supported storage options for each file type provided that you satisfy all requirements listed for the chosen storage options.
    If you plan to install an Oracle RAC home on a shared OCFS2 location, then you must upgrade OCFS2 to at least version 1.4.1, which supports shared writable mmaps.
    Oracle recommends that you choose Oracle ASM as the storage option for database and recovery files.
    For Standard Edition Oracle RAC installations, Oracle ASM is the only supported storage option for database or recovery files.

  • Grid installation issue with GNS - 12c on oel6

    I am trying to install the Grid (CW) for 12c on oel 6, on 2 nodes, using *static configuration*, for a flex cluster.
    My nodes are all running dnsmasq as DNS, and the /etc/hosts file is edited to be the same on them. The public/private/VIP/scan addresses are all resolvable (I have checked them all using 'nslookup'). I do *NOT* have DHCP (as I am going with static configuration).
    The grid installation wizard fails, once running root scripts, and trying to start ora.gns service:
    PRCR-1079 : Failed to start resource ora.gns
    CRS-2674: Start of 'ora.gns' on 'ol6-121-rac1' failed
    CRS-2632: There are no more servers to try to place resource 'ora.gns' on that would satisfy its placement policy
    2015/02/16 19:45:20 CLSRSC-107: Start of GNS failed
    2015/02/16 19:45:21 CLSRSC-287: FirstNode configuration failed
    I am using the following settings, in the installation wizard, for the GNS:
    > Custer name:        ol6-121-cluster
    > SCAN Name:        ol6-121-scan
    > GNS VIP Address:        ol6-121-rac1-vip
    > GNS Sub Domain:        ol6-121.localdomain
    and here is the contents of /etc/hosts is as following: (public and private addresses are already assigned to different NICs on each machine, and the machines can ping each other's public/private addresses successfully):
    # Public
    192.168.56.101   ol6-121-rac1.localdomain        ol6-121-rac1
    192.168.56.102   ol6-121-rac2.localdomain        ol6-121-rac2
    # Private
    192.168.1.101   ol6-121-rac1-priv.localdomain   ol6-121-rac1-priv
    192.168.1.102   ol6-121-rac2-priv.localdomain   ol6-121-rac2-priv
    # Virtual
    192.168.56.103   ol6-121-rac1-vip.localdomain    ol6-121-rac1-vip
    192.168.56.104   ol6-121-rac2-vip.localdomain    ol6-121-rac2-vip
    # SCAN
    192.168.56.105   ol6-121-scan.localdomain ol6-121-scan
    192.168.56.106   ol6-121-scan.localdomain ol6-121-scan
    192.168.56.107   ol6-121-scan.localdomain ol6-121-scan
    I am just wondering what could be missing here which causes the problem ?
    - Do I need to start/set anything specific for VIP or SCAN addresses ? (As with the static configuration, domain delegation is not happening to CW).
    - Or is there anything wrong/missing with the cluster name or GNS sub domain ?
    Any help or hint would be highly appreciated.

    Software hasn't extracted properly, please use unzip version 6 to dowload the software and extract under one dir as given in the download url
    http://www.oracle.com/technetwork/oem/grid-control/downloads/aix5lsoft-091214.html
    Oracle Enterprise Manager Cloud Control 12c Release 2 Plugin Update 1 (12.1.0.2)
    for IBM AIX on POWER Systems (64-bit)
    Download the complete files
    em12cr2p1_aix64_disk1.zip (2,169,268,773 bytes) (cksum - 3052516559)
    em12cr2p1_aix64_disk2.zip (2,271,955,980 bytes) (cksum - 13147947)
    em12cr2p1_aix64_disk3.zip (2,563,046,862 bytes) (cksum - 1681333195)
    Directions
    1. All files are in the .zip format. There is an unzip utility for this platform here if you need one and we recommend you to use unzip version 6.
    2. Download the files and unzip them into the same directory

  • Installing 11gR2 Grid Infrastructure on SPARC Solaris 10

    Please help! I am following the RACGuides_Rac11gR2OnSolaris.pdf to install 11gR2 Grid Infrastructure on SPARC Solaris 10 MU8.
    bash-3.00# cat /etc/release
    Solaris 10 10/09 s10s_u8wos_08a SPARC
    Copyright 2009 Sun Microsystems, Inc. All Rights Reserved.
    Use is subject to license terms.
    Assembled 16 September 2009
    1. I installed Oracle Solaris Studio 12.2, ignored 124861-15 per doc ID 969497.1.
    Installation went well, but root.sh gave on node1...
    CRS-2676: Start of 'ora.evmd' on 'sunt2k-02' succeeded
    CRS-2672: Attempting to start 'ora.asm' on 'sunt2k-02'
    CRS-2676: Start of 'ora.asm' on 'sunt2k-02' succeeded
    CRS-2672: Attempting to start 'ora.DATA.dg' on 'sunt2k-02'
    CRS-2676: Start of 'ora.DATA.dg' on 'sunt2k-02' succeeded
    u01/11.2.0/grid/bin/srvctl start nodeapps -n sunt2k-02 ... failed
    Configure Oracle Grid Infrastructure for a Cluster ... failed
    2. Per doc ID 1053192.1, I rerun the following....
    bash-3.00# /u01/11.2.0/grid/bin/srvctl start nodeapps -n sunt2k-02
    PRKO-2421 : Network resource is already started on node(s): sunt2k-02
    PRCR-1079 : Failed to start resource ora.sunt2k-02.vip
    CRS-5005: IP Address: 10.112.0.150 is already in use in the network
    CRS-2674: Start of 'ora.sunt2k-02.vip' on 'sunt2k-02' failed
    CRS-2632: There are no more servers to try to place resource 'ora.sunt2k-02.vip' on that would satisfy its placement policy
    PRKO-2422 : ONS is already started on node(s): sunt2k-02
    PRKO-2423 : eONS is already started on node(s): sunt2k-02
    same problem on node2....
    CRS-2676: Start of 'ora.crsd' on 'sunt2k-03' succeeded
    CRS-2672: Attempting to start 'ora.evmd' on 'sunt2k-03'
    CRS-2676: Start of 'ora.evmd' on 'sunt2k-03' succeeded
    /u01/11.2.0/grid/bin/srvctl start nodeapps -n sunt2k-03 ... failed
    Configure Oracle Grid Infrastructure for a Cluster ... failed
    3. Per doc ID 1053192.1, I rerun the following on node2.....
    bash-3.00# /u01/11.2.0/grid/bin/srvctl start nodeapps -n sunt2k-03
    PRKO-2421 : Network resource is already started on node(s): sunt2k-03
    PRCR-1079 : Failed to start resource ora.sunt2k-03.vip
    CRS-5005: IP Address: 10.112.0.152 is already in use in the network
    CRS-2674: Start of 'ora.sunt2k-03.vip' on 'sunt2k-03' failed
    CRS-5005: IP Address: 10.112.0.152 is already in use in the network
    CRS-2674: Start of 'ora.sunt2k-03.vip' on 'sunt2k-02' failed
    CRS-2632: There are no more servers to try to place resource 'ora.sunt2k-03.vip' on that would satisfy its placement policy
    PRKO-2422 : ONS is already started on node(s): sunt2k-03
    PRKO-2423 : eONS is already started on node(s): sunt2k-03
    4. Now I got stuck here that can not bring up CRS....this is the last step from installing Grid Infrastructure.
    bash-3.00# cat installActions2010-10-26_09-10-36PM.log
    INFO: Checking user equivalence...
    INFO: User equivalence check passed for user "grid"
    INFO: ERROR:
    INFO: CRS is not installed on any of the nodes
    INFO: Verification cannot proceed
    INFO: Post-check for cluster services setup was unsuccessful on all the nodes.
    INFO:
    WARNING:
    INFO: Completed Plugin named: Oracle Cluster Verification Utility
    INFO: Oracle Cluster Verification Utility failed.
    INFO: Oracle Cluster Verification Utility failed.
    INFO: ConfigClient.executeSelectedToolsInAggregate action performed
    INFO: Exiting ConfigClient.executeSelectedToolsInAggregate method
    INFO:
    The Runconfig command constructed is /u01/11.2.0/grid/oui/bin/runConfig.sh ORACLE_HOME=/u01/11.2.0/grid MODE=perform ACTION=configure RERUN=false $*
    INFO: Since the option is to overwrite the existing /u01/11.2.0/grid/cfgtoollogs/configToolFailedCommands file, backing it up
    INFO: The backed up file name is /u01/11.2.0/grid/cfgtoollogs/configToolFailedCommands.bak.2
    INFO: ConfigClient.saveSession method called
    INFO: Calling event ConfigSessionEnding
    INFO: ConfigClient.endSession method called
    INFO: Completed Configuration
    bash-3.00#
    Any advise would be appreciated.
    Thanks much in advance...
    R-

    Hi,
    it looks like the VIPs you used are already taken in your network or the name resolution on the VIP name does not return the correct IP address for the VIP, hence the problems.
    Sebastian

Maybe you are looking for

  • Text Variable With Replacement Path : supported in Webi 4.0 or Not.??

    Hello to All WebI Gurus, We are on BO 4.0 We are building WebI report on top of Bex query using the BICS connection from IDT. Our BW query is having some Text Variable with processing type "Replacement Path". Also its having fiscal year period in fil

  • Error message after trying to install Tiger on a B/W G3

    I've tried several times now to install OS 10.4 Tiger from the black install DVD onto my B/W G3. Every time, it gives me a error message saying there were errors during installation and to restart. I've got 512-640 MB of RAM (I've removed one after m

  • Coloring PowerView Objects

    Hi, Can I fill color in PowerView objects, for eg. need to fill Green\Yellow\Red in some fields to indicate their status? Thanks

  • ICloud problem after change of email address

    I recently changed my email address and iCloud keeps popping up asking for password of old address.  How do I change iCloud info to new email addr?

  • Lost some Thumbnails and some Full Size

    I've noticed after installing V6 that some of my thumbnails are missing. Worst yet that a lot of the full size pitures are not showing in the edit screen. They are however showing as thumbnails. I've also noticed that the folder names used for storin