Oracle10g Installation problem on Linux with DHCP IP

Hi,
I am new to Oracle Products, I have tried to install Oracle 10G on Linux with DHCP IP.
I got the following warning while installing even though I have loopback interface configured.
Checking Network Configuration requirements ...
Check complete. The overall result of this check is: Failed <<<<
Problem: The install has detected that the primary IP address of the system is DHCP-assigned.
Recommendation: Oracle supports installations on systems with DHCP-assigned public IP addresses. However, the primary network interface on the system should be configured with a static IP address in order for the Oracle Software to function properly. See the Installation Guide for more details on installing the software on systems configured with DHCP.
Please help me in resolving this problem or Can I ignore this message?
My Server Configurations:
[root@SQAESMRH5 Oracle_Install_Errors]# ifconfig
eth0 Link encap:Ethernet HWaddr 00:12:3F:79:FA:2C
inet addr:10.10.121.61 Bcast:10.10.121.2 Mask:255.255.255.0
inet6 addr: fe80::212:3fff:fe79:fa2c/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:20751998 errors:0 dropped:0 overruns:0 frame:0
TX packets:19278549 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2150795393 (2.0 GiB) TX bytes:438232502 (417.9 MiB)
Interrupt:177
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:12383146 errors:0 dropped:0 overruns:0 frame:0
TX packets:12383146 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:1965045834 (1.8 GiB) TX bytes:1965045834 (1.8 GiB)
[root@SQAESMRH5 Oracle_Install_Errors]# cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
#::1 localhost6.localdomain6 localhost6
127.0.0.1 localhost.localdomain localhost
#::1 localhost6.localdomain6 localhost6
[root@SQAESMRH5 Oracle_Install_Errors]#

This warning means it is not recommended to install Oracle 10g on a DHCP assigned IP address. It could work, but you won't be able to configure Enterprise Manager, since this tool requires a fixed IP address. If possible, have the IP address fixed.
~ Madrid
http://hrivera99.blogspot.com/

