Agent Configuration Assistant fails on installation

Trying to install 9iR2 on Red Hat Linux 7.3. I've got a test server working but the production one refuses to run the Agent Configuration Assistant. It just says
--<snip>--
Parameter "orahome" = /opt/oracle/product/9.2.0
Parameter /nodeinfo" = NO_VALUE
Agent Service Failed
--</snip>--
Is it vital for me to have it running? To what do I need it exactly?
Here's some details on issue, if someone could be able to help me out...
--<snip>--
Command which is being spawned is /opt/oracle/product/9.2.0/JRE/bin/jre -classpath
/opt/oracle/product/9.2.0/JRE/lib/rt.jar:/opt/oracle/product/9.2.0/jlib/srvm.jar:/opt/oracle/product/9.2.0/network/agent/agentca.jar
oracle.agent.AgentCA /orahome /opt/oracle/product/9.2.0 /nodeinfo
NO_VALUE
Configuration tool Agent Configuration Assistant was canceled
Result code for launching of configuration tool is -1
--</snip>--
I read some agent related documentation:
http://otn.oracle.com/docs/products/oracle9i/doc_library/release2/em.920/a96676/toc.htm
I checked if the agent was running on the test server and if not, would
it start:
--<snip>--
[root@delfoi log]# agentctl status
DBSNMP for Linux: Version 9.2.0.1.0 - Production on 01-AUG-2002 16:15:09
Copyright (c) 2002 Oracle Corporation. All rights reserved.
Could not contact agent. It may not be running.
[root@delfoi log]# agentctl start
DBSNMP for Linux: Version 9.2.0.1.0 - Production on 01-AUG-2002 16:15:18
Copyright (c) 2002 Oracle Corporation. All rights reserved.
Starting Oracle Intelligent Agent......
Agent started
--/snip>--
Tried the same on our production server:
--<snip>--
[root@chfiv103 root]# agentctl status
DBSNMP for Linux: Version 9.2.0.1.0 - Production on 01-AUG-2002 17:03:21
Copyright (c) 2002 Oracle Corporation. All rights reserved.
Could not contact agent. It may not be running.
[root@chfiv103 root]# agentctl start
DBSNMP for Linux: Version 9.2.0.1.0 - Production on 01-AUG-2002 17:03:29
Copyright (c) 2002 Oracle Corporation. All rights reserved.
Starting Oracle Intelligent Agent...\nAgent startup failed. Check
/opt/oracle/product/9.2.0/network/log/dbsnmp.nohup for details
--</snip>--
And the logs say:
--</snip>--
[root@chfiv103 root]# more
/opt/oracle/product/9.2.0/network/log/dbsnmp.nohup
------------------------ Thu Aug 1 17:03:29 EEST 2002
Certain conflicts were resolved during discovery
Please consult /opt/oracle/product/9.2.0/network/log/nmiconf.log for details
Failed while initializing SNMP
Error initializing subsystems
Agent exited at Thu Aug 1 17:03:30 EEST 2002 with return value 55
Could not start agent. Initialization failure
[root@chfiv103 root]# more
/opt/oracle/product/9.2.0/network/log/nmiconf.log
DBSNMP for Linux 2.4.18-5: release 9.2.0.0.0 - Production on 01-AUG-02
17:03:29
Discovering services on chfiv103 configured on host addresses {chfiv103
80.81.172.177}
Using oratab file /etc/oratab
Warning : Error while sourcing third party discovery file
emddiscover.tcl
: can't read "tabfile": no such variable
--</snip>--
Couldn't find any strangeness in the config files either:
/opt/oracle/product/9.2.0/network/admin/snmp_ro.ora
/opt/oracle/product/9.2.0/network/admin/snmp_rw.ora
/opt/oracle/product/9.2.0/network/admin/listener.ora
/opt/oracle/product/9.2.0/network/admin/tnsnames.ora
I'm a bit loss here...
Regards,
Peter

You can to verify if you have a problem with the firewall. Run the next comands
Execute CMD and run
telnet hostname XXXX ------------> where XXXX is the AGENT PORT . This port its configure in the emd.properties file. This file is in the AGENT_DIRECTORY\sysman\config\
If you dont execute a telnet to this port, you have a firewall problem
Regards

