Strange error on Grid Infrastructure 11.2.0.1 install -2_node_VirtualBox

2 node Oracle Linux 5.6 RAC setup on VirtualBox 4.2.4
GI 11.2.0.1
[root@rac1 Desktop]# uname -a
Linux rac1.localdomain 2.6.32-300.39.1.el5uek #1 SMP Wed Nov 7 18:13:56 PST 2012 x86_64 x86_64 x86_64 GNU/Linux
$cluvfy.sh stage -pre crsinst -n rac1,rac2 -verbose - successfull
After the summary the install hangs as in the following picture:
https://picasaweb.google.com/116996436871989141640/10Dicembre201202
Any hints?
Thanks in advance
Paolo Filippi

Ooooopppsss
This should be the correct link
https://lh3.googleusercontent.com/-AaM3ZeRchMU/UMXyAKxBV8I/AAAAAAAAAHw/kR7TC0iHB4k/s512/RAC_Error1.png
Thanks Chen

Similar Messages

  • Grid Infrastructure 11.2.0.3 install fails with public & private subnet

    Specify Network Interface Usage
    Interface Name: eth0 Subnet: 192.168.1.0 Public
    Interface Name: eth1 Subnet: 192.168.1.0 Private
    Using the Advanced Installation ->
    No GNS ->
    I'm getting error [ins-41113] Specified public and private interfaces are configured on the same subnet: 192.168.1.0 Why is this an error because Oracle Documentation e17212/typinst.htm says the following:
    A Single Client Acess Name (SCAN) for the cluster , wich the following characteristics:
    * Three static IP address; however I want to use only two static IP address because I am not using DNS I'm using /etc/hosts file.
    * On the same subnet as all other public IP addresses, VIP addresses, and SCAN addresses.
    Please advise because I was able to install Grid Infrastructure 11.2.0.2 using the same configuration with no problems. Now that I am using Oracle 11.2.0.3 I'm encountering this problem.

    Hi,
    I appreciate insight with respect to Why Does it work in Oracle Grid Infrastructure 11.2.0.2 and not in 11.2.0.3 ?Some things that are not supported, are sometimes allowed by Oracle Product Software (I can say it's bug), but still desupported.
    See this example.
    In 11.2.0.1 and 11.2.0.2 it's possible add releases prior to 11.2 of Oracle Database to be managed by Oracle Restart. But It's not certified.
    See this thread.
    {message:id=9270783}
    In 11.2.0.3 Oracle solved this issue don't allowing do that and created a new msg error :
    PRCD-1245 : Addition of database version 11.2.0.3.0 is not allowed using srvctl version 10.2.0.0.0So, like example above in 11.2.0.1 and 11.2.0.2 it's not supported use same subnet to private and public network, but it's allowed by Oracle Product Software, now it's not allowed by Oracle Product Software
    The install guide will tell you the following requirements private IP address must satisfy the following requirements:
    *1. Must be separate from the public network*
    2. Must be accessible on the same network interface on each node
    3. Must have a unique address on each node
    4. Must be specified in the /etc/hosts file on each node
    The Best Pratices recommendation is to use the TCP/IP standard for non-routeable networks. Reserved address ranges for private (non-routed) use (see TCP/IP RFC 1918):
    * 10.0.0.0 -> 10.255.255.255
    * 172.16.0.0 -> 172.31.255.255
    * 192.168.0.0 -> 192.168.255.255
    Cluvfy will give you an error if you do not have your private interconnect in the ranges above.
    You should not ignore this error. If you are using an IP address in the range used for the public network for the private network interfaces, you are pretty much messing up the IP addressing, and possibly the routing tables, for the rest of the corporation. IP addresses are a sparse commodity, use them wisely. If you use them on a non-routable network, there is nothing to prevent someone else to go and use them in the normal corporate network, and then when those RAC nodes find out that there is another path to that address range (through RIP), they just might start sending traffic to those other IP addresses instead of the interconnect. This is just a bad idea.
    This above is described on MoS: *RAC: Frequently Asked Questions [ID 220970.1]*
    Regards,
    Levi Pereira

  • Strange error message when starting OHS2 after Policy Manager install

    We just installed the OAM 10.1.4.3 Policy Manager on OHS2 and when we restarted this error was posted to the logs
    /u01/app/itisora/product/OHS10.1.3/ohs/bin/apachectl startssl: execing httpd
    Syntax error on line 1322 of /u01/app/itisora/product/OHS10.1.3/ohs/conf/httpd.conf:
    API module structure `OBAccessManager' in file /u01/app/itisora/product/oam10.1.4/webcomponent/access/oblix/lib/webpluginsssl.so is garbled - perhaps this is not an Apache module
    DSO?
    We already installed and configured the WebPass on this http server. Has anyone seen this error?

    There was no transfer of files, the installer used the OHS11g policy manger install instead if the OHS2 10g install files

  • 11gR2 Grid Infrastructure

    hi i 'am yapi
    i'm trying to install Oracle 11gR2 grid infrastructure on Solaris 5.10 and i get this error (11gR2 Grid Infrastructure Install - Invalid Entry Size).
    please help me.
    Thank.

    check this:
    11gR2 Grid Infrastructure Install - Invalid Entry Size

  • ASMCA needs Oracle Grid Infrastructure to configure ASM

    Hi,
    I am trying to install ASM 11gR2 on RHEL5. I am using VMWare Workstation for this.
    I have already installed Oracle database software and Grid Infrastructure on this machine.While installing Grid Infrastructure, I chose install Grid Infrastructure software only.
    Once this was successfull I am trying to create ASM instance using asmca.
    Regarding the disks, I am using raw devices. I created a virtual disk which I have partitioned but haven't formatted it. Done this to create raw device
    [root@localhost sysconfig]# /bin/raw /dev/raw/raw1 /dev/sdb
    /dev/raw/raw1: bound to major 8, minor 16
    and have added
    ACTION=="add",KERNEL=="sdb",RUN+="/bin/raw /dev/raw/raw1 %N"
    to /etc/udev/rules.d/60-raw.rules
    Then I tried creating the disk but it failed. So I did the following steps to fix it
    [root@dhcppc2 Softwares]# /etc/init.d/oracleasm createdisk VOL1 /dev/sdb
    Marking disk "VOL1" as an ASM disk: [FAILED]
    [oracle@oracle11gR2 grid]$ tail -f /var/log/oracleasm
    Device "/dev/sdb" is not a partition
    To fix this
    [root@localhost ~]# /usr/sbin/asmtool -C -l /dev/oracleasm -n VOL1 -s /dev/sdb -a force=yes
    asmtool: Device "/dev/sdb" is not a partition
    asmtool: Continuing anyway
    Now I am able to view the asmdisk through listdisks option.
    Have set following environment variables before running asmca
    [oracle@oracle11gR2 ~]$ export ORACLE_HOME=/u01/app/oracle/product/11.2.0/Grid
    [oracle@oracle11gR2 ~]$ export PATH=/u01/app/oracle/product/11.2.0/Grid/bin:/usr/sbin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/oracle/bin
    When I am running ASMCA I am facing this error - Oralce Grid Infrastrcture is not configured properly. ASMCA needs Oracle Grid Infrastructure to configure ASM
    Any thoughts?

    Hi Aman,
    Thanks for the reply.
    Is it possible to configure 11gR2 ASM on single instance databases ? I have done the config with 10g but I am struggling with the Grid Infrastructure. For eg: when I do deinstall of Grid Infrstructure
    +[oracle@oracle11gR2 deinstall]$ ./deinstall -home /u01/app/oracle/product/11.2.0/Grid+
    ORACLE_HOME = /u01/app/oracle/product/11.2.0/Grid
    Location of logs /u01/Softwares/oracle11gR2/deinstall/logs/
    +############ ORACLE DEINSTALL & DECONFIG TOOL START ############+
    +######################## CHECK OPERATION START ########################+
    Install check configuration START
    Checking for existence of the Oracle home location /u01/app/oracle/product/11.2.0/Grid
    Oracle Home type selected for de-install is: SIHA
    Oracle Base selected for de-install is: /u01/app/oracle
    Checking for existence of central inventory location /u01/app/oraInventory
    Checking for existence of the Oracle Grid Infrastructure home
    Install check configuration END
    Traces log file: /u01/Softwares/oracle11gR2/deinstall/logs//crsdc.log
    Network Configuration check config START
    Network de-configuration trace file location: /u01/Softwares/oracle11gR2/deinstall/logs/netdc_check42401.log
    Network Configuration check config END
    Asm Check Configuration START
    ASM de-configuration trace file location: /u01/Softwares/oracle11gR2/deinstall/logs/asmcadc_check42402.log
    +ASM configuration was not detected in this Oracle home. Was ASM configured in this Oracle home (y|n) [n]:+
    ASM was not detected in the Oracle Home
    +######################### CHECK OPERATION END #########################+
    +####################### CHECK OPERATION SUMMARY #######################+
    Oracle Grid Infrastructure Home is:
    The cluster node(s) on which the Oracle home exists are: (Please input nodes seperated by ",", eg: node1,node2,...)null
    Oracle Home selected for de-install is: /u01/app/oracle/product/11.2.0/Grid
    Inventory Location where the Oracle home registered is: /u01/app/oraInventory
    ASM was not detected in the Oracle Home
    +Do you want to continue (y - yes, n - no)? [n]: y+
    A log of this session will be written to: '/u01/Softwares/oracle11gR2/deinstall/logs/deinstall_deconfig2010-08-07_01-31-49-PM.out'
    Any error messages from this session will be written to: '/u01/Softwares/oracle11gR2/deinstall/logs/deinstall_deconfig2010-08-07_01-31-49-PM.err'
    +######################## CLEAN OPERATION START ########################+
    ASM de-configuration trace file location: /u01/Softwares/oracle11gR2/deinstall/logs/asmcadc_clean42403.log
    ASM Clean Configuration END
    Network Configuration clean config START
    Network de-configuration trace file location: /u01/Softwares/oracle11gR2/deinstall/logs/netdc_clean42404.log
    De-configuring backup files...
    Backup files de-configured successfully.
    The network configuration has been cleaned up successfully.
    Network Configuration clean config END
    ---------------------------------------->
    Press Enter after you finish running the above commands
    +<----------------------------------------+
    I don't see any commands to run but the deinstall blindly says that
    "Press Enter after you finish running the above commands"
    and while looking at the net I found out it might be something similar to this
    /u01/Softwares/oracle11gR2/deinstall/perl/bin/perl -I/u01/Softwares/oracle11gR2/deinstall/perl/lib -I/u01/Softwares/oracle11gR2/deinstall/crs/install /u01/Softwares/oracle11gR2/deinstall/crs/install/rootcrs.pl -force -delete -paramfile /u01/Softwares/oracle11gR2/deinstall/response/deinstall_Ora11g_gridinfrahome1.rsp
    Should I run the previous command as root.
    Am I doing things in the right way or am I missing something here?

  • 11gR2 Grid Infrastructure and 11gR2 RAC install as separate users (RH 5)

    We are about to set up a few new RH 5 clusters and are trying to make a decision if we should install 11gR2 Grid Infrastructure and 11gR2 RAC as the same user (oracle) or as separate users (grid and oracle) as per Oracle documentation.
    I would like to know what other people are doing and their experiences with this.
    Here are some concerns that we have:
    1) Does Oracle support has an 11gR2 cluster environment where grid infrastructure and oracle database are installed as separate users ? I have been to a few Oracle 11gR2 demos and they always have a simple install where everything is installed as a single user.
    2) Potential permission issues that we might hit iif we use separate users, for example
    - grid control agent - which user do we install it as and will it be able to access both grid and oracle files ?
    - database listener will run as grid user. Is this going to cause any permission issues ?
    Thanks in advance for your answers

    It is all dependent on your business whether your business needs to separate between privileged user for storage administrator (ASM) or database level. It is recommended to have user separation but not mandatory.
    see http://download.oracle.com/docs/cd/E11882_01/install.112/e17212/toc.htm for the details
    permission issues might happen if the configuration is not correct. for example you might see ORA-12537 when configuring the system
    Hope this helps

  • 11.2 Standalone Grid Infrastructure installation to Clustered Grid Insall

    Quick question:
    Currently we have a 11.2.0.1 standalone grid infrastructure installation with ASM instance running on server a1. And there are few databases running under the +ASM instance on a1.  We are planning to make a1, a2 as a 2-node real application cluster.   Is there a way to convert the standalone grid infrastructure installation on server a1 to a clustered grid infrastructure installation along with a2 with out de-installing the existing standalone grid infrastructure on a1 and re-installing freshly?
    Thanks

    Hi Boochi,
    Thanks for responding. May be I am not clear enough in my post. Database conversion will be the next step, my question is about the actual grid infrastructure installation...Currently a1 server has been configured to work as standalone grid infrastructure, but our requirement is to convert to a 2-node RAC with server a2. Generally, I would go by de-installing the existing standalone grid infrastructure running on a1 and re-install the clustered-grid infrastructure with nodes a1 and a2. I am wondering if there is a way without de-installing the existing standalone grid infrastructure??

  • Install a grid infrastructure for a cluster for single node Windows Server

    Hello,
    Can you suggest me how to install a Oracle Single Node RAC 11g on a Windows Server 2008 x64 bits? It's for testing purposes and I don't need two nodes. I know that Linux is better, but my company only uses Windows servers. Our former consultant was able to do it, but didn't tell us how to and that server was lost.
    I know that we have to install first Grid Infrastructure. Running the "Oracle Grid Infrastructure" installer, I could successfully install a "Grid Infrastructure for a Standalone Server". But that grid is not for a RAC database. When trying to install the Database software, it allowed to me to only install "Single instance database", not "Real Application Cluster database installation".
    Running the "Oracle Grid Infrastructure" installer, I tried to select option:
    "Install and Configure Grid Infrastructure for a Cluster" -> Typical Installation:
    SCAN Name: SRVORAC-cluster
    Validating SCAN information
    INS-40922 Invalid SCAN Name - unresolvable to IP address.
    Is it possible to install a grid infrastructure for a cluster for a single-node or one-node Windows Server ?
    Edited by: user521219 on Jan 30, 2012 12:46 PM

    HI,
    You probably have misconception about Single node RAC. This feature does not need that you have only one physical machine in a RAC, it actually means that in a RAC environment (2 or more nodes), you can run your database on only one node(single instance) and then later you can move this single instance to any other node of the RAC (so that you can do some patching on this node making your database available all the time). This also has some other benefits, see bellow.
    http://www.oracle.com/technetwork/database/clustering/overview/ug-raconenode-2009-130760.pdf
    http://docs.oracle.com/cd/E11882_01/install.112/e25666/whatsnew.htm#sthref8
    Salman

  • Install 11gR2 grid infrastructure

    Hi,
    I installing grid infrastructure on SINGLE INSTANCE.
    I would like to know what is the difference between the following option in the runInstaller :
    1 ) Install and configured grid infrastructure for standalone server
    2)  Install grid infrastructure sogtware onlyThanks

    Hi,
    Option 1 will install the Grid Infrastruture and also configure the ASM disks.
    Option 2 will install the Grid Infrastructure binaries only. You have the configure the ASM on your own.
    Regards

  • Error while setting up grid infrastructure 11g

    Hi
    I am installing grid infrastucture 11g erroring out at root.sh script.
    [root@devtest grid]# ./root.sh
    Running Oracle 11g root.sh script...
    The following environment variables are set as:
        ORACLE_OWNER= grid
        ORACLE_HOME=  /u08/11.2.0/grid/product/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.
    2013-10-16 16:08:58: Checking for super user privileges
    2013-10-16 16:08:58: User has super user privileges
    2013-10-16 16:08:58: Parsing the host name
    Using configuration parameter file: /u08/11.2.0/grid/product/11.2.0/grid/crs/ins                                                                             tall/crsconfig_params
    Creating trace directory
    Improper Oracle Clusterware configuration found on this host
    Deconfigure the existing cluster configuration before starting
    to configure a new Clusterware
    run '/u08/11.2.0/grid/product/11.2.0/grid/crs/install/rootcrs.pl -deconfig'
    to configure existing failed configuration and then rerun root.sh
    so tried executing
    [root@devtest install]# pwd
    /u08/11.2.0/grid/product/11.2.0/grid/crs/install
    [root@devtest install]# perl rootcrs.pl -deconfig
    2013-10-16 16:19:05: Parsing the host name
    2013-10-16 16:19:05: Checking for super user privileges
    2013-10-16 16:19:05: User has super user privileges
    Using configuration parameter file: ./crsconfig_params
    Failure to execute: No such file or directory for command /u08/11.2.0/grid/product/11.2.0/grid/bin/crsctl check cluster -n devtest
    Failure to execute: No such file or directory for command /u08/11.2.0/grid/product/11.2.0/grid/bin/crsctl check cluster -n devtest
    Oracle Clusterware stack is not active on this node
    Restart the clusterware stack (use /u08/11.2.0/grid/product/11.2.0/grid/bin/crsctl start crs) and retry
    Failed to verify resources
    I have installed grid infrastructure 11g earlier, and by mistake deleted the software under /u08/11.2.0/grid and now trying to install the software in the same path erroring out.
    Please suggest.
    Regards,

    HI,
    Can you please run this command.
    $GRID_HOME/crs/install/roothas.pl -deinstall -force
    Re-run root.sh
    Thank you

  • 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 in  installing 11.2.0.2 DB on 11.2.0.3.0 Grid Infrastructure?

    HI All,
    I am trying to install the 11.2.0.2 RDBMS binary on 11.2.0.3.0 Grid Infrastructure, during rdbms installation i got the below error . Please let me know correct procedure to skip this issue and provide me any MOS note id.
    Error Message :
    An internal error occurred within cluster verification framework
    ERRORMSG(linux): PRVF-5300 : Failed to retrieve active version for CRS on this node
    OS:RHEL5.6
    Thanks

    Hi,
    Its a standalone database installation and cluster verify not validating the all the prerequisites. Please help me.
    $ ./runcluvfy.sh stage -pre crsinst -n ServerA -r 11gR2
    Performing pre-checks for cluster services setup
    Checking node reachability...
    Node reachability check passed from node "ServerA"
    Checking user equivalence...
    PRVF-4007 : User equivalence check failed for user "oracle"
    Check failed on nodes:
    ServerA
    ERROR:
    User equivalence unavailable on all the specified nodes
    Verification cannot proceed
    Pre-check for cluster services setup was unsuccessful on all the nodes.
    Thanks

  • 11g grid infrastructure pre requisite errors

    Hi All,
    I am installing 11g grid infrastructure in a Solaris 10 SPARC 64 Bit
    During the pre requisite check, the installer gave failure for umask
    Error : PRVF-7612: User file creation mask check cannot be performed for user"oracle" on node
    We have the umask set as 022 for oracle/
    Please advice.
    Thanks & Regards,
    Rakesh

    Has anybody found a solution for this ubiquituous 022 umask error?
    Our DBA is going nuts thinking we have her oracle user environment hosed, but have ensured her 10 ways to Sunday that 'umask' returns 022.
    I thought maybe the OUI was expecting a literal 0022, so I have modified the umask command to actually run a script which calls the real umask binary and prefixes a '0' to the output if no args are passed.
    so ... umask would actually return "printf '0%s\n' umask.bin"
    Still getting the error:
    WARNING: Result values are not available for this verification task
    INFO: *********************************************
    INFO: User Mask: This is a prerequisite condition to make sure the user file creation mask (umask) is "0022".
    INFO: Severity:CRITICAL
    INFO: OverallStatus:OPERATION_FAILED
    INFO: -----------------------------------------------
    INFO: Verification Result for Node:blueora73
    INFO: Expected Value:0022
    INFO: Actual Value:022

  • Root.sh failed throws error when installing Oracle Grid Infrastructure 11.2

    Hi,
    root.sh failed with the following error when installing / configuring the oracle grid infrastructure version 11.2.0.1 for standalone on RHEL 6
    Now product-specific root actions will be performed.
    2011-10-10 11:46:55: Checking for super user privileges
    2011-10-10 11:46:55: User has super user privileges
    2011-10-10 11:46:55: Parsing the host name
    Using configuration parameter file: /apps/opt/oracle_infra/crs/install/crsconfig_params
    Creating trace directory
    LOCAL ADD MODE
    Creating OCR keys for user 'oracle', privgrp 'oinstall'..
    Operation successful.
    CRS-4664: Node vmhost1 successfully pinned.
    Adding daemon to inittab
    CRS-4124: Oracle High Availability Services startup failed.
    CRS-4000: Command Start failed, or completed with errors.
    ohasd failed to start: Inappropriate ioctl for device
    ohasd failed to start: Inappropriate ioctl for device at /apps/opt/oracle_infra/crs/install/roothas.pl line 296.
    I followed the steps / solution provided in the ID 1069182.1. But no use.
    Are there any workaround?
    Thanks
    -KarthicK
    Edited by: user11984375 on Oct 10, 2011 7:06 AM

    Check the logfiles under $GRID_HOME/log/<node_name>/cssd/
    I had seen the same problem and the following resolved the problem for me.
    [root@rac1 ~]# rm -f /usr/tmp/.oracle/* /tmp/.oracle/* /var/tmp/.oracle/*
    [root@rac1 ~]# > $ORA_CRS_HOME/log/<node_name>/cssd/<node_name>.pid
    HTH,
    Raj Mareddi
    http://www.freeoraclehelp.com

  • Error PRVF-7565 received when installing Grid Infrastructure 12102 on OEL7/64bit

    When installing GI on OEL7 I got this error PRVF-7565. Any clue?

    Hi,
    Try use kfod utility:
    Note: Keep in mind that the Grid Infrastructure software does not need to be installed to use kfod, since kfod is located as well on the staging area where you uncompressed the Grid Infrastructure software, as the following example:
    /stage/grid/stage/ext/bin/kfod
    Where: "/stage" is the directory where I uncompressed the source software for the Grid Infrastructure software.
    And put here :
    $ kfod asm_diskstring='/dev/usasdirvg801_asm*' disks=all

Maybe you are looking for

  • Creation of a complex object from several databases?

    Hello! We need to have an ability to change certain property of the record, stored in the database, without reading the full record from the database, changing the property and updating the database with this new record. As far as I know there's no w

  • Debug abap routine in infopackage

    Hi experts, What is the easiest way to debug an abap routine used in the infopackage for dynamic selection? When I go into the code I cannot place a breakpoint. Optionally I can do a /h before hitting the schedule button but what can I look for to go

  • Changing picture at runtime using delphi

    Post Author: iman_400 CA Forum: Other Please help me, is there anyway we can change picture at runtime using delphi 7.0 and CRXIR2?

  • Photoshop Elements 9 RAW-Dateien ausblenden

    Hallo, ich habe folgendes Problem... Ich fertige mit meiner Canon Spiegelreflex immer ein JPG und ein RAW Photo (Dateiendung CR2) an. Nun möchte ich aber die CR2 Dateien nicht am Bildschirm (Organizer) sehen. EIn Stapeln wäre sicher zu aufwendig. Gib

  • Basics of sync

    Hi, I have only been using one device - iMac desktop,  and am considering joining the real world and getting an iPad.   I do not understand sync however.   Can anyone direct me to a basic tutorial or description of what this does?   I am at Snow Leop