Configuring OEM via DBCA

Hi,
I've upgraded my database to 10.2.0.1 and I would like to launch the OEM console. I believe I need to check the Enterprise Manager Option if I run DBCA to Configure Database. However, when I launch DBCA, the option to Configure Database is greyed-out. Any ideas????
Thx.

When this option is greyed it means dbca has already detected a repository. If you are sure you want to get rid of this repository issue the command:
emca -deconfig dbcontrol db
emca -repos drop
and retry creation with dbca.
~ Madrid

Similar Messages

  • Silent database creation won't configure OEM

    Hi All,
    Windows Vista 64-bit Oracle 11.1.0.7
    I am doing a silent creation of the database which creates the database fine but the OEM - Web front end is not created. I have run netca to create a listener before database creation. Here is my exact syntax I am using from the command prompt:
    dbca -silent -sysPassword oracle -systemPassword oracle -continueOnNonFatalErrors true -gdbName 11GORA01 -createDatabase -templateName Test11g -emConfiguration LOCAL -dbsnmpPassword oracle -sysmanPassword oracle
    If I then use dbca to try & configure the database options there is an error saying there is no appropriate listener found. There is one thing I did notice that when I did lsnrctl status the database name was in lower case and using the dbca the message 'Configure additional components for database "11GORA01" - is in upper case. Not sure if this is the problem.
    Any help would be fantastic
    Thanks
    Vic

    Hi,
    Silent database creation won't configure OEM
    AFAIK, NO you have to configure separately.
    Regards,
    Taj

  • Configure oem on oracle 10g

    Hi,
    I am trying to configure oem in 10..2.0.3 database, but it gives me the below error
    emca -config dbcontrol db -repos createIncorrect usage:
    oracle.sysman.emcp.EMConfigAssistant [options] [list of parameters]
    Options:
    -a :configure for an ASM database
    -b :configure for automatic backup
    -c :configure a cluster database
    -e <node> :remove a node from the cluster
    -f <file> :specify the file name that contains parameter values
    -h :help
    -m :configure EM for a central agent
    -n <node> :add a new node to the cluster
    -r :skip creation of repository schema
    -s :silent mode (no user prompts
    -x <db> :deletion of a SID or DB
    -RMI_PORT <port> :specify the RMI port for DB Control
    -JMS_PORT <port> :specify the JMS port for DB Control
    -AGENT_PORT <port> :specify the EM agent port
    -DBCONSOLE_HTTP_PORT <port> :specify the DB Control HTTP port
    The script will prompt for any required data that is not specified in a configuration file. The script always prompts for all required passwords. If you use a configuration file, the file may contain any of the following specifications, as shown, with the specified values correctly filled in:
    Parameters for single instance databases:
    HOST=<Database hostname>
    SID=<Database SID>
    PORT=<Listener port number>
    ORACLE_HOME=<Database ORACLE_HOME>
    LISTENER=<Listener name>
    HOST_USER=<Host user name for automatic backup>
    HOST_USER_PWD=<Host user password for automatic backup>
    BACKUP_HOUR=<Automatic backup hour in number>
    BACKUP_MINUTE=<Automatic backup minute in number>
    ARCHIVE_LOG=<Archive log>
    EMAIL_ADDRESS=<Email address for automatic notification>
    MAIL_SERVER_NAME=<Email gateway for automatic notification>
    ASM_OH=<ASM ORACLE_HOME>
    ASM_SID=<ASM SID>
    ASM_PORT=<ASM port>
    ASM_USER_ROLE=<ASM user role>
    ASM_USER_NAME=<ASM user name>
    ASM_USER_PWD=<ASM user password>
    EM_HOME=<Enterprise Manager ORACLE_HOME>
    DBSNMP_PWD=<Password for dbsnmp>
    SYSMAN_PWD=<Password for sysman>
    SYS_PWD=<Password for sys>
    Parameters for cluster databses:
    HOST=<Database Instance hostname>
    PORT=<Listener port number>
    LISTENER=<Listener name>
    ORACLE_HOME=<Database ORACLE_HOME>
    CLUSTER_NAME=<Cluster name>
    DB_NAME=<Database name>
    SERVICE_NAME=<Service name>
    HOST_USER=<Host user name for automatic backup>
    HOST_USER_PWD=<Host user password for automatic backup>
    BACKUP_HOUR=<Automatic backup hour in number>
    BACKUP_MINUTE=<Automatic backup minute in number>
    ARCHIVE_LOG=<Archive log>
    EMAIL_ADDRESS=<Email address for automatic notification>
    MAIL_SERVER_NAME=<Email gateway for automatic notification>
    ASM_OH=<ASM ORACLE_HOME>
    ASM_PORT=<ASM port>
    ASM_USER_ROLE=<ASM user role>
    ASM_USER_NAME=<ASM user name>
    ASM_USER_PWD=<ASM user password>
    EM_HOME=<Enterprise Manager ORACLE_HOME>
    DBSNMP_PWD=<Password for dbsnmp>
    SYSMAN_PWD=<Password for sysman>
    SYS_PWD=<Password for sys>
    Please suggest
    Regards

    it seems database install was not successful some binaries is missing in your OH.
    Can you check by installing another database

  • Error while configuring OEM

    Dear all,
    While manually configuring OEM in my database with the command emca -config dbcontrol db in the directory $ORACLE_HOME/bin, I am facing the following error immediately
    $ORACLE_HOME/jdk/bin/java: No such file or directory
    db version 11g
    platfrom linux
    Pl help
    Regards,
    Charan

    Hi;
    While manually configuring OEM in my database with the command emca -config dbcontrol db in the directory $ORACLE_HOME/bin, I am facing the following error immediately
    $ORACLE_HOME/jdk/bin/java: No such file or directoryPlease be sure you source env file and echo $ORACLE_HOME return correct path
    Also see:
    How to create OEM 10g in EBS?
    How To Drop, Create And Recreate DB Control In A 10g Database [ID 278100.1]
    Problem - emctl start dbconsole Fails with Error OC4J Configuration issue OC4J_DBConsole__ not found [ID 555218.1]
    Regard
    Helios

  • Configuring OEM in oracle 9i version

    In oracle 10g we can use emca command to configure oem..
    is there any command to configure oem in 9i data base .

    Yasser, -prelim is feature of Sql*Plus 10g and latter.
    So as long you have any Sql*Plus 10g or latter version (ex. from client installation) and a valid net service name to connect to your 9i database you should be able to establish a "backdoor" connection.
    You can do the following:
    $sqlplus -prelim /nologand once you are in, just connect to the database using SYSDBA account
    SQL> connect sys/password@net_service_name as sysdba
    Prelim connection establishedCheers,
    Mihajlo

  • Configure OEM after cold cloning

    Dear All
    After performing cold cloning ,I am trying to configure OEM which shows me error message in logfile,
    CONFIG: ORA-20001: SYSMAN already exists..
    Do I need to drop DBSNMP and SYSMAN schema and create repos from the beginning, if yes then is there any effect on database if I drop schemas.
    kindly post steps about configuring OEM after cold cloning .
    Database Version : 11.2.0.1
    Thanks.

    I'm not sure what you mean by "cold cloning." What version of EM are you using, and what is it you want to do?

  • Configuring OEM alerts to Mobile

    Can someone send me the metalink note how to configure OEM alerts to mobile........

    hi,
    could you explain how to configure mobile alerts in 9i amd 10g.

  • Configurations tools ( netca,dbca ,assistants) not started during install

    Friends,
    I am trying to install Oracle 9iR2 on redhat advanced server.
    We copied the files into a staging area.During
    install it asked for Oracle.swd.jre file which i checked
    not there.
    But i ignored the error message and finished the
    install.Installation went through successfully but the
    configurations tools netca,dbca and agent assistants have
    not started. Apache server has started sucessfully.
    I have done installs earlier on Redhat 8 but i never
    had problems like this.I checked the staging area and i could able to see a directory like oracle.swd.jre in
    Disk1/stage/Components/oracle.swd.jre but not the file.
    I will be glad if anyone can tell me the work around
    for this.
    Regards.

    Friends,
    I am trying to install Oracle 9iR2 on redhat advanced server.
    We copied the files into a staging area.During
    install it asked for Oracle.swd.jre file which i checked
    not there.
    But i ignored the error message and finished the
    install.Installation went through successfully but the
    configurations tools netca,dbca and agent assistants have
    not started. Apache server has started sucessfully.
    I have done installs earlier on Redhat 8 but i never
    had problems like this.I checked the staging area and i could able to see a directory like oracle.swd.jre in
    Disk1/stage/Components/oracle.swd.jre but not the file.
    I will be glad if anyone can tell me the work around
    for this.
    Regards.

  • Configure OEM for alert

    Hi,
    I want to configure OEM to check alert log every 15mins for a messge ORA-xxxx and send out a email when it see that error message. Can someone tell me how to configure this in OEM.

    Hi,
    BTW, I have my notes here on general OEM alerts:
    http://www.dba-oracle.com/oracle10g_tuning/t_oem_alerts.htm
    I want to configure OEM to check alert log every 15mins for a messge ORA-xxxx and send out a emailOEM will not do that, out of the box, but you can easily write your own. Here is how I do it:
    http://www.dba-oracle.com/t_alert_log_monitoring_errors.htm
    Hope this helps. . .
    Donald K. Burleson
    Oracle Press author
    Author of "Oracle Tuning: The Definitive Reference":
    http://www.dba-oracle.com/bp/s_oracle_tuning_book.htm

  • Configuring oem

    HI,
    I am difficulty in manually configuring oem for existing database.Anyone help me out.
    [oracle@ab_in_02 dbs]$ orapwd file=orapwAPSRTCDB password=sys force=y
    [oracle@ab_in_02 bin]$ emca -config dbcontrol db -repos create
    STARTED EMCA at Feb 16, 2012 12:56:56 PM
    EM Configuration Assistant, Version 11.2.0.0.2 Production
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Enter the following information:
    Database SID: SIDRTC
    Listener port number: 1521
    Listener ORACLE_HOME [ /opt/app/oracle/product/11.2.0/dbhome_1 ]:
    Password for SYS user:
    Password for DBSNMP user:
    Invalid username/password.
    Password for DBSNMP user:
    Password for SYSMAN user:
    Email address for notifications (optional):
    Outgoing Mail (SMTP) server for notifications (optional):
    You have specified the following settings
    Database ORACLE_HOME ................ /opt/app/oracle/product/11.2.0/dbhome_1
    Local hostname ................ localhost
    Listener ORACLE_HOME ................ /opt/app/oracle/product/11.2.0/dbhome_1
    Listener port number ................ 1521
    Database SID ................ SIDRTC
    Email address for notifications ...............
    Outgoing Mail (SMTP) server for notifications ...............
    Do you wish to continue? [yes(Y)/no(N)]: Y
    Feb 16, 2012 12:57:20 PM oracle.sysman.emcp.EMConfig perform
    INFO: This operation is being logged at /opt/app/oracle/cfgtoollogs/emca/APSRTCDB/emca_2012_02_16_12_56_56.log.
    Feb 16, 2012 12:57:20 PM oracle.sysman.emcp.EMReposConfig createRepository
    INFO: Creating the EM repository (this may take a while) ...
    Feb 16, 2012 12:57:20 PM oracle.sysman.emcp.EMReposConfig invoke
    SEVERE: Error creating the repository
    Feb 16, 2012 12:57:20 PM oracle.sysman.emcp.EMReposConfig invoke
    INFO: Refer to the log file at /opt/app/oracle/cfgtoollogs/emca/APSRTCDB/emca_repos_create_<date>.log for more details.
    Feb 16, 2012 12:57:20 PM oracle.sysman.emcp.EMConfig perform
    SEVERE: Error creating the repository
    Refer to the log file at /opt/app/oracle/cfgtoollogs/emca/APSRTCDB/emca_2012_02_16_12_56_56.log for more details.
    Could not complete the configuration. Refer to the log file at /opt/app/oracle/cfgtoollogs/emca/APSRTCDB/emca_2012_02_16_12_56_56.log for more details.
    and listener status is
    LSNRCTL> status
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.40.213)(PORT=1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    Start Date 16-FEB-2012 10:42:08
    Uptime 0 days 2 hr. 20 min. 32 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /opt/app/oracle/product/11.2.0/dbhome_1/network/admin/listener.ora
    Listener Log File /opt/app/oracle/diag/tnslsnr/ab_in_02/listener/alert/log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.40.213)(PORT=1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC0)))
    Services Summary...
    Service "SIDRTC" has 1 instance(s).
    Instance "SIDRTC", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    thanks
    srinivas
    Edited by: srinivas on Feb 15, 2012 11:36 PM

    Hi
    From bottom content is
    CONFIG: Error reading file /opt/app/oracle/product/11.2.0/dbhome_1/localhost_SIDRTC/sysman/config/emd.properties
    Feb 16, 2012 1:07:46 PM oracle.sysman.emcp.util.PortManager getAgentPort
    CONFIG: Cannot parse EMD_URL correctly. No port identified
    Feb 16, 2012 1:07:46 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking Agent port: null from /opt/app/oracle/product/11.2.0/dbhome_1/localhost_SIDRTC/sysman/config/emd.properties
    Feb 16, 2012 1:07:46 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Cannnot parse EMD_URL correctly. No port identified
    Feb 16, 2012 1:07:46 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking Agent port: 3938 from /opt/app/oracle/product/11.2.0/dbhome_1/localhost_orcl/sysman/config/emd.properties
    Feb 16, 2012 1:07:46 PM oracle.sysman.emcp.util.PortManager getAgentPort
    CONFIG: Cannot parse EMD_URL correctly. No port identified
    Feb 16, 2012 1:07:46 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking Agent port: null from /opt/app/oracle/product/11.2.0/dbhome_1/sysman/config/emd.properties
    Feb 16, 2012 1:07:46 PM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Cannnot parse EMD_URL correctly. No port identified
    Feb 16, 2012 1:07:46 PM oracle.sysman.emcp.util.FileUtil getProperties
    CONFIG: Error reading file /opt/app/oracle/product/11.2.0/dbhome_1/install/staticports.ini
    Feb 16, 2012 1:07:46 PM oracle.sysman.emcp.util.PortManager getFreePorts
    CONFIG: /opt/app/oracle/product/11.2.0/dbhome_1:localhost:null:APSRTCDB:{}:null:{DBCONTROL_HTTP_PORT=5500, RMI_PORT=5521, JMS_PORT=5541, AGENT_PORT=1830}
    Feb 16, 2012 1:07:46 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter AGENT_PORT_localhost.
    Feb 16, 2012 1:07:46 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: AGENT_PORT_localhost value: 1830
    Feb 16, 2012 1:07:46 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DBCONTROL_HTTP_PORT_localhost.
    Feb 16, 2012 1:07:46 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DBCONTROL_HTTP_PORT_localhost value: 5500
    Feb 16, 2012 1:07:46 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter JMS_PORT_localhost.
    Feb 16, 2012 1:07:46 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: JMS_PORT_localhost value: 5541
    Feb 16, 2012 1:07:46 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter RMI_PORT_localhost.
    Feb 16, 2012 1:07:46 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: RMI_PORT_localhost value: 5521
    Feb 16, 2012 1:07:46 PM oracle.sysman.emcp.EMDBPreConfig getFreePorts
    CONFIG: Ports assigned for Node: localhost : {DBCONTROL_HTTP_PORT=5500, RMI_PORT=5521, JMS_PORT=5541, AGENT_PORT=1830}
    Feb 16, 2012 1:07:46 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Feb 16, 2012 1:07:46 PM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Feb 16, 2012 1:07:46 PM oracle.sysman.emcp.EMDBPreConfig copyAgentTimeStampFile
    CONFIG: File: /opt/app/oracle/product/11.2.0/dbhome_1/localhost_APSRTCDB/sysman/emd/agntstmp.txt:localhost does not exists.
    Feb 16, 2012 1:07:46 PM oracle.sysman.emcp.ParamsManager getHost
    CONFIG: Host having instnces running for database APSRTCDB : localhost
    Feb 16, 2012 1:07:46 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: REP_DB_RUNNING_HOST value: localhost
    Feb 16, 2012 1:07:46 PM oracle.sysman.emcp.ParamsManager getRepDbPort
    CONFIG: Listener Port: 1521
    Feb 16, 2012 1:07:46 PM oracle.sysman.emcp.util.GeneralUtil isLocalConnectionRequired
    CONFIG: isLocalConnectionRequired: true
    Feb 16, 2012 1:07:46 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: isLocalConnectionRequired: true. Connecting to database instance locally.
    Feb 16, 2012 1:07:46 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine connecting with SID: SIDRTC, oracleHome: /opt/app/oracle/product/11.2.0/dbhome_1, and user: SYS
    Feb 16, 2012 1:07:46 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngineLoacly
    CONFIG: SQLEngine created successfully and connected
    Feb 16, 2012 1:07:46 PM oracle.sysman.emcp.EMReposConfig createRepository
    CONFIG: Spooling to /opt/app/oracle/cfgtoollogs/emca/APSRTCDB/emca_repos_create_2012_02_16_13_07_46.log
    Feb 16, 2012 1:07:46 PM oracle.sysman.emcp.EMReposConfig createRepository
    INFO: Creating the EM repository (this may take a while) ...
    Feb 16, 2012 1:07:46 PM oracle.sysman.emcp.EMReposConfig createRepository
    CONFIG: ORA-20001: SYSMAN already exists..
    ORA-06512: at line 17
    oracle.sysman.assistants.util.sqlEngine.SQLFatalErrorException: ORA-20001: SYSMAN already exists..
    ORA-06512: at line 17
    at oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeImpl(SQLEngine.java:1650)
    at oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeScript(SQLEngine.java:1000)
    at oracle.sysman.assistants.util.sqlEngine.SQLPlusEngine.executeScript(SQLPlusEngine.java:339)
    at oracle.sysman.assistants.util.sqlEngine.SQLPlusEngine.executeScript(SQLPlusEngine.java:380)
    at oracle.sysman.emcp.EMReposConfig.createRepository(EMReposConfig.java:510)
    at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:228)
    at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:157)
    at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:253)
    at oracle.sysman.emcp.EMConfigAssistant.invokeEMCA(EMConfigAssistant.java:589)
    at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1448)
    at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:573)
    at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:521)
    Feb 16, 2012 1:07:46 PM oracle.sysman.emcp.EMReposConfig invoke
    SEVERE: Error creating the repository
    Feb 16, 2012 1:07:46 PM oracle.sysman.emcp.EMReposConfig invoke
    INFO: Refer to the log file at /opt/app/oracle/cfgtoollogs/emca/APSRTCDB/emca_repos_create_<date>.log for more details.
    Feb 16, 2012 1:07:46 PM oracle.sysman.emcp.EMConfig perform
    SEVERE: Error creating the repository
    Refer to the log file at /opt/app/oracle/cfgtoollogs/emca/APSRTCDB/emca_2012_02_16_13_07_28.log for more details.
    Feb 16, 2012 1:07:46 PM oracle.sysman.emcp.EMConfig perform
    CONFIG: Stack Trace:
    oracle.sysman.emcp.exception.EMConfigException: Error creating the repository
    at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:240)
    at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:157)
    at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:253)
    at oracle.sysman.emcp.EMConfigAssistant.invokeEMCA(EMConfigAssistant.java:589)
    at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1448)
    at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:573)
    at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:521)
    Feb 16, 2012 1:07:46 PM oracle.sysman.emcp.EMConfig restoreOuiLoc
    CONFIG: Restoring oracle.installer.oui_loc to /opt/app/oracle/product/11.2.0/dbhome_1/oui

  • Installing Configuration Profile via Web

    We would like to implement some iPhones in the company.
    We want more soon iphone `s roll-out and configuration transfer via USB is very cumbersome.
    Can I device configuration automatically install on an iphone?
    I read somewhere something about a Profile Web Service.
    How can I use the web for automatic distribution of configuration profiles?
    If so, where can I find extended tutorial or a script.
    I have little knowledge of web + xml.
    the enterprise deployment guide is very limited and generally

    I create an iphone site with iwebkit.Its is very good kit to create high quality iphone sites. (iwebkit.net)
    This site allows mobile users to download files.
    It is perhaps a solution for other people with this problem.

  • Configuring OEM to detect servlet.init() failures

    I'm trying to move some one-time initialization into a servlet .init() method and I wanted to see what would happen in OEM (Oracle Enterprise Manager) when this servlet's init() method failed (by throwing ServletException). I wrote a simple Servlet that does nothing but fail when it attempts to initialize. I was hoping to see a Stop Sign or something in OEM when I deloyed it, but instead OEM thinks everything is fine. Does anyone know how to make OEM aware of the actual state of the Servlets deployed under the OC4J containers?
    Bob
    package demos;
    import org.apache.struts.action.ActionServlet;
    import javax.servlet.ServletConfig;
    import javax.servlet.ServletException;
    import javax.servlet.ServletContext;
    public class MyActionServlet extends ActionServlet {
    public MyActionServlet() { }
    public void init() throws ServletException {
    super.init();
    throw new ServletException( new Exception("I failed to init...DO SOMETHING!"));

    Maybe if I format the source better someone will render an opinion? I'm looking for ways to have the Oracle Enterprise Manager detect and report on .init() problems in my servlets. Here is a sample servlet that does nothing but throw and exception at .init() time. How can I configure OEM to react to and report this condition?
    package demos;
    import org.apache.struts.action.ActionServlet;
    import javax.servlet.ServletConfig;
    import javax.servlet.ServletException;
    import javax.servlet.ServletContext;
    public class MyActionServlet extends ActionServlet {
      public MyActionServlet() { }
      public void init() throws ServletException {
        super.init();
        ServletContext sc = this.getServletContext();
        sc.setAttribute("AppScopeAttribute", "sc.toString()=" + sc.toString());
        sc.setAttribute("MyInitParam", this.getInitParameter("MyInitParam"));
        throw new ServletException( new Exception("This sucks...that sucks...everything sucks"));
    }

  • Configuring OEM Manullly

    Hi All,
    i am facing issue during Configuring OEM Manually & i want to change the Port No
    http://znripley-sun.us.ovenbird.com:*3339/*
    please help me in this issue to change the port no
    Thanks

    Hi Aman,
    Earlier we configure OEM for the same database and it was working then as per customer request it was deconfigured again we receive request to configure and will configuration it is giving us error when try to listen the the ip address it is showing in hung state there are 4 wait request for the ip address with same port 1158 on OS level we are not able to locate which processes are waiting for this ip. here we are stuck.
    Please help me & and i am sending you logs :-
    rdwsdba$ tail -200 emca_2011-08-26_07-44-01-AM.log
    Aug 26, 2011 7:44:12 AM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Aug 26, 2011 7:44:12 AM oracle.sysman.emcp.util.DBControlUtil isDBConsoleConfigured
    CONFIG: Sid: rdwq Host: usa7061ux300 Node: null OH: /rdwq/apps/oracle/product/10.2.0.4.2011Q1 isDBC: true
    Aug 26, 2011 7:44:12 AM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'IS_DBCONTROL_CONFIGURED' set to true
    Aug 26, 2011 7:44:12 AM oracle.sysman.emcp.util.DBControlUtil stopOMS
    INFO: Stopping Database Control (this may take a while) ...
    Aug 26, 2011 7:44:12 AM oracle.sysman.emcp.util.PlatformInterface addEnvVarToList
    CONFIG: Value for env var 'DISPLAY' is '', discarding the same
    Aug 26, 2011 7:44:12 AM oracle.sysman.emcp.util.PlatformInterface addEnvVarToList
    CONFIG: Value for env var 'ORACLE_HOSTNAME' is '', discarding the same
    Aug 26, 2011 7:44:12 AM oracle.sysman.emcp.util.PlatformInterface getSortedEnvArray
    CONFIG: New Env List: [BKUPDIR=/data, CLASSPATH=/rdwq/apps/oracle/product/10.2.0.4.2011Q1/jlib/emca.jar:/rdwq/apps/oracle/product/10.2.0.4.2011Q1/jlib/srvm.jar:/rdwq/apps/oracle/product/10.2.0.4.2011Q1/jlib/srvmasm.jar:/rdwq/apps/oracle/product/10.2.0.4.2011Q1/jlib/emConfigInstall.jar:/rdwq/apps/oracle/product/10.2.0.4.2011Q1/jlib/ldapjclnt10.jar:/rdwq/apps/oracle/product/10.2.0.4.2011Q1/jlib/ldap.jar:/rdwq/apps/oracle/product/10.2.0.4.2011Q1/jlib/share.jar:/rdwq/apps/oracle/product/10.2.0.4.2011Q1/jlib/srvmhas.jar:/rdwq/apps/oracle/product/10.2.0.4.2011Q1/jlib/netcfg.jar:/rdwq/apps/oracle/product/10.2.0.4.2011Q1/lib/xmlparserv2.jar:/rdwq/apps/oracle/product/10.2.0.4.2011Q1/assistants/jlib/assistantsCommon.jar:/rdwq/apps/oracle/product/10.2.0.4.2011Q1/sysman/jlib/emCORE.jar:/rdwq/apps/oracle/product/10.2.0.4.2011Q1/oui/jlib/OraInstaller.jar:/rdwq/apps/oracle/product/10.2.0.4.2011Q1/oui/jlib/OraPrereq.jar:/rdwq/apps/oracle/product/10.2.0.4.2011Q1/inventory/prereqs/oui/OraPrereqChecks.jar:/rdwq/apps/oracle/product/10.2.0.4.2011Q1/oui/jlib/OraPrereqChecks.jar:, DYLD_LIBRARY_PATH=/rdwq/apps/oracle/product/10.2.0.4.2011Q1/lib32:/rdwq/apps/oracle/product/10.2.0.4.2011Q1/lib:/rdwq/apps/oracle/product/10.2.0.4.2011Q1/perl/lib, EDITOR=vi, HOME=/rdwq/ap01/rdwsdba, HZ=, LC_COLLATE=en_US.ISO8859-1, LC_CTYPE=en_US.ISO8859-1, LC_MESSAGES=C, LC_MONETARY=en_US.ISO8859-1, LC_NUMERIC=en_US.ISO8859-1, LC_TIME=en_US.ISO8859-1, LD_LIBRARY_PATH=/rdwq/apps/oracle/product/10.2.0.4.2011Q1/jdk/jre/lib/sparc/client:/rdwq/apps/oracle/product/10.2.0.4.2011Q1/jdk/jre/lib/sparc:/rdwq/apps/oracle/product/10.2.0.4.2011Q1/jdk/jre/../lib/sparc:/rdwq/apps/oracle/product/10.2.0.4.2011Q1/lib32:/rdwq/apps/oracle/product/10.2.0.4.2011Q1/lib:/rdwq/apps/oracle/product/10.2.0.4.2011Q1/perl/lib:/rdwq/apps/oracle/product/10.2.0.4.2011Q1/lib:/usr/SUNWspro/lib:/usr/openwin/lib:/usr/dt/lib, LIBPATH=/rdwq/apps/oracle/product/10.2.0.4.2011Q1/lib32:/rdwq/apps/oracle/product/10.2.0.4.2011Q1/lib:/rdwq/apps/oracle/product/10.2.0.4.2011Q1/perl/lib, LOGNAME=rdwsdba, MAIL=/usr/mail/rdwsdba, MANPATH=/local/man:/usr/share/man, NEED_EXIT_CODE=1, NLSPATH=/usr/dt/lib/nls/msg/%L/%N.cat, OLDPWD=/rdwq/apps/oracle/product/10.2.0.4.2011Q1/usa7061ux300_rdwq/sysman/log, ORACLE_BASE=/rdwq/apps/oracle, ORACLE_DOC=/rdwq/apps/oracle/doc, ORACLE_HOME=/rdwq/apps/oracle/product/10.2.0.4.2011Q1, ORACLE_PATH=/rdwq/apps/oracle/product/10.2.0.4.2011Q1/bin, ORACLE_SID=rdwq, ORACLE_TERM=xsun5, ORAENV_ASK=NO, ORATAB=, ORA_NLS=/rdwq/apps/oracle/product/10.2.0.4.2011Q1/ocommon/nls/admin/data, PATH=/rdwq/apps/oracle/product/10.2.0.4.2011Q1/bin:/opt/local/scripts:/opt/local/bin:/opt/local/xns:/opt/X11:/bin:/usr/sbin:/usr/bin:/usr/local/bin:/usr/etc:/usr/ccs/bin:/usr/ucb:/usr/openwin:/usr/openwin/bin:/usr/bin/X11:/usr/openwin/bin/X11:/usr/openwin/lib:/usr/lib:/usr/sbin:/usr/local/bin:/app/oracle/local/dba/utilities:/opt/bin:/opt/EDSsrm/bin:/usr/bin, PWD=/rdwq/apps/oracle/product/10.2.0.4.2011Q1/bin, SHELL=/bin/bash, SHLIB_PATH=/rdwq/apps/oracle/product/10.2.0.4.2011Q1/lib32:/rdwq/apps/oracle/product/10.2.0.4.2011Q1/lib:/rdwq/apps/oracle/product/10.2.0.4.2011Q1/perl/lib, SHLVL=1, TERM=vt100, TNS_ADMIN=, TZ=US/Pacific, XFILESEARCHPATH=/usr/dt/app-defaults/%L/Dt, _=/rdwq/apps/oracle/product/10.2.0.4.2011Q1/bin/emca]
    Aug 26, 2011 7:44:12 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Starting execution: /rdwq/apps/oracle/product/10.2.0.4.2011Q1/bin/emctl stop dbconsole
    Aug 26, 2011 7:44:16 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Exit value of 1
    Aug 26, 2011 7:44:16 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Oracle Enterprise Manager 10g Database Control Release 10.2.0.4.0
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    https://usa7061ux300:1158/em/console/aboutApplication
    Stopping Oracle Enterprise Manager 10g Database Control ...
    --- Failed to shutdown DBConsole Gracefully ---
    failed.
    Aug 26, 2011 7:44:16 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    WARNING: Error executing /rdwq/apps/oracle/product/10.2.0.4.2011Q1/bin/emctl stop dbconsole
    Aug 26, 2011 7:44:16 AM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Aug 26, 2011 7:44:16 AM oracle.sysman.emcp.util.PlatformInterface isInView
    CONFIG: IN_VIEW marker not instantiated in /rdwq/apps/oracle/product/10.2.0.4.2011Q1/sysman/config/emca.properties
    Aug 26, 2011 7:44:16 AM oracle.sysman.emcp.util.PlatformInterface getEnvProps
    CONFIG: Returning env array from cache
    Aug 26, 2011 7:44:16 AM oracle.sysman.emcp.util.PlatformInterface getSortedEnvArray
    CONFIG: New Env List: [BKUPDIR=/data, CLASSPATH=/rdwq/apps/oracle/product/10.2.0.4.2011Q1/jlib/emca.jar:/rdwq/apps/oracle/product/10.2.0.4.2011Q1/jlib/srvm.jar:/rdwq/apps/oracle/product/10.2.0.4.2011Q1/jlib/srvmasm.jar:/rdwq/apps/oracle/product/10.2.0.4.2011Q1/jlib/emConfigInstall.jar:/rdwq/apps/oracle/product/10.2.0.4.2011Q1/jlib/ldapjclnt10.jar:/rdwq/apps/oracle/product/10.2.0.4.2011Q1/jlib/ldap.jar:/rdwq/apps/oracle/product/10.2.0.4.2011Q1/jlib/share.jar:/rdwq/apps/oracle/product/10.2.0.4.2011Q1/jlib/srvmhas.jar:/rdwq/apps/oracle/product/10.2.0.4.2011Q1/jlib/netcfg.jar:/rdwq/apps/oracle/product/10.2.0.4.2011Q1/lib/xmlparserv2.jar:/rdwq/apps/oracle/product/10.2.0.4.2011Q1/assistants/jlib/assistantsCommon.jar:/rdwq/apps/oracle/product/10.2.0.4.2011Q1/sysman/jlib/emCORE.jar:/rdwq/apps/oracle/product/10.2.0.4.2011Q1/oui/jlib/OraInstaller.jar:/rdwq/apps/oracle/product/10.2.0.4.2011Q1/oui/jlib/OraPrereq.jar:/rdwq/apps/oracle/product/10.2.0.4.2011Q1/inventory/prereqs/oui/OraPrereqChecks.jar:/rdwq/apps/oracle/product/10.2.0.4.2011Q1/oui/jlib/OraPrereqChecks.jar:, DYLD_LIBRARY_PATH=/rdwq/apps/oracle/product/10.2.0.4.2011Q1/lib32:/rdwq/apps/oracle/product/10.2.0.4.2011Q1/lib:/rdwq/apps/oracle/product/10.2.0.4.2011Q1/perl/lib, EDITOR=vi, EMDROOT=/rdwq/apps/oracle/product/10.2.0.4.2011Q1, HOME=/rdwq/ap01/rdwsdba, HZ=, LC_COLLATE=en_US.ISO8859-1, LC_CTYPE=en_US.ISO8859-1, LC_MESSAGES=C, LC_MONETARY=en_US.ISO8859-1, LC_NUMERIC=en_US.ISO8859-1, LC_TIME=en_US.ISO8859-1, LD_LIBRARY_PATH=/rdwq/apps/oracle/product/10.2.0.4.2011Q1/lib32:/rdwq/apps/oracle/product/10.2.0.4.2011Q1/lib:/rdwq/apps/oracle/product/10.2.0.4.2011Q1/perl/lib:null, LIBPATH=/rdwq/apps/oracle/product/10.2.0.4.2011Q1/lib32:/rdwq/apps/oracle/product/10.2.0.4.2011Q1/lib:/rdwq/apps/oracle/product/10.2.0.4.2011Q1/perl/lib, LOGNAME=rdwsdba, MAIL=/usr/mail/rdwsdba, MANPATH=/local/man:/usr/share/man, NLSPATH=/usr/dt/lib/nls/msg/%L/%N.cat, OLDPWD=/rdwq/apps/oracle/product/10.2.0.4.2011Q1/usa7061ux300_rdwq/sysman/log, ORACLE_BASE=/rdwq/apps/oracle, ORACLE_DOC=/rdwq/apps/oracle/doc, ORACLE_HOME=/rdwq/apps/oracle/product/10.2.0.4.2011Q1, ORACLE_PATH=/rdwq/apps/oracle/product/10.2.0.4.2011Q1/bin, ORACLE_SID=rdwq, ORACLE_TERM=xsun5, ORAENV_ASK=NO, ORATAB=, ORA_NLS=/rdwq/apps/oracle/product/10.2.0.4.2011Q1/ocommon/nls/admin/data, PATH=/rdwq/apps/oracle/product/10.2.0.4.2011Q1/bin:/opt/local/scripts:/opt/local/bin:/opt/local/xns:/opt/X11:/bin:/usr/sbin:/usr/bin:/usr/local/bin:/usr/etc:/usr/ccs/bin:/usr/ucb:/usr/openwin:/usr/openwin/bin:/usr/bin/X11:/usr/openwin/bin/X11:/usr/openwin/lib:/usr/lib:/usr/sbin:/usr/local/bin:/app/oracle/local/dba/utilities:/opt/bin:/opt/EDSsrm/bin:/usr/bin, PERL5LIB=/rdwq/apps/oracle/product/10.2.0.4.2011Q1/perl/lib:/rdwq/apps/oracle/product/10.2.0.4.2011Q1/perl/lib/site_perl:/rdwq/apps/oracle/product/10.2.0.4.2011Q1/sysman/admin/scripts:/rdwq/apps/oracle/product/10.2.0.4.2011Q1/bin:, PWD=/rdwq/apps/oracle/product/10.2.0.4.2011Q1/bin, SHELL=/bin/bash, SHLIB_PATH=/rdwq/apps/oracle/product/10.2.0.4.2011Q1/lib32:/rdwq/apps/oracle/product/10.2.0.4.2011Q1/lib:/rdwq/apps/oracle/product/10.2.0.4.2011Q1/perl/lib, SHLVL=1, TERM=vt100, TNS_ADMIN=, TZ=US/Pacific, XFILESEARCHPATH=/usr/dt/app-defaults/%L/Dt, _=/rdwq/apps/oracle/product/10.2.0.4.2011Q1/bin/emca]
    Aug 26, 2011 7:44:16 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Starting execution: /rdwq/apps/oracle/product/10.2.0.4.2011Q1/perl/bin/perl /rdwq/apps/oracle/product/10.2.0.4.2011Q1/sysman/admin/scripts/db/sgastop.pl stop rdwq usa7061ux300 1575 /rdwq/apps/oracle/product/10.2.0.4.2011Q1
    Aug 26, 2011 7:44:16 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Exit value of 0
    Aug 26, 2011 7:44:16 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: Execution of /rdwq/apps/oracle/product/10.2.0.4.2011Q1/perl/bin/perl /rdwq/apps/oracle/product/10.2.0.4.2011Q1/sysman/admin/scripts/db/sgastop.pl stop rdwq usa7061ux300 1575 /rdwq/apps/oracle/product/10.2.0.4.2011Q1 completed successfully
    Aug 26, 2011 7:44:16 AM oracle.sysman.emcp.util.PlatformInterface executeCommand
    CONFIG: nmccollector process does not exist
    Aug 26, 2011 7:44:16 AM oracle.sysman.emcp.util.DBControlUtil stopNmccollector
    CONFIG: Successfully stopped nmc-collector process
    Aug 26, 2011 7:44:16 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter JMS_PORT_null.
    Aug 26, 2011 7:44:16 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter JMS_PORT.
    Aug 26, 2011 7:44:16 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter RMI_PORT_null.
    Aug 26, 2011 7:44:16 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter RMI_PORT.
    Aug 26, 2011 7:44:16 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DBCONTROL_HTTP_PORT_null.
    Aug 26, 2011 7:44:16 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DBCONTROL_HTTP_PORT.
    Aug 26, 2011 7:44:16 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter AGENT_PORT_null.
    Aug 26, 2011 7:44:16 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter AGENT_PORT.
    Aug 26, 2011 7:44:16 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter PORTS_FILE.
    Aug 26, 2011 7:44:16 AM oracle.sysman.emcp.util.FileUtil getProperties
    CONFIG: Error reading file /rdwq/apps/oracle/product/10.2.0.4.2011Q1/install/staticports.ini
    Aug 26, 2011 7:44:16 AM oracle.sysman.emcp.EMDBPreConfig performReconfiguration
    CONFIG: Ports: {}
    Aug 26, 2011 7:44:16 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Aug 26, 2011 7:44:16 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter PORTS_FILE.
    Aug 26, 2011 7:44:16 AM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Aug 26, 2011 7:44:16 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter JMS_PORT_rdwq.
    Aug 26, 2011 7:44:16 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter JMS_PORT.
    Aug 26, 2011 7:44:16 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter RMI_PORT_rdwq.
    Aug 26, 2011 7:44:16 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter RMI_PORT.
    Aug 26, 2011 7:44:16 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DBCONTROL_HTTP_PORT_rdwq.
    Aug 26, 2011 7:44:16 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DBCONTROL_HTTP_PORT.
    Aug 26, 2011 7:44:16 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter AGENT_PORT_rdwq.
    Aug 26, 2011 7:44:16 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter AGENT_PORT.
    Aug 26, 2011 7:44:16 AM oracle.sysman.emcp.util.OUIInventoryUtil setOUILoc
    CONFIG: Setting oracle.installer.oui_loc to /rdwq/apps/oracle/product/10.2.0.4.2011Q1/oui
    Aug 26, 2011 7:44:16 AM oracle.sysman.emcp.util.OUIInventoryUtil getInstallInventory
    CONFIG: Error accessing inventory.
    oracle.sysman.oii.oiii.OiiiInstallInventoryReadException: OUI-10039:Unable to read install inventory /ap01/apps/oracle/oraInventory on this system. Please check if you have the proper permissions to read/write to the inventory.
    at oracle.sysman.oii.oiii.OiiiInstallAreaControl.initAreaControl(OiiiInstallAreaControl.java:1733)
    at oracle.sysman.oii.oiic.OiicStandardInventorySession.initSession(OiicStandardInventorySession.java:292)
    at oracle.sysman.oii.oiic.OiicStandardInventorySession.initSession(OiicStandardInventorySession.java:231)
    at oracle.sysman.oii.oiic.OiicStandardInventorySession.initSession(OiicStandardInventorySession.java:180)
    at oracle.sysman.emcp.util.OUIInventoryUtil.getInstallInventory(OUIInventoryUtil.java:125)
    at oracle.sysman.emcp.util.OUIInventoryUtil.getAllOracleHomeLoc(OUIInventoryUtil.java:176)
    at oracle.sysman.emcp.util.PortManager.markAllUsedPorts(PortManager.java:1220)
    at oracle.sysman.emcp.util.PortManager.getFreePorts(PortManager.java:595)
    at oracle.sysman.emcp.EMDBPreConfig.getFreePorts(EMDBPreConfig.java:2314)
    at oracle.sysman.emcp.EMDBPreConfig.performReconfiguration(EMDBPreConfig.java:2817)
    at oracle.sysman.emcp.EMDBPreConfig.invoke(EMDBPreConfig.java:248)
    at oracle.sysman.emcp.EMDBPreConfig.invoke(EMDBPreConfig.java:171)
    at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:170)
    at oracle.sysman.emcp.EMConfigAssistant.invokeEMCA(EMConfigAssistant.java:486)
    at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1142)
    at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:470)
    at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:419)
    Aug 26, 2011 7:44:16 AM oracle.sysman.emcp.util.OUIInventoryUtil getInstallInventory
    CONFIG: Error accessing Install Area Control.
    Aug 26, 2011 7:44:16 AM oracle.sysman.emcp.util.OUIInventoryUtil getAllOracleHomes
    CONFIG: Error accessing Install Inventory.
    Aug 26, 2011 7:44:16 AM oracle.sysman.emcp.util.OUIInventoryUtil getAllOracleHomeLoc
    CONFIG: /var/opt/oracle/oraInst.loc and /rdwq/apps/oracle/product/10.2.0.4.2011Q1/oraInst.loc are not the same. Getting list of homes from /rdwq/apps/oracle/product/10.2.0.4.2011Q1/oraInst.loc
    Aug 26, 2011 7:44:16 AM oracle.sysman.emcp.util.OUIInventoryUtil setOUILoc
    CONFIG: Setting oracle.installer.oui_loc to /rdwq/apps/oracle/product/10.2.0.4.2011Q1/oui
    Aug 26, 2011 7:44:16 AM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Homes to scan for used ports: [rdwq/apps/oracle/product/10.2.0.4.2011Q1]
    Aug 26, 2011 7:44:16 AM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Searching all DBConsole instances for used ports under ORACLE_HOME /rdwq/apps/oracle/product/10.2.0.4.2011Q1
    Aug 26, 2011 7:44:17 AM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking JMS port: null from /rdwq/apps/oracle/product/10.2.0.4.2011Q1/oc4j/j2ee/OC4J_DBConsole
    Aug 26, 2011 7:44:17 AM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking RMI port: null from /rdwq/apps/oracle/product/10.2.0.4.2011Q1/oc4j/j2ee/OC4J_DBConsole
    Aug 26, 2011 7:44:17 AM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking HTTP port: null from /rdwq/apps/oracle/product/10.2.0.4.2011Q1/oc4j/j2ee/OC4J_DBConsole
    Aug 26, 2011 7:44:17 AM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking JMS port: 5540 from /rdwq/apps/oracle/product/10.2.0.4.2011Q1/oc4j/j2ee/OC4J_DBConsole_usa7061ux300_rdwq
    Aug 26, 2011 7:44:17 AM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking RMI port: 5520 from /rdwq/apps/oracle/product/10.2.0.4.2011Q1/oc4j/j2ee/OC4J_DBConsole_usa7061ux300_rdwq
    Aug 26, 2011 7:44:17 AM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking HTTP port: 1158 from /rdwq/apps/oracle/product/10.2.0.4.2011Q1/oc4j/j2ee/OC4J_DBConsole_usa7061ux300_rdwq
    Aug 26, 2011 7:44:17 AM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking Agent port: 1830 from /rdwq/apps/oracle/product/10.2.0.4.2011Q1/usa7061ux300_rdwq/sysman/config/emd.properties
    Aug 26, 2011 7:44:17 AM oracle.sysman.emcp.util.PortManager getAgentPort
    CONFIG: Cannot parse EMD_URL correctly. No port identified
    Aug 26, 2011 7:44:17 AM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Marking Agent port: null from /rdwq/apps/oracle/product/10.2.0.4.2011Q1/sysman/config/emd.properties
    Aug 26, 2011 7:44:17 AM oracle.sysman.emcp.util.PortManager markAllUsedPorts
    CONFIG: Cannnot parse EMD_URL correctly. No port identified
    Aug 26, 2011 7:44:17 AM oracle.sysman.emcp.util.FileUtil getProperties
    CONFIG: Error reading file /rdwq/apps/oracle/product/10.2.0.4.2011Q1/install/staticports.ini
    Aug 26, 2011 7:44:17 AM oracle.sysman.emcp.util.PortManager getFreePorts
    CONFIG: /rdwq/apps/oracle/product/10.2.0.4.2011Q1:usa7061ux300:null:rdwq:{}:null:{DBCONTROL_HTTP_PORT=1158, RMI_PORT=5521, JMS_PORT=5541, AGENT_PORT=1831}
    Aug 26, 2011 7:44:17 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter AGENT_PORT_rdwq.
    Aug 26, 2011 7:44:17 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: AGENT_PORT_rdwq value: 1831
    Aug 26, 2011 7:44:17 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DBCONTROL_HTTP_PORT_rdwq.
    Aug 26, 2011 7:44:17 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DBCONTROL_HTTP_PORT_rdwq value: 1158
    Aug 26, 2011 7:44:17 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter JMS_PORT_rdwq.
    Aug 26, 2011 7:44:17 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: JMS_PORT_rdwq value: 5541
    Aug 26, 2011 7:44:17 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter RMI_PORT_rdwq.
    Aug 26, 2011 7:44:17 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: RMI_PORT_rdwq value: 5521
    Aug 26, 2011 7:44:17 AM oracle.sysman.emcp.EMDBPreConfig getFreePorts
    CONFIG: Ports assigned for SID: rdwq : {DBCONTROL_HTTP_PORT=1158, RMI_PORT=5521, JMS_PORT=5541, AGENT_PORT=1831}
    Aug 26, 2011 7:44:17 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Aug 26, 2011 7:44:17 AM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Aug 26, 2011 7:44:17 AM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DBCONTROL_HTTP_PORT_rdwq_OLD value: 1158
    Aug 26, 2011 7:44:17 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Completed copying file /rdwq/apps/oracle/product/10.2.0.4.2011Q1/oc4j/j2ee/OC4J_DBConsole_usa7061ux300_rdwq/config/rmi.xml.emca.util.tmp to /rdwq/apps/oracle/product/10.2.0.4.2011Q1/oc4j/j2ee/OC4J_DBConsole_usa7061ux300_rdwq/config/rmi.xml
    Aug 26, 2011 7:44:17 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Completed copying file /rdwq/apps/oracle/product/10.2.0.4.2011Q1/oc4j/j2ee/OC4J_DBConsole_usa7061ux300_rdwq/config/jms.xml.emca.util.tmp to /rdwq/apps/oracle/product/10.2.0.4.2011Q1/oc4j/j2ee/OC4J_DBConsole_usa7061ux300_rdwq/config/jms.xml
    Aug 26, 2011 7:44:17 AM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter ORACLE_HOSTNAME.
    Aug 26, 2011 7:44:17 AM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Aug 26, 2011 7:44:17 AM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Completed copying file /rdwq/apps/oracle/product/10.2.0.4.2011Q1/usa7061ux300_rdwq/sysman/config/emd.properties.emca.util.tmp to /rdwq/apps/oracle/product/10.2.0.4.2011Q1/usa7061ux300_rdwq/sysman/config/emd.properties
    Aug 26, 2011 7:44:17 AM oracle.sysman.emcp.util.ClusterUtil getLocalNode
    CONFIG: isLocalNodeDone: true localNode: null
    Aug 26, 2011 7:44:17 AM oracle.sysman.emcp.EMConfig perform
    SEVERE: Cannot start Database Control. The following ports are already in use: [Database Control HTTP port:1158].
    Refer to the log file at /rdwq/apps/oracle/product/10.2.0.4.2011Q1/cfgtoollogs/emca/rdwq/emca_2011-08-26_07-44-01-AM.log for more details.
    Aug 26, 2011 7:44:17 AM oracle.sysman.emcp.EMConfig perform
    CONFIG: Stack Trace:
    oracle.sysman.emcp.exception.EMConfigException: Cannot start Database Control. The following ports are already in use: [Database Control HTTP port:1158].
    at oracle.sysman.emcp.EMDBPostConfig.areDbcPortsFree(EMDBPostConfig.java:1760)
    at oracle.sysman.emcp.EMDBPostConfig.performReconfiguration(EMDBPostConfig.java:869)
    at oracle.sysman.emcp.EMDBPostConfig.invoke(EMDBPostConfig.java:228)
    at oracle.sysman.emcp.EMDBPostConfig.invoke(EMDBPostConfig.java:193)
    at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:184)
    at oracle.sysman.emcp.EMConfigAssistant.invokeEMCA(EMConfigAssistant.java:486)
    at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1142)
    at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:470)
    at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:419)
    rdwsdba$
    Please Help me please
    Thanks

  • Unable to Silent Monitor newly configured agent via SAD

    Unable to silent monitor newly configured agent via SAD (supervisor agent desktop).....attached is a screen shot of the error messages.
    I have verified the following -
    - agent is able to log in successfully...
    - supervisor is able to see the agent via realtime report etc...
    - agents that are being monitored successfully, has the same NIC card and are on the same vlan as the new agent...
    - I am able to see the new agent extension and mac address under VoIP monitoring device in the CDA (cisco desktop administration)... 
    Please advise, thanks -  

    There is a utility in the newer releases of UCCX that is included with CAD on the agent PCs that can help narrow down the cause of this problem.  On the agent PC, navigate to C:\Program Files\cisco\desktop\bin and you will see NICQ.exe.  Run this utility while the agent is on a call.  This utility captures packets on the NIC and verifies that the PC is receiving packets from the phone correctly.
    If this tool reports that it cannot find an RTP stream, it's best to focus on the agent PC and their phone configuration.  On some phones, you may need to disable the advertise G722 codec, because this is not supported with CAD monitoring/recording yet.  Also, even though the MAC address shows up correctly in CDA for their extension, it's important to make sure the extension is only used once in CUCM by searching the route plan report.  Otherwise, the VoIP Monitoring service may receive the wrong device's MAC address when trying to filter for the RTP stream.
    Make sure the PostInstall tool on the agent PC has the correct NIC selected to capture traffic on.  This is important when the agent PC has more than one NIC installed.  This utility is also in C:\Program Files\cisco\desktop\bin on the agent PC.
    If the phone seems OK but the problem remains, you can isolate it to a PC by connecting the agent's phone to another PC, like the PC of an agent that can be monitored.  If the non-working agent can be monitored using their own login to CAD and their own phone on the other agent's PC, then it's just a matter of finding differences between the two PCs that can lead to the problem.
    Thanks,
    Brendan

  • Trying to add another DB under SCAN via DBCA "Default listener LISTENER is not Configured in the grid infrastructure home"

    Trying to install another DB under RAC using SCAN listener on a new port.  DBCA gives error "Default listener LISTENER is not Configured in the grid infrasturcture home".
    Have tried srvctl config listener, srvctl start listener to start the listener.  Still not able to get past the DBCA error.  What am I missing?  Do not want to start LISTENER on port 1521 as SCAN is running on 1521.

    No your Database config does use hostname/ip + port or a tns-entry pointing to the local_listener. Neither method does care for the home the listener is running from.
    You will however have to take care of the entries in the clusterware, as the listener is a controlled resource. If you manually relocate it, then it will only work until next restart of crs stack.
    The simplest way to switch the home is by running first netca from database home and delete the listener and then switch to grid home run netca again and create the listener.
    netca will take care of registering it with crs with the correct environment settings. You will have a short period where your rac won't have a listener and therefore won't accept new connections until the new listener is up and running.
    Relocating the current listener requires to modify several parameters via crsctl in the cluster registry, but allows doing this node by node without complete outage.
    If you want to go that way, then create another listener from grid home and compare the settings of current listener and of the new listener. You will need to update several parameter before you can relocate it.
    Run this command to show the current settings and compare it to the listener from grid home:
    crsctl stat res ora.LISTENER.lsnr -p
    You will need to modify serveral parameters, ACTION_SCRIPT,AGENT_FILENAME,ALIAS_NAME,ORACLE_HOME and the ACL
    Modify works like this, for ACL you must use the encasing single apostrophe ' and run it as root:
    crsctl modify res ora.LISTENER.lsnr -attr "ACL='owner:oracle:rwx,pgrp:oinstall:rwx,other::r--'"
    I would recommend Version 1 if short outage is acceptable. For both variants verify that you can resolve all tnsnames entries in both homes.
    Regards
    Thomas

Maybe you are looking for

  • Locked features on HP Officejet Pro 8600

    I have HP Officejet Pro 8600.  I had to get new router, but cannot get printer connected.  Several features are locked by administrator (which would be me), one of these is wireless setup wizard, which I need.  How do I unlock these features?  I don'

  • I-phone 2.0 update - lost all contacts

    This a.m. did the 2.0 update and lost all contacts. Calender good, photos good, notes good, mail good. Did not have on PC but part of download said "backing up information" WHERE? Did 2nd I-phone right after, before checking the first one, and that d

  • WPA2 configuration on Aironet 1042N

    Just started at a new job and had three new Cisco Aironet 1042Ns thrown at me and asked to configure them.  They are running the latest software; C1040 Software (C1140-K9W7-M), Version 12.4(25d)JA1.  I had no issues configuring them with no security

  • Centering a label

    Hi, I am trying to center a text in a label, but when I am setting alignment to Pos.CENTER or set for label -fx-alignment: CENTER in css - the label is still on the left side. In javafx 1.3 there was a layoutInfo property, but in 2.0 there is no such

  • PowerBook internal audio in jack...

    My powerbook audio in jack produces an extremely low line level in GB when I plug in my guitar directly. Is this normal?? I just wanna plug directly in to the machine seeing as I don't have money right now to afford myself an audio interface and prea