Oracle 8.1.6 on RH Linux 6 installation problem

I am using Universal Installer to load Oracle 8.1.6 on Red Hat Linux 6 and it isn't able to complete the Oracle Database Configuration Assistant routine. Up until then everything has been fine, but loading DCA results in the following error detail:
SIGSEGV received at bf3ff7f4 in /lib/libpthread.so.0. Processing terminated Writing stack trace to javacore4263,txt ... OK
I used the Java engine that comes with 8.1.6, as recommended. I have read many of the postings and hope that I can get the same great results for my question.
If additional information is needed on my account, please let me know and I will do what I can to collect it.
Thansk for your help.
Kurt
null

You can create a database without using those assistants. See section 3.7 of my homepage:
http://homepages.tig.com.au/~jmsalvo/linux/oracle8i.html
In the end, you will "appreciate" the steps (save for OFA) required to get a db up and running.
null

Similar Messages

  • Linux installation problem on D20

    Hi, guys,
    I am trying to install Redhat Linux x86_64 5.3 on D20 with a Marvell 88SE63xx/64xx SAS controller. As the Linux installer cannot recognize the SAS controller, I download a driver of Marvell mv64xx for Redhat x86_64 5.2 from Lenovo driver matrix website. Unfortunately, no matter how I follow the instruction to load the driver, the so-called mv64xx doesn't drive the Marvel 88SE63xx/64xx SAS controller in D20, so that the Redhat 5.3 Linux installer cannot find any hard drive. This is ridiculous and ironic because I got 5 SAS 15rpm hard drives in D20. Does anyone know how to resolve this problem and get Redhat Linux 5.3 installed on D20 with SAS drives?
    Solved!
    Go to Solution.

    hello, good news everyone
    today i tested the upcoming kernel 2.6.31-1 with ubuntu server x64  (9.10 / karmic)
    and what can i say?
    [    2.536365] mvsas 0000:01:00.0: mvsas: driver version 0.8.2
    [    2.536374] mvsas 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
    [    2.536379] mvsas 0000:01:00.0: setting latency timer to 64
    [    2.537283] mvsas 0000:01:00.0: mvsas: PCI-E x4, Bandwidth Usage: 2.5 Gbps
    [    7.769579] scsi7 : mvsas
    [    7.769954] /build/buildd/linux-2.6.31/drivers/scsi/mvsas/mv_sas.c 380hy 2 byte dmaded.
    [    7.770674] /build/buildd/linux-2.6.31/drivers/scsi/mvsas/mv_sas.c 1365:found dev[0:5] is gone.
    [    7.778539] ata7.00: ATA-7: WDC WD5000AAKS-00TMA0, 12.01C01, max UDMA/133
    [    7.778543] ata7.00: 976773168 sectors, multi 0: LBA48 NCQ (depth 31/32)
    [    7.779378] ata7.00: configured for UDMA/133
    [    7.779426] scsi 7:0:0:0: Direct-Access     ATA      WDC WD5000AAKS-0 12.0 PQ: 0 ANSI: 5
    the kernel included the mvsas module and its dependant, and ran out of the box doing anything. and yes, it's a software raid, the bios offers raid 5 and 10, but they are greyed out. okay, my graphic is now broken with 2.6.31-1, but hey, the 5 port's are working i almost forgot where i have put the 500gb disk. hdparm -tT showed 7.8gb/s buffered and 77mb/s normal read, which is normal for the drive. 
    because of the nature of a module, i believe you have to compile a kernel with support of mvsas on your own to boot linux from it, or you use the ich10 - only for optical drives - sata port, which works fine with the intel x25-m ssd.
    Message Edited by docc on 07-02-2009 12:06 AM

  • Oracle 8i enterprise client linux installation problems

    Hi,
    I have a problem installing oracle 8i client on linux machine. It gives an error message when I tried to run runInstaller.
    this is the error message:
    Initializing JAva Virtual Machine from /usr/local/jre/bin/jre. Please Wait...
    Error in CreateOUIProcess():-1
    :Bad address
    The machine is PII 450 with 128 mb of ram
    Thanks,
    Gurhan Gunduz
    850-6447018

    Gurhan,
    I think it has nothing to do setting the JRE enviroment .from what I could remember is you have to install a JRE enviroment patch..
    If you check you insallation documentation..
    it tell you where to get the patch from..and I also think that you have to create symbolic link...
    If you need more info on this..I could send you the URL..where you could get the patch..
    send me an email..if you need futher assistance..I could then send you the url to get the patches from...
    good luck.
    shah

  • Re:oracle 8.1.6 release 2 post installation problem  on linux

    hi,
    While installing oracle 8.1.6, the one of the optional tool database configuration assistant failed.(DBCA-00047 : unable to create destination directories).
    so i tried to create database manually.
    so i copied init.ora file as initdemo.ora and edited the file as follows:
    db_name=demo
    controlfiles=('/disk1/oradata/demo/system01.dbf','/disk2/oradata/demo/system02.dbf')
    cdump=/disk1/oradata/demo/cdump
    bdump=/disk1/oradata/demo/bdump
    udump=/disk1/oradata/demo/udump
    then i saved the file.
    After that i created a script for database creation as "demo.sql" to create database at nomount stage.
    i.e,
    create database demo
    logfile group1('/disk1/oradata/demo/log1.log',/disk2/oradata/demo/log2.log') size 1000k
    group2('/disk1/oradata/demo/log3.log',/disk2/oradata/demo/log4.log') size 1000k
    controlfile reuse;
    and saved it.
    I gave the following commonds at the prompt:
    $export $ORACLE_SID=demo
    $svrmgrl
    SVRMGR>connect internal
    connected.
    SVRMGR>startup nomount
    here i got stuck up as it is not getting starting the instance.
    so i tried in SQLPLUS mode
    $sqlplus
    username/password: sys/oracle as sysdba
    Instance is idle.
    SQL>startup nomount
    LRM-00109 couldnot open parameter file.
    ORA-01078 failure in processing system parameters.
    so can you tell me where iam going wrong.
    Praveen
    [email protected]

    The problem is you did not provide a pfile location for the parameter file. Please refer to the sample shell script below where it makes the right calls:
    #!/bin/sh
    ORACLE_SID=test
    export ORACLE_SID
    /u01/app/oracle/product/8.1.6/bin/svrmgrl << EOF
    spool /u01/app/oracle/admin/test/create/crdb1.log
    connect internal
    startup nomount pfile = "/u01/app/oracle/admin/test/pfile/inittest.ora"
    CREATE DATABASE "test"
    maxdatafiles 254
    maxinstances 8
    maxlogfiles 32
    character set US7ASCII
    national character set US7ASCII
    DATAFILE '/u01/oradata/test/system01.dbf' SIZE 100M AUTOEXTEND ON NEXT 640K
    logfile '/u05/oradata/test/redo01.log' SIZE 100M,
    '/u05/oradata/test/redo02.log' SIZE 100M,
    '/u05/oradata/test/redo03.log' SIZE 100M;
    disconnect
    spool off
    exit
    EOF
    Hope this helps !

  • Oracle 9.2.0.5.0 patchset installation problem on hp-ux 11.23

    Hi,
    First i installed 9.2.0.1.0 in hp -ux(version 11.23). i want 9.2.0.5.0 patch set for hp-ux 11.23. please provide patch number.
    ./runInstaller
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be B.11.00 or B.11.11. Actual B.11.23
    Failed <<<<
    Exiting Oracle Universal Installer, log for this session can be found at
    Thanks,

    Hi
    You can by pass that control by doing
    runinstaller -ignoresysPrereqs
    hope this help you.
    Regards,
    Hub

  • Linux installation problems

    Hello All,
    I'm trying to install JES5 (java_es-5-ga-linux-x86.zip) on RHEL4 and getting errors during the install. I have installed and uninstalled 2 or three times on this server. I have attached the errant installation summary file and the critical part of the install log below. If someone can point me in the right directiron or tell me where else to look for more details on what might be wrong. I'd appreciate it.
    --Frank
    Installation Summary Report
    Install Summary
    Java Enterprise System 5 : Installed
    Sun Java(TM) System Message Queue 3.7 UR1 : Installed
    Sun Java(TM) System High Availability Session Store 4.4 : Installed, Configured
    Java DB : Installed, Configure After Install
    Sun Java(TM) System Application Server Enterprise Edition 8.2 : Installed, Configuration Failed
    Sun Java(TM) System Directory Server Enterprise Edition 6.0 : Installed, Configuration Failed
    Sun Java(TM) System Access Manager 7.1 : Installed, Configuration Failed
    Service Registry 3.1 : Installed, Configure After Install
    Sun Java(TM) System Portal Server 7.1 : Installed, Configuration Failed
    Configuration Data
    Sun Java(TM) System Application Server Enterprise Edition 8.2 :
    Domains and Instance Configuration Directory : /var/opt/sun/appserver
    Application Server Installation Directory : /opt/sun/appserver
    Sun Java(TM) System Directory Server Enterprise Edition 6.0 :
    Directory Server Installation Directory : /opt/sun
    Sun Java(TM) System Access Manager 7.1 :
    Access Manager Installation Directory : /opt/sun
    IS Server Instance Port Protocol : http
    LDAP User ID : amldapuser
    Administrator User ID : amAdmin
    Web Container : AppServer
    Access Manager Application Server Installation Directory : /opt/sun/appserver
    Document Root : /var/opt/sun/appserver/domains/domain1/docroot
    Access Manager Console Host (for Existing console) : casddevl2.thehartford.com
    Access Manager Console Deploy URI : amconsole
    Access Manager Password Deploy URI : ampassword
    Access Manager Console Port(for Existing console) : 8080
    Access Manager Services Deploy URI : amserver
    Access Manager Cookie Domain List : .thehartford.com
    Access Manager Common Domain Deploy URI : amcommon
    Access Manager Directory Server Host Name : casddevl2
    Access Manager Directory Server Host : casddevl2.thehartford.com
    Access Manager Directory Server Port : 389
    Access Manager Directory Root Suffix : dc=thehartford,dc=com
    Access Manager Directory Manager DN : cn=Directory Manager
    Organization Marker Object Class : sunISManagedOrganization
    User Marker Object Class : inetorgperson
    Organization Naming Attribute : o
    User Naming Attribute : uid
    Service Registry 3.1 :
    Service Registry Installation Directory : /opt/sun/srvc-registry
    Sun Java(TM) System Portal Server 7.1 :
    PS Install Base Directory : /opt/sun
    JDK Install Directory : /usr/jdk/entsys-j2se
    Web Container Type : SUNONE8
    Web Container Install Directory : /opt/sun/appserver
    Web Container Domain Directory : domain1
    Web Container Instance : server
    Web Container Document Root Directory : /var/opt/sun/appserver/domains/domain1/docroot
    Web Container Administrator : admin
    Web Container Administration Protocol : https
    Web Container Administration Host : casddevl2.thehartford.com
    Web Container Administration Port : 4849
    Directory Server Host : casddevl2.thehartford.com
    Directory Server Port : 389
    Directory Manager DN : cn=Directory Manager
    Access Manager Install Base Directory : /opt/sun
    Access Manager Service Deployment URI : /amserver
    Access Manager Console Deployment URI : /amconsole
    Organization DN : dc=thehartford,dc=com
    Access Manager Password Key : UWIR6nYwSABbf2Krzy+fpg6OxuoVxzvH
    EntSysResources:PS_DEPLOY_NOW : y
    Install Sample Portal(s)? : true
    EntSysResources:SRA_SWITCH_CORE : false
    Portal Access URL (protocol://host:port/portal/dt) : http://casddevl2.thehartford.com:8080/portal
    Portal ID : portal1
    Search ID : search1
    The configuration log is saved in : /var/opt/sun/install/logs/JavaES_Install_log.1169139828
    Errant portion of installation log
    Command /opt/sun/appserver/bin/asadmin stop-domain --domaindir /var/opt/sun/appserver/domains domain1 generated the follwing outputs:
    |#]
    [#|2007-06-25T08:59:36-04:00|CONFIG|JavaES|JavaESInstall|_versionID=1.0;_threadID=11;_SourceJavaFile=EntsysConfigurator;_SourceMethodName=executeCmd(cmd,envp,dir);_JavaESMessageID=;_JavaESResourceBundle=|
    The domain (domain1) isn't running.|#]
    [#|2007-06-25T08:59:36-04:00|WARNING|JavaES|JavaESInstall|_versionID=1.0;_threadID=11;_SourceJavaFile=EntsysConfigurator;_SourceMethodName=executeCmd(cmd,envp,dir);_JavaESMessageID=;_JavaESResourceBundle=|
    CLI157 Could not stop the domain domain1.|#]
    [#|2007-06-25T08:59:36-04:00|SEVERE|JavaES|JavaESConfig|_versionID=1.0;_threadID=11;_SourceJavaFile=PortalServerConfigurator;_SourceMethodName=startRequiredServers();_JavaESMessageID=JavaES_ConfigPS50;_JavaESResourceBundle=EntSysLoggingResources;_JavaESArg1=/opt/sun/appserver/bin/asadmin stop-domain  --domaindir /var/opt/sun/appserver/domains domain1|error in stopping the application server: /opt/sun/appserver/bin/asadmin stop-domain  --domaindir /var/opt/sun/appserver/domains domain1|#]
    [#|2007-06-25T08:59:36-04:00|FINE|JavaES|JavaESConfig|_versionID=1.0;_threadID=11;_SourceJavaFile=PortalServerConfigurator;_SourceMethodName=startRequiredServers();_JavaESMessageID=JavaES_ConfigIS10;_JavaESResourceBundle=EntSysLoggingResources|Exiting Method|#]
    [#|2007-06-25T08:59:36-04:00|FINE|JavaES|JavaESConfig|_versionID=1.0;_threadID=11;_SourceJavaFile=PortalServerConfigurator;_SourceMethodName=debugCmd();_JavaESMessageID=JavaES_ConfigIS09;_JavaESResourceBundle=EntSysLoggingResources|Entering Method|#]
    [#|2007-06-25T08:59:36-04:00|INFO|JavaES|JavaESConfig|_versionID=1.0;_threadID=11;_SourceJavaFile=PortalServerConfigurator;_SourceMethodName=debugCmd();_JavaESMessageID=;_JavaESResourceBundle=EntSysLoggingResources|/opt/sun/portal/bin/psconfig|#]
    [#|2007-06-25T08:59:36-04:00|INFO|JavaES|JavaESConfig|_versionID=1.0;_threadID=11;_SourceJavaFile=PortalServerConfigurator;_SourceMethodName=debugCmd();_JavaESMessageID=;_JavaESResourceBundle=EntSysLoggingResources|--config|#]
    [#|2007-06-25T08:59:36-04:00|INFO|JavaES|JavaESConfig|_versionID=1.0;_threadID=11;_SourceJavaFile=PortalServerConfigurator;_SourceMethodName=debugCmd();_JavaESMessageID=;_JavaESResourceBundle=EntSysLoggingResources|/var/tmp/psconfig_casddevl2.thehartford.com_118277637601211313.xml|#]
    [#|2007-06-25T08:59:36-04:00|FINE|JavaES|JavaESConfig|_versionID=1.0;_threadID=11;_SourceJavaFile=PortalServerConfigurator;_SourceMethodName=debugCmd();_JavaESMessageID=JavaES_ConfigIS10;_JavaESResourceBundle=EntSysLoggingResources|Exiting Method|#]
    [#|2007-06-25T08:59:37-04:00|INFO|JavaES|JavaESConfig|_versionID=1.0;_threadID=11;_SourceJavaFile=EntsysConfigurator;_SourceMethodName=executeCmd(cmdArray);_JavaESMessageID=JavaES_Config0010;_JavaESResourceBundle=EntSysLoggingResources;_JavaESArg1=/opt/sun/portal/bin/psconfig|
    Command /opt/sun/portal/bin/psconfig generated the follwing outputs:
    |#]
    [#|2007-06-25T08:59:37-04:00|CONFIG|JavaES|JavaESInstall|_versionID=1.0;_threadID=11;_SourceJavaFile=EntsysConfigurator;_SourceMethodName=executeCmd(cmdArray);_JavaESMessageID=;_JavaESResourceBundle=|
    Successfully created PSConfig.properties file|#]
    [#|2007-06-25T08:59:37-04:00|WARNING|JavaES|JavaESInstall|_versionID=1.0;_threadID=11;_SourceJavaFile=EntsysConfigurator;_SourceMethodName=executeCmd(cmdArray);_JavaESMessageID=;_JavaESResourceBundle=|
    Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/tools/ant/BuildListener
         at java.lang.ClassLoader.defineClass1(Native Method)
         at java.lang.ClassLoader.defineClass(ClassLoader.java:620)
         at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
         at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
         at java.net.URLClassLoader.access$100(URLClassLoader.java:56)
         at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
         at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319)
         at com.sun.portal.fabric.config.ConfigurePortal.main(ConfigurePortal.java:128)|#]
    [#|2007-06-25T08:59:37-04:00|FINE|JavaES|JavaESConfig|_versionID=1.0;_threadID=11;_SourceJavaFile=PortalServerConfigurator;_SourceMethodName=stopRequiredServers();_JavaESMessageID=JavaES_ConfigIS09;_JavaESResourceBundle=EntSysLoggingResources|Entering Method|#]
    [#|2007-06-25T08:59:37-04:00|FINE|JavaES|JavaESConfig|_versionID=1.0;_threadID=11;_SourceJavaFile=PortalServerConfigurator;_SourceMethodName=stopRequiredServers();_JavaESMessageID=JavaES_ConfigIS10;_JavaESResourceBundle=EntSysLoggingResources|Exiting Method|#]
    [#|2007-06-25T08:59:37-04:00|FINE|JavaES|JavaESConfig|_versionID=1.0;_threadID=11;_SourceJavaFile=PortalServerConfigurator;_SourceMethodName=configure();_JavaESMessageID=JavaES_ConfigIS10;_JavaESResourceBundle=EntSysLoggingResources|Exiting Method|#]
    [#|2007-06-25T08:59:37-04:00|WARNING|JavaES|JavaESConfig|_versionID=1.0;_threadID=11;_SourceJavaFile=EntsysConfigurator;_SourceMethodName=performConfiguration(compID, configParams);_JavaESMessageID=JavaES_Config0007;_JavaESResourceBundle=EntSysLoggingResources;_JavaESArg1=PortalServerL10n|UnConfiguration failed for PortalServerL10n|#]
    [#|2007-06-25T08:59:37-04:00|INFO|JavaES|JavaESConfig|_versionID=1.0;_threadID=11;_SourceJavaFile=ConfigLeaf;_SourceMethodName=install(WizardState);_JavaESMessageID=JavaES_Config0002;_JavaESResourceBundle=EntSysLoggingResources;_JavaESArg1=PortalServerL10n|
    *** End configuring PortalServerL10n ***
    |#]
    [#|2007-06-25T08:59:38-04:00|INFO|JavaES|JavaESConfig|_versionID=1.0;_threadID=11;_SourceJavaFile=EntsysConfigurator;_SourceMethodName=executeCmd(cmd,envp,dir);_JavaESMessageID=JavaES_Config0010;_JavaESResourceBundle=EntSysLoggingResources;_JavaESArg1=/opt/sun/appserver/bin/asadmin stop-domain  --domaindir /var/opt/sun/appserver/domains domain1|
    Command /opt/sun/appserver/bin/asadmin stop-domain --domaindir /var/opt/sun/appserver/domains domain1 generated the follwing outputs:
    |#]
    [#|2007-06-25T08:59:38-04:00|CONFIG|JavaES|JavaESInstall|_versionID=1.0;_threadID=11;_SourceJavaFile=EntsysConfigurator;_SourceMethodName=executeCmd(cmd,envp,dir);_JavaESMessageID=;_JavaESResourceBundle=|
    The domain (domain1) isn't running.|#]
    [#|2007-06-25T08:59:38-04:00|WARNING|JavaES|JavaESInstall|_versionID=1.0;_threadID=11;_SourceJavaFile=EntsysConfigurator;_SourceMethodName=executeCmd(cmd,envp,dir);_JavaESMessageID=;_JavaESResourceBundle=|
    CLI157 Could not stop the domain domain1.|#]

    Howdy, it looks as though the Application Server did not install properly, and as a consequence the Portal server fails to install.
    Please make sure that you have un-installed all components properly first before re-installing... See my previous post.
    If it were me, I'd install the Directory Server and Application Server first... After a successful install of Application Server, re-start the installer, selecting Portal Server and Access Manager. When doing so, make sure the Application Server and Directory server can be started prior.
    By the way, have you seen the following blurb in the documentation from Sun , see: http://docs.sun.com/app/docs/doc/819-5025/6n74td5j0?a=view
    Remove the link /usr/share/bdb/db.jar before installation, if it exists.
    Check ant already exists on the system by running the following command:
    rpm -qa | grep ant
    If a version of ant below 1.6 is installed, remove it by running the following command:
    rpm -e ant-older-version ant-libs-older-version
    You need to use the version of ant sun-ant-1.6.5-2 to install or deploy Portal Server. When you run the installer, it is automatically installed at /opt/sun/bin/ant.
    Next make sure you following Sun's Documentation on the installation process, bar installing App Server and Directory Server first, see: http://docs.sun.com/app/docs/doc/819-5025/6n74td5j3?a=view
    If after all of the above, and your still unable to install portal server, please log a support call with Sun, 1800 555 786 quoting your support contract ID.
    Cheers,
    Chris

  • Java Plug-in linux installation problem

    Hi!
    I am new to this subject, but I want to comment that I have problems installating the java plugin into my netscape 7.0 for Linux. My platform is Red Hat Linux 7.3.
    I have followed the instructions written in
    http://java.sun.com/j2se/1.3/install-linux-sdk.html#install-pkg
    but I still found that the plugin is not installed. (i.e when I open a web page that
    requires java plugin I still see a window saying "this page contains information type
    (application/java-vm) that can only be viewed with the appropiate Plug-in..")
    and also as confirmation the web page:
    http://wp.netscape.com/plugins/manager.html
    checks that that it is not installed the plugin.
    Would anyone please help me?

    You posted a problem that would be answered better and faster in a Linux or Netscape forum.
    You posted an installation question to "New to Java...", ignoring the fact that there is an "Installation" forum where you're more likely to get an answer.
    You posted a question that has, in fact, been answered in these forums already. You didn't bother to use the "Search" function. Try "plug-in linux install", and check out the first page of results.
    You posted a note, and waited FOUR WHOLE HOURS before whining that nobody's helping you. I'm amazed at your display of patience and understanding.
    Hint: this is a volunteer forum, inhabited by random Java developers. People answer when and as they have the time or inclination. Nobody here is getting any kind of return from responding. Nobody here owes you ANY response, much less an immediate one.
    Grant

  • Linux installer problem

    hi,
    when i run the installer for afp 9 as root the installer
    rejects /usr/lib/mozilla as valid path (but it is a valid path
    where the stuff is suppose to be).
    please advise.
    thank you,
    -zander

    this is for the .tar.gz linux package.

  • Installation problem oracle 11g R2 on oracle enterprise linux 5 update 5

    hello support,
    i've installation problems with oracle 11g R2 on oracle enterprise linux 5 update 5. In the section "ORACLE Net-Konfigurationsassisten" the failure "[INS-20802] Oracle NET-Konfigurationsassistent not success". What's wrong? I've followed the instructions on http://www.oracle.com/technology/pub/articles/smiley-11gr1-install.html
    I've heard the problem can occur with problems in /etc/hosts? My /etc/hosts is configured:
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    127.0.0.1          oracle localhost.localdomain localhost
    ::1          localhost6.localdomain6 localhost6
    is this ok? what can I do to bring the database-installation to success?
    Thank's for help ;-)
    Edited by: user5782904 on 09.05.2010 14:06

    Here I paste you the configuration of my latest linux box which has a similar environment like yours.
    # hostname
    vmrhel6032.quist.ch
    # domainname
    (none)
    # cat /etc/hosts
    192.168.1.205 vmrhel6032 vmrhel6032.quist.ch
    127.0.0.1     localhost  localhost.localdomain localhost4 localhost4.localdomain4
    ::1           localhost  localhost.localdomain localhost6 localhost6.localdomain6
    # cat /etc/sysconfig/network
    NETWORKING=yes
    HOSTNAME=vmrhel6032.quist.ch
    # cat /etc/sysconfig/network-scripts/ifcfg-eth0
    # Advanced Micro Devices [AMD] 79c970 [PCnet32 LANCE]
    DEVICE=eth0
    HWADDR=00:0C:29:6A:98:70
    ONBOOT=yes
    NETWORK=192.168.1.0
    NETMASK=255.255.255.0
    IPADDR=192.168.1.205
    #Thanks to your post I noted that the hostname consist already of my domain entry. Try your configuration first without domain entry. It should look like:
    # hostname
    vmrhel6032
    # domainname
    (none)
    # cat /etc/hosts
    192.168.1.205 vmrhel6032
    127.0.0.1     localhost  localhost.localdomain localhost4 localhost4.localdomain4
    ::1           localhost  localhost.localdomain localhost6 localhost6.localdomain6
    # cat /etc/sysconfig/network
    NETWORKING=yes
    HOSTNAME=vmrhel6032
    # cat /etc/sysconfig/network-scripts/ifcfg-eth0
    # Advanced Micro Devices [AMD] 79c970 [PCnet32 LANCE]
    DEVICE=eth0
    HWADDR=00:0C:29:6A:98:70
    ONBOOT=yes
    NETWORK=192.168.1.0
    NETMASK=255.255.255.0
    IPADDR=192.168.1.205
    #Otherwise use the first example and don't forget to restart your server resp. the network service. ;)

  • Installation problem with Siebel8.0 on Oracle Enterprise Linux 4 system

    We are having installation problem with Siebel8.0 on Oracle Enterprise Linux 4 system.
    Using interface, when installation come up to “Installing Wizard” window where Gateway Name Server Configuration window should take place, everything just freeze up
    Using console, after installation we obtain following errors:
    Installing Siebel Enterprise Server. Please wait...
    unable to launch: "ksh export
    LD_LIBRARY_PATH=/siebel/gtwysrvr/lib;PATH=${PATH}:.;/root/istemp8058094162222/_bundledJRE_/bin/java
    -Dtemp.dir=/root -cp /siebel/gtwysrvr/bin/setup.jar run -args LANG=ENU
    MODE=LIVE MODEL_FILE=/siebel/gtwysrvr/admin/enterprise_console.scm" error code:
    "236"(SBL-STJ-00152)
    LD_LIBRARY_PATH=/siebel/siebsrvr/lib;PATH=${PATH}:.;/root/istemp8058094162222/_bundledJRE_/bin/java
    -Dtemp.dir=/root -cp /siebel/siebsrvr/bin/setup.jar run -args LANG=ENU
    REPEAT=FALSE MODE=LIVE MODEL_FILE=/siebel/siebsrvr/admin/siebel_server.scm"
    error code: "236"(SBL-STJ-00152)
    LD_LIBRARY_PATH=/siebel/siebsrvr/mgmtagent/lib;PATH=${PATH}:.;/root/istemp8058094162222/_bundledJRE_/bin/java
    -Dtemp.dir=/root -cp /siebel/siebsrvr/mgmtagent/bin/setup.jar run -args
    LANG=ENU MODE=LIVE
    MODEL_FILE=/siebel/siebsrvr/mgmtagent/admin/mgmtagent_ses.scm" error code:
    "236"(SBL-STJ-00152)
    Running command :
    ./ssincfgw -is:javaconsole -console -args LANG=ENU MODE=LIVE MODEL_FILE=/siebel/gtwysrvr/admin/enterprise_console.scm
    Infinite loop of following error pops out:
    An error occurred during wizard bean change notification:
    java.lang.NoClassDefFoundError
    at ConfigInitialize.execute(ConfigInitialize.java:21)
    at com.installshield.wizard.StandardWizardListener.execute(StandardWizardListener.java:123)
    Is there any clue how this error can be solved??
    Thanks in advance!!
    Gordon
    Message was edited by:
    user605023

    I'm facing the same error message while install Siebel 8.0 on OEL. But before I had this ksh problem, it complains about disc space first, and I actually has plenty of disk space under the directory (it needs only 0.7 G and I have 17G free). Anybody has encountered such problem before?
    /net/sdcnas05/vol/engfs01/v_sia/8.0SIA[20405|http://forums.oracle.com/forums/]/Release/Linux/Server/Siebel_Enterprise_Server
    -bash-3.00$ ./setuplinux -is:javaconsole -console
    Initializing InstallShield Wizard........
    Initializing InstallShield Wizard........
    Launching InstallShield Wizard........
    0% 25% 50% 75% 100%
    Welcome to the InstallShield Wizard for Siebel Enterprise Server
    The InstallShield Wizard will install Siebel Enterprise Server on your
    computer.
    To continue, choose Next.
    Siebel Enterprise Server
    Siebel Systems
    Press 1 for Next, 3 to Cancel or 4 to Redisplay [1]
    Siebel Enterprise Server Install Location
    Please specify a directory or press Enter to accept the default directory.
    Directory Name: [siebel] /slot/ems1115/appmgr/20405
    Press 1 for Next, 2 for Previous, 3 to Cancel or 4 to Redisplay [1]
    Please select the products you wish to install.
    [ ] 1 - Gateway Name Server
    [ ] 2 - Siebel Server
    [ ] 3 - Database Configuration Utilities
    [ ] 4 - EAI Connectors
    To select an item enter its number, or 0 when you are finished: [0]: 1
    [X] 1 - Gateway Name Server
    [ ] 2 - Siebel Server
    [ ] 3 - Database Configuration Utilities
    [ ] 4 - EAI Connectors
    To select an item enter its number, or 0 when you are finished: [0]: 2
    [X] 1 - Gateway Name Server
    [X] 2 - Siebel Server
    [ ] 3 - Database Configuration Utilities
    [ ] 4 - EAI Connectors
    To select an item enter its number, or 0 when you are finished: [0]:
    Press 1 for Next, 2 for Previous, 3 to Cancel or 4 to Redisplay [1]
    Configuring uninstallers. Please wait...
    0% 25% 50% 75% 100%
    Choose the setup type that best suits your needs.
    [X] 1 - Typical
    [ ] 2 - Compact
    [ ] 3 - Custom
    To select an item enter its number, or 0 when you are finished: [0]
    Press 1 for Next, 2 for Previous, 3 to Cancel or 4 to Redisplay [1]
    Please select the languages you wish to install.
    [X] 1 - enu - English (American)
    [ ] 2 - fin - Finnish
    [ ] 3 - kor - Korean
    [ ] 4 - cht - Chinese (Traditional)
    [ ] 5 - ita - Italian (Standard)
    [ ] 6 - esn - Spanish (Modern)
    [ ] 7 - deu - German (Standard)
    [ ] 8 - chs - Chinese (Simplified)
    [ ] 9 - tha - Thai
    [ ] 10 - dan - Danish
    [ ] 11 - heb - Hebrew
    [ ] 12 - fra - French (Standard)
    [ ] 13 - nld - Dutch (Standard)
    [ ] 14 - ptb - Portuguese (Brazilian)
    [ ] 15 - csy - Czech
    [ ] 16 - jpn - Japanese
    [ ] 17 - ptg - Portuguese (Standard)
    [ ] 18 - ara - Arabic (Sa`udi)
    [ ] 19 - sve - Swedish
    To select an item enter its number, or 0 when you are finished: [0]
    Press 1 for Next, 2 for Previous, 3 to Cancel or 4 to Redisplay [1]
    {color:#ff0000}*Drive "/slot/ems1115/appmgr/20405" does not have enough space to install the*
    selected configuration. Please free up "766446" KB on drive
    *"/slot/ems1115/appmgr/20405" before continuing.*{color}
    -bash-3.00$ pwd
    /slot/ems1115/appmgr/20405
    -bash-3.00$ df -h .
    Filesystem Size Used Avail Use% Mounted on
    sdc1002nap-vlan1:/vol/ems_39426_1115
    71G 55G 17G 77% /slot/ems1115

  • Installation of Oracle 8.1.17 on Redhat Linux Enterprise Edition 2.4

    dear all
    I have tried to Oracle 8.1.17 on Redhat Linux Enterprise Edition 2.4 but it gives an error "Error in invoking target make file .."
    I tried using retries it failed each time to prorceed.
    I checked for my binutils ( binutils-2.14.90.0.4-26 ) but mine are higher than binutils-2.11.90.0.8-13.i386.rpm required ..
    do i need to down grade my binutils for 8.1.7
    abhi

    Hi Abhi!
    If I remember correctly (817 is stone age) the binutils used a strange debug flag in the 2.11.90.0.8-13 (something with -z).
    If this is not present in your newer version of the binutils the make will fail.
    Try downgrading the binutils during the installation.
    cu
    Andreas

  • Silent installation of oracle 10.2.0.5 on Linux 5

    Please anyone guide me for the steps of silent installation of oracle 10.2.0.5 on Linux 5. Please provide me the link if any.

    Hi;
    Please anyone guide me for the steps of silent installation of oracle 10.2.0.5 on Linux 5. Please provide me the link if any.You mention to install oracle 10.2.0.5 client or patch on Linux?(What is linux5? version,its 32 bit or 64 bit)
    If yes than its mean you are already on 10.2.0.x level. Because 10.2.0.5 is a patch check
    10.2.0.5 Patch Set - Availability and Known Is [ID 1087991.1 ]
    For installation you need to check readme part of patch
    If you mention client installation than check:
    10.2.0.5 client
    Re: Oracle 10g 10.2.0.5 Installation
    Regard
    Helios

  • Link for Oracle-on-Linux Installation Menu

    Posted on wrong forum.
    Shall this be correct?
    May somebody add the following link (SLES9 documentation) http://www.gesinet.it/oracle/oracleonsuse.html
    to the new "Oracle-on-Linux Installation Menu
    " http://www.oracle.com/technology/tech/linux/install/index.html ?
    Thank you

    Hi,
    The Documentation Feedback forum relates only to documentation at: http://www.oracle.com/technology/documentation/index.html
    Please try the Members Feedback forum at: Community Feedback (No Product Questions)
    Regards,
    Les

  • Oracle Business Intelligence EE Linux installation

    Hi,
    i´m trying to install the linux Oracle Business Intelligence EE on Enterprise Linux, but the installation hangs, I already read another similar thread on winXP, but it didn´t help.
    Anyone have installed OBI EE on a Linux with jdk1.6.0?
    Thanks

    Hi,
    I have installed OBIEE on linux without any troubles. You must use the supported java versions SUN JDK 1.5 ....
    Download it, install it and you will see it will work.
    PS My install is CentOS based, and I deployed in iAS 10g.
    Greetings
    Gert
    http://www.ruanova.be

  • Problems in Pro*C installation for Oracle 8.1.7 on Redhat Linux 6.2

    Hello,
    I have installed Oracle 8.1.7 on Redhat Linux 6.2. After installing Proc and doing necessary changes in pcscfg.cfg file. I tried to compile demo programs. But I am getting following error while compiling.
    Syntax error at line 368, column 19, file /usr/include/libio.h:
    Error at line 368, column 19 in file /usr/include/libio.h
    extern IOsize_t IOsgetn __P ((_IO_FILE *, void *, IOsize_t));
    ..................1
    PCC-S-02201, Encountered the symbol "_IO_sgetn" when expecting one of the follow
    ing:
    ; , = ( [
    The symbol ";" was substituted for "_IO_sgetn" to continue.
    I have tried changing paths, but still the error persists. If I do following change in sample file. The program is getting compiled.
    #ifndef ORA_PROC
    #include <stdio.h>
    #include <string.h>
    #include <stdlib.h>
    #include <sqlda.h>
    #include <sqlcpr.h>
    #endif
    Can anyone suggest how can I get successful compilation without ORA_PROC usage.
    Thanks & Best Regards,
    Swati Deval.

    Hello,
    I tried to install Oracle 8.1.7 on Redhat Linux WS 2.1 and here is the make.log
    /usr/bin/make -f ins_net_client.mk ntcontab.o ORACLE_HOME=/home/oracle/OraHome1
    (if [ "compile" = "compile" ] ; then \
    /home/oracle/OraHome1/bin/gennttab > ntcontab.c ;\
    cc -c ntcontab.c ;\
    rm -f /home/oracle/OraHome1/lib/ntcontab.o ;\
    mv ntcontab.o /home/oracle/OraHome1/lib ;\
    /usr/bin/ar rv /home/oracle/OraHome1/lib/libn8.a /home/oracle/OraHome1/lib/ntcontab.o ; fi)
    /bin/sh: cc: command not found
    mv: cannot stat `ntcontab.o': No such file or directory
    /bin/sh: /usr/bin/ar: No such file or directory
    make: *** [ntcontab.o] Error 127
    Any idea?

  • Install Oracle 11gR2 Express Edition on Ubuntu Linux 11.04 (64-bit) Howto

    h2. Install Oracle 11gR2 Express Edition on Ubuntu Linux 11.04 (64-bit) Howto
    Version: B
    Author: Dude, 24. May 2011
    The following are step by step instructions how to install Oracle 11gR2 Express Edition (Beta) under Linux Ubuntu 11.04, 64-bit.
    Access to the Internet is required.
    The instructions cover the following additional topics:
    - Converting Red Hat based Oracle XE installer to Ubuntu.
    - Work-around for missing /sbin/chkconfig tool.
    - Install Oracle XE into a different directory or disk volume.
    - Relocate and configure the Oracle user and default login directory.
    - Uninstall, reconfigure and perform first database backup.
    - Notes and web links.
    - Troubleshooting
    h3. A) System Setup and Prerequisites
    h4. A.1. System Access
    You will need terminal command line, root and system console access to perform the setup tasks.
    To open a Terminal at the system console:
    Menu Applications > Accessories > TerminalThe following commands will enable remote ssh login with root access:
    sudo apt-get install openssh-server
    sudo passwd root
    Verify:
    ssh root@xe_server_host_nameh4. A.2. Software Prerequisites
    The following is required in order to install Oracle 11gR2 XE:
    sudo apt-get install alien libaio1 unixodbcThe following is not required, but it will fix backspace and arrow keys in case you prefer using the vi-editor:
    sudo apt-get install vimh4. A.3. System Swap space
    Minimum swap space required is 2 GB. You can increase swap space if necessary using a swap file:
    To analyze current swap space and memory configuration:
    sudo cat /proc/meminfo
    To install a 1 GB swapfile named swapfile in /, for example:
    sudo dd if=/dev/zero of=/swapfile bs=1024 count=1048576
    (this may take a while)
    sudo mkswap /swapfile
    sudo swapon /swapfile
    sudo cp /etc/fstab /etc/fstab.orig
    sudo echo '/swapfile swap swap defaults 0 0' >> /etc/fstab
    Verify:
    sudo swapon -a
    sudo swapon -sh4. A.4. Kernel Parameters
    Oracle 11g XE requires the following additional kernel parameters:
    sudo nano /etc/sysctl.d/60-oracle.conf
    (Enter the following)
    # Oracle 11g XE kernel parameters
    fs.file-max=6815744
    net.ipv4.ip_local_port_range=9000 65000
    kernel.sem=250 32000 100 128
    kernel.shmmax=536870912
    (Save the file)
    Note: kernel.shmmax = max possible value, e.g. size of physical RAM.
    Verify: sudo cat /etc/sysctl.d/60-oracle.conf
    Load new kernel parameters:
    sudo service procps start
    Verify:
    sudo sysctl -q fs.file-max
    -> fs.file-max = 6815744h4. A.5. Oracle Installation Directory
    The current Oracle Installation Guide uses the same directory like in previous versions: /usr/lib/oracle/xe/app/oracle/product/11.2.0/server. However, the current Beta installation uses Oracle Flexible Architecture (OFA) and installs into /u01/app/oracle/product/11.2.0/xe. Due to size limitations of Oracle XE it may not be necessary to store the installation to a specific directory or separate volume, but it is possible:
    Install Oracle XE to separate disk volume:
    From the system console menu: System > Administration > Disk Utility
    Select "ext3" filesystem for Oracle compatibility and specify a Volume label, e.g. Oracle.
    Notice the device name e.g. /dev/sdb
    Get the drive UUID:
    sudo blkid
    e.g. /dev/sdb: UUID="d19a2d8f-da43-4802-8bdb-0703c855e23a"
    Modify /etc/fstab to automatically mount the volume at system startup:
    sudo cp /etc/fstab /etc/fstab.original
    sudo nano /etc/fstab
    (Add the following, using determined UUID, for exmple)
    UUID=d19a2d8f-da43-4802-8bdb-0703c855e23a /u01 ext3 defaults,errors=remount-ro 0 1
    (Save the file)
    Create the mount-point, mount the new volume and set ownership and privileges:
    sudo mkdir /u01
    sudo mount -a
    sudo chown root:root /u01
    sudo chmod 755 /u01
    Verify:
    df -h
    or restart the systemYou can also install Oracle XE into a specific directory:
    Create a symbolic link to store the installation into an existing directory, for instance:
    sudo mkdir /home/oracle-xe
    sudo ln -s /home/oracle-xe /u01h3. C) Oracle 11g XE Download and Installation
    h4. C.1. Download and convert the Installer from Red Hat to Ubuntu
    Please see section E.3. to download the Oracle 11gR2 XE installer.
    Select the version listed for Linux x64.
    sudo unzip linux.x64_11gR2_OracleXE.zip
    sudo alien --to-deb --scripts oracle-xe-11.2.0-0.5.x86_64.rpm
    (This may take a while)h4. C.2. Create a special chkconfig script
    The Red Hat based installer of Oracle XE 11gR2 beta relies on +/sbin/chkconfig+, which is not used in Ubuntu. The chkconfig package available for the current version of Ubuntu produces errors and my not be safe to use. Below is a simple trick to get around the problem and install Oracle XE successfully:
    Create /sbin/chconfig:
    sudo nano /sbin/chkconfig
    (Cut and paste the following)
    #!/bin/bash
    # Oracle 11gR2 XE installer chkconfig hack for Debian by Dude
    file=/etc/init.d/oracle-xe
    if [[ ! `tail -n1 $file | grep INIT` ]]; then
       echo >> $file
       echo '### BEGIN INIT INFO' >> $file
       echo '# Provides:             OracleXE' >> $file
       echo '# Required-Start:       $remote_fs $syslog' >> $file
       echo '# Required-Stop:        $remote_fs $syslog' >> $file
       echo '# Default-Start:        2 3 4 5' >> $file
       echo '# Default-Stop:         0 1 6' >> $file
       echo '# Short-Description:    Oracle 11g Express Edition' >> $file
       echo '### END INIT INFO' >> $file
    fi
    update-rc.d oracle-xe defaults 80 01
    (Save the file)
    Set appropriate execute privileges:
    chmod 755 /sbin/chkconfig
    Note: You should remove the /sbin/chkconfig file after successful installation of Oracle XE.
    h4. C.3. Install and configure Oracle XE
    sudo dpkg --install ./oracle-xe_11.2.0-1.5_amd64.deb
    /etc/init.d/oracle-xe configure
    (This will take a while)
    Remove the /sbin/chkconfig script, which is no longer needed.
    sudo rm /sbin/chkconfigh4. C.4. Relocate and Configure the Oracle user login
    The Oracle XE installer specifies /u01/app/oracle as the login directory for the Oracle user. Although not really necessary, the following will relocate the Oracle user $HOME to a standard location and create standard /etc/skel login files:
    Exit all Oracle user sessions:
    sudo /etc/init.d/oracle-xe stop
    sudo kill -9 `ps -ef | grep oracle | grep -v grep | awk '{print $2}'`
    sudo userdel oracle
    sudo useradd -s /bin/bash -G dba -g dba -m oracle
    sudo passwd oracle
    Verify:
    sudo id oracle
    -> uid=1001(oracle) gid=1001(dba) groups=1001(dba)h4. C.5. Setup Oracle environment variables
    In order to use sqlplus and other tools, the Oracle account requires certain environment variables. The following will set these variables automatically at every interactive Oracle login:
    sudo echo '. /u01/app/oracle/product/11.2.0/xe/bin/oracle_env.sh' >> /home/oracle/.bashrch4. C.6. Oracle sudo root access
    It is not essential to allow the Oracle user to use sudo, but it is convenient:
    usermod -G admin oracle
    Verify:
    id oracle
    -> uid=1001(oracle) gid=1001(dba) groups=1001(dba),120(admin)
    sudo su -
    -> Enter Oracle account passwordh4. C.7. Oracle 11g XE Post-installation
    After you install Oracle Database XE, its graphical user interface is only available from the local server, but not remotely.
    The following will correct the problem if necessary:
    Login as user Oracle or use:
    su - oracle
    sqlplus / as sysdba
    At the SQL prompt, enter the following command:
    EXEC DBMS_XDB.SETLISTENERLOCALACCESS(FALSE);
    exith3. D) Unintstall, Reconfigure and Troubleshooting
    h4. D.1. Uninstall Oracle 11g XE
    The following will completely uninstall and remove Oracle 11g XE:
    Login as user root:
    sudo su -
    /etc/init.d/oracle-xe stop
    dpkg --purge oracle-xe
    rm -r /u01/app
    rm /etc/default/oracle-xe
    update-rc.d -f oracle-xe removeh4. D.2. Reconfigure Oracle 11g XE
    Type the following in a terminal window:
    /etc/init.d/oracle-xe stop
    sudo rm /etc/default/oracle-xe
    /etc/init.d/oracle-xe configureh4. D.3. Enable Archivelog mode and perform a database backup
    Login as user Oracle:
    su - oracle
    sqlplus / as sysdba
    At the SQL prompt, enter the following commands:
    shutdown immediate
    startup mount
    alter database archivelog;
    alter database open;
    exit
    Login to system console of the Oracle user account:
    Select Applications > Oracle Database 11g Express Edition > Backup Databaseh3. E) Notes
    h4. E.1. Oracle 11g XE limitiations overview
    - It will consume, at most, processing resources equivalent to one CPU.
    - Only one installation of Oracle Database XE can be performed on a single computer.
    - The maximum amount of user data in an Oracle Database XE database cannot exceed 11 GB.
    - The maximum amount of RAM that Oracle XE uses cannot exceed 1 GB, even if more is available.
    - HTTPS is not supported natively with the HTTP listener built into Oracle Database XE.
    h4. E.2. Documentation and Links
    Official documentation for Oracle 11gR2 XE can be found at:
    http://www.oracle.com/pls/xe112/homepage
    h4. E.3. Oracle 11g XE downloads
    The Installer is available from the Oracle Technology Network at:
    http://www.oracle.com/technology/products/database/xe
    http://www.oracle.com/technetwork/database/express-edition/downloads/index.html
    h4. E.4 APEX links and archives
    The APEX archives can be found at:
    http://www.oracle.com/technetwork/developer-tools/apex/application-express/all-archives-099381.html
    The APEX download site is:
    http://www.oracle.com/technetwork/developer-tools/apex/downloads/index.html
    h3. F) Troubleshooting
    ... in progress
    Regards and best of luck!
    Edited by: Dude on May 25, Version B: various corrections. chkconfig package (A.2.) not required.

    even though I am admin user.Admin user is a MS Windows term, that does not apply to Linux or Unix in the same fashion.
    The configuration script tells you "You must be root user to run the configure script. Login as root user and
    then run the configure script."
    This is most likely correct because your account is not root and does not have UID 0. What you can do is to login as root e.g. sudo su -, as the message suggest, or use "sudo /etc/init.d/oracle-xe configure", provided your account is defined in the /etc/sudoers file to perform root/admin actions.
    Btw, do not modify /etc/passwd and /etc/group to give you admin privileges or try to create a another root account under a different name. That's not the way it works and usually leads to nasty problems.

Maybe you are looking for

  • FORUMCRAWLER_VW view is empty

    Hello. I'm working on SES integration (trying to make it search through discussions). All I need to do is to create crawlers for two database data sources on a SES server (for forums and for announcements). But, talking about forums - it must be inde

  • How to remove a node from a target xml payload in reciever file channel

    i have a scenario where i have to remove a node from my target xml file in receiver file channel and want xml as the output file. I don't want a fixed length file. How to do that in receiver channel? Do we need to use file content conversion for that

  • Replicate data issue

    I am working on a current project that I am having trouble resolving. The issue it seems lies with data not being replicated correctly to the parent table, from the child table (yes I know replication can cause issues, this existed before I recieved

  • HT5260 No option to import iPhoto library to Aperture

    I have just upgraded to the latest versions of aperture and iphoto (on 6th July 2012) and upgraded both libraries as instructed.  Now I want to import my iphoto library into Aperture but when I selelct File>Import there is no specific option to impor

  • Random InDesign Crashes

    Hello I have about 20 users on Mavericks and CS6. My users seem to get random crashes with InDesign. After talking with them I am unable to recreate (on demand) the crash. However it seems to happen about 2-3 times a week for some users. I have the c