RAC 11g installation failed

Hi ,
i am trying to install RAC 11g. The systems , i am using was having RAC 11g installed already , i uninstalled it then started fresh installation.
now during fresh RAC 11g installation i am getting following error during prerequisit check.
checking for proper system cleanup :- failed
It seems i have done some mistakes and it was not uninstalled properly.
Please help me , what should i do to cleanup systems properly.
Thanks a lot for your help ,

Check ... and Clean ->
How to Clean Up After a Failed Oracle Clusterware (CRS) Installation
metalink:      Doc ID:      239998.1
Sun:
     rm /etc/init.d/init.cssd
     rm /etc/init.d/init.crs
     rm /etc/init.d/init.crsd
     rm /etc/init.d/init.evmd
     rm /etc/rc3.d/K96init.crs
     rm /etc/rc3.d/S96init.crs
rm -Rf /var/opt/oracle/scls_scr
rm -Rf /var/opt/oracle/oprocd
     rm /etc/inittab.crs
     cp /etc/inittab.orig /etc/inittab
Linux:
rm /etc/oracle/*
     rm -f /etc/init.d/init.cssd
     rm -f /etc/init.d/init.crs
     rm -f /etc/init.d/init.crsd
     rm -f /etc/init.d/init.evmd
     rm -f /etc/rc2.d/K96init.crs
     rm -f /etc/rc2.d/S96init.crs
     rm -f /etc/rc3.d/K96init.crs
     rm -f /etc/rc3.d/S96init.crs
     rm -f /etc/rc5.d/K96init.crs
     rm -f /etc/rc5.d/S96init.crs
rm -Rf /etc/oracle/scls_scr
     rm -f /etc/inittab.crs
     cp /etc/inittab.orig /etc/inittab
HP-UX:
     rm /sbin/init.d/init.cssd
     rm /sbin/init.d/init.crs
     rm /sbin/init.d/init.crsd
     rm /sbin/init.d/init.evmd
rm /sbin/rc2.d/K960init.crs
rm /sbin/rc2.d/K001init.crs
     rm /sbin/rc3.d/K960init.crs
     rm /sbin/rc3.d/S960init.crs
rm -Rf /var/opt/oracle/scls_scr
rm -Rf /var/opt/oracle/oprocd
     rm /etc/inittab.crs
     cp /etc/inittab.orig /etc/inittab
HP Tru64:
     rm /sbin/init.d/init.cssd
     rm /sbin/init.d/init.crs
     rm /sbin/init.d/init.crsd
     rm /sbin/init.d/init.evmd
     rm /sbin/rc3.d/K96init.crs
     rm /sbin/rc3.d/S96init.crs
rm -Rf /var/opt/oracle/scls_scr
rm -Rf /var/opt/oracle/oprocd
     rm /etc/inittab.crs
     cp /etc/inittab.orig /etc/inittab
IBM AIX:
     rm /etc/init.cssd
     rm /etc/init.crs
     rm /etc/init.crsd
     rm /etc/init.evmd
     rm /etc/rc.d/rc2.d/K96init.crs
     rm /etc/rc.d/rc2.d/S96init.crs
rm -Rf /etc/oracle/scls_scr
rm -Rf /etc/oracle/oprocd
     rm /etc/inittab.crs
     cp /etc/inittab.orig /etc/inittab
- rm -f /var/tmp/.oracle/*
or
rm -f /tmp/.oracle/*
- Remove the ocr.loc
Usually the ocr.loc can be found at /etc/oracle
- De-install the CRS home in the Oracle Universal Installer
- Remove the CRS install location:
     rm -Rf <CRS Install Location>/*
- Clean out the OCR and Voting Files with dd commands. Example:
dd if=/dev/zero of=/dev/rdsk/V1064_vote_01_20m.dbf bs=1M count=256
dd if=/dev/zero of=/dev/rdsk/ocrV1064_100m.ora bs=1M count=256

Similar Messages

  • RAC 11g Installation Failing, saying "$GRID_HOME/bin/crsctl : No such file or directory"

    Hi All,
       I've the below mentioned problem.
    Some time ago, I installed Oracle 11g RAC. As this installation failed, I removed both Grid Home and Database Home using "rm", rather than deinstalling as deinstall failed while running. Now, when I do a fresh install of Oracle 11g RAC, I get the below response while running $GRID_HOME/root.sh:
    [code]
    [root@racnode2 oracle]# /u02/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=  /u02/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.
    2013-08-28 00:15:36: Parsing the host name
    2013-08-28 00:15:36: Checking for super user privileges
    2013-08-28 00:15:36: User has super user privileges
    Using configuration parameter file: /u02/app/11.2.0/grid/crs/install/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 '/u02/app/11.2.0/grid/crs/install/rootcrs.pl -deconfig'
    to configure existing failed configuration and then rerun root.sh
    [code]
    I ran "/u02/app/11.2.0/grid/crs/install/rootcrs.pl -deconfig", But, I get the below errors:
    [code]
    [root@racnode2 oracle]# /u02/app/11.2.0/grid/crs/install/rootcrs.pl -deconfig
    2013-08-28 00:17:19: Parsing the host name
    2013-08-28 00:17:19: Checking for super user privileges
    2013-08-28 00:17:19: User has super user privileges
    Using configuration parameter file: /u02/app/11.2.0/grid/crs/install/crsconfig_params
    Failure to execute: No such file or directory for command /u02/app/11.2.0/grid/bin/crsctl check cluster -n racnode2
    Failure to execute: No such file or directory for command /u02/app/11.2.0/grid/bin/crsctl check cluster -n racnode2
    Oracle Clusterware stack is not active on this node
    Restart the clusterware stack (use /u02/app/11.2.0/grid/bin/crsctl start crs) and retry
    Failed to verify resources
    [root@racnode2 oracle]# /u02/app/11.2.0/grid/bin/crsctl start crs
    -bash: /u02/app/11.2.0/grid/bin/crsctl: No such file or directory
    [code]
    In fact, there are no "crsctl" under GRID_HOME/bin.
    OS : Linux
    Can someone help. I am willing to provide any information.
    Thanks,

    Hi Pradeep,
       Your suggestion helped immensely. I removed all the oracle related files and directories from /etc/oracle, removed entry in /etc/inittab and removed links to startup/kill scripts from /etc/rc.d/*.
    I've added below steps I followed so it may be helpful:
    1. Removed these directory lastgasp,  oprocd,  scls_scr from /etc/oracle
    2. removed ocr.loc.orig, olr.loc, olr.loc.orig from /etc/oracle
    3. Removed the entry h1:35:respawn:/etc/init.d/init.ohasd run >/dev/null 2>&1 </dev/null from /etc/inittab
    4. Removed K19ohasd -> /etc/init.d/ohasd from /etc/rc.d/rc0.d
    5. Removed K19ohasd -> /etc/init.d/ohasd from /etc/rc.d/rc1.d
    6. Removed K19ohasd -> /etc/init.d/ohasd from /etc/rc.d/rc2.d
    7. Removed S96ohasd -> /etc/init.d/ohasd from /etc/rc.d/rc3.d
    8. Removed K19ohasd -> /etc/init.d/ohasd from /etc/rc.d/rc4.d
    9. Removed S96ohasd -> /etc/init.d/ohasd from /etc/rc.d/rc5.d
    10. Removed K19ohasd -> /etc/init.d/ohasd from /etc/rc.d/rc6.d
    Then, Grid installation was started, and root.sh went well. The Grid Infrastructure was installed successfully on both the nodes.
    This has been performed on all nodes in the cluster. In fact, I had only 2 nodes in the cluster.
    Thanks again,

  • OBIEE-11g installation failed in "opmnctl start coreapplication_obips1"

    OBIEE-11g installation failed in "opmnctl start coreapplication_obips1"
    it is the lost step of OBIEE-11g installation and it failed "opmnctl start coreapplication_obips1".appriciate for early reply.
    "opmnctl task failed" Taks executing "opmnctl start coreapplication_obips1" is failed.OBIEE Guru's help urgently.
    Edited by: RAGHAVENDRA HARI N on Sep 11, 2012 5:09 PM

    Hi, check the server logs inside <@yourBIPath>/bifoundation/diagnostics/OBIEEPresentationservicecomponent and OBIEE servercomponent.
    This may sound silly, but are your servers&the nodeman up and running?
    Regards,
    D

  • Oracle rac 11g installation

    Hi
    Am planning to install oracle RAC 11g on linux server. Have doubt on installation of clusterware or grid infrastructure first .?
    I think grid infrastructure covers clusterware and ASM both and then oracle 11g software to be installed.
    But how to download grid insfrastructure software. Will it come with oracle 11g software..? or need to download it seperately.?
    Because when i try to download oracle RAC 11g which gives link to download the 11g software not grid.
    Thanks in advance,

    Hi,
    Its called "oracle one node rac"  you will find plenty of documents on metalink, extract is below, hope this helps you to understand the differences.
    Oracle RAC Database : Oracle RAC database is a clustered database. It can have more than one instance running on one or more hosts. To make is database RAC , there is another software needs to be installed called Oracle Grid infrastructure which takes care of multinode sync, ASM, Oracle restart etc. Oracle GI is necessary as a base of Oracle RAC. In Oracle RAC, the load is balanced across multiple instance of databases running on different nodes. This is best for Production database. Failure of any instance is abstracted from user and forwarded to another instance from the database server pool. No of instances can be controlled using Policy Managed or Admin Managed.
    Oracle RAC One Node : Some time we need to have RAC databases but donot need many instances, why? Simple answers to it is leverage the high availability of RAC. The Oracle RAC One node is a RAC DB runs on one host. The advantage is it saves your resource, can to converted to full RAC any time, Cluster fail over i.e. the Database instance is moved to new instance in case of any failure on host known as Instance Relocation,easy to upgrade etc. This type of database is well suited for small production and dev/test environments.

  • OBIEE 11g installation failed multiple times at Distributing Repository Configuration Step

    Hi,
    I am getting the following error during the Distributing Repository Configuration step in the OBIEE 11g 11.1.1.7 enterprise installation in Windows 8 system.
    Severe: Element Type:Domain
    Element id: null
    Operation result: failed to obtain domain file lock
    Detail Message: java.util.concurrent.timeoutException.Timeout;
    waiting for lock: Domain config lock;
    c:\OBIEE\MIDDLE~1\USER_p~1\domains\EAM_DO~1\config\FMWCON~1\biee-config.lock;[121 secs]
    Step Distributing Repository failed
    Configuration Action 'Distributing Repository' has failed. Please check logs for details.
    Step Distributing repository failed
    I checked another blog for this https://forums.oracle.com/thread/2565716 and even there the explanation doesn't convince me.
    I tried to look at the Locale of my system where I am installing and I could see it is using Eng-Us by default. One way suggested to check the Unicode format from the web browser and I could check that too to be UTF-8 as suggested by someone on some other blog.
    I checked in the logs too as suggested by the Installation dialogue box but it didn't seem much conclusive too.
    Here is the snapshot of the log file which I could found.
    INFO: Current Inventory:
      Oracle Home: OraDb11g_home1
      This Oracle Home has not been changed in this session.
      Oracle Home: OH1858390736
      This Oracle Home has not been changed in this session.
      Oracle Home: OH440082373
      This Oracle Home has not been changed in this session.
      Oracle Home: OH440082374
      This Oracle Home has not been changed in this session.
      Oracle Home: OH1597391518
      This Oracle Home has not been changed in this session.
      Oracle Home: OH1285215443
      This Oracle Home has not been changed in this session.
    INFO: Ending the inventory Session
    INFO: Using an existing InstallAreaControl for this Inventory Session with existing access level 1
    INFO: Using an existing InstallAreaControl for this Inventory Session with existing access level 1
    INFO: Using an existing InstallAreaControl for this Inventory Session with existing access level 1
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    INFO: The ORACLE_CONFIG_HOME env var is set to
    Can someone please help me with this since I am stuck with for quite some time now.
    Is there any way to check in command prompt to check the locale as required by the system.
    What could be the issue here?
    Thanks,
    Nitin

    Hi all,
    We are able to resolve the above issue with the below solution.
    Root cause of the issue:
    You may have a temp directory in the path C:\Documents and Settings\user_name\Local Settings\Temp. You got the above mentioned exception because of the temp directory path having spaces_+ in it.
    Solution:
    1. Create a new directory called TEMP in a different location for ex: C:\TEMP
    2. Now, Right click on My computer --> Properties --> Advanced --> click on Environment Variables.
    3. You should be having TEMP and TMP as variables under user variables section pointing to the C:\Documents and Settings\user_name\Local Settings\Temp path.
    4. Edit the TEMP and TMP variables and mention C:\TEMP in the variable value.
    5. Deinstall and re-install OBIEE 11g.
    Happy OBIEE 11g installation!!
    Thanks,
    Rajesh Gurram

  • Oracle 11g installation fails

    Hello All,
    I am trying to install Oracle 11g R2 in Cent OS 6 , when i try to install i get the following error message and the installation fails.Can any body help with this issue.
    Exception in thread "main" java.lang.UnsatisfiedLinkError:
    /tmp/OraInstall2011-07-24_11-16-24AM/jdk/jre/lib/i386/xawt/libmawt.so:
    libXext.so.6: cannot open shared object file: No such file or
    directory
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1647)
    at java.lang.Runtime.load0(Runtime.java:769)
    at java.lang.System.load(System.java:968)
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1668)
    at java.lang.Runtime.loadLibrary0(Runtime.java:822)
    at java.lang.System.loadLibrary(System.java:993)
    at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.awt.Toolkit.loadLibraries(Toolkit.java:1509)
    at java.awt.Toolkit.<clinit>(Toolkit.java:1530)
    at com.jgoodies.looks.LookUtils.isLowResolution(Unknown Source)
    at com.jgoodies.looks.LookUtils.<clinit>(Unknown Source)
    at com.jgoodies.looks.plastic.PlasticLookAndFeel.<clinit>(PlasticLookAndFeel.java:122)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:242)
    at javax.swing.SwingUtilities.loadSystemClass(SwingUtilities.java:1783)
    at javax.swing.UIManager.setLookAndFeel(UIManager.java:480)
    at oracle.install.commons.util.Application.startup(Application.java:758)
    at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:164)
    at oracle.install.commons.flow.FlowApplication.startup(FlowApplication.java:181)
    at oracle.install.commons.base.driver.common.Installer.startup(Installer.java:265)
    at oracle.install.ivw.db.driver.DBInstaller.startup(DBInstaller.java:114)
    at oracle.install.ivw.db.driver.DBInstaller.main(DBInstaller.java:132)

    Hello;
    I used several versions on Linux but not that one.
    That said the error :
    libXext.so.6: cannot open shared object file: No such file or directoryResolution : Install the libXp package
    So you are missing at least one of the "extra" packages needed for an Oracle install.
    I found some posts that make me believe Cent 6 isn't quite ready for Oracle 11 :
    http://www.centos.org/modules/newbb/viewtopic.php?topic_id=32128&forum=55&post_id=137271
    http://sfentona.net/wiki/index.php?title=How_to_install_Oracle_11gR2_on_CentOS_5.5
    Best Regards
    mseberg

  • OIM 11g installation failed: Error Restart domain step failed

    Hi,
    I'm stuck in OIM installation at the following point. Please help.
    Here is the description of error:
    Bootstrap Domain Configuration
    Log
    Config Action Bootstrap Domain Configuration started
    Create Domain
    Log
    Create Domain
    Step Create Domain started
    Create Domain
    Step Create Domain ended successfully
    Create ODS Managed Server
    Log
    Create ODS Managed Server
    Step Create ODS Managed Server started
    Create ODS Managed Server
    Step Create ODS Managed Server ended successfully
    Create OIF Managed Server
    Log
    Step Create OIF Managed Server started
    Step Create OIF Managed Server ended successfully
    Stop Managed Server
    Log
    Stop Managed Server
    Step Stop Managed Server started
    Stop Managed Server
    Step Stop Managed Server ended successfully
    Apply Java Required Files
    Log
    Step Apply Java Required Files started
    Step Apply Java Required Files ended successfully
    Apply EM Template
    Log
    Step Apply EM Template started
    Step Apply EM Template ended successfully
    Restart Domain
    Error
    Error while starting the domain.
    Cause:
    An error occurred while starting the domain.
    Action:
    See logs for more details.
    Step Restart Domain failed
    Log
    Step Restart Domain started
    Error while starting the domain.
    Cause:
    An error occurred while starting the domain.
    Action:
    See logs for more details.
    Step Restart Domain failed
    Following is the description from the log file: C:\Program Files (x86)\Oracle\Inventory\logs\install2012-06-15_02-17-54AM.log
    [2012-06-15T04:21:41.828-07:00] [as] [ERROR] [] [oracle.as.provisioning] [tid: 19] [ecid: 0000JVjWcgOFs1WFLz7U8A1FqjrQ00000A,0]
    [2012-06-15T04:21:41.828-07:00] [as] [ERROR] [] [oracle.as.provisioning] [tid: 19] [ecid: 0000JVjWcgOFs1WFLz7U8A1FqjrQ00000A,0] [[
    oracle.as.provisioning.util.ConfigException:
    Error while starting the domain.
    Cause:
    Starting the Admin_Server timed out.
    Action:
    See logs for more details.
         at oracle.as.provisioning.util.ConfigException.createConfigException(ConfigException.java:123)
         at oracle.as.provisioning.weblogic.ASDomain.startDomain(ASDomain.java:3150)
         at oracle.as.provisioning.engine.WorkFlowExecutor._startStopServersAndApps(WorkFlowExecutor.java:830)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:483)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
         at oracle.as.idm.install.config.BootstrapConfigManager.doExecute(BootstrapConfigManager.java:1105)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:371)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:88)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:105)
         at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
         at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:64)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:160)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:86)
         at java.lang.Thread.run(Thread.java:662)
    Thanks in advance for help.
    Thanks,
    Prasad Shinde

    Your problem sounds somewhat like mine, although not exactly. In my case it seems as if my CD/DVD drive didn't like the hologram on my Windows XP install CD. I solved this by using Disk Utility to make a disk image of the Windows DVD and then burning the disk image onto a new DVD with an opaque "label". That solved that problem.
    A further problem occurred after that. When I got to the screen that told me to hit "Enter" to start the installation process my keyboard was unresponsive. I solved this by buying a cheap Windows keyboard. That solved that problem and I now have Windows XP running just fine.
    I think that you'll find that Apple tech support isn't very responsive to these sort of problems. I don't have Apple Care but was willing to pay my $49 for tech support. I ended up talking to a "Boot Camp specialist". He was polite but told me that it was "a windows problem" and that Apple didn't support Windows. I agree that Apple can't support windows but it seemed like my two problems were "Mac problems". Anyway, after tearing my hair out for 4 days I finally got it done. I have to admit that I'm not happy with apple tech support.

  • OBIEE 11g Installation Fails at configuration process

    Hi All,
    I tried installing OBIEE 11.1.1.5.0 in my machine.Below are the prerequsite which I followed and the laptop system configuration details.
    Pre-Requisites Followed : 1) Creation of Static IP address,2) Created Schema's using RCU In Oracle 11g Database.
    Laptop Details : OS-Windows 7,Ram 3 GB and space for Installation nearly 14 GB.
    Installation Type: Simple Installation
    Issue : There are 14 steps in the wizard.I have succeeded till step 12 which is called "Installation Process",But in Step 13 'Configuration progress' the wizard says Creating Domain status as 'In Progress' which stays in the same status even after 2 hours.So I am not able to complete installation Process as the wizard is not completing the Step 13 process which is 'BI Configuration'. This is the 4 attempt Iam trying the installation and the output is failure in the installation of OBIEE 11g on my machine.
    Known Issue : Also when I executed the setup file for running the installation file in 'Drive:\bi_windows_x86_111150_32_disk1_1of2\bishiphome\Disk1\setup.exe',in the command prompt i got a warning message like swap space is 0.But I ignored that error and I gave 'y' to proceed further for the installation.As this swap space issue was common in many of our folk installation process which has ended in successful installation.
    Help Needed : Can any one suggest me what will be the cause for the issue,or any Pre-requisite is missing,or the installation steps which I need to follow to make my installation successful.
    Thanks in advance,
    Regards
    Kris

    - all installation files must be in a folder without spaces.
    Try to decompress all files in c:obi11g for exemple and restart installation.
    Or
    - You may have a temp directory in the path C:Documents and Settingsuser_nameLocal SettingsTemp. You got the above mentioned exception because of the temp directory path having spaces in it.
    Solution:
    1. Create a new directory called TEMP in a different location for ex: C:TEMP
    2. Now, Right click on My computer --> Properties --> Advanced --> click on Environment Variables.
    3. You should be having TEMP and TMP as variables under user variables section pointing to the C:Documents and Settingsuser_nameLocal SettingsTemp path.
    4. Edit the TEMP and TMP variables and mention C:TEMP in the variable value.
    5. Deinstall and re-install OBIEE 11g.
    regards
    srinivas

  • Failed Oracle VM Tempalte RAC 11g deployment(Failed to run rootcrs.pl,)

    I have deployed 2 nodes via the VM templates using Oracle VM Manger. But after running # ./buildcluster.sh I got an error
    Configure Oracle Grid Infrastructure for a Cluster ... failed
    ERROR (node:atldrmsrac01): Failed to run rootcrs.pl, status: 1
    It seems that my SCAN was incorrectly configured. After fixing this error, can I run the # ./buildcluster.sh again? or do I have to do some sort of clean up before attempting to run the command again?
    Edited by: 992586 on Apr 2, 2013 12:35 PM

    bump please

  • OBIEE 11g installation - OutOfMemoryError: PermGen space

    Hi All
    OBIEE 11g installation fails at configuration step with the following error:
    Creating a new AdminServer Object ...
    AdminServer port is 7001
    Starting the domain ...
    java.lang.OutOfMemoryError: PermGen space
    java.lang.OutOfMemoryError: PermGen space
    We tried to set the set JRE_MEMORY_OPTIONS in oraparam.ini file and ran the config.bat too.
    While running config.bat, the setup is asking for "Scale out BI" and not for creating New domain.
    So we are unable to continue with the installation.
    Has anyone faced this error.
    We are installing on Win7 64 bit machine.
    Thanks
    Edited by: 943911 on Aug 8, 2012 5:17 AM

    increase permgen space like this:
    -XX:PermSize=256m
    -XX:MaxPermSize=256m
    If not try enabling permgen garbage collection with
    -XX:+CMSClassUnloadingEnabled -XX:+CMSPermGenSweepingEnabled

  • 10g RAC installation fails....

    Hello All,
    I am new to RAC installation.while doing the installation in 2node cluster,till the configuration assisstants windows everything went fine. in CA while checking the status,the oracle clusterware config assistant failed with the following log....
    INFO: Starting Install on nodes 'server004'
    INFO: Saving Cluster Inventory
    INFO: Running command 'C:\DOCUME~1\uit0076\LOCALS~1\Temp\1\OraInstall2010-05-18_11-41-42AM\oui\bin\setup.exe -jreLoc C:\DOCUME~1\uit0076\LOCALS~1\Temp\1\OraInstall2010-05-18_11-41-42AM\jre\1.4.2 -paramFile C:\DOCUME~1\uit0076\LOCALS~1\Temp\1\OraInstall2010-05-18_11-41-42AM\oui/clusterparam.ini -silent -ignoreSysPrereqs -attachHome -noClusterEnabled ORACLE_HOME=C:\oracle\product\10.2.0\crs ORACLE_HOME_NAME=OraCr10g_home CLUSTER_NODES=server003,server004 CRS=true "INVENTORY_LOCATION=C:\Program Files\Oracle\Inventory" LOCAL_NODE=server004 -remoteInvocation -invokingNodeName server003 -logFilePath "C:\Program Files\Oracle\Inventory/logs" -timestamp 2010-05-18_11-41-42AM' on the nodes 'server004'.
    INFO: Deleting service 'OracleOUIOraCr10g_homeService' on nodes 'server004'.
    INFO: Creating service 'OracleOUIOraCr10g_homeService' on nodes 'server004'.
    INFO: Starting service 'OracleOUIOraCr10g_homeService' on nodes 'server004'.
    INFO: Stopping service OracleOUIOraCr10g_homeService on nodes server004.
    INFO: Deleting service 'OracleOUIOraCr10g_homeService' on nodes 'server004'.
    INFO: cf session retrieved for key: OraCr10g_home oracle.crs
    INFO: cf session retrieved for key: OraCr10g_home oracle.crs
    INFO: cf session retrieved for key: OraCr10g_home oracle.crs
    INFO: cf session retrieved for key: OraCr10g_home oracle.crs
    INFO: cf session retrieved for key: OraCr10g_home oracle.crs
    INFO: cf session retrieved for key: OraCr10g_home oracle.crs
    INFO: RUN_RECOMMENDED_TOOLS FIRST is set to false
    INFO: No of Recommended Tools5
    INFO: plugin-list is created
    INFO: pluginlist is updated for: Oracle Clusterware current size: 1
    INFO: No of ExitOnly Tools in this session: 0
    INFO: cf session for perform has hashcode: 1040982
    INFO: detached tool list getting prepared fo comp: Oracle Clusterware
    INFO: cfsession hashcode for exit only tools: 1040982
    INFO: hashcode for action: 17596838
    INFO: No of ExitOnly Tools: 0
    INFO: saving exit only tools ...
    INFO: no detached only tools in this session
    INFO: exit-only tools are created in single installation
    INFO: no. of sets of tools to be run: 1
    INFO: ca page to be shown: true
    INFO: exitonly tools to be excuted passed: 0
    INFO: Starting to execute configuration assistants
    INFO: Command = C:\WINDOWS\system32\cmd /c call C:\oracle\product\10.2.0\crs/install/crssetup.config.bat
    Step 1: checking status of CRS cluster
    Step 2: creating directories (C:\oracle\product\10.2.0\crs)
    Step 3: configuring OCR repository
    ocr upgrade failed with (-1073741819)
    Command = C:\WINDOWS\system32\cmd /c call C:\oracle\product\10.2.0\crs/install/crssetup.config.bat has failed
    INFO: Configuration assistant "Oracle Clusterware Configuration Assistant" failed
    *** Starting OUICA ***
    Oracle Home set to C:\oracle\product\10.2.0\crs
    Configuration directory is set to C:\oracle\product\10.2.0\crs\cfgtoollogs. All xml files under the directory will be processed
    INFO: The "C:\oracle\product\10.2.0\crs\cfgtoollogs/configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled. This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.
    SEVERE: OUI-25031:Some of the configuration assistants failed. It is strongly recommended that you retry the configuration assistants at this time. Not successfully running any "Recommended" assistants means your system will not be correctly configured.
    1. Check the Details panel on the Configuration Assistant Screen to see the errors resulting in the failures.
    2. Fix the errors causing these failures.
    3. Select the failed assistants and click the 'Retry' button to retry them.
    INFO: User Selected: Yes/OK
    Have 1GB RAM in both the nodes.
    could any one help me to solve this?
    Thanks,
    Derick
    Edited by: user4487322 on May 18, 2010 1:46 AM

    Thank you madrid.I am installing the RAC in windows2003 sp2 server.in the link till the step no#12(12. The Configuration Assistants page appears.)everything went
    fine.while checking the 'Virtual Private IP Configuration Assistant',the installation fails with following error.....
    INFO: Configuration assistant "Oracle Clusterware Configuration Assistant" succeeded
    INFO: Command = C:\oracle\product\10.2.0\crs/bin/racgons.exe add_config server003:6200 server004:6200
    INFO: Configuration assistant "Oracle Notification Server Configuration Assistant" succeeded
    INFO: Command = C:\oracle\product\10.2.0\crs/bin/oifcfg.exe setif -global "Local Area Connection"/10.28.25.0:public "Local Area Connection 2"/10.10.10.0:cluster_interconnect
    INFO: Configuration assistant "Oracle Private Interconnect Configuration Assistant" succeeded
    INFO: Command = C:\WINDOWS\system32\cmd /c call C:\oracle\product\10.2.0\crs/bin/vipca.bat -silent -nodelist "server003,server004" -nodevips "server003/vipserver003/255.255.255.0/Local Area Connection,server004/vipserver004/255.255.255.0/Local Area Connection"
    Execution of the plugin was aborted
    INFO: Configuration assistant "Virtual Private IP Configuration Assistant" was canceled.
    *** Starting OUICA ***
    Oracle Home set to C:\oracle\product\10.2.0\crs
    Configuration directory is set to C:\oracle\product\10.2.0\crs\cfgtoollogs. All xml files under the directory will be processed
    INFO: The "C:\oracle\product\10.2.0\crs\cfgtoollogs/configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled. This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.
    SEVERE: OUI-25031:Some of the configuration assistants failed. It is strongly recommended that you retry the configuration assistants at this time. Not successfully running any "Recommended" assistants means your system will not be correctly configured.
    1. Check the Details panel on the Configuration Assistant Screen to see the errors resulting in the failures.
    2. Fix the errors causing these failures.
    3. Select the failed assistants and click the 'Retry' button to retry them.
    INFO: User Selected: Yes/OK
    INFO: Starting to execute configuration assistants
    INFO: Command = C:\WINDOWS\system32\cmd /c call C:\oracle\product\10.2.0\crs/bin/vipca.bat -silent -nodelist "server003,server004" -nodevips "server003/vipserver003/255.255.255.0/Local Area Connection,server004/vipserver004/255.255.255.0/Local Area Connection"
    Execution of the plugin was aborted
    INFO: Configuration assistant "Virtual Private IP Configuration Assistant" was canceled.
    INFO: Starting to execute configuration assistants
    INFO: Command = C:\WINDOWS\system32\cmd /c call C:\oracle\product\10.2.0\crs/bin/vipca.bat -silent -nodelist "server003,server004" -nodevips "server003/vipserver003/255.255.255.0/Local Area Connection,server004/vipserver004/255.255.255.0/Local Area Connection"
    *** Starting OUICA ***
    Oracle Home set to C:\oracle\product\10.2.0\crs
    Configuration directory is set to C:\oracle\product\10.2.0\crs\cfgtoollogs. All xml files under the directory will be processed
    INFO: The "C:\oracle\product\10.2.0\crs\cfgtoollogs/configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled. This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.
    SEVERE: OUI-25031:Some of the configuration assistants failed. It is strongly recommended that you retry the configuration assistants at this time. Not successfully running any "Recommended" assistants means your system will not be correctly configured.
    1. Check the Details panel on the Configuration Assistant Screen to see the errors resulting in the failures.
    2. Fix the errors causing these failures.
    3. Select the failed assistants and click the 'Retry' button to retry them.
    INFO: User Selected: Yes/OK
    I am able tp ping all my IP's from both the nodes,with host name &alias specified in the host file.
    any thing else to be checked to fix "Virtual Private IP Configuration Assistant"?Any help?

  • Error during installation Oracle RAC 11G

    Hi experts;
    I'm installing Oracle RAC 11G, this installation will be in two virtual servers, OS Linux redhat.
    I began the installation with these steps
    Configure Security Updates
    then ask for proxy server information (nothing was entered), continue
    Installation Option (don't ask anything)
    then System Class (Server class selected)
    Grid Options
    (Real Application Clusters database installation)
    when hit ENTER I got this errror message - (INS - 35354) The system on which you are attempting to install Oracle RAC is not part of a valid cluster.
    I was looking in some forums an I found one where indicates I should indentiify these files and change some info on them;
    =============================================================================
    cat /etc/oraInst.loc
    The ouput of the above command lists the inventory_directory
    Browse to the inventory.xml file in that directory. My oraInventory
    cd /u01/app/oracle/oraInventory/ContentsXML/
    cat inventory.xml
    You can verify that the flag CRS=true isn’t set for the $GRID_HOME
    ==============================================================================
    However, I couldn't find any of those files in my directories.
    also, i was verifying the note [ID 1053393.1, but again, I couldn't find where to change the values for CRS.
    Any idea what I'm doing wrong?
    I will apreciate your help.
    Regards
    Al
    b                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    Hi,
    RAC is a database in a cluster. One Database opened by one o more instances in one or more hosts.
    Note: RAC is not a cluster, but a Database cluster.
    To allow database be clustered, we need to install a software cluster.
    We have some options, but Oracle developed your own software cluster actually named Grid Infrastructure for a cluster AKA Oracle Clusterware.
    To install RAC you need first install and configure your cluster.
    Before you start install Oracle cluster/RAC I recommend you start with concepts.
    http://docs.oracle.com/cd/E14072_01/rac.112/e10717/intro.htm
    http://docs.oracle.com/cd/E14072_01/rac.112/e10718/admcon.htm
    Regards,
    Levi Pereira

  • Oracle RAC 11g R2 installation complete installation guide

    Hi,
    Please suggest any oracle docs for Oracle RAC 11g R2 installation complete installation.
    I am in process for installating Oracle RAC 11g r2 first time in my life this weekend.please help.

    Hi Praveen,
    Tim Hall has a perfect guide for installing Oracle RAC, you can review all the articles here:
    http://www.oracle-base.com/articles/11g/articles-11g.php#db11g_release_2_installations
    Consider also getting familiar with Real Application Clusters, because installing is only the very top of the solution and knowledge of how it works is a must:
    http://www.oracle.com/pls/db112/portal.portal_db?selected=16&frame=#oracle_real_application_clusters
    Regards,
    Sve

  • OBI 11g 11.1.1.6.0 - Installation failed

    Hi All,
    During OBI11g 11.1.1.6.0 Installation I got the below error and installation failed,
    Installation Failed.
    OUI Session failed
    OUI-10185:Unable to copy 'H:\Softwares\Oracle\OBI\bishiphome\Disk4\stage\/Components/oracle.jrf.as.config/11.1.1.6.0/1/DataFiles/Expanded/./bin/config.bat' to 'E:\OBI11g\Oracle_BI1/bin/config.bat'. OUI-10186:The source file 'H:\Softwares\Oracle\OBI\bishiphome\Disk4\stage\/Components/oracle.jrf.as.config/11.1.1.6.0/1/DataFiles/Expanded/./bin/config.bat' does not exist.
    OS: Windows 7 Home Perineum SP1 - 32 Bit
    Actually the source exists under the path,
    H:\Softwares\Oracle\OBI\bishiphome\Disk4\stage\Components
    Looks like installation process trying in wrong path.
    Could you please help me in resolving this issue?
    Thanks & Regards
    M Thiyagarajan

    Hi all,
    I have the same problem while installaing OBI 11g 11.1.1.6.0 on a Windows 7 Profesional 64 bits laptop.
    Does any one have a solution please ?
    Thx.

  • Oracle RAC 11g On Window Server 2003 Installation Step by Step

    Hi all
    I tired searching onlie to get steps of installationg Oracle RAC 11g On Window Server 2003
    I have tow nodes
    EMC storage
    Any body can help please ...
    Thanks in Advance.
    Edited by: MHAIDAR on Jun 15, 2011 1:19 AM

    I tired searching onlie to get steps of installationg Oracle RAC 11g On Window Server 2003check this
    http://www.oracle-base.com/articles/11g/OracleDB11gR1RACInstallationOnWindows2003UsingVMware.php

Maybe you are looking for

  • Missing video clip icon?

    some movie clips randomly disappear in my library/project, replaced with a black icon with a ? mark on it what does this mean, and how do I fix?

  • Does CAST ( date as timestamp) causes performance issues

    Hi does casting from DATE to TIMESTAMP in a query or in a view causes the slow down of performance?? Please guide... Thanks Rimpi

  • Importing P3 files into P6.2?

    My installation of P6.2 seems unable to import P3 files -- P3 was not already on my computer when I installed P6. I'm at my wit's end -- can I get some/any advice on how to import P3 files into my recent P6.2 installation? Thanks very much in advance

  • Espn /sec network is a tryout right now by have some good news on this

    hi every one this is {edited for privacy} this is big news ESPN/SEC NETWORK IS NOT CARRY ANY BIG FOOTBALL GAMES OR BASKETBALLGAMES ESPN IS DOING SEC  FOOTBALL/BASKETBALL GAMES ON THE ESPN U ESPN 2 OR ESPN NEWS OK OR ESPN ALSO ARE DOING PAC 10 OR PAC1

  • JSF-java.lang.OutOfMemoryError: PermGen space

    Hai All ! I am developing one JSF Application . Some Times I getting Error when I run my Application , Really i donot why this error is comming . if I once restart my Tomcat Server(Netbeans) whenever I face the Problem , the error we be gone. could y