Enabling security for  OEM Grid Control 11g fails

Hi Experts,
One of my Customer is referring the below command to secure OMS and it fails.
emctl secure oms [-sysman_pwd <sysman password>] [-reg_pwd <registration password>] [-host <hostname>] [-slb_port <slb port>] [-slb_console_port <slb console port>] [-reset] [-console] [-lock] [-lock_console] [-secure_port <secure_port>] [-upload_http_port <upload_http_port>] [-root_dc <root_dc>] [-root_country <root_country>] [-root_email <root_email>] [-root_state <root_state>] [-root_loc <root_loc>] [-root_org <root_org>] [-root_unit <root_unit>] [-wallet <wallet_loc> -trust_certs_loc <certs_loc>] [-wallet_pwd <pwd>] [-key_strength <strength>] [-cert_validity <validity>] [-protocol <protocol>]
The error message as below.
Securing OMS... Started.
<May 31, 2011 4:40:31 PM CEST> <Warning> <Security> <BEA-090504> <Certificate chain received from <hostname of the actual node running OEM> - <IP of the hostname of the actual node running OEM> failed hostname verification check. Certificate contained <SLB hostname> but check expected <hostname of the actual node running OEM>
Securing OMS... Failed
The brief background of the wallet creation is as below.
The actual certificate and CSR is created using openssl with a config file openssl-oemgc.cnf. This is according to customer organization's policy and how the production signed certificates have to be requested. The CN is indeed <SLB hostname>. The used syntax was:
openssl req -new -keyout <SLB hostname>.key -out <SLB hostname>.csr -config openssl-oemgc.cnf
The config file content can be referred in the service request.
Following the guide on
http://download.oracle.com/docs/cd/E21764_01/web.1111/e13749/utils.htm#ADMRF151
the certificates were imported into a java keystore 'identity.jks'. And the certificate chain was imported in a java keystore 'trust.jks'.
With these customer has followed note 1278609.1 to configure these keystores in WLS. The certificates show up fine without errors in the browser when opening the WLS console.
Then according to notes 1116717.1 customer has created an Oracle wallet. Then he copied that wallet to an old 10g oracle application server and opened the wallet with 'owm' and saved it. Then he has copied the wallet to the new Oem Grid Control and opened it with'owm' (this now succeeds) and saved it with SSO. This is the wallet that customer is using while trying to secure the OMS.
Service Request: 3-3731274961
Any input is highly appreciated.
Thanks
Prakash
Edited by: user13542511 on Jul 6, 2011 8:09 AM

Hello Experts,
Could you please help me on this issue.
Thanks
Prakash

