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

Similar Messages

  • 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

  • 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

  • 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

  • Java.lang error while installing 11gR2 Grid Infrastructure on HPUX 11.31

    Hi,
    I am installing 11gR2 Grid Infrastructure on HPUX 11.31 Itanium server for installing RAC database.
    I do not get any error during the installation of the software but while running the root.sh I am getting following error..
    # /opt/oracle/app/11.2.0/grid/root.sh
    Running Oracle 11g root.sh script...
    The following environment variables are set as:
    ORACLE_OWNER= oracle
    ORACLE_HOME= /opt/oracle/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]:
    The file "oraenv" already exists in /usr/local/bin. Overwrite it? (y/n) [n]:
    The file "coraenv" already exists in /usr/local/bin. Overwrite it? (y/n) [n]:
    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-04-23 15:09:28: Parsing the host name
    2010-04-23 15:09:28: Checking for super user privileges
    2010-04-23 15:09:28: User has super user privileges
    Using configuration parameter file: /opt/oracle/app/11.2.0/grid/crs/install/crsconfig_params
    Creating trace directory
    stty: : Not a typewriter
    LOCAL ADD MODE
    Creating OCR keys for user 'root', privgrp 'sys'..
    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 'bmblade-91'
    CRS-2672: Attempting to start 'ora.mdnsd' on 'bmblade-91'
    CRS-2676: Start of 'ora.gipcd' on 'bmblade-91' succeeded
    CRS-2676: Start of 'ora.mdnsd' on 'bmblade-91' succeeded
    CRS-2672: Attempting to start 'ora.gpnpd' on 'bmblade-91'
    CRS-2676: Start of 'ora.gpnpd' on 'bmblade-91' succeeded
    CRS-2672: Attempting to start 'ora.cssdmonitor' on 'bmblade-91'
    CRS-2676: Start of 'ora.cssdmonitor' on 'bmblade-91' succeeded
    CRS-2672: Attempting to start 'ora.cssd' on 'bmblade-91'
    CRS-2672: Attempting to start 'ora.diskmon' on 'bmblade-91'
    CRS-2676: Start of 'ora.diskmon' on 'bmblade-91' succeeded
    CRS-2676: Start of 'ora.cssd' on 'bmblade-91' succeeded
    CRS-2672: Attempting to start 'ora.ctssd' on 'bmblade-91'
    CRS-2676: Start of 'ora.ctssd' on 'bmblade-91' succeeded
    Error occurred during initialization of VM
    java.lang.Error: Permission denied
    sh: 10154 Abort
    Configuration of ASM failed, see logs for details
    Did not succssfully configure and start ASM
    CRS-2500: Cannot stop resource 'ora.crsd' as it is not running
    CRS-4000: Command Stop failed, or completed with errors.
    Command return code of 1 (256) from command: /opt/oracle/app/11.2.0/grid/bin/crsctl stop resource ora.crsd -init
    Stop of resource "ora.crsd -init" failed
    Failed to stop CRSD
    CRS-2500: Cannot stop resource 'ora.asm' as it is not running
    CRS-4000: Command Stop failed, or completed with errors.
    Command return code of 1 (256) from command: /opt/oracle/app/11.2.0/grid/bin/crsctl stop resource ora.asm -init
    Stop of resource "ora.asm -init" failed
    Failed to stop ASM
    CRS-2673: Attempting to stop 'ora.ctssd' on 'bmblade-91'
    CRS-2677: Stop of 'ora.ctssd' on 'bmblade-91' succeeded
    CRS-2673: Attempting to stop 'ora.cssdmonitor' on 'bmblade-91'
    CRS-2677: Stop of 'ora.cssdmonitor' on 'bmblade-91' succeeded
    CRS-2673: Attempting to stop 'ora.cssd' on 'bmblade-91'
    CRS-2677: Stop of 'ora.cssd' on 'bmblade-91' succeeded
    CRS-2673: Attempting to stop 'ora.gpnpd' on 'bmblade-91'
    CRS-2677: Stop of 'ora.gpnpd' on 'bmblade-91' succeeded
    CRS-2673: Attempting to stop 'ora.gipcd' on 'bmblade-91'
    CRS-2677: Stop of 'ora.gipcd' on 'bmblade-91' succeeded
    CRS-2673: Attempting to stop 'ora.mdnsd' on 'bmblade-91'
    CRS-2677: Stop of 'ora.mdnsd' on 'bmblade-91' succeeded
    Initial cluster configuration failed.
    Do anybody came accross this issue? I had 11gR2 Grid Infrastructure installed on this server, but for demostration to other team members, I removed the earlier installation using Metalink Note :942166.1. I will appreciate your input.
    Regards
    Shailandra

    Hi,
    One of the recommended solution for this issue by Oracle.
    Have the DISPLAY variable set when running root.sh. This is the th recommendation by oracle to a SR opened by another vendor for this issue.
    Regards

  • 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                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • 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

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

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

  • 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

  • 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

  • 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

  • Installation error in invoking target 'agent nmhs'

    Dear All,
    I am new to this forum and I would like to inquire about the reasons behind a specific installation error of Oracle 11gR2 on Fedora 13 and the way to fix it. The error led to a weired behavior for the EM. I am going to explain everything precisely to flap the correspondence time so please please please bare with me.
    I have followed precisely all the pre-requisites for preparing the installation environment (Fedora 13 Linux OS) by following the instructions in the manual that comes on the source installation Disk-1of Oracle 11g R2, like assigning the environment variables, setting kernel parameters, installation of all the required and necessary packages, creating the necessary directories and changing the owner ship, in addition to creation the user 'oracle' and the necessary groups. This installation ends up with a successful working database that can be accessed using sqlplus locally and remotely from another machine. My EM also worked but for a limited period of time for only about 10 to 15 min then after that I cannot access it due to a problem in the agent background process or daemon that is resulted from the error happened during the installation, and need to restart my machine. Here is what happened.
    My installation is a stand alone database (database control / console database). Everything went smoothly during the installation except the following error that I couldn't get rid of or fix it, and I just continued the installation by clicking on the continue button of the OUI alert window. The error message on the alert window is:
    Error in invoking target 'agent nmhs' of makefile '/u01/app/oracle/product/11.2.0/dbhome_1/sysman/lib/ins_emagent.mk'. See '/u01/app/oraInventory/logs/installActions2010-06-24_03-22-15PM.log' for details.
    and here is the contenets (error part) of the installActions2010-06-24_03-22-15PM.log file
    INFO: /usr/bin/ld: /u01/app/oracle/product/carried(nmectlt.o): undefined reference to symbol 'B_DestroyKeyObject'
    */usr/bin/ld: note: 'B_DestroyKeyObject' is defined in DSO /u01/app/oracle/product/11.2.0/dbhome_1/lib/libnnz11.so so try adding it to the linker command line*
    */u01/app/oracle/product/11.2.0/dbhome_1/lib/libnnz11.so: could not read symbols: Invalid operation*
    INFO: collect2: ld returned 1 exit status
    *INFO: make[1]: --- [u01/app/oracle/product/carried] Error 1*
    INFO: make[1]: Leaving directory `/u01/app/oracle/product/carried'
    *INFO: make: --- [emdctl] Error 2*
    INFO: End output from spawned process.
    INFO: ----------------------------------
    INFO: Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target 'agent nmhs' of makefile '/u01/app/oracle/product/11.2.0/dbhome_1/sysman/lib/ins_emagent.mk'. See '/u01/app/oraInventory/logs/installActions2010-06-24_03-22-15PM.log' for details.
    Exception Severity: 1
    INFO: Calling Action unixActions10.2.0.3.0 ; make
    registerOnly = false
    installMakePath = /usr/bin/make
    installMakeFileName = /u01/app/oracle/product/11.2.0/dbhome_1/rdbms/lib/ins_rdbms.mk
    installTarget = all_no_orcl
    undoMakeFileName =
    installArguments = ORACLE_HOME=/u01/app/oracle/product/11.2.0/dbhome_1
    logFile = /u01/app/oracle/product/11.2.0/dbhome_1/install/make.log
    undoTarget =
    progMsg = Linking RDBMS Executables
    After all the above, I am going to explain here how this error affected the EM. Here is the output of starting the dbconsole:
    $ emctl start dbconsole
    Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
    Copyright (c) 1996, 2009 Oracle Corporation. All rights reserved.
    http://bassam-desktop:1158/em/console/aboutApplication
    Starting Oracle Enterprise Manager 11g Database Control .... started.
    Logs are generated in directory /u01/app/oracle/product/carried-desktop_orcl/sysman/log
    and here is the output of the status of the dbconsole
    $ emctl status dbconsole
    Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
    Copyright (c) 1996, 2009 Oracle Corporation. All rights reserved.
    http://bassam-desktop:1158/em/console/aboutApplication
    EM Daemon is not running.
    Logs are generated in directory /u01/app/oracle/product/carried-desktop_orcl/sysman/log
    notice the EM Daemon (agent background process) is not running
    Becuase of this error, the actual status of the database is not shown up in the EM. For example, if I try to startup my database through the EM, it starts successfully, but its status will not be shown, same thing happens for the listener. Clicking the View Details link in the EM after starting up the database shows up the following:
    SQL*Plus: Release 11.2.0.1.0 Production on Sat Jun 26 03:43:36 2010
    Copyright (c) 1982, 2009, Oracle. All rights reserved.
    SQL> Connected to an idle instance.
    SQL> SQL> ORACLE instance started.
    Total System Global Area 1489829888 bytes
    Fixed Size          1336624 bytes
    Variable Size          922749648 bytes
    Database Buffers     553648128 bytes
    Redo Buffers          12095488 bytes
    Database mounted.
    Database opened.
    SQL> Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Oracle Enterprise Manager 11g Database Control Release 11.2.0.1.0
    Copyright (c) 1996, 2009 Oracle Corporation. All rights reserved.
    Agent is Not Running
    again notice the last line of the message Agent is not running.
    After all the above, I beleive that the installation error is the cause of all that. I would appreciate it if you could help me solving this problem. Thanks.
    Bassam A. Al-Khaffaf

    Hi,
    I have successfully installed Oracle 11g R2 after some manual intervention to solve this linker error.
    The linker error actually gave the useful hint to solve this problem:
    INFO: /usr/bin/ld: /home/akos/app/akos/product/11.2.0/dbhome_1/sysman/lib//libnmectl.a(nmectlt.o): undefined reference to symbol 'B_DestroyKeyObject'
    /usr/bin/ld: note: 'B_DestroyKeyObject' is defined in DSO /home/akos/app/akos/product/11.2.0/dbhome_1/lib/libnnz11.so so try adding it to the linker command line
    /home/akos/app/akos/product/11.2.0/dbhome_1/lib/libnnz11.so: could not read symbols: Invalid operation
    collect2: ld returned 1 exit status
    This means that the gcc linker phase lacked an option for "-lnnz11". I run "make agent nmhs" manually,
    so the last command that gave an error can be copy&pasted to the command line. Adding "-lnnz11"
    after "-lcore11" to the command made it run successfully, and also re-running "make agent nmhs"
    on the command line didn't fail now. Then I chose the "Retry" button in the installer GUI and it proceeded.
    This change in the Fedora 13 linker was announced at
    http://docs.fedoraproject.org/en-US/Fedora/13/html/Release_Notes/sect-Release_Notes-The_GCC_Compiler_Collection.html
    In Fedora 12 and earlier it was allowed to an app with library A and the app was able to use symbols
    from every other libraries (B, C, ...) that library A was linked with. In Fedora 13 this is not allowed anymore,
    your app needs to be linked explicitely with library B, C, etc.
    Later, there was another problem with SELinux not allowing text relocation in .../product/11.2.0/dbhome_1/lib/libclntsh.so.11.1
    which was solved by running:
    chcon -t textrel_shlib_t '.../product/11.2.0/dbhome_1/lib/libclntsh.so.11.1'
    and re-running configuration of "Oracle Net Configuration Assistant". This allows keeping SELinux on.
    After that, installation and setup of the first database succeeded on Fedora 13.

  • ASM LABLED DISK NOT SHOWN IN GRID INSTALLATION

    Hi Guru,
    Im new to oracle,just started, we are installing ORCALE 11gr2 11.2.0.3 single node cluster for an test environment on RHEL 6.2.
    we installed oracle prerequisite with yum provided by oracle with following command.
    yum install "oracle-rdbms-server-11gR2-preinstall" ##did all pathch,rpm & parameter set automatically.
    create users oracle & grid with required group.
    part-ion disk
    #fdisk /dev/sd*
    n,p,1,<>,<>,w
    #partprob /dev/sd*
    Install oracleasm with "yum install kmod-oracleasm" including support & asmlib file .
    oracleasm configure
    ORACLEASM_ENABLED=true
    ORACLEASM_UID=grid
    ORACLEASM_GID=asmdba
    ORACLEASM_SCANBOOT=true
    ORACLEASM_SCANORDER=""
    ORACLEASM_SCANEXCLUDE=""
    ORACLEASM_USE_LOGICAL_BLOCK_SIZE="false"
    oracleasm listdisks
    DATA01
    DATA02
    VOTE01
    VOTE02
    VOTE03
    ls -ltr /dev/oracleasm/disks/*
    brw-rw---- 1 grid asmdba 8, 17 May 17 15:58 /dev/oracleasm/disks/VOTE01
    brw-rw---- 1 grid asmdba 8, 33 May 17 15:58 /dev/oracleasm/disks/VOTE02
    brw-rw---- 1 grid asmdba 8, 49 May 17 15:58 /dev/oracleasm/disks/VOTE03
    brw-rw---- 1 grid asmdba 8, 65 May 17 15:59 /dev/oracleasm/disks/DATA01
    brw-rw---- 1 grid asmdba 8, 81 May 17 15:59 /dev/oracleasm/disks/DATA02
    started grid installation with (grid, asmdba) ./runInstaller
    Every things seems good till the time.
    while it looks for asmdisk during installation it will not show asm labled disk there with discovery string "/dev/oracleasm/disks/*" -----"OCRL:*"
    Please help, im stuck in this issue from 5 days.
    Regards
    Sumit Sharma

    Hello,
    To resolve this issue, first reconfigure your ASMlib using following steps:
    [root@host02 ~]# ll -ltr /dev/oracleasm/disks/ASMDISK0*
    brw-rw---- 1 grid asmadmin 8, 17 May 15 11:05 /dev/oracleasm/disks/ASMDISK01
    brw-rw---- 1 grid asmadmin 8, 18 May 15 11:05 /dev/oracleasm/disks/ASMDISK02
    brw-rw---- 1 grid asmadmin 8, 19 May 15 11:05 /dev/oracleasm/disks/ASMDISK03
    brw-rw---- 1 grid asmadmin 8, 21 May 15 11:05 /dev/oracleasm/disks/ASMDISK04
    brw-rw---- 1 grid asmadmin 8, 22 May 15 11:05 /dev/oracleasm/disks/ASMDISK05
    brw-rw---- 1 grid asmadmin 8, 23 May 15 11:05 /dev/oracleasm/disks/ASMDISK06
    brw-rw---- 1 grid asmadmin 8, 24 May 15 11:05 /dev/oracleasm/disks/ASMDISK07
    brw-rw---- 1 grid asmadmin 8, 25 May 15 11:05 /dev/oracleasm/disks/ASMDISK08
    If the permission is not like this then do the following:
    *[root@host02 ~]# oracleasm configure -i*
    Configuring the Oracle ASM library driver.
    Default user to own the driver interface [asd]: grid
    Default group to own the driver interface [asd]: asmadmin
    Start Oracle ASM library driver on boot (y/n) [y]: y
    Scan for Oracle ASM disks on boot (y/n) [y]: y
    Writing Oracle ASM library driver configuration: done
    [root@host02 ~]# oracleasm exit
    [root@host02 ~]#
    [root@host02 ~]#
    [root@host02 ~]# oracleasm init
    Loading module "oracleasm": oracleasm
    Mounting ASMlib driver filesystem: /dev/oracleasm
    [root@host02 ~]#
    [root@host02 ~]#
    [root@host02 ~]#
    [root@host02 ~]# oracleasm scandisks
    Reloading disk partitions: done
    Cleaning any stale ASM disks...
    Scanning system for ASM disks...
    Instantiating disk "ASMDISK01"
    Instantiating disk "ASMDISK02"
    Instantiating disk "ASMDISK03"
    Instantiating disk "ASMDISK04"
    Instantiating disk "ASMDISK05"
    Instantiating disk "ASMDISK06"
    [root@host02 ~]#
    [root@host02 ~]#
    [root@host02 ~]#
    [root@host02 ~]# oracleasm listdisks
    ASMDISK01
    ASMDISK02
    ASMDISK03
    ASMDISK04
    ASMDISK05
    ASMDISK06
    Hope it will work.
    Thanks,
    Ashish Shukla

Maybe you are looking for

  • Used imac craigslist  is there a way to see if it's stolen by serial number?

    used imac craigslist  is there a way to see if it's stolen by serial number?

  • Is that my condo buzzer?

    to relive nelson brann's quite humorous thread of several years ago while he was awaiting the delivery of his new G5, i'm awaiting my new dell monitor. could that be my condo buzzer???? | | | | | it's only the ringing in my head, methinks.

  • Workload analysis setting

    Hi Experts, I want to check workload analysis.  i run T code ST03N for checkup day wise report, left corner Extend Total ->  click on days it will show  information  before two day. could you please help me where i can change the setting and get dail

  • Lost settings icon on upgrade

    I lost my settings icon when I upgraded my new I phone 4. I was not at home, I did not back up on my computer. I do not have any search options. I have checked every folder multiple times, it no longer exists. Is there somewhere online I can reinstal

  • ECC 6.0 Upgrade - new functionallity

    Dear Experts Recently we went upgrade from 4.7 EE to ECC 6.0 can any one share the new functionallity in ECC 6.0 new functionallity in ECC 6.0 ( SD, MM , LE , CS ) module thanks and regrds kumar