Similar Messages

  • Agent Configuration Assistant failed during installation of Oracle 9i

    Hi,
    Currently having problem with installing Oracle 9i R2 (9.2.0.4) on Redhat. Am getting this error:
    Parameter "orahome" = /apps/oracle/product/9.2.0.4/db_1
    Parameter "nodeinfo" = NO_VALUE
    Agent Service Failed
    Does anyone has a solution on this?
    Thanks,
    JayArr

    Lets start with the basics. There is no such thing as Oracle 9i.
    Yes I know Oracle years ago used it as a marketing label but to help you we need the exact version to 3 decimal places.
    Either way the version you are just now installing is so old it will be unsupported? Why are you installing Neolithic software?
    And finally ... What agent? What agent configuration? What does an agent have to do with a 9i installation on XP?
    The more specific you are, and the clearer your description, the more likely you will get help. Though why you are installing something so old escapes me at the moment. <g>

  • Agent Configuration Assistant Failed during install

    At the end of Oracle 9i installation, the Agent Configuration Assistant failed with
    Parameter"orahome"=/opt/oracle/product/9.2.0
    Parameter"nodeinfo"=NO_VALUE
    I'm installing Oracle 9i on a Sun sparc ultra 10 with 1 gig of RAM running Solaris 9.
    Any help is much appreciated,
    Lucas

    Thanks for the prompt reply, Joel. I did follow the install instruction. My /etc/system consists of:
    set shmsys:shminfo_shmmax=4294967295
    set shmsys:shminfo_shmmin=1
    set shmsys:shminfo_shmmni=100
    set shmsys:shminfo_shmseg=10
    set semsys:seminfo_semmns=1024
    set semsys:seminfo_semmni=100
    set noexec_user_stack = 1
    set noexec_user_stack_log = 1
    set sys:coredumpsize = 0
    My .profile consists of:
    ORACLE_BASE=/opt/oracle; export ORACLE_BASE
    ORACLE_HOME=$ORACLE_BASE/product/9.2.0; export ORACLE_HOME
    ORACLE_SID=solaris; export ORACLE_SID
    ORACLE_TERM=xterm; export ORACLE_TERM
    TNS_ADMIN=/export/home/oracle/config/9.2.0; export TNS_ADMIN
    NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1; export NLS_LANG
    ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/data; export ORA_NLS33
    LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib:/usr/openwin/lib
    LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/dt/lib:/usr/ucblib:/usr/local/lib
    export LD_LIBRARY_PATH
    # Set up the search paths:
    PATH=$PATH:/bin:/usr/bin:/usr/sbin:/opt/bin:/opt/local/bin::/opt/NSCPnav/bin:$ORACLE_HOME/bin:/usr/ccs/bin:/opt/local/GNU/bin:/usr/local/samba/bin:/usr/ucb:.
    export PATH
    # CLASSPATH must include the following JRE location(s):
    CLASSPATH=$ORACLE_HOME/JRE:$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib
    CLASSPATH=$CLASSPATH:$ORACLE_HOME/network/jlib

  • Agent Configuration Assistant fails on install  (linux AS 4/Oracle 9.2.0.4)

    Agent Configuration Assistant fails on install of oracle 9.2.0.4 Database Enterprises Edition On Linux AS 4
    Parameter "orahome" = /home/oracle/OraHome1
    Parameter "nodeinfo" = NO_VALUE
    Agent Service Failed
    System Configuration 512RAM 40 GB HDD 3.0 GHz
    /etc/hosts File Specification
    127.0.0.1 rd.hp.com rd localhost.localdomain localhost

    You can to verify if you have a problem with the firewall. Run the next comands
    Execute CMD and run
    telnet hostname XXXX ------------> where XXXX is the AGENT PORT . This port its configure in the emd.properties file. This file is in the AGENT_DIRECTORY\sysman\config\
    If you dont execute a telnet to this port, you have a firewall problem
    Regards

  • Internet Directory configuration assistant failed while installation

    Hi,
    Internet Directory configuration assistant failed while installation of OID Apps infrastructure Identity management componenet installation for HA option Oracle AS cluster identity management.
    Tue Apr 30 15:40:56 BST 2013 OID CA started.
    Registering OID server..
    SID: orcl
    DB Host: DBHOST2
    DB Version:10.1.0.5.0
    create final wallet
    Setting OID wallet permissions..
    cmdline:0:/a01/OIDPRODZ/ldap/bin/oidsp.sh
    Linux
    Entering Ldap Post Installation Set File Permissions
    Setting wallet file protections
    Leaving Ldap Post Installation Set File Permissions
    Stopping OID Server using OPMN..
    Starting OID Server using OPMN..
    Tue Apr 30 15:41:04 BST 2013 Bind request issued. Waiting for OID Server response.
    with a retryCount:20
    Tue Apr 30 15:41:34 BST 2013 Bind request issued. Waiting for OID Server response.
    javax.naming.CommunicationException: APPHOST1.process.com:13060 [Root exception is java.net.ConnectException: Connection refused]
         at oracle.ldap.util.jndi.ConnectionUtil.returnInitialLdapContext(ConnectionUtil.java:491)
         at oracle.ldap.util.jndi.ConnectionUtil.getDefaultDirCtx(ConnectionUtil.java:134)
         at oracle.ldap.util.jndi.ConnectionUtil.getDefaultDirCtx(ConnectionUtil.java:156)
         at oracle.ldap.oidinstall.backend.OIDConfiguration.isOIDSrvUp(OIDConfiguration.java:961)
         at oracle.ldap.oidinstall.backend.OIDConfigWrapper.configOID(OIDConfigWrapper.java:277)
         at oracle.ldap.oidinstall.OIDCA.doSilent(OIDCA.java:508)
         at oracle.ldap.oidinstall.OIDCA.run(OIDCA.java:845)
         at oracle.ldap.oidinstall.OIDCA.main(OIDCA.java:984)
    Caused by: java.net.ConnectException: Connection refused
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
         at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
         at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
         at java.net.Socket.connect(Socket.java:452)
         at java.net.Socket.connect(Socket.java:402)
         at java.net.Socket.<init>(Socket.java:309)
         at java.net.Socket.<init>(Socket.java:124)
         at com.sun.jndi.ldap.Connection.createSocket(Connection.java:346)
         at com.sun.jndi.ldap.Connection.<init>(Connection.java:181)
         at com.sun.jndi.ldap.LdapClient.<init>(LdapClient.java:119)
         at com.sun.jndi.ldap.LdapClient.getInstance(LdapClient.java:1668)
         at com.sun.jndi.ldap.LdapCtx.connect(LdapCtx.java:2599)
         at com.sun.jndi.ldap.LdapCtx.<init>(LdapCtx.java:290)
         at com.sun.jndi.ldap.LdapCtxFactory.getUsingURL(LdapCtxFactory.java:175)
         at com.sun.jndi.ldap.LdapCtxFactory.getUsingURLs(LdapCtxFactory.java:193)
         at com.sun.jndi.ldap.LdapCtxFactory.getLdapCtxInstance(LdapCtxFactory.java:136)
         at com.sun.jndi.ldap.LdapCtxFactory.getInitialContext(LdapCtxFactory.java:66)
         at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:662)
         at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:243)
         at javax.naming.InitialContext.init(InitialContext.java:219)
         at javax.naming.ldap.InitialLdapContext.<init>(InitialLdapContext.java:133)
         at oracle.ldap.util.jndi.ConnectionThread.run(ConnectionThread.java:61)
    Any suggestion ?
    Thanks

    Hi,
    Thank you for the replay.
    #cat /etc/hosts
    # device defined for TCP in your /etc/net file. It may also contain
    # entries for well-known (reserved) names such as timeserver
    # and printserver as well as any other host name and address.
    # The format of this file is:
    # Internet Address Hostname # Comments
    # Items are separated by any number of blanks and/or tabs. A '#'
    # indicates the beginning of a comment; characters up to the end of the
    # line are not interpreted by routines which search this file. Blank
    # lines are allowed.
    # Internet Address Hostname # Comments
    # 192.9.200.1 net0sample # ethernet name/address
    # 128.100.0.1 token0sample # token ring name/address
    # 10.2.0.2 x25sample # x.25 name/address
    127.0.0.1 loopback localhost # loopback (lo0) name/address
    192.168.107.205 NSEL-CHN-S05 myserver.com
    #netstat -a |grep 13062
    (no output)
    In my knowledge these are the patches required.
    Patches
    1)IY70159 : KRTL relocation problem
    2)IY66513 : Parsing of LDR_CNTRL value fails
    3)IY68989 : write to mmapped space hangs
    I checked like this,
    # instfix -i -k IY70159
    All filesets for IY70159 were found.
    # instfix -i -k IY66513
    All filesets for IY66513 were found.
    # instfix -i -k IY68989
    All filesets for IY68989 were found.
    Regards,
    Mat.

  • Agent Configuration assistant failed while 9i installation

    Hi I have been installing 9i on my system....everything was fine until I reached the Configuration Tools wizard.
    Under this all the tools succeeded in installing except : Agent Configuration assistant, it failed and when I looked into the details it says:
    Parameter "orahome" = C:\oracle\ora92
    Parameter "nodeinfo" = NO_VALUE
    Agent Service Failed
    Can anyone help me I am stuck at this point..
    Thank you

    Unfortunately there's a whole bunch of possible reasons, read this note on metalink:
    Installing 9.2 Agent Fails with Agent Service Failed
    Doc ID:231786.1
    Werner

  • SSO Configuration Assistant failed during installation of OCS 10G on linux

    I am trying to install OCS 10g infrastructure on CentOS 4.2
    the linux version which the installer displays is redhat-4
    The installation works fine but the SSO CA fails and gives this message
    NLS_LANG param = AMERICAN_AMERICA.AL32UTF8ERROR : Exception while configing SSO DAD :oracle.ons.SubscriptionException: Subscription request timed out after 120000 millseconds. Possible causes: OPMN may not be running, you may have an OPMN running in an alternate ORACLE_HOME using duplicate port values, or OPMN may be misconfigured.
         at oracle.ons.SubscriptionNotification.waitForReply(SubscriptionNotification.java:82)
         at oracle.ons.ONS.addSubscriber(ONS.java:336)
         at oracle.ons.Subscriber.realStartup(Subscriber.java:92)
         at oracle.ons.Subscriber.<init>(Subscriber.java:80)
         at oracle.ons.ONS.createNewSubscriber(ONS.java:690)
         at oracle.ias.sysmgmt.task.TaskMaster.sysInit(Unknown Source)
         at oracle.ias.sysmgmt.task.TaskMaster.sysInit(Unknown Source)
         at oracle.ias.sysmgmt.task.InstanceManager.sysInit(Unknown Source)
         at oracle.ias.sysmgmt.task.InstanceManager.init(Unknown Source)
         at oracle.ias.sysmgmt.EntryPoint.init(Unknown Source)
         at oracle.webdb.config.smi.GeneralConfig.<init>(Unknown Source)
         at oracle.webdb.config.smi.GeneralDADConfig.<init>(Unknown Source)
         at oracle.webdb.config.smi.DADConfig904Imp.<init>(Unknown Source)
         at oracle.webdb.config.smi.ConfigFactory.getGeneralDADConfig(Unknown Source)
         at oracle.webdb.config.smi.ConfigFactory.getDADConfig904(Unknown Source)
         at oracle.webdb.config.smi.ConfigFactory.getDADConfigLatest(Unknown Source)
         at oracle.webdb.config.smi.ConfigFactory.getDADConfigLatest(Unknown Source)
         at oracle.security.sso.SSOConfigAssistant.configDAD(SSOConfigAssistant.java:1493)
         at oracle.security.sso.SSOConfigAssistant.ssoConfig(SSOConfigAssistant.java:1270)
         at oracle.security.sso.SSOConfigAssistant.main(SSOConfigAssistant.java:217)
    Please fix the error reported in the stack trace above and re-run SSO Config Tool.
    /home/oracle/product/10.1.2/ocs_1/jdk/bin/java
    -cp
    /home/oracle/product/10.1.2/ocs_1/lib/xmlparserv2.jar:/home/oracle/product/10.1.2/ocs_1/sysman/webapps/emd/WEB-INF/lib/emd.jar:/home/oracle/product/10.1.2/ocs_1/sysman/webapps/emd/WEB-INF/lib/log4j-core.jar:/home/oracle/product/10.1.2/ocs_1/lib/emSDK.jar
    -DORACLE_HOME=/home/oracle/product/10.1.2/ocs_1
    oracle.sysman.emSDK.conf.TargetInstaller
    deletetarget
    oracle_sso_server
    infra_inst.nufastserver.local.nu_Single Sign-On:orassogetASTargetInfo: oracleHome = "/home/oracle/product/10.1.2/ocs_1".
    getASTargetInfo: iasName = "infra_inst.nufastserver.local.nu".
    getASTargetInfo: iAS Target Type = "oracle_ias".
    Setting the AS product version value in targets.xml to be "10.1.2.0.2".
    Calling method getASTargetInfo.getASTargetInfo: StatusURL value = "http://nufastserver.local.nu:7777".
    Retrieved SSO protocol, host, and port info from targets.xml.
    The values are: "http://nufastserver.local.nu:7777".The following values will be used to configure the sso_server target entry in targets.xml.
    Protocol: "http".
    Hostname: "nufastserver.local.nu".
    Port: "7777"./home/oracle/product/10.1.2/ocs_1/jdk/bin/java
    -cp
    /home/oracle/product/10.1.2/ocs_1/lib/xmlparserv2.jar:/home/oracle/product/10.1.2/ocs_1/sysman/webapps/emd/WEB-INF/lib/emd.jar:/home/oracle/product/10.1.2/ocs_1/sysman/webapps/emd/WEB-INF/lib/log4j-core.jar:/home/oracle/product/10.1.2/ocs_1/lib/emSDK.jar
    -DORACLE_HOME=/home/oracle/product/10.1.2/ocs_1
    oracle.sysman.emSDK.conf.TargetInstaller
    addtarget
    /home/oracle/product/10.1.2/ocs_1/sso/sso_server_target2add.xmlConfiguring SSO languages with the following language code:
    us Language us is already installed.
    About to execute java call using emConfigInstall.jar.
    Here are the arguments:
    /home/oracle/product/10.1.2/ocs_1/jdk/bin/java
    -DORACLE_HOME=/home/oracle/product/10.1.2/ocs_1
    -jar
    /home/oracle/product/10.1.2/ocs_1/jlib/emConfigInstall.jar
    consolesn
    /home/oracle/product/10.1.2/ocs_1/sso/conf/consoleConfigSNSegment.xml
    Finished executing the call.Child Process has exited.
    SSO Configuration Assistant failed.
    I have checked thelog files but there is nothing in that.
    in the hosts file I have given fully qualiifed name as "nufastserver.local.nu"
    Can any bosy help me in this problem. I have tried reinstalling the OS also but the problem is still there at the same place

    I had exactly the same poblem on a red hat 64bit OS on the infrastructure install.
    But while trying to start opmn manually (that is definitely not to do to solve the problem). I had the error telling me that the shared library libdb.so.2 was not accessible.
    I did add the compat-db-4xxxxx.i386.rpm and then retry the check. Then all passed threw.
    To note that the .log file from the install says definitely nothing about this and that just trying to start the opmn did create another .log that gave me the file problem.
    Hope it can help for 64bit linux OS installation.

  • "Web Cache Configuration Assistant" failed during installation

    Hi,
    I'm trying to install Grid Control on Fedora Core 4 but it failes during the installation at the "Web Cache Configuration Assistant".
    I already createt a loopback device on localhost.
    Thanks for any surggestions!!
    End output from spawned process.
    Configuration assistant "Web Cache Configuration Assistant" failed
    2
    ORACLE_HOME is /opt/oracle/EM/10.1.0.3
    Failed in smi manipulation().
    TaskMaster initialization failed.
    Root Cause: Subscription request timed out after 120000 millseconds. Possible causes: OPMN may not be running, you may have an OPMN running in an alternate ORACLE_HOME using duplicate port values, or OPMN may be misconfigured.
    oracle.ons.SubscriptionException: Subscription request timed out after 120000 millseconds. Possible causes: OPMN may not be running, you may have an OPMN running in an alternate ORACLE_HOME using duplicate port values, or OPMN may be misconfigured.
    at oracle at oracle.ons.ONS.addSubscriber(ONS.java:333)
    at oracle.ons.Subscriber.realStartup(Subscriber.java:92)
    at oracle.ons.Subscriber.<init>(Subscriber.java:80)
    at oracle.ons.ONS.createNewSubscriber(ONS.java:687)
    at oracle.ias.sysmgmt.task.TaskMaster.sysInit(Unknown Source)
    at oracle.ias.sysmgmt.task.TaskMaster.sysInit(Unknown Source)
    at oracle.ias.sysmgmt.task.InstanceManager.sysInit(Unknown Source)
    at oracle.ias.sysmgmt.task.InstanceManager.init(Unknown Source)
    at oracle.ias.sysmgmt.EntryPoint.init(Unknown Source)
    at oracle.ias.webcache.config.WebcacheConfig.smiSetup(WebcacheConfig.java:243)
    at oracle.ias.webcache.config.WebcacheConfig.smiEnableWebcache(WebcacheConfig.java:215)
    at oracle.ias.webcache.config.WebcacheConfig.enableConfiguration(WebcacheConfig.java:191)
    at oracle.ias.webcache.config.WebcacheConfig.main(WebcacheConfig.java:66)
    .ons.SubscriptionNotification.waitForReply(SubscriptionNotification.java:82)
    cat /etc/hosts:
    127.0.0.1 loopback localhost
    127.0.0.1 fedora01 fedora01.barmenia.de localhost.localdomain localhost
    172.xxx.xxx.xxx fedora01.barmenia.de fedora01 oracleinstall

    hi,
    i tried to reinstall but it is still the same problem.
    before i started the installer there was no oracle process left
    fedora01.oracle[emrep]>ps -x
    Warning: bad syntax, perhaps a bogus '-'? See /usr/share/doc/procps-3.2.5/FAQ
    PID TTY STAT TIME COMMAND
    2976 pts/2 S 0:00 -ksh
    17573 pts/2 R+ 0:00 ps -x
    fedora01.oracle[emrep]>.1.0.3/Disk1/runInstaller PRE_REQUISITE=TRUE <
    Starting Oracle Universal Installer...
    before the assistant fails it looked like:
    Warning: bad syntax, perhaps a bogus '-'? See /usr/share/doc/procps-3.2.5/FAQ
    PID TTY STAT TIME COMMAND
    2976 pts/2 S+ 0:00 -ksh
    17588 pts/2 S 2:32 /tmp/OraInstall2005-09-27_02-31-00PM/jre/1.4.2/bin/java -Doracle.installer.librar
    17589 pts/2 S 0:00 /tmp/OraInstall2005-09-27_02-31-00PM/jre/1.4.2/bin/java -Doracle.installer.librar
    17590 pts/2 S 0:26 /tmp/OraInstall2005-09-27_02-31-00PM/jre/1.4.2/bin/java -Doracle.installer.librar
    17591 pts/2 S 0:00 /tmp/OraInstall2005-09-27_02-31-00PM/jre/1.4.2/bin/java -Doracle.installer.librar
    17592 pts/2 S 0:00 /tmp/OraInstall2005-09-27_02-31-00PM/jre/1.4.2/bin/java -Doracle.installer.librar
    17593 pts/2 S 0:00 /tmp/OraInstall2005-09-27_02-31-00PM/jre/1.4.2/bin/java -Doracle.installer.librar
    17594 pts/2 S 0:00 /tmp/OraInstall2005-09-27_02-31-00PM/jre/1.4.2/bin/java -Doracle.installer.librar
    17595 pts/2 S 0:02 /tmp/OraInstall2005-09-27_02-31-00PM/jre/1.4.2/bin/java -Doracle.installer.librar
    17596 pts/2 S 0:00 /tmp/OraInstall2005-09-27_02-31-00PM/jre/1.4.2/bin/java -Doracle.installer.librar
    17597 pts/2 S 0:00 /tmp/OraInstall2005-09-27_02-31-00PM/jre/1.4.2/bin/java -Doracle.installer.librar
    17598 pts/2 S 0:02 /tmp/OraInstall2005-09-27_02-31-00PM/jre/1.4.2/bin/java -Doracle.installer.librar
    17600 pts/2 S 0:00 /tmp/OraInstall2005-09-27_02-31-00PM/jre/1.4.2/bin/java -Doracle.installer.librar
    17601 pts/2 S 0:07 /tmp/OraInstall2005-09-27_02-31-00PM/jre/1.4.2/bin/java -Doracle.installer.librar
    17607 pts/2 S 0:02 /tmp/OraInstall2005-09-27_02-31-00PM/jre/1.4.2/bin/java -Doracle.installer.librar
    17677 pts/2 S 0:00 /tmp/OraInstall2005-09-27_02-31-00PM/jre/1.4.2/bin/java -Doracle.installer.librar
    26185 ? Ss 0:00 /opt/oracle/EM/10.1.0.3/opmn/bin/opmn -d
    26301 pts/2 S 0:00 /tmp/OraInstall2005-09-27_02-31-00PM/jre/1.4.2/bin/java -Doracle.installer.librar
    26381 pts/2 S 0:00 /tmp/OraInstall2005-09-27_02-31-00PM/jre/1.4.2/bin/java -Doracle.installer.librar
    26409 pts/2 S 0:00 /opt/oracle/EM/10.1.0.3/bin/tnslsnr LISTENER -inherit
    26669 pts/4 S 0:00 -ksh
    26717 ? S 0:00 /opt/oracle/EM/10.1.0.3/opmn/bin/opmn -d
    26718 ? S 0:00 /opt/oracle/EM/10.1.0.3/opmn/bin/opmn -d
    26719 ? S 0:00 /opt/oracle/EM/10.1.0.3/opmn/bin/opmn -d
    26720 ? S 0:00 /opt/oracle/EM/10.1.0.3/opmn/bin/opmn -d
    26721 ? S 0:00 /opt/oracle/EM/10.1.0.3/opmn/bin/opmn -d
    26722 ? S 0:00 /opt/oracle/EM/10.1.0.3/opmn/bin/opmn -d
    26723 ? S 0:00 /opt/oracle/EM/10.1.0.3/opmn/bin/opmn -d
    26724 ? S 0:00 /opt/oracle/EM/10.1.0.3/opmn/bin/opmn -d
    26725 ? S 0:00 /opt/oracle/EM/10.1.0.3/opmn/bin/opmn -d
    26726 ? S 0:00 /opt/oracle/EM/10.1.0.3/opmn/bin/opmn -d
    26727 ? S 0:00 /opt/oracle/EM/10.1.0.3/opmn/bin/opmn -d
    26728 26729 ? S 0:00 /opt/oracle/EM/10.1.0.3/opmn/bin/opmn -d
    26730 ? S 0:00 /opt/oracle/EM/10.1.0.3/opmn/bin/opmn -d
    26731 ? S 0:00 /opt/oracle/EM/10.1.0.3/opmn/bin/opmn -d
    26732 ? S 0:00 /opt/oracle/EM/10.1.0.3/opmn/bin/opmn -d
    26770 pts/2 S 0:00 /tmp/OraInstall2005-09-27_02-31-00PM/jre/1.4.2/bin/java -Doracle.installer.librar
    26771 pts/2 S 0:00 /tmp/OraInstall2005-09-27_02-31-00PM/jre/1.4.2/bin/java -Doracle.installer.librar
    26772 pts/2 S 0:01 /opt/oracle/EM/10.1.0.3/jdk/bin/java -DORACLE_HOME=/opt/oracle/EM/10.1.0.3 -class
    26773 pts/2 S 0:00 /tmp/OraInstall2005-09-27_02-31-00PM/jre/1.4.2/bin/java -Doracle.installer.librar
    26774 pts/2 S 0:00 /tmp/OraInstall2005-09-27_02-31-00PM/jre/1.4.2/bin/java -Doracle.installer.librar
    26775 pts/2 S 0:00 /opt/oracle/EM/10.1.0.3/jdk/bin/java -DORACLE_HOME=/opt/oracle/EM/10.1.0.3 -class
    26776 pts/2 S 0:00 /opt/oracle/EM/10.1.0.3/jdk/bin/java -DORACLE_HOME=/opt/oracle/EM/10.1.0.3 -class
    26777 pts/2 S 0:00 /opt/oracle/EM/10.1.0.3/jdk/bin/java -DORACLE_HOME=/opt/oracle/EM/10.1.0.3 -class
    26778 pts/2 S 0:00 /opt/oracle/EM/10.1.0.3/jdk/bin/java -DORACLE_HOME=/opt/oracle/EM/10.1.0.3 -class
    26779 pts/2 S 0:00 /opt/oracle/EM/10.1.0.3/jdk/bin/java -DORACLE_HOME=/opt/oracle/EM/10.1.0.3 -class
    26780 pts/2 S 0:00 /opt/oracle/EM/10.1.0.3/jdk/bin/java -DORACLE_HOME=/opt/oracle/EM/10.1.0.3 -class
    26781 pts/2 S 0:00 /opt/oracle/EM/10.1.0.3/jdk/bin/java -DORACLE_HOME=/opt/oracle/EM/10.1.0.3 -class
    26782 pts/2 S 0:00 /opt/oracle/EM/10.1.0.3/jdk/bin/java -DORACLE_HOME=/opt/oracle/EM/10.1.0.3 -class
    26783 pts/2 S 0:00 /opt/oracle/EM/10.1.0.3/jdk/bin/java -DORACLE_HOME=/opt/oracle/EM/10.1.0.3 -class
    26791 pts/2 S 0:00 /opt/oracle/EM/10.1.0.3/jdk/bin/java -DORACLE_HOME=/opt/oracle/EM/10.1.0.3 -class
    26792 pts/2 S 0:00 /opt/oracle/EM/10.1.0.3/jdk/bin/java -DORACLE_HOME=/opt/oracle/EM/10.1.0.3 -class
    26834 pts/2 S 0:00 /opt/oracle/EM/10.1.0.3/jdk/bin/java -DORACLE_HOME=/opt/oracle/EM/10.1.0.3 -class
    26835 pts/2 S 0:00 /bin/sh /opt/oracle/EM/10.1.0.3/opmn/bin/opmnctl stopall
    26843 pts/2 S 0:00 /opt/oracle/EM/10.1.0.3/opmn/bin/opmn -a -q shutdown
    26844 ? S 0:00 /opt/oracle/EM/10.1.0.3/opmn/bin/opmn -d
    ? S 0:00 /opt/oracle/EM/10.1.0.3/opmn/bin/opmn -d
    I'm running out of ideas!!
    thanks for your help!!!
    daniel

  • OPMN Configuration Assistant Fails during Installation

    Hi,
    I am trying to install Oracle 10g 10.1.2 (Release 2) in Windows 2K platform, it fails in the installation with the message as "OPMN Configuration Assistant Fails" in the OUI installation wizard and does not proceed at the end of it.
    Then when I try to goto console of opmn and do startall and find out the status, it gives the status as OHS down. ANy idea why this is happening ?
    Regds,
    Nagarajan K.

    Hi Nagarajan!
    When the OHS does not start most of the config assitants will fail. Often the failures occur due to a bad network configuration (check your hosts file), more than one network card or an already running process on that port (eg you already have an Apache running on this machine).
    In the cfgtoollogs a detailled error should be reported in the installactions file.
    cu
    Andreas

  • "Agent Configuration Assistant Failed" during oracle 9i installation on xp

    Hi All,
    I tried to install Oracle 9i on windows XP. Except the the agent, everything else is successfully installed.Can somebody guide me in fixing the below problem?
    Parameter "orahome" = D:\oracle\ora92
    Parameter "nodeinfo" = NO_VALUE
    Agent Service Failed
    Any help in this issue is greatly appreciated.
    Sowjanya.A

    Lets start with the basics. There is no such thing as Oracle 9i.
    Yes I know Oracle years ago used it as a marketing label but to help you we need the exact version to 3 decimal places.
    Either way the version you are just now installing is so old it will be unsupported? Why are you installing Neolithic software?
    And finally ... What agent? What agent configuration? What does an agent have to do with a 9i installation on XP?
    The more specific you are, and the clearer your description, the more likely you will get help. Though why you are installing something so old escapes me at the moment. <g>

  • Database Configuration Assistant fails during installation Oracle EE 8.1.7

    My machine runs RH 6.2 and I have tried to install it Oracle. After executing all pre-instalation steps, I run ./runInstall and instalation process goes on. I select Typical Instalation and instalation proceeds until 100%, when OUI tries to configure Net 8 Assistant and Database Configuration Assistant. Both applications fail in this phase. Unfortunately, OUI shows a message (for Database Configuration Assistant) informing that /u01/.../JRE/bin/jre does not exist. However, I have installed JDK 118 and JRE link seems correct, so that I can access JDK directory throught JRE link.
    HELP, HELP!!!
    Cheers,
    Andre

    some good installation guides to check out:
    http://www.akadia.com/services/ora_linux_install_901.html
    http://www.e-gineer.com/instructions/install-oracle9i-on-linux.phtml
    good luck!
    Jenny

  • Problem during installation oracle database configuration assistant FAILED

    Hi Dear,
    The Configurations are :
    VM OS : Oracle enterprise linux 5
    Trying to install : Oracle 11g R1
    I'm having a real problem , so i can't continue my installation during the configuration assistant, oracle net configuration assistant was succeeded but oracle database configuration assistant FAILED
    Here is the long message showed by console :
    Output generated from configuration assistant "Oracle Net Configuration Assistant":
    Command = /u01/app/oracle/product/11.1.0/db_1/bin/netca /orahome /u01/app/oracle/product/11.1.0/db_1 /orahnam OraDb11g_home1 /instype typical /inscomp client,oraclenet,javavm,server,ano /insprtcl tcp /cfg local /authadp NO_VALUE /nodeinfo NO_VALUE /responseFile /u01/app/oracle/product/11.1.0/db_1/network/install/netca_typ.rsp
    Parsing command line arguments:
    Parameter "orahome" = /u01/app/oracle/product/11.1.0/db_1
    Parameter "orahnam" = OraDb11g_home1
    Parameter "instype" = typical
    Parameter "inscomp" = client,oraclenet,javavm,server,ano
    Parameter "insprtcl" = tcp
    Parameter "cfg" = local
    Parameter "authadp" = NO_VALUE
    Parameter "nodeinfo" = NO_VALUE
    Parameter "responsefile" = /u01/app/oracle/product/11.1.0/db_1/network/install/netca_typ.rsp
    Done parsing command line arguments.
    Oracle Net Services Configuration:
    Profile configuration complete.
    Listener started at port:1521
    Oracle Net Listener Startup:
    Running Listener Control:
    /u01/app/oracle/product/11.1.0/db_1/bin/lsnrctl start LISTENER
    Listener Control complete.
    Listener started successfully.
    Listener configuration complete.
    Oracle Net Services configuration successful. The exit code is 0
    Configuration assistant "Oracle Net Configuration Assistant" succeeded
    Output generated from configuration assistant "Oracle Database Configuration Assistant":
    Command = oracle.assistants.server.DbcaCfgPlugIn /u01/app/oracle/product/11.1.0/db_1/bin/dbca -progress_only -createDatabase -templateName General_Purpose.dbc -sid DB11G -gdbName DB11G.WORLD -emConfiguration LOCAL -datafileJarLocation /u01/app/oracle/product/11.1.0/db_1/assistants/dbca/templates -datafileDestination /u01/app/oracle/oradata/ -responseFile NO_VALUE -characterset WE8MSWIN1252 -obfuscatedPasswords false -sampleSchema false -oratabLocation /u01/app/oracle/product/11.1.0/db_1/install/oratab -recoveryAreaDestination NO_VALUE -totalMemory 403 -automaticMemoryManagement true -sysPassword ${S_SYSPASS} -systemPassword ${S_SYSTEMPASS} -dbsnmpPassword ${S_DBSNMPPASS} -sysmanPassword ${S_SYSMANPASS} ${S_SYSASMPASS} ${S_HOSTUSERPASS}
    Configuration assistant "Oracle Database Configuration Assistant" failed
    The "/u01/app/oracle/product/11.1.0/db_1/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.-----------------------------------------------------------------------------Output generated from configuration assistant "Oracle Database Configuration Assistant":
    Command = oracle.assistants.server.DbcaCfgPlugIn /u01/app/oracle/product/11.1.0/db_1/bin/dbca -progress_only -createDatabase -templateName General_Purpose.dbc -sid DB11G -gdbName DB11G.WORLD -emConfiguration LOCAL -datafileJarLocation /u01/app/oracle/product/11.1.0/db_1/assistants/dbca/templates -datafileDestination /u01/app/oracle/oradata/ -responseFile NO_VALUE -characterset WE8MSWIN1252 -obfuscatedPasswords false -sampleSchema false -oratabLocation /u01/app/oracle/product/11.1.0/db_1/install/oratab -recoveryAreaDestination NO_VALUE -totalMemory 403 -automaticMemoryManagement true -sysPassword ${S_SYSPASS} -systemPassword ${S_SYSTEMPASS} -dbsnmpPassword ${S_DBSNMPPASS} -sysmanPassword ${S_SYSMANPASS} ${S_SYSASMPASS} ${S_HOSTUSERPASS}
    Configuration assistant "Oracle Database Configuration Assistant" failed
    The "/u01/app/oracle/product/11.1.0/db_1/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.-----------------------------------------------------------------------------Output generated from configuration assistant "Oracle Database Configuration Assistant" (attempt 2):
    Command = oracle.assistants.server.DbcaCfgPlugIn /u01/app/oracle/product/11.1.0/db_1/bin/dbca -progress_only -createDatabase -templateName General_Purpose.dbc -sid DB11G -gdbName DB11G.WORLD -emConfiguration LOCAL -datafileJarLocation /u01/app/oracle/product/11.1.0/db_1/assistants/dbca/templates -datafileDestination /u01/app/oracle/oradata/ -responseFile NO_VALUE -characterset WE8MSWIN1252 -obfuscatedPasswords false -sampleSchema false -oratabLocation /u01/app/oracle/product/11.1.0/db_1/install/oratab -recoveryAreaDestination NO_VALUE -totalMemory 403 -automaticMemoryManagement true -sysPassword ${S_SYSPASS} -systemPassword ${S_SYSTEMPASS} -dbsnmpPassword ${S_DBSNMPPASS} -sysmanPassword ${S_SYSMANPASS} ${S_SYSASMPASS} ${S_HOSTUSERPASS}
    Configuration assistant "Oracle Database Configuration Assistant" failed
    The "/u01/app/oracle/product/11.1.0/db_1/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.-----------------------------------------------------------------------------Output generated from configuration assistant "Oracle Database Configuration Assistant" (attempt 3):
    Command = oracle.assistants.server.DbcaCfgPlugIn /u01/app/oracle/product/11.1.0/db_1/bin/dbca -progress_only -createDatabase -templateName General_Purpose.dbc -sid DB11G -gdbName DB11G.WORLD -emConfiguration LOCAL -datafileJarLocation /u01/app/oracle/product/11.1.0/db_1/assistants/dbca/templates -datafileDestination /u01/app/oracle/oradata/ -responseFile NO_VALUE -characterset WE8MSWIN1252 -obfuscatedPasswords false -sampleSchema false -oratabLocation /u01/app/oracle/product/11.1.0/db_1/install/oratab -recoveryAreaDestination NO_VALUE -totalMemory 403 -automaticMemoryManagement true -sysPassword ${S_SYSPASS} -systemPassword ${S_SYSTEMPASS} -dbsnmpPassword ${S_DBSNMPPASS} -sysmanPassword ${S_SYSMANPASS} ${S_SYSASMPASS} ${S_HOSTUSERPASS}
    Configuration assistant "Oracle Database Configuration Assistant" failed
    The "/u01/app/oracle/product/11.1.0/db_1/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.-----------------------------------------------------------------------------
    Please help me it's urgently

    Please help me i can't find any solution to resolve this trouble
    Should i uninstall this version or what exactly, could you please suggest to me something like another release who matches that configuration
    Sorry but i have no idea
    Waiting for the response

  • Oracle 11gR2 Installation on Win7 Pro (Net Configuration Assistant failed)

    Hi Guys,
    I am trying to install Oracle 11gR2 on a new Window7 Professional Laptop.
    I get the error "[INS-20802] Oracle Net Configuration Assistant failed." at time of Oracle Database configuration.
    Log files says
    INFO: Oracle Net Services Configuration:
    INFO: ProfileException: Could not create Profile: TNS-04414: File error
    INFO: Error: null
    INFO: Check the trace file for details: C:\Oracle11g\app\cfgtoollogs\netca\trace_OraDb11g_home1-1109052PM2614.log
    And The above Logfile have
    [main] [ 2011-09-05 14:26:15.963 SGT ] [ConfigureProfile.setProfileParam:136] Setting NAMES.DIRECTORY_PATH: (TNSNAMES, EZCONNECT)
    java.lang.NullPointerException
         at oracle.net.ca.ConfigureProfile.setProfileParam(ConfigureProfile.java:137)
         at oracle.net.ca.ConfigureProfile.setDefaultProfileParams(ConfigureProfile.java:80)
         at oracle.net.ca.InitialSetup.setupConfigObjects(NetCA.java:4442)
         at oracle.net.ca.InitialSetup.<init>(NetCA.java:4080)
         at oracle.net.ca.NetCA.main(NetCA.java:409)
    I did read through the DHCP issues and installed the Loopback adaptor and configured the "Oracle_HostName" system variable.
    I tried both plugging in/out the network cable (If Plugged in my laptop is connected to a work group).
    Anyhelp ASAP is appreciated.

    No Srini,
    I opted to create a starter database as part of the installation.
    The error occurs "during installation" while trying to do the database configurations.
    (I did try once without installing and configuring the Loopback adapter (With and without plugging into the network).
    Later I read some of the problems with DHCP and installed/configured the Loopback adapter.
    Then tried Installing Oracle 11gR2 (With and without plugging into the network)
    But end up getting stuck at the same Net Configuration Assistant failure).
    Any advise ?
    By the way, thanks for the support.
    San.

  • Database Configuration Assistant Failed During 9i Installation

    Database Configuration Assistant failed during my 9i Installation due to lack of disk space. I had 4MG allocated on /apps and the application used 3.1GB. I now do not have the required 1GB for the seed database. Actually, I want to create the seed database on /oradata, not on /apps. Does anyone know how I can create that seed database in /oradata? I don't believe I was prompted for where to create that seed database. Also, how can I run the Database Configuration Assistant again? Typing the command dbca told me to set the DISPLAY environment variable and re-run.
    Thanks in advance for any help you can give.
    Veronica

    I had java.lang.NoClassDefFoundError too.
    This was fixed by having DISPLAY setting
    #export DISPLAY=host:0.0
    Make sure your x window system is working Ok.
    I also used unset LANG

  • WebCenter Suite installation: Content DB configuration Assistant failed

    Hi Experts,
    I am trying to install Oracle WebCenter 10.1.3.2.0 on Windows 2003 machine. I had installed a DB 10.2.0.1 to serve for the db for content DB repository.
    I chose the Basic Installation type for webcenter suite. The installation is generally successful but the configuration assistant for content DB failed.
    In the contentconfig.log file, I see the following error stack.
    *********** Starting AdminManagerAction_CreateInterMediaMedia ***********
    Next task: CreateMediaLOB InterMediaBlob $$mediaClass $$chunkSize $$lobTablespace $$isIndexed
    Exception while performing task 'CreateMediaLOB InterMediaBlob $$mediaClass $$chunkSize $$lobTablespace $$isIndexed' ; exception is:
    oracle.ifs.common.IfsException: IFS-30002: Unable to create new LibraryObject
    oracle.ifs.common.IfsException: IFS-32257: SQL error adding content column(s) to media instance table. SQL was ALTER TABLE ODMM_CONTENTSTORE ADD ( InterMediaBlob BLOB, InterMediaBlob_T BLOB ) LOB (INTERMEDIABLOB) STORE AS (CACHE pctversion 20 chunk 32768 tablespace CONTENT_IFS_LOB_M DISABLE STORAGE IN ROW STORAGE (INITIAL 50M NEXT 50M)) LOB (INTERMEDIABLOB_T) STORE AS (CACHE pctversion 20 chunk 32768 tablespace CONTENT_IFS_LOB_M DISABLE STORAGE IN ROW STORAGE (INITIAL 50M NEXT 50M))
    java.sql.SQLException: ORA-01659: unable to allocate MINEXTENTS beyond 14 in tablespace CONTENT_IFS_LOB_M
    I am stuck with this error. This is the second time I did the complete installation and have got this error.
    Can anyone tell what is the cause of the error and what is needed to fix it? Will appreciate any helpful ideas.
    thanks!

    I have a similar problem on installation of Webcenter Suite using Basic installation.
    I have tried creating the table spaces according to the specifications given in oracle documentation, yet the installer complained about the table spaces not having free space left (specially, the WORK_IFS tables space). I also tried giving spaces on average 15MB more then the suggested space for their datafiles, and it still complained about the table space issue.
    When the configuration assistant fails, and you exit out of the Universal Installer, is there any option or way to just rerun the configuration assistant for content db again?
    I see on the EM for WebCenter Suite that all the other components seem to install properly and are up and running yet there is no mention of Content DB. Nor there is any option to try to reconfigure it.
    Can someone please help?
    thanks for your cooperation.
    AMN

Maybe you are looking for

  • Regd updation of one record in table control

    hai all i have a table control with 100 fields with 200 records in the table control. i want to change one particular record in the 17th field. how to update that record,,please , awaiting replies

  • Active Report Viewer not working in Internet Explorer 10

    We have many legacy applications developed using ASP and VB(InterDev). Our organisation is moving to use Internet Explorer 10 in the near future. We had a IE10 compatibility testing for our legacy applications and we observed that the applications us

  • PDF export to selective Path

    Hi Everybody, I tried this below code to export my PDF, in a specific location defined in script. But, I could only receive the error"cant find the folder location"~C:\\Documents and Settings\Wande\Desktop\Wander_2.pdf". when i tried using the same s

  • Illustrator is snapping to point without the option selected.

    Illustrator is snapping to point without the option selected. Anyone else noticing this and what is the solution. Yes I have restarted illustrator.

  • Quality of PDF for print as appose to EPS etc?

    Hiya, With regards to the best format to get artwork to print etc, creating a PDF certainly seems to be top dog. I was just wondering though if I should expect a reduction in image quality? I only say this because I've created a PDF from my AI file [