Similar Messages

  • Do we have any certification for OEM -grid control ?

    Do we have any certification for OEM -grid control ?

    There is currently no OEM grid control certification and currently no plans to build one. You can stay up-to-date on new and upcoming Oracle releases on our website at http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=224.
    Regards,
    Brandye Barrington
    Certification Forum Moderator
    Certification Program Manager

  • RAC environment setup for OEM Grid Control

    Hi All,
    One of my customer is setting up RAC environment for OEM Grid Control, he has following questions.
    1) Can I use the DirectNFS client on each RAC node to mount SAN storage created with an OCFS2 filesystem?
    2) Can I use the DirectNSF client to mount the shared filesystem loader directory?
    3) Should I be using DirectNFS for the shared filesystem loader at all? Or should I just use a normal Linux NFS mount?
    4) Is OCFS2 preferred over NFS for the shared filesystem loader?
    Any information is highly appriciated.
    Thank you,
    Bhavin

    Please check the below doc
    http://www.oracle.com/technology/deploy/availability/pdf/MAA_WP_10gR2_EnterpriseManagerBestPractices.pdf

  • Atempt to start OMS for Grid Control 11g fails with - Unexpected error occu

    Hello,
    I am running Grid Control 11g.
    Repository DB is 11.2.0.1
    Both the Grid Control and DB server are running in same machine - redhat 5.
    When trying to start the oms, this fails with the below error:
    Oracle Enterprise Manager 11g Release 1 Grid Control
    Copyright (c) 1996, 2010 Oracle Corporation. All rights reserved.
    Starting WebTier...
    WebTier Successfully Started
    Starting Oracle Management Server...
    Oracle Management Server is not functioning because of the following reason:
    Unexpected error occurred. Check error and log files.
    The emctl.log shows the following error which I am unable to debug:
    2011-09-13 11:20:05,619 [main] DEBUG oms.StatusOMSCmd processStatusOMS.138 - HTTP port in emgc property file: 7202
    2011-09-13 11:20:05,620 [main] DEBUG oms.StatusOMSCmd processStatusOMS.139 - HTTPS port in emgc property file: 7301
    2011-09-13 11:20:05,620 [main] DEBUG oms.StatusOMSCmd processStatusOMS.155 - Using http port.
    2011-09-13 11:20:05,620 [main] DEBUG oms.StatusOMSCmd processStatusOMS.195 - Attempting to connect to http://<host>.<domain>:7202/em/console/logon/logon
    2011-09-13 11:23:05,596 [main] ERROR oms.StatusOMSCmd processStatusOMS.239 - Read timed out
    java.net.SocketTimeoutException: Read timed out
    at java.net.SocketInputStream.socketRead0(Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java:129)
    at HTTPClient.BufferedInputStream.fillBuff(BufferedInputStream.java:206)
    at HTTPClient.BufferedInputStream.read(BufferedInputStream.java:126)
    at HTTPClient.StreamDemultiplexor.read(StreamDemultiplexor.java:348)
    at HTTPClient.RespInputStream.read(RespInputStream.java:147)
    at HTTPClient.RespInputStream.read(RespInputStream.java:108)
    at HTTPClient.Response.readResponseHeaders(Response.java:1107)
    at HTTPClient.Response.getHeaders(Response.java:832)
    at HTTPClient.Response.getStatusCode(Response.java:331)
    at HTTPClient.RetryModule.responsePhase1Handler(RetryModule.java:92)
    at HTTPClient.HTTPResponse.handleResponseImpl(HTTPResponse.java:872)
    at HTTPClient.HTTPResponse.access$000(HTTPResponse.java:62)
    at HTTPClient.HTTPResponse$2.run(HTTPResponse.java:839)
    at HTTPClient.HTTPResponse$2.run(HTTPResponse.java:837)
    at HTTPClient.HttpClientConfiguration.doAction(HttpClientConfiguration.java:666)
    at HTTPClient.HTTPResponse.handleResponse(HTTPResponse.java:837)
    at HTTPClient.HTTPResponse.getStatusCode(HTTPResponse.java:242)
    at oracle.sysman.emctl.oms.StatusOMSCmd.processStatusOMS(StatusOMSCmd.java:199)
    at oracle.sysman.emctl.wls.OMSController.statusOMS(OMSController.java:867)
    at oracle.sysman.emctl.wls.OMSController.startOMS(OMSController.java:606)
    at oracle.sysman.emctl.wls.OMSController.main(OMSController.java:213)
    2011-09-13 11:23:05,597 [main] INFO wls.OMSController statusOMS.950 - statusOMS finished with result: 9
    In emgc.properties, I have MSPORT=7202.
    I have used the notes in Metalink 1287904.1, but without resolution.
    I am able to connect with sqlplus, with user sysman, without issues. There are no invalid objects under sysman.
    emoms.trc shows the following:
    2011-09-11 15:51:53,160 [JobWorker 22356:Thread-108] WARN jdbc.ConnectionCache _getConnection.353 - Invalid or Stale Connection found in the Connection Cache
    java.sql.SQLException: Invalid or Stale Connection found in the Connection Cache
    Thank you for support.
    Regards,
    Horia
    Edited by: horia.berca on Sep 13, 2011 5:29 AM
    Edited by: horia.berca on Sep 13, 2011 5:32 AM
    Edited by: horia.berca on Sep 13, 2011 5:35 AM
    Edited by: horia.berca on Sep 13, 2011 5:45 AM

    Hello again;
    Check the solution in this: ( and note the multiple versions of oracle it covers )
    UNABLE TO FIND GRID INFRASTRUCTURE LISTENER (Doc ID 1483234.1)
    Best Regards
    mseberg

  • Which? - License for OEM Grid Control or just the additional Packs and Add-Ins?

    I took a look at the price list and I wanted to clarify the "Named User Plus". The Diagnostic and Tuning Packs are each shown as $100 for the named user. As a DBA, if I have a named user license for these two management packs, does this mean that I can manage as many databases as needed with these two management packs?

    Wow, 25 separate dbcontrols sound like a nightmare.
    By the way, our Oracle rep just happened to come here yesterday, and he validated what was said here.
    You can install the Grid Control free; you simply un-check the Packs/Add-Ins during the install.
    As I understand it, you would install the Grid Control Agent first on each server, then when you install Oracle RDBMS, the Universal Installer will detect the Agent and enable the Grid Control instead of the Database Control.
    Then you install the OEM Grid Control repository and software on a separate server, and that is where you manage all of the Oracle RDBMS servers from.
    He also said to use the highest version Grid Control Agents on the database servers and repository server and keep the versions of that software in sync, which is separate from the Oracle RDBMS version.

  • License for OEM Grid Control or just the additional Packs and Add-Ins?

    I have searched the forums and found the link below in a discussion about the Enterprise Manager Grid Control, but nobody answered this question specifically:
    Can you freely install and use the Grid Control (with no additional Packs or Add-Ins)? Or does the Grid Control itself require a license?
    P.S. The price list linked here only displays prices for Grid Control Packs and Add-Ins:
    www.oracle.com/corporate/pricing/eplext.pdf

    Wow, 25 separate dbcontrols sound like a nightmare.
    By the way, our Oracle rep just happened to come here yesterday, and he validated what was said here.
    You can install the Grid Control free; you simply un-check the Packs/Add-Ins during the install.
    As I understand it, you would install the Grid Control Agent first on each server, then when you install Oracle RDBMS, the Universal Installer will detect the Agent and enable the Grid Control instead of the Database Control.
    Then you install the OEM Grid Control repository and software on a separate server, and that is where you manage all of the Oracle RDBMS servers from.
    He also said to use the highest version Grid Control Agents on the database servers and repository server and keep the versions of that software in sync, which is separate from the Oracle RDBMS version.

  • Adding Database in OEM Grid Control 11g

    Dear All,
    I have install silently oem agent 11g in a solaris system. The installation was successful and agent is up and running.
    But the thing is I can't add this client and its database in my OEM Grid Control interface. When I try to add the target it shows the bellow error
    Information
    You cannot add a host target from Enterprise Manager Grid Control.
    To add a host target, install the Oracle Management Agent on the host computer you want to manage. When the Management Agent begins communicating with the Oracle Management Service, the Management Agent target and the Host target will appear in the list of targets.
    My Question is how i can the target's agent can communicate with OMS agent? and How this target can be incorporated?

    You install management agents on the host and point the URl to the grid control OMS and it will automatically discover the host and databases
    It is in the documentation.
    Oracle Database FAQs

  • Pre-Requisites for OEM/Grid Control?

    Just to be absolutely clear - The latest version of OEM/Grid Control requires what version of Oracle DB?
    We are begin conservative and rolling out 11g r1 in production and want to know if that is sufficient to host the lastet version of OEM/Grid Control.
    If not, will it support an earlier version of OEM/Grid Control? What version?
    Is there a support matrix that clearly identifies the version dependencies?

    user4431165 wrote:
    Just to be absolutely clear Just to be absolutely clear, the documentation is at http://download.oracle.com/docs/cd/E11857_01/install.111/e15838/install_em_exist_db.htm#CIAIEAAC
    And Support Note "Oracle Enterprise Manager Grid Control Certification Checker (Doc ID 412431.1)" is referenced. It states that you can use as old as Oracle Database 10g Release 2 10.2.0.4. Older than that, and you leave supported territory anyway.

  • Creating physical standby db through grid control 11g fails with "default listener is not running"

    On step 4/6, i am getting error like below
    ErrorExamine and correct the following error(s), then re-try the operation.Default Listener in Grid Infrastructure - The default listener in the grid infrastucture is not running.
    I have the listener running on grid user and grid home, 11.2 in both primary and standby.
    During these steps till 4, its no where asked for grid user password.
    Not sure how it will detect the grid home listener.
    Listener is running with default port 1521 on both the servers primary and standby
    On the step 4 screen the other option for default listener is non-default listener and its pointing to db home and not grid home.
    So i guess oracle is looking for the listener to be up on the db home and not on grid home causing the issues,
    if so how to fix this ?
    I am using role separation, separate user for grid and oracle homes grid and oracle user and all are on 11.2.0.1 db + grid

    Hello again;
    Check the solution in this: ( and note the multiple versions of oracle it covers )
    UNABLE TO FIND GRID INFRASTRUCTURE LISTENER (Doc ID 1483234.1)
    Best Regards
    mseberg

  • Running a Host Command on OEM Grid Control 11g

    Hello,
    I am trying to execute a host command on a remote windows server but I'm not exactly sure of the syntax of the Command Statement. I am attempting to run the following:
    tasklist /FI "IMAGENAME eq myApplication.exe" | grep myApplication.exe
    I can run this without issue on the server itself but once I attempt to execute in the host command window I get the following error:
    ERROR: Invalid argument option - 'eq'
    I am assuming that I need to place an escape character before the quotes but when I place a / before each of the quotes I get the same error. I looked so many place online but have not found anything. Anyone have any ideas? TIA!!!!
    -Todd

    hmm, not so sure this will work, try it on a small directory folder first. If it works great, if not youll have to have some downtime while you move the directory structure to new mount point
    stop all GC services.
    mv /gc_inst /gc_inst_temp
    edit the fstab, create new mount point /gc_inst and mount
    mv -R /gc_inst_temp/* /gc_inst
    why is gc_inst at 28gb? Seems quite large to me.

  • Error while installation Grid Control 11g

    Hi all expert,
    I want to install OEM Grid Control 11g for studying purpose depending on link [http://oracle-base.com/articles/11g/GridControl11gR1InstallationOnOEL5.php|http://oracle-base.com/articles/11g/GridControl11gR1InstallationOnOEL5.php] . But I can not apply "WDJ7" patch because I don't have Metalink account. So I go to the next step to install Grid Control 11g. Everything is successful until Configuration assistant "Repository Configuration" operation. The error occurs at the screen as show in the picture http://oracle-base.com/articles/11g/images/oemgc11g/31-gc-installation-progress-details.jpg .
    Content of file log: /u02/oracle/Middleware/oms11g/sysman/log/schemamanager/emschema.log
    2010-11-16 20:46:12,867 [main] INFO emschemamanager.overalllog - ===================New SchemaManager Session ====================2010-11-16 20:46:12,871 [main] INFO emschemamanager.overalllog - starting client session with schemamanager ...
    2010-11-16 20:46:12,871 [main] INFO emschemamanager.overalllog - validating connect string...
    2010-11-16 20:46:12,879 [main] INFO emschemamanager.overalllog - done validating connect string....
    2010-11-16 20:46:12,880 [main] INFO emschemamanager.overalllog - basic connection sting validation done ...
    2010-11-16 20:46:12,880 [main] INFO emschemamanager.overalllog - get a SchemaManager...
    2010-11-16 20:46:12,952 [main] INFO emschemamanager.overalllog - role is found null for user: SYSMAN assuming this is transx action
    2010-11-16 20:46:12,953 [main] INFO emschemamanager.overalllog - creating a EMSchemaManager ...
    2010-11-16 20:46:12,953 [main] INFO emschemamanager.overalllog - schema manager is created for non-rcu based action
    2010-11-16 20:46:12,954 [main] INFO emschemamanager.overalllog - no connection object is created, as this action needs rcu action in parallel to be done
    2010-11-16 20:46:12,954 [main] INFO emschemamanager.overalllog - done creating a EMSchemaManager ...
    2010-11-16 20:46:12,955 [main] INFO emschemamanager.overalllog - no action in parallel to transx action
    2010-11-16 20:46:12,960 [main] INFO emschemamanager.overalllog - Creating a RCU Driver..., process_id=ob5ndvbp972c
    2010-11-16 20:46:13,154 [main] INFO emschemamanager.overalllog - logger operation's effective process id: ob5ndvbp972c
    2010-11-16 20:46:13,155 [main] INFO emschemamanager.overalllog - Creating a RCU Driver...
    2010-11-16 20:46:13,155 [main] INFO emschemamanager.overalllog - performing transx action
    2010-11-16 20:46:13,401 [main] INFO emschemamanager.overalllog - rcu log location is found null in system
    2010-11-16 20:46:13,404 [main] INFO emschemamanager.overalllog - setting up a fresh action logger path...
    2010-11-16 20:46:13,406 [main] INFO emschemamanager.overalllog - action logger path calculated: /u02/oracle/Middleware/oms11g/sysman/log/schemamanager/m_111610_0846_PM/m_111610_0846_PM.TRANSX/
    2010-11-16 20:46:13,408 [main] INFO emschemamanager.overalllog - action logger path is : /u02/oracle/Middleware/oms11g/sysman/log/schemamanager/m_111610_0846_PM/m_111610_0846_PM.TRANSX/
    2010-11-16 20:46:13,409 [main] INFO emschemamanager.overalllog - setting up default params
    2010-11-16 20:46:13,416 [main] INFO emschemamanager.overalllog - new RCU session : create loggers
    2010-11-16 20:46:13,416 [main] INFO emschemamanager.overalllog - action logger path calculated: /u02/oracle/Middleware/oms11g/sysman/log/schemamanager/m_111610_0846_PM/m_111610_0846_PM.TRANSX/
    2010-11-16 20:46:13,431 [main] INFO emschemamanager.overalllog - action logger path calculated: /u02/oracle/Middleware/oms11g/sysman/log/schemamanager/m_111610_0846_PM/m_111610_0846_PM.TRANSX/
    2010-11-16 20:46:13,432 [main] INFO emschemamanager.overalllog - created logger: oracle.sysman.em.emdrep.emschema.ob5ndvbp972cprocessLogger hash: 1220081709
    2010-11-16 20:46:13,433 [main] INFO emschemamanager.overalllog - starting transx thread...
    2010-11-16 20:46:13,446 [main] INFO emschemamanager.overalllog - coming back to caller's thread after starting transx thread...
    2010-11-16 20:46:20,201 [ob5ndvbp972c] INFO emschemamanager.overalllog - got a shared connection helper>
    Content of file log: /u02/oracle/Middleware/oms11g/sysman/log/schemamanager/m_111610_0846_PM/m_111610_0846_PM.TRANSX/emschema.log.TRANSX
    >
    2010-11-16 20:46:13,432 [main] INFO emschema.ob5ndvbp972c - created action logger....
    2010-11-16 20:46:13,455 [ob5ndvbp972c] INFO emschema.ob5ndvbp972c - logger is set properly..
    2010-11-16 20:46:18,462 [ob5ndvbp972c] INFO emschema.ob5ndvbp972c - repos connection is null, creating a new one
    2010-11-16 20:46:25,090 [ob5ndvbp972c] INFO emschema.ob5ndvbp972c - repos connection found: false on try: 0
    2010-11-16 20:46:25,091 [ob5ndvbp972c] INFO emschema.ob5ndvbp972c - reason:connection excep-tion
    2010-11-16 20:46:25,091 [ob5ndvbp972c] INFO emschema.ob5ndvbp972c - repos connection found: false on try: 1
    2010-11-16 20:46:31,110 [ob5ndvbp972c] INFO emschema.ob5ndvbp972c - repos connection is null, creating a new one
    2010-11-16 20:46:34,163 [ob5ndvbp972c] INFO emschema.ob5ndvbp972c - repos connection found: false on try: 2
    2010-11-16 20:46:34,170 [ob5ndvbp972c] INFO emschema.ob5ndvbp972c - reason:connection excep-tion
    2010-11-16 20:46:34,171 [ob5ndvbp972c] INFO emschema.ob5ndvbp972c - repos connection found: false on try: 3
    2010-11-16 20:46:40,178 [ob5ndvbp972c] INFO emschema.ob5ndvbp972c - repos connection is null, creating a new one
    2010-11-16 20:46:42,457 [ob5ndvbp972c] INFO emschema.ob5ndvbp972c - repos connection found: false on try: 4
    2010-11-16 20:46:42,458 [ob5ndvbp972c] INFO emschema.ob5ndvbp972c - reason:connection excep-tion
    2010-11-16 20:46:42,459 [ob5ndvbp972c] INFO emschema.ob5ndvbp972c - repos connection found: false on try: 5
    2010-11-16 20:46:48,466 [ob5ndvbp972c] INFO emschema.ob5ndvbp972c - repos connection is null, creating a new one
    2010-11-16 20:46:51,117 [ob5ndvbp972c] INFO emschema.ob5ndvbp972c - repos connection found: false on try: 6
    2010-11-16 20:46:51,118 [ob5ndvbp972c] INFO emschema.ob5ndvbp972c - reason:connection excep-tion
    >
    Content of log file: /u02/oracle/Middleware/oms11g/sysman/log/schemamanager/m_111610_0845_PM/m_111610_0845_PM.CREATE/emschema.log.CREATE
    >
    2010-11-16 20:45:10,455 [vak82od5f29j] ERROR emschema.vak82od5f29j - oracle/core/ojdl/logging/ODLLevel
    2010-11-16 20:45:12,482 [vak82od5f29j] ERROR emschema.vak82od5f29j - Cannot set session to current user SYSMAN:ORA-01435: user does not exist
    2010-11-16 20:45:12,703 [vak82od5f29j] ERROR emschema.vak82od5f29j - ORA-06550: line 1, column 13:
    PLS-00201: identifier 'EM_UPGRADE_UTIL.GET_LAST_PHASE' must be declared
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    2010-11-16 20:45:12,713 [vak82od5f29j] ERROR emschema.vak82od5f29j - Runtime Exception thrown:null
    2010-11-16 20:45:12,716 [vak82od5f29j] ERROR emschema.vak82od5f29j - java.lang.NoClassDefFoundError: oracle/core/ojdl/logging/ODLLevel
    2010-11-16 20:45:12,780 [vak82od5f29j] ERROR emschema.vak82od5f29j - Runtime Exception thrown:null
    2010-11-16 20:45:12,884 [vak82od5f29j] ERROR emschema.vak82od5f29j - Running RCU Failed with Exception Trace
    oracle/core/ojdl/logging/ODLLevel
    2010-11-16 20:45:12,950 [vak82od5f29j] ERROR emschema.vak82od5f29j - Schema Action Failed
    >
    Pls help me.

    Hi sb92075
    This is the result of your query:
    >
    SQL> SELECT * from v$version ;
    BANNER
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    PL/SQL Release 11.2.0.1.0 - Production
    CORE 11.2.0.1.0 Production
    TNS for Linux: Version 11.2.0.1.0 - Production
    NLSRTL Version 11.2.0.1.0 - Production

  • Cannot access OSB Web Tool after Oracle Grid Control 11g was implemented

    Hi Guys,
    Here's our environment:
    We have servers: serv010, serv004, serv005, test001. All are working on windows server 2003. We have implemented Oracle Grid Control as a requirement for adding targets into our admin server.
    server010:
    - originally has OEM database control configured.
    - this has a tape library configured.
    - this is the media server of out OSB tape backup that we are setting up.
    - we can access obtool and webtool in this server.
    serv004 and serv005 are clustered RAC nodes.
    test001 is our test environment.
    Before installing grid control:
    1. We can access OSB webtool on the media server (serv010)
    2. We can use OEM database control to access Oracle Secure Backup as well.
    3. OBTOOL is also working.
    What we did:
    1. We implemented Oracle Grid Conrtol 11 on pserv010 (which is also our OSB media server).
    2. All the targets are now accessible using the grid.
    What we noticed after Grid is now working:
    1. We can no longer access OSB Web Tool from the admin server (serv010)
    2. It says page cannot be displayed every time we launch the WebTool on our Starup programs.
    Before we can do the following:
    1. Access the web tool.
    2. Access the webtool using OEM Database Control.
    Here's the apache logs that we have:
    Program Files-Oracle-Backup-Apache-logs
    error_log:
    These are the messages in the error_log and I placed some notes on each part:
    When is was working fine:
    [Wed Apr 27 03:44:44 2011] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
    [Wed Apr 27 03:44:44 2011] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
    [Wed Apr 27 03:44:44 2011] [notice] Apache/2.2.15 (Win32) mod_ssl/2.2.15 OpenSSL/0.9.8m PHP/4.4.9 configured -- resuming normal operations
    [Wed Apr 27 03:44:44 2011] [notice] Server built: Aug 20 2010 11:56:27
    [Wed Apr 27 03:44:44 2011] [notice] Parent: Created child process 2640
    [Wed Apr 27 03:44:45 2011] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
    [Wed Apr 27 03:44:45 2011] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
    [Wed Apr 27 03:44:45 2011] [notice] Child 2640: Child process is running
    [Wed Apr 27 03:44:45 2011] [notice] Child 2640: Acquired the start mutex.
    [Wed Apr 27 03:44:45 2011] [notice] Child 2640: Starting 64 worker threads.
    [Wed Apr 27 03:44:45 2011] [notice] Child 2640: Starting thread to listen on port 443.
    [Wed Apr 27 04:27:09 2011] [notice] Parent: Received shutdown signal -- Shutting down the server.
    [Wed Apr 27 04:27:09 2011] [notice] Child 2640: Exit event signaled. Child process is ending.
    [Wed Apr 27 04:27:10 2011] [notice] Child 2640: Released the start mutex
    [Wed Apr 27 04:27:11 2011] [notice] Child 2640: All worker threads have exited.
    [Wed Apr 27 04:27:11 2011] [notice] Child 2640: Child process is exiting
    [Wed Apr 27 04:27:11 2011] [notice] Parent: Child process exited successfully.
    [Wed Apr 27 04:27:16 2011] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
    [Wed Apr 27 04:27:16 2011] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
    [Wed Apr 27 04:27:16 2011] [notice] Apache/2.2.15 (Win32) mod_ssl/2.2.15 OpenSSL/0.9.8m PHP/4.4.9 configured -- resuming normal operations
    [Wed Apr 27 04:27:16 2011] [notice] Server built: Aug 20 2010 11:56:27
    [Wed Apr 27 04:27:16 2011] [notice] Parent: Created child process 3348
    [Wed Apr 27 04:27:16 2011] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
    [Wed Apr 27 04:27:16 2011] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
    [Wed Apr 27 04:27:16 2011] [notice] Child 3348: Child process is running
    [Wed Apr 27 04:27:16 2011] [notice] Child 3348: Acquired the start mutex.
    [Wed Apr 27 04:27:16 2011] [notice] Child 3348: Starting 64 worker threads.
    [Wed Apr 27 04:27:16 2011] [notice] Child 3348: Starting thread to listen on port 443.
    [Mon May 02 05:31:44 2011] [notice] Parent: Received shutdown signal -- Shutting down the server.
    [Mon May 02 05:31:44 2011] [notice] Child 3348: Exit event signaled. Child process is ending.
    [Mon May 02 05:31:45 2011] [notice] Child 3348: Released the start mutex
    [Mon May 02 05:35:29 2011] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
    [Mon May 02 05:35:30 2011] [warn] pid file C:/Program Files/Oracle/Backup/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
    [Mon May 02 05:35:30 2011] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
    [Mon May 02 05:35:30 2011] [notice] Apache/2.2.15 (Win32) mod_ssl/2.2.15 OpenSSL/0.9.8m PHP/4.4.9 configured -- resuming normal operations
    [Mon May 02 05:35:30 2011] [notice] Server built: Aug 20 2010 11:56:27
    [Mon May 02 05:35:30 2011] [notice] Parent: Created child process 2044
    [Mon May 02 05:35:30 2011] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
    [Mon May 02 05:35:31 2011] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
    [Mon May 02 05:35:31 2011] [notice] Child 2044: Child process is running
    [Mon May 02 05:35:31 2011] [notice] Child 2044: Acquired the start mutex.
    [Mon May 02 05:35:31 2011] [notice] Child 2044: Starting 64 worker threads.
    [Mon May 02 05:35:31 2011] [notice] Child 2044: Starting thread to listen on port 443.
    [Mon May 02 23:17:07 2011] [notice] Parent: Received shutdown signal -- Shutting down the server.
    [Mon May 02 23:17:07 2011] [notice] Child 2044: Exit event signaled. Child process is ending.
    [Mon May 02 23:17:08 2011] [notice] Child 2044: Released the start mutex
    [Mon May 02 23:17:37 2011] [notice] Parent: Forcing termination of child process 1676
    [Mon May 02 23:22:39 2011] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
    [Mon May 02 23:22:39 2011] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
    [Mon May 02 23:22:39 2011] [notice] Apache/2.2.15 (Win32) mod_ssl/2.2.15 OpenSSL/0.9.8m PHP/4.4.9 configured -- resuming normal operations
    [Mon May 02 23:22:39 2011] [notice] Server built: Aug 20 2010 11:56:27
    [Mon May 02 23:22:39 2011] [notice] Parent: Created child process 2044
    [Mon May 02 23:22:39 2011] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
    [Mon May 02 23:22:40 2011] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
    [Mon May 02 23:22:40 2011] [notice] Child 2044: Child process is running
    [Mon May 02 23:22:40 2011] [notice] Child 2044: Acquired the start mutex.
    [Mon May 02 23:22:40 2011] [notice] Child 2044: Starting 64 worker threads.
    [Mon May 02 23:22:40 2011] [notice] Child 2044: Starting thread to listen on port 443.
    When we were reconfiguring the OEM Grid Control 11g:
    [Thu May 05 02:35:02 2011] [error] [client 10.1.4.14] PHP Warning: reset() [function.reset]: Passed variable is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 301, referer: https:// serv010/index.php?tab=2&mode=6
    [Thu May 05 02:35:02 2011] [error] [client 10.1.4.14] PHP Warning: Variable passed to each() is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 302, referer: https:// serv010/index.php?tab=2&mode=6
    [Thu May 05 02:35:02 2011] [error] [client 10.1.4.14] PHP Warning: reset() [function.reset]: Passed variable is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 301, referer: https:// serv010/index.php?tab=2&mode=6
    [Thu May 05 02:35:02 2011] [error] [client 10.1.4.14] PHP Warning: Variable passed to each() is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 302, referer: https:// serv010/index.php?tab=2&mode=6
    [Thu May 05 02:35:02 2011] [error] [client 10.1.4.14] PHP Warning: reset() [function.reset]: Passed variable is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 301, referer: https:// serv010/index.php?tab=2&mode=6
    [Thu May 05 02:35:02 2011] [error] [client 10.1.4.14] PHP Warning: Variable passed to each() is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 302, referer: https:// serv010/index.php?tab=2&mode=6
    [Thu May 05 02:35:02 2011] [error] [client 10.1.4.14] PHP Warning: reset() [function.reset]: Passed variable is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 301, referer: https:// serv010/index.php?tab=2&mode=6
    [Thu May 05 02:35:02 2011] [error] [client 10.1.4.14] PHP Warning: Variable passed to each() is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 302, referer: https:// serv010/index.php?tab=2&mode=6
    [Thu May 05 02:35:02 2011] [error] [client 10.1.4.14] PHP Warning: reset() [function.reset]: Passed variable is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 301, referer: https:// serv010/index.php?tab=2&mode=6
    [Thu May 05 02:35:02 2011] [error] [client 10.1.4.14] PHP Warning: Variable passed to each() is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 302, referer: https:// serv010/index.php?tab=2&mode=6
    [Thu May 05 02:35:02 2011] [error] [client 10.1.4.14] PHP Warning: reset() [function.reset]: Passed variable is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 301, referer: https:// serv010/index.php?tab=2&mode=6
    [Thu May 05 02:35:02 2011] [error] [client 10.1.4.14] PHP Warning: Variable passed to each() is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 302, referer: https:// serv010/index.php?tab=2&mode=6
    [Thu May 05 02:35:02 2011] [error] [client 10.1.4.14] PHP Warning: reset() [function.reset]: Passed variable is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 301, referer: https:// serv010/index.php?tab=2&mode=6
    [Thu May 05 02:35:02 2011] [error] [client 10.1.4.14] PHP Warning: Variable passed to each() is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 302, referer: https:// serv010/index.php?tab=2&mode=6
    [Thu May 05 02:35:02 2011] [error] [client 10.1.4.14] PHP Warning: reset() [function.reset]: Passed variable is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 301, referer: https:// serv010/index.php?tab=2&mode=6
    [Thu May 05 02:35:02 2011] [error] [client 10.1.4.14] PHP Warning: Variable passed to each() is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 302, referer: https:// serv010/index.php?tab=2&mode=6
    [Thu May 05 02:35:02 2011] [error] [client 10.1.4.14] PHP Warning: reset() [function.reset]: Passed variable is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 301, referer: https:// serv010/index.php?tab=2&mode=6
    [Thu May 05 02:35:02 2011] [error] [client 10.1.4.14] PHP Warning: Variable passed to each() is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 302, referer: https:// serv010/index.php?tab=2&mode=6
    [Thu May 05 02:41:33 2011] [error] [client 10.1.4.14] PHP Warning: reset() [function.reset]: Passed variable is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 301, referer: https:// serv010/index.php
    [Thu May 05 02:41:33 2011] [error] [client 10.1.4.14] PHP Warning: Variable passed to each() is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 302, referer: https:// serv010/index.php
    [Thu May 05 02:41:33 2011] [error] [client 10.1.4.14] PHP Warning: reset() [function.reset]: Passed variable is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 301, referer: https:// serv010/index.php
    [Thu May 05 02:41:33 2011] [error] [client 10.1.4.14] PHP Warning: Variable passed to each() is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 302, referer: https:// serv010/index.php
    [Thu May 05 02:41:33 2011] [error] [client 10.1.4.14] PHP Warning: reset() [function.reset]: Passed variable is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 301, referer: https:// serv010/index.php
    [Thu May 05 02:41:33 2011] [error] [client 10.1.4.14] PHP Warning: Variable passed to each() is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 302, referer: https:// serv010/index.php
    [Thu May 05 02:41:33 2011] [error] [client 10.1.4.14] PHP Warning: reset() [function.reset]: Passed variable is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 301, referer: https:// serv010/index.php
    [Thu May 05 02:41:33 2011] [error] [client 10.1.4.14] PHP Warning: Variable passed to each() is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 302, referer: https:// serv010/index.php
    [Thu May 05 02:41:33 2011] [error] [client 10.1.4.14] PHP Warning: reset() [function.reset]: Passed variable is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 301, referer: https:// serv010/index.php
    [Thu May 05 02:41:33 2011] [error] [client 10.1.4.14] PHP Warning: Variable passed to each() is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 302, referer: https:// serv010/index.php
    [Thu May 05 02:41:33 2011] [error] [client 10.1.4.14] PHP Warning: reset() [function.reset]: Passed variable is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 301, referer: https:// serv010/index.php
    [Thu May 05 02:41:33 2011] [error] [client 10.1.4.14] PHP Warning: Variable passed to each() is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 302, referer: https:// serv010/index.php
    [Thu May 05 02:41:33 2011] [error] [client 10.1.4.14] PHP Warning: reset() [function.reset]: Passed variable is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 301, referer: https:// serv010/index.php
    [Thu May 05 02:41:33 2011] [error] [client 10.1.4.14] PHP Warning: Variable passed to each() is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 302, referer: https:// serv010/index.php
    [Thu May 05 02:41:33 2011] [error] [client 10.1.4.14] PHP Warning: reset() [function.reset]: Passed variable is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 301, referer: https:// serv010/index.php
    [Thu May 05 02:41:33 2011] [error] [client 10.1.4.14] PHP Warning: Variable passed to each() is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 302, referer: https:// serv010/index.php
    [Thu May 05 02:41:33 2011] [error] [client 10.1.4.14] PHP Warning: reset() [function.reset]: Passed variable is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 301, referer: https:// serv010/index.php
    [Thu May 05 02:41:33 2011] [error] [client 10.1.4.14] PHP Warning: Variable passed to each() is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 302, referer: https:// serv010/index.php
    [Thu May 05 02:47:06 2011] [error] [client 10.1.4.14] PHP Warning: reset() [function.reset]: Passed variable is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 301, referer: https:// serv010/index.php
    [Thu May 05 02:47:06 2011] [error] [client 10.1.4.14] PHP Warning: Variable passed to each() is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 302, referer: https:// serv010/index.php
    [Thu May 05 02:47:06 2011] [error] [client 10.1.4.14] PHP Warning: reset() [function.reset]: Passed variable is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 301, referer: https:// serv010/index.php
    [Thu May 05 02:47:06 2011] [error] [client 10.1.4.14] PHP Warning: Variable passed to each() is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 302, referer: https:// serv010/index.php
    [Thu May 05 02:47:06 2011] [error] [client 10.1.4.14] PHP Warning: reset() [function.reset]: Passed variable is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 301, referer: https:// serv010/index.php
    [Thu May 05 02:47:06 2011] [error] [client 10.1.4.14] PHP Warning: Variable passed to each() is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 302, referer: https:// serv010/index.php
    [Thu May 05 02:47:06 2011] [error] [client 10.1.4.14] PHP Warning: reset() [function.reset]: Passed variable is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 301, referer: https:// serv010/index.php
    [Thu May 05 02:47:06 2011] [error] [client 10.1.4.14] PHP Warning: Variable passed to each() is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 302, referer: https:// serv010/index.php
    [Thu May 05 02:47:06 2011] [error] [client 10.1.4.14] PHP Warning: reset() [function.reset]: Passed variable is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 301, referer: https:// serv010/index.php
    [Thu May 05 02:47:06 2011] [error] [client 10.1.4.14] PHP Warning: Variable passed to each() is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 302, referer: https:// serv010/index.php
    [Thu May 05 02:47:06 2011] [error] [client 10.1.4.14] PHP Warning: reset() [function.reset]: Passed variable is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 301, referer: https:// serv010/index.php
    [Thu May 05 02:47:06 2011] [error] [client 10.1.4.14] PHP Warning: Variable passed to each() is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 302, referer: https:// serv010/index.php
    [Thu May 05 02:47:06 2011] [error] [client 10.1.4.14] PHP Warning: reset() [function.reset]: Passed variable is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 301, referer: https:// serv010/index.php
    [Thu May 05 02:47:06 2011] [error] [client 10.1.4.14] PHP Warning: Variable passed to each() is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 302, referer: https:// serv010/index.php
    [Thu May 05 02:47:06 2011] [error] [client 10.1.4.14] PHP Warning: reset() [function.reset]: Passed variable is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 301, referer: https:// serv010/index.php
    [Thu May 05 02:47:06 2011] [error] [client 10.1.4.14] PHP Warning: Variable passed to each() is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 302, referer: https:// serv010/index.php
    [Thu May 05 02:47:06 2011] [error] [client 10.1.4.14] PHP Warning: reset() [function.reset]: Passed variable is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 301, referer: https:// serv010/index.php
    [Thu May 05 02:47:06 2011] [error] [client 10.1.4.14] PHP Warning: Variable passed to each() is not an array or object in C:\\Program Files\\Oracle\\Backup\\apache\\htdocs\\include\\detailed_oracle.php on line 302, referer: https:// serv010/index.php
    [Wed May 11 03:16:15 2011] [notice] Parent: Received shutdown signal -- Shutting down the server.
    [Wed May 11 03:16:15 2011] [notice] Child 2044: Exit event signaled. Child process is ending.
    [Wed May 11 03:16:16 2011] [notice] Child 2044: Released the start mutex
    [Wed May 11 03:16:17 2011] [notice] Child 2044: All worker threads have exited.
    [Wed May 11 03:16:17 2011] [notice] Child 2044: Child process is exiting
    [Wed May 11 03:16:17 2011] [notice] Parent: Child process exited successfully.
    When we have the Grid Installed and we can no longer access the OSB WebTool:
    [Wed May 11 03:19:56 2011] [error] Init: Pass phrase incorrect
    [Wed May 11 03:19:56 2011] [error] SSL Library Error: 218710120 error:0D094068:asn1 encoding routines:d2i_ASN1_SET:bad tag
    [Wed May 11 03:19:56 2011] [error] SSL Library Error: 218529960 error:0D0680A8:asn1 encoding routines:ASN1_CHECK_TLEN:wrong tag
    [Wed May 11 03:19:56 2011] [error] SSL Library Error: 218595386 error:0D07803A:asn1 encoding routines:ASN1_ITEM_EX_D2I:nested asn1 error
    [Wed May 11 03:19:56 2011] [error] SSL Library Error: 218734605 error:0D09A00D:asn1 encoding routines:d2i_PrivateKey:ASN1 lib
    [Wed May 11 23:34:01 2011] [error] Init: Pass phrase incorrect
    [Wed May 11 23:34:01 2011] [error] SSL Library Error: 218710120 error:0D094068:asn1 encoding routines:d2i_ASN1_SET:bad tag
    [Wed May 11 23:34:01 2011] [error] SSL Library Error: 218529960 error:0D0680A8:asn1 encoding routines:ASN1_CHECK_TLEN:wrong tag
    [Wed May 11 23:34:01 2011] [error] SSL Library Error: 218595386 error:0D07803A:asn1 encoding routines:ASN1_ITEM_EX_D2I:nested asn1 error
    [Wed May 11 23:34:01 2011] [error] SSL Library Error: 218734605 error:0D09A00D:asn1 encoding routines:d2i_PrivateKey:ASN1 lib
    [Thu May 12 01:11:22 2011] [error] Init: Pass phrase incorrect
    [Thu May 12 01:11:22 2011] [error] SSL Library Error: 218710120 error:0D094068:asn1 encoding routines:d2i_ASN1_SET:bad tag
    [Thu May 12 01:11:22 2011] [error] SSL Library Error: 218529960 error:0D0680A8:asn1 encoding routines:ASN1_CHECK_TLEN:wrong tag
    [Thu May 12 01:11:22 2011] [error] SSL Library Error: 218595386 error:0D07803A:asn1 encoding routines:ASN1_ITEM_EX_D2I:nested asn1 error
    [Thu May 12 01:11:22 2011] [error] SSL Library Error: 218734605 error:0D09A00D:asn1 encoding routines:d2i_PrivateKey:ASN1 lib
    [Thu May 12 04:38:05 2011] [error] Init: Pass phrase incorrect
    [Thu May 12 04:38:05 2011] [error] SSL Library Error: 218710120 error:0D094068:asn1 encoding routines:d2i_ASN1_SET:bad tag
    [Thu May 12 04:38:05 2011] [error] SSL Library Error: 218529960 error:0D0680A8:asn1 encoding routines:ASN1_CHECK_TLEN:wrong tag
    [Thu May 12 04:38:05 2011] [error] SSL Library Error: 218595386 error:0D07803A:asn1 encoding routines:ASN1_ITEM_EX_D2I:nested asn1 error
    [Thu May 12 04:38:05 2011] [error] SSL Library Error: 218734605 error:0D09A00D:asn1 encoding routines:d2i_PrivateKey:ASN1 lib
    [Thu May 12 05:06:17 2011] [error] Init: Pass phrase incorrect
    [Thu May 12 05:06:17 2011] [error] SSL Library Error: 218710120 error:0D094068:asn1 encoding routines:d2i_ASN1_SET:bad tag
    [Thu May 12 05:06:17 2011] [error] SSL Library Error: 218529960 error:0D0680A8:asn1 encoding routines:ASN1_CHECK_TLEN:wrong tag
    [Thu May 12 05:06:17 2011] [error] SSL Library Error: 218595386 error:0D07803A:asn1 encoding routines:ASN1_ITEM_EX_D2I:nested asn1 error
    [Thu May 12 05:06:17 2011] [error] SSL Library Error: 218734605 error:0D09A00D:asn1 encoding routines:d2i_PrivateKey:ASN1 lib
    [Wed May 18 01:41:16 2011] [error] Init: Pass phrase incorrect
    [Wed May 18 01:41:16 2011] [error] SSL Library Error: 218710120 error:0D094068:asn1 encoding routines:d2i_ASN1_SET:bad tag
    [Wed May 18 01:41:16 2011] [error] SSL Library Error: 218529960 error:0D0680A8:asn1 encoding routines:ASN1_CHECK_TLEN:wrong tag
    [Wed May 18 01:41:16 2011] [error] SSL Library Error: 218595386 error:0D07803A:asn1 encoding routines:ASN1_ITEM_EX_D2I:nested asn1 error
    [Wed May 18 01:41:16 2011] [error] SSL Library Error: 218734605 error:0D09A00D:asn1 encoding routines:d2i_PrivateKey:ASN1 lib
    Hope you can help us with this issue. Thanks guys!
    Edited by: iamgilbert on May 18, 2011 10:20 PM

    I found the source of proble....but cannot find solution
    [06/May/2009 09:40:37 00440] [warn] You are using mod_ssl under Win32. This combination is NOT officially supported. Use it at your own risk!
    [06/May/2009 09:40:37 00440] [error] Init: Pass phrase incorrect (OpenSSL library error follows)
    [06/May/2009 09:40:37 00440] [error] OpenSSL: error:0D094068:asn1 encoding routines:d2i_ASN1_SET:bad tag
    [06/May/2009 09:40:37 00440] [error] OpenSSL: error:0D0680A8:asn1 encoding routines:ASN1_CHECK_TLEN:wrong tag
    [06/May/2009 09:40:37 00440] [error] OpenSSL: error:0D07803A:asn1 encoding routines:ASN1_ITEM_EX_D2I:nested asn1 error
    [06/May/2009 09:40:37 00440] [error] OpenSSL: error:0D09A00D:asn1 encoding routines:d2i_PrivateKey:ASN1 lib

  • OEM Grid Control and PSOVM

    Hi,
    Oracle provides templates for OEM Grid Control (x86 32bits), it would be really great to have it more integrated within PSOVM.
    How could it be integrated within PSOVM ?
    1. On the PSOVM database server, have a database agent installed
    2. On the PSOVM App/Batch/PIA server, have a Peoplesoft agent installed
    Whether the first is over used almost everywhere, the latter is not used by many customers, and really that's a pity and would be great to have it in first place in demo purpose.
    Is that doable to have it installed by default ?
    If done, we'll just have to install the Peoplesoft plugin in OEM Grid Control...
    Nicolas.

    Assuing this a regular backup . by any chance had the box credential changed?

  • Error:Starting OEM Grid Control

    Hi,
    We have installed OEM Grid Control 11g on a Linux Suse 10 machine (which will act as a middleware/gateway machine to the database hosted on the remote machine.)
    We have completed the Grid installation successfully after facing many issues related to repository.
    Now we are trying to connect to the browser link, and are unable to connect it.
    We have tried starting and stoping the OMS and agent severl times. but are getting the below errors:
    oracle@lx368:~/Oracle/Middleware/oms11g/opmn/bin> ./opmnctl startall
    opmnctl: ORACLE_INSTANCE is not set.
    opmnctl startall requires that ORACLE_INSTANCE be correctly set in your
    environment.
    Make sure you are using ORACLE_INSTANCE/bin/opmnctl, or set ORACLE_INSTANCE
    in your environment.
    oracle@lx368:~/Oracle/Middleware/oms11g/opmn/bin>
    oracle@lx368:~/Oracle/Middleware/oms11g/bin> ./emctl start oms
    Oracle Enterprise Manager 11g Release 1 Grid Control
    Copyright (c) 1996, 2010 Oracle Corporation. All rights reserved.
    Starting WebTier...
    WebTier Successfully Started
    Starting Oracle Management Server...
    Oracle Management Server Could Not Be Started
    Oracle Management Server is Up
    oracle@lx368:~/Oracle/Middleware/oms11g/bin>
    The installation has completed successfully, How do we proceed to get the OEM Grid Control get started.
    Thanks,
    Sree

    788029 wrote:
    Hi,
    We have installed OEM Grid Control 11g on a Linux Suse 10 machine (which will act as a middleware/gateway machine to the database hosted on the remote machine.)
    We have completed the Grid installation successfully after facing many issues related to repository.
    Now we are trying to connect to the browser link, and are unable to connect it.
    We have tried starting and stoping the OMS and agent severl times. but are getting the below errors:
    oracle@lx368:~/Oracle/Middleware/oms11g/opmn/bin> ./opmnctl startall
    opmnctl: ORACLE_INSTANCE is not set.
    opmnctl startall requires that ORACLE_INSTANCE be correctly set in your
    environment.
    Make sure you are using ORACLE_INSTANCE/bin/opmnctl, or set ORACLE_INSTANCE
    in your environment.
    oracle@lx368:~/Oracle/Middleware/oms11g/opmn/bin>
    oracle@lx368:~/Oracle/Middleware/oms11g/bin> ./emctl start oms
    Oracle Enterprise Manager 11g Release 1 Grid Control
    Copyright (c) 1996, 2010 Oracle Corporation. All rights reserved.
    Starting WebTier...
    WebTier Successfully Started
    Starting Oracle Management Server...
    Oracle Management Server Could Not Be Started
    Oracle Management Server is Up
    oracle@lx368:~/Oracle/Middleware/oms11g/bin>
    The installation has completed successfully, How do we proceed to get the OEM Grid Control get started.
    Thanks,
    SreeI thought the messages were pretty clear:
    opmnctl: ORACLE_INSTANCE is not set.
    opmnctl startall requires that ORACLE_INSTANCE be correctly set in your
    environment.And my comments in your earlier thread still hold ....
    Edited by: EdStevens on Nov 17, 2010 7:32 AM

  • HOW TO RELINK OEM GRID CONTROL 10.1.0.2 ON AIX 5L

    We are in process for patching our OS from 5.3-01+APARs to 5.3-02 and usually we relink all our oracle products after OS patching.
    I have notes for DB and AS but not for OEM GRID CONTROL.
    Any help are appreciated.
    Diego.

    I thnk you can run /u001/app/oracle/product/10.1.0.3_oms/bin/relink for relinking your binaries.
    Regards,
    http://askyogesh.com

Maybe you are looking for

  • Custom date format that can use in Obiee 11g

    Hi, I'm new here, What are the date format could be use in OBIEE 11g? can we custom like this: DD-MM-YYYY?is there any case sensitive like dd-MM-yyyy? Please help Joe Edited by: JoeSSI on Mar 1, 2012 8:32 PM

  • Hi  about country grouping

    is there any way to search employees that assigned in country grouping 99?

  • If I restore my iPad will I lose my data plan?

    I am planning to back up my iPad and restore it to lend to a friend for a week. I'm gonna buy a data plan for him, but when I restore from the backup will I lose my data plan

  • Duplicate files on import

    I am getting duplicates when I import from my memory card.  I have the settings in Elements 12 set to not import duplicates. They are named with a -1

  • YOGA 2 830F, no OTA system update available

    Hi, I think I saw a message "system update" in the notification bar a little while ago but I cleared this and when I check for updates in Settings it says that I have the latest system (Android 4.4). Is it just a case of waiting until it's made avail