Similar Messages

  • Oracle 9.0.1 installation problem on Linux 7.2

    I am getting the following error while installaing the Oracle 9.0.1 on Red Hat Linux 7.2.
    "I/O error while opening or reading /tmp/OraInstall/temp8"
    The installation is being done with "oracle" user and oracle user has complete read/write rights on /tmp and it's sub-folders.
    Any suggestion in this regard will be highly appreciated.
    Regards,
    Asif Ijaz

    well u need to run a patch which is u can download from oracle site itself before starting ur installation
    and patch name is 'binutils-2.10.0.18-1.i386.rpm'
    mostprobable this will sort out ur problem

  • Problem in linux with flex

    Hi,
                 I'm new to linux with flex,am using Eclipse 3.5 flex builder 3 installing perfectly but when i'am  creating flex application it is showin Assertion failed error.
    org.eclipse.jface.util.Assert$AssertionFailedException: Assertion failed:
        at org.eclipse.jface.util.Assert.isTrue(Assert.java:179)
        at org.eclipse.jface.util.Assert.isTrue(Assert.java:164)
        at com.adobe.flexbuilder.editors.derived.editor.FlexMultiPageEditorPart.setActivePage(FlexMu ltiPageEditorPart.java:569)
        at com.adobe.flexbuilder.editors.common.editor.CodeAndDesignEditor.setActivePage(CodeAndDesi gnEditor.java:647)
        at com.adobe.flexbuilder.editors.mxml.MXMLEditor.setActivePage(MXMLEditor.java:487)
        at com.adobe.flexbuilder.editors.derived.editor.FlexMultiPageEditorPart.createPartControl(Fl exMultiPageEditorPart.java:235)
        at com.adobe.flexbuilder.editors.common.editor.CodeAndDesignEditor.createPartControl(CodeAnd DesignEditor.java:162)
        at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:662)
        at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:462)
        at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:595)
        at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:313)
        at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:180 )
        at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFo lder.java:270)
        at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder .java:65)
        at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStack Presentation.java:473)
        at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1256)
        at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:1209)
        at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:1608)
        at org.eclipse.ui.internal.PartStack.add(PartStack.java:499)
        at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:103)
        at org.eclipse.ui.internal.PartStack.add(PartStack.java:485)
        at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:112)
        at org.eclipse.ui.internal.EditorSashContainer.addEditor(EditorSashContainer.java:63)
        at org.eclipse.ui.internal.EditorAreaHelper.addToLayout(EditorAreaHelper.java:225)
        at org.eclipse.ui.internal.EditorAreaHelper.addEditor(EditorAreaHelper.java:213)
        at org.eclipse.ui.internal.EditorManager.createEditorTab(EditorManager.java:778)
        at org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor(EditorManager.java:677)
        at org.eclipse.ui.internal.EditorManager.openEditor(EditorManager.java:638)
        at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2854)
        at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2762)
        at org.eclipse.ui.internal.WorkbenchPage.access$11(WorkbenchPage.java:2754)
        at org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.java:2705)
        at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
        at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2701)
        at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2685)
        at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2676)
        at org.eclipse.ui.ide.IDE.openEditor(IDE.java:651)
        at org.eclipse.ui.ide.IDE.openEditor(IDE.java:610)
        at org.eclipse.ui.actions.OpenFileAction.openFile(OpenFileAction.java:99)
        at org.eclipse.ui.actions.OpenSystemEditorAction.run(OpenSystemEditorAction.java:99)
        at org.eclipse.ui.views.navigator.OpenActionGroup.runDefaultAction(OpenActionGroup.java:133)
        at org.eclipse.ui.views.navigator.MainActionGroup.runDefaultAction(MainActionGroup.java:330)
        at org.eclipse.ui.views.navigator.ResourceNavigator.handleOpen(ResourceNavigator.java:787)
        at org.eclipse.ui.views.navigator.ResourceNavigator$6.open(ResourceNavigator.java:499)
        at org.eclipse.ui.OpenAndLinkWithEditorHelper$InternalListener.open(OpenAndLinkWithEditorHel per.java:48)
        at org.eclipse.jface.viewers.StructuredViewer$2.run(StructuredViewer.java:842)
        at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
        at org.eclipse.core.runtime.Platform.run(Platform.java:888)
        at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:48)
        at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
        at org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:840)
        at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:1101)
        at org.eclipse.jface.viewers.StructuredViewer$6.handleOpen(StructuredViewer.java:1205)
        at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:264)
        at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:258)
        at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:298)
        at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
        at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1176)
        at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3493)
        at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3112)
        at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
        at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
        at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
        at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
        at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
        at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
        at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
        at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
        at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLau ncher.java:110)
        at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.jav a:79)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)
        at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
        at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
        at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
    am unable understand this error

    Mario,
    Open Source drivers for our DAQ products are developed by the Comedi project. It should be noted that these drivers may not contain the full functionality of the NI-DAQ driver available for E Series devices under the various Windows and Mac operating systems.
    For information regarding the Comedi Project please see http://stm.lbl.gov/comedi. Support for the Comedi drivers is available through the Comedi mailing list. Please contact the Comedi mailing list for questions regarding this Open Source driver.
    For more information on National Instruments Measurement and Automation products for linux, see http://www.ni.com/linux.
    Regards,
    Justin Britten
    Applications Engineer
    National Instruments

  • Installation problem on Linux Slackware 7.1 (Oracle 8i)

    I try install Oracle 8i Enterprise in Linux Slackware 7.1 (kernel 2.2.16), but the runInstaller don't work.
    I read the installation manuals and make all steps, but the runInstaller don't work.
    I get this message:
    ./runInstaller
    The Java RunTime Environment was not found at bin/jre. Hence, the Oracle Universal Installer cannot be run.
    Please visit http://www.javasoft.com and install JRE version 1.1.8 or higher and try again.
    : No such file or directory
    I try --> ln -s /usr/local/jre118_v3 /usr/local/java
    and --> ln -s /usr/local/jre118_v3 /usr/local/jre
    and put in PATH --> /usr/local/jre/bin
    Nothing work's.
    Somebody can help me ?????
    Thank's ....

    Hello!
    I also tried to install Oracle 8.1.6.1 (after giving up the 8.0.5 installation due to segmentation faults all over..), it also failed.
    After trying to install Oracle 8.1.6.1 on RedHat 7.0 and it still crashed, i sent a mail to some guru that wrote the oracle-how-to document for redhat, here is what he replied.
    My guess is that this also applies to the newest slackware version, because i presume that slackware 7.0 also use the newest glibc libraries;
    Thanks for the feedback.
    Oracle 8.1.6 does not work under Red Hat >Linux 7. Yes, that's the problem
    that I mentioned in the doc--you get to 80% >and the DBCA crashes and the
    Oracle executables die.
    I've heard, but I haven't tried it myself, >that if you install the latest
    glibc errata (2.1.94) then the DBCA >completes but the Oracle executables
    still die. The DBCA problem was apparently >a Java issue that is fixed in
    the errata. But you're still out of luck >since the exes won't work.
    It might appear that this is a problem with >Red Hat Linux 7. But it appears
    that it is a problem with some assumptions >that Oracle made, assumptions
    that worked with glibc 2.1.3 (the C library >included with RHL 6.2) but which
    prove false with later glibc versions. As >other Linux distributions adopt
    the new glibc Oracle will fail to work on >them as well.
    The best advice I can give at this point is >to install and run Oracle on
    Red Hat Linux 6.2. Hopefully Oracle will >address the glibc issues with the
    8.1.7 release.
    ChrisI then installed Orace on RedHat 6.1 and it worked like a dream.
    Maybe you guys should try your luck on an earier version of slackware?
    Hope that helped...
    null

  • Oracle 10.2.0 DB installation problem on Linux RedHat 4

    When I install Oracle 10g release 2 database on my Linux RedHat 4 platform, I got the following error message (from action log file):
    INFO: /u01/app/oracle/product/10.2.0/db_1/bin/genorasdksh: Failed to link liborasdkbase.so.10.2
    INFO: make: *** [liborasdkbase] Error 1
    INFO: End output from spawned process.
    INFO: ----------------------------------
    INFO: Exception thrown from action: make
    Exception Name: MakefileException
    Exception String: Error in invoking target 'all_no_orcl ihsodbc' of makefile '/u01/app/oracle/product/10.2.0/db_1/rdbms/lib/ins_rdbms.mk'. See '/u01/app/oracle/oraInventory/logs/installActions2006-10-05_11-17-26AM.log' for details.
    Exception Severity: 1
    Can someone help me to solve this problem?
    Your kind assistance will be highly appreciated!

    I didn't install the whole OS but just some packages that contain required rpms by Linux Redhad 4. I guess I accidently missed a package. In order to make sure that I have installed all necessary packages, I just re-installed the OS with care. Thanks for your advices.
    The Oracle DB installation was successful, however, after I installed the Oracle HTTP Server and then stop the HTTP Server, I can't start it again. The following is the error message.
    [oracle@linuxkm database]$ /u01/app/oracle/product/10.2.0/http_1/opmn/bin/opmnctl startproc ias-component=HTTP_Server
    opmnctl: starting opmn managed processes...
    ================================================================================
    opmn id=linuxkm:6200
    0 of 1 processes started.
    ias-instance id=standalone
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    HTTP_Server/HTTP_Server/HTTP_Server
    Error
    --> Process (pid=23484)
    failed to start a managed process after the maximum retry limit
    Log:
    /u01/app/oracle/product/10.2.0/http_1/opmn/logs/HTTP_Server~1
    Thank you very much for your help!

  • HTML DB 10g installation problem on linux HTTP-503 ORA-604

    I have a problem after the installation of HTML DB from the linux 10g R2 companion image.
    I installed HTML DB and HTTP server in one go, on an new system that only has the default orcl database installed. I run Red Hat enterprise linux on a x86_64 system.
    The HTML DB installation took a long time, but gave no errors.
    When I access the http://hostname:7777/pls/htmldb url I get an “This server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.”-error.
    But :7777 works fine and give me the http server default page.
    In my Apache error log I see the following errors:
    [Thu Dec  8 13:28:42 2005] [error] [client 10.11.121.20] [ecid: 1134048522:10.14.66.23:28193:0:1,0] mod_plsql: /pls/htmldb/htmldb HTTP-503 ORA-604
    I looked at several internet sources, played with my marvel.conf and my dads.conf but to no avail. My oracle home is different from my html db home. There is no ./network/admin/tnsnames.ora in my HTML_DB _HOME. Should there be? One solution in the faq even told me to copy the htmldb tnsnames.ora over my db tnsnames.ora, but the installation did not create one for me.
    When should I use a dads.conf instead of marvel.conf? I don't understand the need for this second file. I tried to also use it, because some solutions and the post-installation instructions hinted on doing it. But then I get a different error in the logs about a double DAD.
    When I login through sqlplus in the orcl database with the HTMLDB_PUBLIC_USER and my password (that was created during the installation) it works, but I don't see any tables (yet?). So the account is not locked. But should I see some tables when I do “select table_name from user_tables; ?
    I probably missing something obvious here, but I'm a bit of a oracle newby.
    Any help is appreciated,
    Erik

    Thanks Diemar,
    It worked.
    I stopped all oracle process and services.
    I then logged out and in again as oracle to see if the unset stuck.
    I then started my listener, databases, isqlnet and em.
    I then started the httpd with:
    ${HTMLDB_HOME}/opmn/bin/opmnctl start
    opmnctl: opmn started
    ${HTMLDB_HOME}/opmn/bin/opmnctl startproc
    this still gave some errors and the httpd was not started:
    ias-component=HTTP_Server
    opmnctl: starting opmn managed processes...
    ================================================================================opmn id=aberlour.uni.mdx.ac.uk:6200
    0 of 1 processes started.
    ias-instance id=standalone
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ias-component/process-type/process-set:
    HTTP_Server/HTTP_Server/HTTP_Server
    Error
    --> Process (pid=3389)
    failed to start a managed process after the maximum retry limit
    Log:
    /mdx/app/oracle/product/10.2.0/http/opmn/logs/HTTP_Server~1
    last lines in this log where:
    05/12/08 15:18:50 Stop process
    /mdx/app/oracle/product/10.2.0/http/Apache/Apache/bin/apachectl stop: httpd stopped
    05/12/08 15:31:55 Start process
    /mdx/app/oracle/product/10.2.0/http/Apache/Apache/bin/apachectl start: execing httpd
    05/12/08 15:31:57 Start process
    /mdx/app/oracle/product/10.2.0/http/Apache/Apache/bin/apachectl start: execing httpd
    I then added the PlsqlNLSLanguage line back into the marvel.conf
    which now looks:
    AddType text/xml xbl
    AddType text/x-component htc
    Alias /i/ /mdx/app/oracle/product/10.2.0/http/Apache/Apache/images/
    <Location /pls/htmldb>
    Order deny,allow
    PlsqlDocumentPath docs
    AllowOverride None
    PlsqlDocumentProcedure wwv_flow_file_manager.process_download
    PlsqlDatabaseConnectString xxxxxx.xxxxx.ac.uk:1521:orcl ServiceNameFormat
    PlsqlNLSLanguage "ENGLISH_UNITED KINGDOM.AL32UTF8"
    PlsqlAuthenticationMode Basic
    SetHandler pls_handler
    PlsqlDocumentTablename wwv_flow_file_objects$
    PlsqlDatabaseUsername HTMLDB_PUBLIC_USER
    PlsqlDefaultPage htmldb
    PlsqlDatabasePassword @BWIuxxxxxxxxxxxxxxxxxxxxxxid4Y4t8b9g==
    Allow from all
    </Location>
    and I started the http again, and it works fine.
    Problem solved. I will try to fine tune it so I'll get the basic LANG setting back in linux but without the .UTF-8 postfix.
    thanks for your help,
    Erik

  • Installation problem in Linux Slackware 7.1

    So that we may better diagnose DOWNLOAD problems, please provide the following information.
    - Server name
    - Filename
    - Date/Time
    - Browser + Version
    - O/S + Version
    - Error Msg
    I try install Oracle 8i Enterprise in Linux Slackware 7.1 (kernel 2.2.16), but the runInstaller don't work.
    I read the installation manuals and make all steps, but the runInstaller don't work.
    I get this message:
    ./runInstaller
    The Java RunTime Environment was not found at bin/jre. Hence, the Oracle Universal Installer cannot be run.
    Please visit http://www.javasoft.com and install JRE version 1.1.8 or higher and try again.
    : No such file or directory
    I try --> ln -s /usr/local/jre118_v3 /usr/local/java
    and --> ln -s /usr/local/jre118_v3 /usr/local/jre
    Nothing work's.
    Somebody can help me ?????
    Thank's ....

    Hello!
    I also tried to install Oracle 8.1.6.1 (after giving up the 8.0.5 installation due to segmentation faults all over..), it also failed.
    After trying to install Oracle 8.1.6.1 on RedHat 7.0 and it still crashed, i sent a mail to some guru that wrote the oracle-how-to document for redhat, here is what he replied.
    My guess is that this also applies to the newest slackware version, because i presume that slackware 7.0 also use the newest glibc libraries;
    Thanks for the feedback.
    Oracle 8.1.6 does not work under Red Hat >Linux 7. Yes, that's the problem
    that I mentioned in the doc--you get to 80% >and the DBCA crashes and the
    Oracle executables die.
    I've heard, but I haven't tried it myself, >that if you install the latest
    glibc errata (2.1.94) then the DBCA >completes but the Oracle executables
    still die. The DBCA problem was apparently >a Java issue that is fixed in
    the errata. But you're still out of luck >since the exes won't work.
    It might appear that this is a problem with >Red Hat Linux 7. But it appears
    that it is a problem with some assumptions >that Oracle made, assumptions
    that worked with glibc 2.1.3 (the C library >included with RHL 6.2) but which
    prove false with later glibc versions. As >other Linux distributions adopt
    the new glibc Oracle will fail to work on >them as well.
    The best advice I can give at this point is >to install and run Oracle on
    Red Hat Linux 6.2. Hopefully Oracle will >address the glibc issues with the
    8.1.7 release.
    ChrisI then installed Orace on RedHat 6.1 and it worked like a dream.
    Maybe you guys should try your luck on an earier version of slackware?
    Hope that helped...
    null

  • Siebel 8.1 SWSE installation problem on Linux

    Hi All,
    I'm trying to install Siebel 8.1 [21039] on Linux (Redhat 4 with update 5) . I have done my gateway server, enterprise server and siebel server successfully. Then I installed the OHS 10.1.3 and Siebel Web Server Extension as the web server, but at the end of SWSE install, it always give me error message during execute configuration step. The error message is:
    (May 6, 2008 10:43:50 AM), Setup.product.install, Utility, err, unable to launch: "ksh export LD_LIBRARY_PATH=/slot/ems1220/appmgr/siebel/sweapp/bin;PATH=${PATH}:.;/slot/ems1220/appmgr/istemp20862126171143/_bundledJRE_/bin/java -Dtemp.dir=/slot/ems1220/appmgr -cp /slot/ems1220/appmgr/siebel/sweapp/bin/setup.jar run -args LANG=ENU MODE=LIVE REPEAT=FALSE MODEL_FILE=/slot/ems1220/appmgr/siebel/sweapp/admin/swse_server.scm" error code: "255"(SBL-STJ-00152)
    (May 6, 2008 10:43:50 AM), Setup.product.install, Utility, msg1, Launching: ksh -c /slot/ems1220/appmgr/siebel/sweapp/install_script/install/CreateCfgEnvScript /slot/ems1220/appmgr/siebel/sweapp
    I also checked the sw_cfg_util.log under $sweapp/log directory, it shows some errors as below.
    GenericLog GenericError 1 0000000348203f65:0 2008-05-06 11:38:16 Executing step: RestartConfWebServer^M
    GenericLog GenericError 1 0000000348203f65:0 2008-05-06 11:40:16 (ossystem.cpp (96) err=851969 sys=0) SBL-OSD-00001: Internal: Function call timed out (0)^MGenericLog GenericError 1 0000000348203f65:0 2008-05-06 11:40:16 Step RestartConfWebServer: failed to run program %%SiebelRoot%%%%OSDirSeparator%%install_script%%OSDirSeparator%%install%%OSDirSeparator%%BounceWebServer with cmdline %%WebServerInstance%%^M
    GenericLog GenericError 1 0000000348203f65:0 2008-05-06 11:40:16 Failed during Execution, err: 851969^M
    It seems complaining about bouncing the web server, but I have no problem manually stop/start web server using opmnctl command
    -bash-3.00$ ./opmnctl stopall
    opmnctl: stopping opmn and all managed processes...
    -bash-3.00$ ./opmnctl startall
    opmnctl: starting opmn and all managed processes...
    -bash-3.00$ ps -ef|grep -i http
    app1220 18392 9286 0 13:42 pts/0 00:00:00 grep -i http
    app1220 28451 28431 7 13:42 ? 00:00:00 /slot/ems1220/appmgr/OHS10_1_3/ohs/bin/httpd.worker -d /slot/ems1220/appmgr/OHS10_1_3/ohs -DSSL
    app1220 28452 28451 0 13:42 ? 00:00:00 /slot/ems1220/appmgr/OHS10_1_3/ohs/bin/httpd.worker -d /slot/ems1220/appmgr/OHS10_1_3/ohs -DSSL
    app1220 28454 28451 0 13:42 ? 00:00:00 /slot/ems1220/appmgr/OHS10_1_3/ohs/bin/httpd.worker -d /slot/ems1220/appmgr/OHS10_1_3/ohs -DSSL
    app1220 28455 28451 2 13:42 ? 00:00:00 /slot/ems1220/appmgr/OHS10_1_3/ohs/bin/httpd.worker -d /slot/ems1220/appmgr/OHS10_1_3/ohs -DSSL
    app1220 28456 28451 2 13:42 ? 00:00:00 /slot/ems1220/appmgr/OHS10_1_3/ohs/bin/httpd.worker -d /slot/ems1220/appmgr/OHS10_1_3/ohs -DSSL
    Does anyone encounter similar problems before? Any suggestions on how to solve this problem?
    Thank you very much!
    Yun

    Looks like problem in OHS. I'm unable to locate ohs directory, instead i have opmn, i checked the http status and it's running fine ..
    $ ./opmnctl status
    Processes in Instance:
    --------------------------------------------------------------+---------
    ias-component | process-type | pid | status
    --------------------------------------------------------------+---------
    HTTP_Server | HTTP_Server | 1510 | Alive
    I think siebenv.sh/csh file is resposible for setting SIEBEL_ROOT veriable and this file is located under siebel server root directory, file cfgenv.sh is only setting library path.
    I can see couple of script in ../install_script/install which is being used for setting root and other env variables.
    Do we need to execute any of these scripts manually in order to set SIEBEL_ROOT and other env variables or i just need to export it manually with new path?
    What you did in your case?

  • Oracle 8.1.7 installation problem on ( linux) red hat 7.1

    HI,
    I AM TRYING TO INSTALL ORACLE 8.1.7 ON LINUX RED HAT(7.1).
    AFTER DOING ALL THE STEPS WHEN I RUN(./runInstaller) I am getting message
    "Initializing java virtual machine from ../stage/components/oracle.swd.jre/1.1.8/1/datafiles/Expanded/Linux/bin/jre. please wait" and the execution terminates.
    PLEAE HELP ME please help me !!!!!!
    Also let me know which file to untar in the CD (linux81701.tar & glibc-2.1.3-stubbs.tar) also installed JDK1.1.8.
    Please help Me..

    Hi,
    My name is Fridirick REMBEAUX and I have the same problem. ;))
    I did not understand the first point after :
    1. /usr/i386-glibc21-linux/bin/i386-glibc21-linux-env.sh
    At which url can I get this script ?
    I think that maybe it's not the same problem because the installer and so the jre
    still executed but nothing else appears.
    And I'm also lost. When did the oracle products work well ??
    I think I damned.
    Hi
    I get same Problem on Rh7.3 !But when i execute 2 Step will be OK!
    1. /usr/i386-glibc21-linux/bin/i386-glibc21-linux-env.sh
    2. export LD_ASSUME_KENERL=2.2.5
    HI,
    I AM TRYING TO INSTALL ORACLE 8.1.7 ON LINUX RED HAT(7.1).
    AFTER DOING ALL THE STEPS WHEN I RUN(./runInstaller) I am getting message
    "Initializing java virtual machine from ../stage/components/oracle.swd.jre/1.1.8/1/datafiles/Expanded/Linux/bin/jre. please wait" and the execution terminates.
    PLEAE HELP ME please help me !!!!!!
    Also let me know which file to untar in the CD (linux81701.tar & glibc-2.1.3-stubbs.tar) also installed JDK1.1.8.
    Please help Me..

  • Designer6i Installation Problem on P4 with Win2000

    I get following error and installation aborts:
    cgenrx61.map(0): FILE_NOT_FOUND while
    mapping cgenrx61
    Does anyone know what is happening here?
    Thanks,
    Tony

    To install 8i on a P4 you to search for a patch in metalink to substitute the Instalation Product Program.
    I already have the same problem and I solve it with this patch.
    Best Regards Can anyone list this link? Oracle's search engine stinks! I couldn't find any documentation on the P4 installation issue on the site.

  • Oracle Patch 11.1.0.6 -- 11.1.0.7  installer problems on linux

    Hello,
    i will do an upgrade and i downloaded patch file "p6890831_111070_Linux-x86". So i extractet the folder and call ./runInstaller.
    But if i do this i get an error message: "./runInstaller: line 197: /home/oracle/patch: Datei oder Verzeichnis nicht gefunden" That means in english "File or Folder not found".
    On line 197 i've found: $CMDDIR/install/.oui $*
    What is the problem? What do i wrong?
    I use RHEL 5!
    Edited by: user6368351 on 08.10.2009 14:20

    Hello,
    i have done an upgrade from 10.2.0.4 to 11.1.0.6. There was no problem and 11.1.0.6 works right now. But i can't run the installer for the 11.1.0.7 patchset.
    EDIT:
    If i run the installer with root, so i get the typical message:
    Oracle Universal Installer wird gestartet...
    Temporärer Speicherplatz wird überprüft: muss größer sein als 80 MB. Tatsächlich 202209 MB Erfolgreich
    Swap-Speicher wird überprüft: muss größer sein als 150 MB. Tatsächlich 5887 MB Erfolgreich
    Monitor wird überprüft: muss so konfiguriert sein, dass mindestens 256 Farben angezeigt werden. Tatsächlich 16777216 Erfolgreich
    Vorbereitung für das Starten von Oracle Universal Installer aus /tmp/OraInstall2009-10-12_12-03-07PM. Bitte haben Sie einen Moment Geduld...
    Der Benutzer ist root. Oracle Universal Installer kann bei einem Root-Benutzer nicht mit der Installation fortfahren.
    This means, i have to run the installer with an oracle user.
    But ich I will run it with oracle rights, the installer will not run.
    Edited by: user6368351 on 12.10.2009 03:04

  • Installation Problem on Pentium4 with ORACLE 8.1.7 Client

    I tried to Install the ORACLE Client 8.1.7/8.1.6 on Pentium4 with NT platform. On inserting the CD it gave the first prompt and after Clicking the "INSTALL/DE-INSTALL PRODUCTS", system stops. Checking in the TaskManager helps us to know that 'setup.exe' and 'java.exe' were started for a fraction of the second and then stopped.
    Tried to explore the issue and it seems that the JAVA version which ORACLE is using for the INSTALLATION of 8.1.7 is NonCompatible with the P4[NT Platform].
    However, 8.0.5/8.0.6 Client version were successfully Installed on the same configuration.
    Can Anyone help me out in Installing 8.1.6 on P4[NT base].
    Thanks in advance

    Is the machine you're trying to install on the
    machine your display is running on?
    If not, doing a
    'xhost + name_of_machine_you_are_installing_on'
    on the machine your display is running on should do the
    trick.
    Hope that helps.
    M. Geselle

  • Installation problem on Linux?

    Hi ,
    i am installing Oracle Application Sever 10g on RHEL 3.0 or RHEL AS4.0
    for that i have to apply patch3006854 as per installation manuals.
    but after applying this patch linux wont allow me to do anything and gives error
    cannot read from /etc/libcwait.so.
    Thanks
    Sohil

    Hi,
    Try the followings
    - Use the latest JDK
    - Just set your LD_LIBRARY_path     $ORACLE_HOME/lib:/usr/lib
    LD_LIBRARY_path     $ORACLE_HOME/lib:/usr/lib
    allocate your libcwait.so & set the following LD_PRELOAD (the place in which libcwait.so
    is allocated.
    If U do'not find it then
    Execute the following as oracle user
    gcc -O2 -shared -o ~/libcwait.so -fpic -xc - <<\EOF
    #include <errno.h>
    #include <sys/syscall.h>
    #include <sys/types.h>
    #include <sys/wait.h>
    pid_t
    __libc_wait (int *status)
    int res;
    asm volatile ("pushl %%ebx\n\t"
    "movl %2, %%ebx\n\t"
    "movl %1, %%eax\n\t"
    "int $0x80\n\t"
    "popl %%ebx"
    : "=a" (res)
    : "i" (__NR_wait4), "0" (WAIT_ANY), "c" (status), "d" (0),
    "S" (0));
    return res;
    EOF
    export LD_PRELOAD=~/libcwait.so
    Let me know,
    Cheers,
    Hamdy

  • JDK 5.0 installation problem on Linux

    Hi all,
    Please i am using Linux Fedora 4. I am trying to install JDK 5.0 update 8 (binary).
    chmod +x jdk-1_5_0_08-linux-i586-rpm.bin
    ./jdk-1_5_0_08-linux-i586-rpm.binThis error appear :
    Do you agree to the above license terms? [yes or no]
    yes
    Unpacking...
    Checksumming...
    1
    The download file appears to be corrupted.  Please refer
    to the Troubleshooting section of the Installation
    Instructions on the download page for more information.
    Please do not attempt to install this archive file.Thank.

    Hi,
    Try the followings
    - Use the latest JDK
    - Just set your LD_LIBRARY_path     $ORACLE_HOME/lib:/usr/lib
    LD_LIBRARY_path     $ORACLE_HOME/lib:/usr/lib
    allocate your libcwait.so & set the following LD_PRELOAD (the place in which libcwait.so
    is allocated.
    If U do'not find it then
    Execute the following as oracle user
    gcc -O2 -shared -o ~/libcwait.so -fpic -xc - <<\EOF
    #include <errno.h>
    #include <sys/syscall.h>
    #include <sys/types.h>
    #include <sys/wait.h>
    pid_t
    __libc_wait (int *status)
    int res;
    asm volatile ("pushl %%ebx\n\t"
    "movl %2, %%ebx\n\t"
    "movl %1, %%eax\n\t"
    "int $0x80\n\t"
    "popl %%ebx"
    : "=a" (res)
    : "i" (__NR_wait4), "0" (WAIT_ANY), "c" (status), "d" (0),
    "S" (0));
    return res;
    EOF
    export LD_PRELOAD=~/libcwait.so
    Let me know,
    Cheers,
    Hamdy

  • Win XP Installation problem on System with KT880 DELTA FSR

    WHen I try install win xp with sp2 included, installation fails in about 19 minute to end in graphical part of installation.
    when installation crashes i see only blue screen with
    IRQL_NOT_LESS_OR_EQUAL
    configuration is here
    CyberCase CY 229 ATX se zdrojem 400W
    MB MSI KT880 Delta FSR
    CPU Athlon XP 2800+ Barton BOX
    DIMM 512 CL 2.5 8x32 Apacer
    GPU Sapphire Radeon 9600
    FDD ALPS 3.5"
    HDD WD 80GB IDE on IDE 1
    DVD RW LG GSA 4160B Dual on IDE 2
    I tried in BIOS agp 4x, vlink and fastwrite disabled, etc..
    Help please ..

    You can test the memory by downloading this program,
    http://www.memtest.org/download/1.40/memtest86+-1.40.floppy.zip
    Creates a bootdisk which you must boot from. (Disk cannot be read in windows)
    If the PSU cannot provide enough power then running the memory at a lower frequency can help, as 333Mhz uses less power than 400Mhz.
    Test the memory at 333Mhz and see if you get any errors, maybe ask a friend to run the memory at 400Mhz with memtest.
    If it does run at 400Mhz (200Mhz) without any errors then it is not faulty.
    From this point forward you will always test any memory modules that you buy with memtest.
    It is a very useful program.

Maybe you are looking for

  • How to Filter a DVWP for other list items with same name?

    I have 2 lists, Clients & Engagements. The Engagements list has a lookup field to the Clients list (to the Title). The Engagements list often has more than on listing (job) for the same client at one time. I am trying to create a DisplayForm on the E

  • BlendMode.Layer Cannot get to work!

    Hi Guys, I just can't seem to get this to work.. upon reading this article http://www.zedia.net/2008/blendmodelayer-a-must-when-changing-alpha-of-a-displayobject-con taining-other-displayobject/ I have a blue square in a movieclip symbol.. a green sq

  • Repeating the output in sales order

    Hi, When we create a sales order and save it , the output is issued through output type. We are now facing an issue. when we do some changes in the sales order (manually or batch job), the output is not re-triggred. how to re-trigger the output. It c

  • Fault Message returning to RFC

    Hi all, follow below my scenario: R3 <-RFC-> XI <-JDBC-> ORACLE My interface INSERT data into ORACLE. I need to get the fault message of JDBC and return to RFC.response. I made the FAULT MESSAGE TYPE and adjust my Message interface to Synchronous wit

  • Table Truncated, Flashback is enabled ... How to recover.

    Hi, There is a table which was truncated, as we have flashback enabled. Even we have previously enabled row movement of the particular table. How to recover ???? Thanks.