Grid Control install on existing DB error

During an attempt to install GridControl on an existing database (10.1.0.3). I get this error:
Your system currently has 2mb of ram. Enterprise Manager using an existing database requires at least 512 of physical memory.
There us plenty of memory on the box. It doesn't continue after checking the OK message. Any suggestions. Its reading the memory wrong.
Bob

>
1. Static IP and unique hostname on the network
2. 3G RAM dedicated to the VM ware and sufficient hard disk space
Assuming that the above 2 factors are taken care of, are there any other parameters to consider.
Hi Krishna,
These two are sufficient and you can go ahead for installation.
Regards
Rajesh

Similar Messages

  • Installing Enterprise Manager 10g Grid Control Using an Existing Database

    I want to install Enterprise Manager 10g Grid Control 10.2.0.3 using an existing database. This database is RAC 10.2.0.2. and I use it as Infrastructure Metadata Repository.
    I is said in Oracle documentation that SYSMAN schema has to be dropped, thus Database console repository has to be dropped. As far as I understand after Grid Control installation I will not be able to use Database console for my RAC 10.2.0.2 Infrastructure Metadata Repository database. I will be able to use only Grid Control for this database.
    Am I right? Could you give me any advice about Installing Enterprise Manager 10g Grid Control Using an Existing Database?
    Thank you.

    I am trying to install the OEM rel 2.0 on AIX 5L from the downloaded software zip files which are as below,
    AIX_Grid_Control_full_10201_disk1.zip (656,766,406 bytes) (cksum - 2157028496)
    AIX_Grid_Control_full_10201_disk2.zip (655,758,726 bytes) (cksum - 2350778444)
    AIX_Grid_Control_full_10201_disk3.zip (641,760,716 bytes) (cksum - 2053607771)
    AIX_Grid_Control_full_10201_disk4.zip (606,903,411 bytes) (cksum - 4162514797)
    AIX_Grid_Control_full_10201_disk5.zip (576,555,758 bytes) (cksum - 3304661461)
    AIX_Grid_Control_full_10201_disk6.zip (459,658,650 bytes) (cksum - 3120478203)
    AIX_Grid_Control_full_10201_disk7.zip (311,903,435 bytes) (cksum - 2438252536)
    AIX_Grid_Control_full_10201_disk8.zip (224,594,251 bytes) (cksum - 2618845234)
    I am unable to locate the runInstaller in any of the disks 1- 8 ,can somebody help me on this. Thanks

  • OEM 10g grid control using an existing database

    Hello all,
    Has anyone been successful in installing Enterprise Manager 10g Grid
    Control (10.1.0.3) using and existing 10g (10.1.0.3) database?
    10g grid control comes with 9.0.5.0 database for it repository. Since
    this respository can not be update to 10.1.0.3, Oracle recommends using
    and existing 10g database instead.
    My installation goes 90% all the way before it fails. It fails at the
    create repository point.
    If any one has been successful, could you please share your success
    with me.
    Thanks,
    Jake

    Well, finally I did it! :)
    The problem comes when you are trying to install OEM repository into existing 10g DB which used to be configured with a standalone Database Control. Dropping SYSMAN user is not enough!!! There are some leftovers which must be cleaned before running repository creation assistant:
    drop user SYSMAN cascade;
    drop user MGMT_VIEW cascade;
    drop role MGMT_USER;
    drop public synonym MGMT_TARGET_BLACKOUTS;
    drop public synonym SETEMVIEWUSERCONTEXT;
    That's all folks.

  • 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

  • GRID Control install

    Hi,
    I want to install grid control on RHEL 5.2 x86_64 GNU/Linux server. Please provide me good metalink note/any i nstallation doc.
    Thanks

    Please follow the section software only on newly certfied platform from the below doc
    http://download.oracle.com/docs/cd/B16240_01/doc/install.102/e10953/installing_em.htm#CHDHBIHG

  • Sos Grid Control install on RedHat as4

    oms configuration
    error message:
    Applying of patch /home/oracle/OracleHomes/oms10g/install/oneoffs/p4620348_101210_LINUX.zip completed successfully
    INFO: Configuration assistant "EM Technology Stack Upgrade" succeeded
    INFO: Command = oracle.sysman.emcp.oms.OmsPlugIn -configureOms
    Operation Stopping OPMN Processes is in progress.
    Operation EM Deploying is in progress.
    Operation Unlocking Passwords and Out of Box setup is in progress.
    Operation Configuring OMS is in progress.
    OMS is being Secured and Lock i
    s set to true.
    Precompiling JSPs.
    Performing installation of CLI services for client.
    Operation Restarting OPMN Processes is in progress.
    Command = oracle.sysman.emcp.oms.OmsPlugIn has failed
    INFO: Configuration assistant "OMS Configuration" failed
    *** Starting OUICA ***
    Oracle Home set to /home/oracle/OracleHomes/agent10g
    Configuration directory is set to /home/oracle/OracleHomes/agent10g/cfgtoollogs. All xml files under the directory will be processed
    INFO: The "/home/oracle/OracleHomes/agent10g/cfgtoollogs/configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled. This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.
    INFO: Created a new file /home/oracle/OracleHomes/agent10g/cfgtoollogs/configToolFailedCommands
    INFO: Since the option is to overwrite the existing /home/oracle/OracleHomes/agent10g/cfgtoollogs/configToolFailedCommands file, backing it up
    INFO: The backed up file name is /home/oracle/OracleHomes/agent10g/cfgtoollogs/configToolFailedCommands.bak
    INFO: Created a new file /home/oracle/OracleHomes/oms10g/cfgtoollogs/configToolFailedCommands
    INFO: Since the option is to overwrite the existing /home/oracle/OracleHomes/oms10g/cfgtoollogs/configToolFailedCommands file, backing it up
    INFO: The backed up file name is /home/oracle/OracleHomes/oms10g/cfgtoollogs/configToolFailedCommands.bak
    SEVERE: OUI-25031:Some of the configuration assistants failed. It is strongly recommended that you retry the configuration assistants at this time. Not successfully running any "Recommended" assistants means your system will not be correctly configured.
    1. Check the Details panel on the Configuration Assistant Screen to see the errors resulting in the failures.
    2. Fix the errors causing these failures.
    3. Select the failed assistants and click the 'Retry' button to retry them.
    INFO: User Selected: Yes/OK
    INFO: Starting to execute configuration assistants
    INFO: Command = oracle.sysman.emcp.oms.OmsPlugIn -configureOms
    and i try to use the method:
    emctl config emkey -repos -force
    it works ,but i retry it
    it also can not pass
    error message:
    Operation EM Deploying is in progress.
    Operation Unlocking Passwords and Out of Box setup is in progress.
    Operation Configuring OMS is in progress.
    OMS is being Secured and Lock is set to true.
    Precompiling JSPs.
    Performing installation of CLI services for client.
    Operation Restarting OPMN Processes is in progress.
    Command = oracle.sysman.emcp.oms.OmsPlugIn has failed
    INFO: Configuration assistant "OMS Configuration" failed
    *** Starting OUICA ***
    Oracle Home set to /home/oracle/OracleHomes/agent10g
    Configuration directory is set to /home/oracle/OracleHomes/agent10g/cfgtoollogs. All xml files under the directory will be processed
    INFO: The "/home/oracle/OracleHomes/agent10g/cfgtoollogs/configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled. This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.
    INFO: Since the option is to overwrite the existing /home/oracle/OracleHomes/agent10g/cfgtoollogs/configToolFailedCommands file, backing it up
    INFO: The backed up file name is /home/oracle/OracleHomes/agent10g/cfgtoollogs/configToolFailedCommands.bak.1
    INFO: Since the option is to overwrite the existing /home/oracle/OracleHomes/oms10g/cfgtoollogs/configToolFailedCommands file, backing it up
    INFO: The backed up file name is /home/oracle/OracleHomes/oms10g/cfgtoollogs/configToolFailedCommands.bak.1
    SEVERE: OUI-25031:Some of the configuration assistants failed. It is strongly recommended that you retry the configuration assistants at this time. Not successfully running any "Recommended" assistants means your system will not be correctly configured.
    1. Check the Details panel on the Configuration Assistant Screen to see the errors resulting in the failures.
    2. Fix the errors causing these failures.
    3. Select the failed assistants and click the 'Retry' button to retry them.
    how to troubleshoot it

    paste the log file here :
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:OmsPlugIn:Requested Configuration Step 5 have been completed with status=false
    INFO: oracle.sysman.top.oms:EmcpPlug:invoke:Completed EmcpPlug invoke method on an aggregate=oracle.sysman.top.oms for Action=configuration in step=2:microstep=0
    INFO: oracle.sysman.top.oms:The plug-in OMS Configuration has failed its perform method
    INFO: oracle.sysman.top.oms:About to execute plug-in OMS Configuration
    INFO: oracle.sysman.top.oms:The plug-in OMS Configuration is running
    INFO: oracle.sysman.top.oms:Internal PlugIn Class: oracle.sysman.emcp.oms.OmsPlugIn
    INFO: oracle.sysman.top.oms:Classpath = /home/oracle/OracleHomes/oms10g/sysman/jlib/omsPlug.jar:/home/oracle/OracleHomes/oms10g/jlib/emConfigInstall.jar:/home/oracle/OracleHomes/
    oms10g/sysman/jlib/emCORE.jar:/home/oracle/OracleHomes/oms10g/sysman/jlib/emagentSDK.jar:/home/oracle/OracleHomes/oms10g/sysman/jlib/log4j-core.jar:/home/oracle/OracleHomes/oms10
    g/jdbc/lib/classes12.jar
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:EmcpPlug:CfmLogger array of log directories 0:dir entry=/home/oracle/OracleHomes/oms10g/cfgtoollogs/cfgfw
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:EmcpPlug:CfmLogger array of log directories=1:using first entry=/home/oracle/OracleHomes/oms10g/cfgtoollogs
    /cfgfw
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:EmcpPlug:Invoked with Installation_Type=SEED, flags and conditions are set for Windows=false
    INFO: oracle.sysman.top.oms:EmcpPlug:invoke:Starting EmcpPlug invoke method on an aggregate=oracle.sysman.top.oms for Action=configuration in step=2:microstep=0
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:OmsPlugIn:perform:omsHome=/home/oracle/OracleHomes/oms10g:ORACLE_HOME_GLOBAL=/home/oracle/OracleHomes/oms10
    g:Flags:NEED_OMS=true:omsService=true:startSevice=false:stopService=false
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:OmsPlugIn:perform:Performing Action=configuration with options = Specified: -configureOms in OracleHome=/ho
    me/oracle/OracleHomes/oms10g
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:Operation Stopping OPMN Processes is in progress.
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Executing Command=/home/oracle/OracleHomes/oms10g/opmn/bin/opmnctl stopall
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:drain:Drainig running process...
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:/home/oracle/OracleHomes/oms10g/opmn/bin/opmnctl stopall have completed with e
    xitCode=0
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stdout:
    opmnctl: stopping opmn and all managed processes...
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stderr:
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:OmsPlugIn:Requested Configuration Step 0 have been completed with status=true
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:Operation EM Deploying is in progress.
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:deployOms:Already deployed, skipped.
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:OmsPlugIn:Requested Configuration Step 1 have been completed with status=true
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:Operation Unlocking Passwords and Out of Box setup is in progress.
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:EmcpPlug:getParamStringDecrypted:Decrypting parameter=s_encrDbsnmpPwd
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:EmcpPlug:getParamStringDecrypted:Decrypting parameter=s_encrReposPwd
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:EmcpPlug:getParamStringDecrypted:Decrypting parameter=s_encrSysPwd
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:Seed:perform:Already Performed unlock passwords, skipped
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:EmcpPlug:getParamStringDecrypted:Decrypting parameter=s_encrReposPwd
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:getConnection:Connecting as user=SYSMAN
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:Result Set from Database for nodes and sids is processed for dbUser=sysman, s_reposPwd=******, connectStrin
    g=//node153:1521/ora153
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:fixNodeNames:The repository host name specified contains no domain extention=node153:Fixin is not done!
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:mkDescriptor:Connect Descriptor created=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=node153)(PO
    RT=1521)))(CONNECT_DATA=(SERVICE_NAME=ora153)))
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:Seed:outOfBox:Already Performed repository out_of_box setup, skipped
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:OmsPlugIn:Requested Configuration Step 2 have been completed with status=true
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:OmsPlugIn:Requested Configuration Step 3 have been completed with status=true
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:Operation Configuring OMS is in progress.
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:configureOmsService:Provided ConsolePort=4889
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:configureOmsService:emoms.properties are being instantiated for consolePort=4889
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:configureOmsService:Processing emailSelected=false,emailServer=_NOT_AVAILABLE_,emailAddress=_NOT_AVAILABLE_
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:configureOmsService:Secure Properties are being instantiated by ConfigManager
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:EmcpPlug:getParamStringDecrypted:Decrypting parameter=s_encrReposPwd
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Executing Command=/home/oracle/OracleHomes/oms10g/bin/emctl secure status oms
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:drain:Drainig running process...
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:/home/oracle/OracleHomes/oms10g/bin/emctl secure status oms have completed wit
    h exitCode=0
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stdout:
    Oracle Enterprise Manager 10g Release 10.2.0.1.0
    Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
    Checking the security status of the OMS at location set in /home/oracle/OracleHomes/oms10g/sysman/config/emoms.properties... Done.
    OMS is running but has not been secured. No HTTPS Port available.
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stderr:
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:secureOms:Oms security setting is=false. The Configuration Default for OMS to be Secure and Lock Requests o
    ption is=true
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:EmcpPlug:getParamStringDecrypted:Decrypting parameter=s_encrReposPwd
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:EmcpPlug:getParamStringDecrypted:Decrypting parameter=s_encrSecurePwd
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:OMS is being Secured and Lock is set to true.
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Executing Command=/home/oracle/OracleHomes/oms10g/bin/emctl secure oms -secure_
    port 1159
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:drain:Drainig running process...
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:/home/oracle/OracleHomes/oms10g/bin/emctl secure oms -secure_port 1159 have co
    mpleted with exitCode=0
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stdout:
    Oracle Enterprise Manager 10g Release 10.2.0.1.0
    Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
    Enter Enterprise Manager Root Password :
    Enter Agent Registration password :
    OPMN processes already stopped... Done.
    Securing central oms... Started.
    Checking Repository... Done.
    Checking Em Key... Done.
    Checking Repository for an existing Enterprise Manager Root Key... Done.
    Fetching Root Certificate from the Repository... Done.
    Generating Registration Password Verifier in the Repository... Done.
    Generating Oracle Wallet Password for Enterprise Manager OMS... Done.
    Generating Oracle Wallet for Enterprise Manager OMS... Done.
    Generating Oracle Wallet for iAS HTTP Server... Done.
    Updating HTTPS port in emoms.properties file... Done.
    Generating HTTPS Virtual Host for Enterprise Manager OMS... Done.
    Securing central oms... Ended.
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stderr:
    stty: standard input: Invalid argument
    stty: standard input: Invalid argument
    stty: standard input: Invalid argument
    stty: standard input: Invalid argument
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:setOmsSecure:OMS Service command=secure oms -secure_port 1159:returned:
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Executing Command=/home/oracle/OracleHomes/oms10g/bin/emctl secure lock
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:drain:Drainig running process...
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:/home/oracle/OracleHomes/oms10g/bin/emctl secure lock have completed with exit
    Code=0
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stdout:
    Oracle Enterprise Manager 10g Release 10.2.0.1.0
    Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
    Checking the security status of the OMS... Done.
    Updating HTTPS Virtual Host for Enterprise Manager OMS... Done.
    OMS Locked. Agents must be Secure and upload over HTTPS Port 1159.
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stderr:
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:setOmsLocked:OMS Service command=secure lock:returned:
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:configureOmsService:Oms Secure Configuration done.
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:Precompiling JSPs.
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Executing Command=/home/oracle/OracleHomes/oms10g/perl/bin/perl /home/oracle/Or
    acleHomes/oms10g/sysman/install/precompilejsp.pl /home/oracle/OracleHomes/oms10g/j2ee/OC4J_EM/config/global-web-application.xml
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:drain:Drainig running process...
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:/home/oracle/OracleHomes/oms10g/perl/bin/perl /home/oracle/OracleHomes/oms10g/s
    ysman/install/precompilejsp.pl /home/oracle/OracleHomes/oms10g/j2ee/OC4J_EM/config/global-web-application.xml have completed with exitCode=0
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stdout:
    precompiling the JSPs
    precompiling the JSPs done
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stderr:
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:configureOmsService:Precompile Jsps done.
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:Performing installation of CLI services for client.
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Executing Command=/home/oracle/OracleHomes/oms10g/jdk/bin/java -jar /home/oracl
    e/OracleHomes/oms10g/sysman/jlib/emclikit.jar client -install_dir=/home/oracle/OracleHomes/oms10g/bin
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:drain:Drainig running process...
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:/home/oracle/OracleHomes/oms10g/jdk/bin/java -jar /home/oracle/OracleHomes/oms1
    0g/sysman/jlib/emclikit.jar client -install_dir=/home/oracle/OracleHomes/oms10g/bin have completed with exitCode=0
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stdout:
    Oracle Enterprise Manager 10g Release 10.2.0.0.0.
    Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
    EM CLI client-side install completed successfully.
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stderr:
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:configureOmsService:installAdditionalServices for 'client' completed=true
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Executing Command=/home/oracle/OracleHomes/oms10g/bin/emctl config agent update
    TZ
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:drain:Drainig running process...
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:/home/oracle/OracleHomes/oms10g/bin/emctl config agent updateTZ have completed
    with exitCode=0
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stdout:
    Oracle Enterprise Manager 10g Release 10.2.0.1.0
    Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stderr:
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:configureOmsService:fixTimeZone completed=true
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:OmsPlugIn:Requested Configuration Step 4 have been completed with status=true
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:Operation Restarting OPMN Processes is in progress.
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Executing Command=/home/oracle/OracleHomes/oms10g/opmn/bin/opmnctl stopall
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:drain:Drainig running process...
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:/home/oracle/OracleHomes/oms10g/opmn/bin/opmnctl stopall have completed with e
    xitCode=0
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stdout:
    opmnctl: stopping opmn and all managed processes...
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stderr:
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Executing Command=/home/oracle/OracleHomes/oms10g/opmn/bin/opmnctl startall
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:drain:Drainig running process...
    INFO: oracle.sysman.top.oms:Start Opmn Error = -50
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:/home/oracle/OracleHomes/oms10g/opmn/bin/opmnctl startall have completed with
    exitCode=-50
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stdout:
    opmnctl: starting opmn and all managed processes...
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:PerformSecureCommand:runCmd:Command Output stderr:
    ================================================================================
    opmn id=node153:6201
    5 of 6 processes started.
    ias-instance id=EnterpriseManager0.node153
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    ias-component/process-type/process-set:
    HTTP_Server/HTTP_Server/HTTP_Server
    Error
    --> Process (pid=25930)
    failed to start a managed process after the maximum retry limit
    Log:
    /home/oracle/OracleHomes/oms10g/opmn/logs/HTTP_Server~1
    FINE: oracle.sysman.emCfg.logger.CfmLogger: log: oracle.sysman.top.oms:OmsPlugIn:Requested Configuration Step 5 have been completed with status=false
    INFO: oracle.sysman.top.oms:EmcpPlug:invoke:Completed EmcpPlug invoke method on an aggregate=oracle.sysman.top.oms for Action=configuration in step=2:microstep=0
    INFO: oracle.sysman.top.oms:The plug-in OMS Configuration has failed its perform method

  • How to move an OEM grid control install?

    oem: 10.2.0.5
    Redhat: 5
    our oem server is going to be taken away and used for something else. we want to clone the oem install and move it. Reinstalling OEM on redhat 5 is difficult. It has to be done at the command line since 10.2.0.1 is not compatible with redhat 5 and we have to upgrade to 10.2.0.5.
    if we move the database, and oem install to a new server, what needs to be done with the oem install to make this work? I can get the database started pretty easily. We would have to change IPs around. What files do we have to go into to change IPs?
    yes I know we need to reconfigure the agents.

    in normal situations people who don't have anything positive to say shouldn't say anything at all. you have been a jerk on every forum you have been on for years.
    I did read the installation and configuration guide. I don't see anything about how if I install a 10.2.0.1 OEM on linux 5(which is not compatible) and at the command line to make it work, then do a command line upgrade and configure it to 10.2.0.5, is this easy to clone to a new server.
    don't respond. if he does can a moderator just delete it? anyway to get him barred from posting in any thread I create?

  • Grid Control EMC Clariion Metric Collection Error

    Hi,
    I just deployed the EMC Clariion plugin and I get a metric collection error:
    Storage Processor Configuration Collection Failure
    Can't call method "che_freemem" on un undefined value at /<agent_path/sysman/admin/scripts/emx/emc_clariion_storage/emc_clariion_processor.pl line 127.
    Anyone got any idea?
    Cheers,
    Olivier

    It could be a parsing error due to unstrucured format of the navicli out put.
    other metrics and reports should work fine.
    Not a consistent error . Not seen on other deployments.

  • Oem 10g grid control agent secure fails with error

    When trying to secure the agent from one of the server it fails with the below error. If any one had faced this issue or know of the problem can help.
    emctl secure agent password
    Oracle Enterprise Manager 10g Release 10.2.0.1.0.
    Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
    Agent successfully stopped... Done.
    Securing agent... Started.
    Requesting an HTTPS Upload URL from the OMS...Exception in thread "main" java.lang.NoClassDefFoundError: oracle/sysman/eml/sec/emd/GetSecPort
    Done.
    Requesting an Oracle Wallet and Agent Key from the OMS...Exception in thread "main" java.lang.NoClassDefFoundError: oracle/sysman/eml/sec/emd/GetWallet
    Failed.
    Failed to contact the OMS at the HTTP URL set in /apps/apsp1/oracle/emhome/agent10g/sysman/config/emd.properties
    The Agent has not been secured.

    Failed to contact the OMS at the HTTP URL set in /apps/apsp1/oracle/emhome/agent10g/sysman/config/emd.propertiesDid you check that? It seems configuration file 'emd.properties' points to a URL, which cannot be resolved.
    Werner

  • Patching new install of Grid Control 10.2.0.1 with 10.2.0.4 fails

    I just installed 10.2.0.1 Grid Control including standard repository. I want to install 10.2.0.4 patch. After successful installation, I shut down OMS and attempt to run the patch 3731593 which is the 10.2.0.4 patch. Only the listener and repository are running. OUI pops up a message box saying there are background dbms jobs currently running and to wait for them to complete. Message suggests I execute SQL procedure emd_maintenance.remove_em_dbms_jobs to stop all running jobs. This results in message 'emd_maintenance.remove_em_dbms_jobs' must be declared error. It says try select count(*) from dba_jobs_running run_job (etc) which I run and it shows 1 job is running. How do I stop this job? I tried rebooting and then just restarting the DB and listenener and the error remains. Still says 1 job is running and I can't install the patch!
    The standard DB installed with GC 10.2.0.1 is 10.1.0.4. Do I need to patch that first to a later version? Should I just give up and uninstall and start with a fresh install of a later version of the database and then install Grid Control using an existing DB? I want to use this for provisioning.
    thanks for any helpful hints.
    Carolyn

    Hi Carloyn,
    I have recently installed grid control, and its all fine.
    I would say you uninstall everything
    Install again 10.2.0.1
    at the time of patching make sure everything is shutdown, agent, oms and repository
    It will be fine.
    to upgrade the repository database from 10.1.0.4 to 10.2.0.3 is optional. I have not yet upgraded it, my argument is that oracle docs says that the upgrade is optional and if it would have been important, oracle would have incorporated the upgrade.
    So I would say, leave it alone.
    I would also say that installing database first and then gc might not be a very good idea.
    feel free to contact me at [email protected]
    Regards
    Raj
    feel f

  • Database patched 10.2.0.3-10.2.0.4 Error on Grid Control :Failed to connect

    HI my patch was laready on 10.2.0.4 and just upgraded by databse from 10.2.0.3 to 10.2.0.4
    though database and listener and agent are up and running at the OS
    but on Grid Control I'm getting the error under
    'Agent'
    Failed to connect to database instance: ORA-01034: ORACLE not available.
    Any Idea guys
    Thanks
    Gagan

    I would check whether Oracle was still available. With the current state of Oracle software you never know.
    If Oracle was available I would try to use sqlplus to connect to the database using the dbsnmp account.
    If that works, it is SR time.
    As you don't specify any O/S information, it is difficult to tell you more, especially as some releases of Oracle on some processors are flaky, and Oracle can not always reproduce the problems in house.
    Sybrand Bakker
    Senior Oracle DBA

  • Installing Grid Control on uncertified CentOS system

    I'm trying to install Grid Control 10g on a CentOS machine. I realize that centos is not supported, but isn't there a way to get around the dependency checks?
    I already tried the hack of adding "redhat-5" to the [Certified Versions] section of the oraparam.ini file (as outlined here: Re: Oracle 10g won't isntall on Enterprise Lunix OS ) and that gets me past the initial check, but eventually the install fails with the following:
    ./runInstaller -silent -responseFile=/u01/app/oracle/software/grid/em_with_new_db.rsp -waitforcompletion -paramFile /u01/app/oracle/software/grid/oraparam.ini
      Performing check for CertifiedVersions
      Checking operating system requirements ...
      Expected result: One of redhat-3,redhat-4,SuSE-8,SuSE-9
      Actual Result: redhat-CentOS release 5 (Final)
      Check complete. The overall result of this check is: Failed <<<<
      Check complete: Failed <<<<
      Problem: Oracle EnterPrise Manager 10gR2 is not certified on the current operating system.
      Recommendation: Make sure you are installing the software on the correct platform.Isn't there a way to trick the install into proceeding?

    Did you ever get Oracle Grid Control installed on your CentOS machine? I am trying to install using the -ignoreSysPrereqs flag, but run into issues during the OMS and AGENT configurations.

  • Grid Control 10.2.0.1.1 Silent Installation Problem

    I seem to be having issue installing Grid Control 10.2.0.1.1; I am using the silent install with existing database method and for some reason, the installation process is not using some variable I have specified in the response file.
    My operating environment is as follows
    Redhat Enterprise Linux 5.2 [Tikanga] - 32bit
    Repository: Oracle Database 11gR2Variables that I have specifed in the response file and are not being used are below.
    >
    s_mgmtTbsName="/u02/oradata/emrep/oradata/mgmt.dbf"
    s_ecmTbsName="/u02/oradata/emrep/oradata/mgmt_ecm_depot1.dbf"
    >
    slientInstall log has the following entries
    silentInstall2010-08-18_01-15-29-PM.log
    *** Error Dialog: OUI-10150:Error: The file system location /u01/app/oracle/product/oms10g/oradata does not exist. Please enter the path of an existing directory. in component Oracle Enterprise Manager Grid Console 10.2.0.1.1 . Installation cannot continue for this component. ***
    User Selected: S&top installation of this component only.
    The file system location /u01/app/oracle/product/oms10g/oradata does not exist. Please enter the path of an existing directory.
    This silent installation was unsuccessful.installActions log file has the following entries
    INFO: Setting variable 's_mgmtTbsName' to '/u01/app/oracle/product/oms10g/oradata/mgmt.dbf'. Received the value from the variable calculation.
    INFO: Calling Query fileQueries10.1.0.3.0  exists
    filename = /u01/app/oracle/product/oms10g/oradata
    INFO: Query Returned: false
    User Selected: S&top installation of this component only.
    The file system location /u01/app/oracle/product/oms10g/oradata does not exist. Please enter the path of an existing directory.
    This silent installation was unsuccessful.Regard,
    Phiri

    [oracle@oracledba Disk1]$ cat response/em_using_existing_db.rsp
    ## copyright (c) 1999, 2004 Oracle. All rights reserved.          ##
    ## Specify values for the variables listed below to customize     ##
    ## your installation.                                             ##
    ## Each variable is associated with a comment. The comment        ##
    ## identifies the variable type.                                  ##
    ## Please specify the values in the following format:             ##
    ##         Type         Example                                   ##
    ##         String       "Sample Value"                            ##
    ##         Boolean      True or False                             ##
    ##         Number       1000                                      ##
    ##         StringList   {"String value 1","String Value 2"}       ##
    ## The values that are given as <Value Required> need to be       ##
    ## specified for a silent installation to be successful.          ##
    ## This response file is generated by Oracle Software             ##
    ## Packager.                                                      ##
    RESPONSEFILE_VERSION=2.2.1.0.0
    #Name       : UNIX_GROUP_NAME
    #Datatype   : String
    #Description: Unix group to be set for the inventory directory. Valid only in Unix platforms.
    #Example: UNIX_GROUP_NAME = "install"
    UNIX_GROUP_NAME="oinstall"
    #Name       : FROM_LOCATION
    #Datatype   : String
    #Description: Complete path to the products.xml.
    #Example: FROM_LOCATION = "../stage/products.xml"
    FROM_LOCATION="/u02/orasoft/gc_10201/Disk1/rdbms/Disk1/stage/products.xml"
    #Name       : FROM_LOCATION_CD_LABEL
    #Datatype   : String
    #Description: This variable should only be used in multi-CD installations. It includes the label of the compact disk where the file "products.xml" exists. The label can be found in the file "disk.label" in the same directory as products.xml.
    #Example: FROM_LOCATION_CD_LABEL = "CD Label"
    #FROM_LOCATION_CD_LABEL="EM10g"
    #Name       : BASEDIR
    #Datatype   : String
    #Description: Directory where the ORACLE_HOMES gets created
    #Example: BASEDIR = "C:\OHOME1" or BASEDIR = "/scratch/OracleHomes"
    BASEDIR="/u01/app/oracle/product"
    #Name       : INSTALLATION_NAME
    #Datatype   : String
    #Description: Oracle Home Name. Used in creating folders and services.
    #Example: INSTALLATION_NAME = "OHOME1"
    INSTALLATION_NAME="oms10g"
    #Name       : NEXT_SESSION
    #Datatype   : Boolean
    #Description: Set to true to allow users to go back to the File Locations page for another installation. This flag also needs to be set to true in order to process another response file (see NEXT_SESSION_RESPONSE).
    #Example: NEXT_SESSION = true
    NEXT_SESSION=true
    #Name       : NEXT_SESSION_ON_FAIL
    #Datatype   : Boolean
    #Description: Set to true to allow users to invoke another session even if current install session has failed. This flag is only relevant if NEXT_SESSION is set to true.
    #Example: NEXT_SESSION_ON_FAIL = true
    NEXT_SESSION_ON_FAIL=true
    #Name       : DEINSTALL_LIST
    #Datatype   : StringList
    #Description: List of components to be deinstalled during a deinstall session.
    #The following choices are available. The value should contain only one of these choices.
    #The choices are of the form Internal Name, Version : External name. Please use the internal name and version while specifying the value.
    #    oracle.sysman.top.agent, 10.2.0.0.0 : Oracle Management Agent 10.2.0.0.0
    #    oracle.sysman.top.em_seed, 10.2.0.0.0 : Oracle Enterprise Manager Repository Database 10.2.0.0.0
    #    oracle.sysman.top.oms, 10.2.0.0.0 : Oracle Enterprise Manager Grid Console 10.2.0.0.0
    #Example: DEINSTALL_LIST = {"oracle.sysman.top.agent","10.2.0.0.0"}
    DEINSTALL_LIST={"oracle.sysman.top.oms","10.2.0.1.1"}
    #Name       : SHOW_DEINSTALL_CONFIRMATION
    #Datatype   : Boolean
    #Description: Set to true if deinstall confimation is needed during a deinstall session.
    #Example: SHOW_DEINSTALL_CONFIRMATION = true
    SHOW_DEINSTALL_CONFIRMATION=true
    #Name       : SHOW_DEINSTALL_PROGRESS
    #Datatype   : Boolean
    #Description: Set to true if deinstall progress is needed during a deinstall session.
    #Example: SHOW_DEINSTALL_PROGRESS = true
    SHOW_DEINSTALL_PROGRESS=true
    #Name       : REMOVE_HOMES
    #Datatype   : StringList
    #Description: List of the homes to be removed during a deinstall session. Each home is represented by its full path.
    #Example: REMOVE_HOMES = {<full_path_of_home1>,<full_path_of_home2>, ...}
    REMOVE_HOMES=<Value Unspecified>
    #Name       : ACCEPT_LICENSE_AGREEMENT
    #Datatype   : Boolean
    #Description: By setting this variable to true, you are accepting the license agreement. This variable is used only for silent installations.
    #Example: ACCEPT_LICENSE_AGREEMENT = true
    ACCEPT_LICENSE_AGREEMENT=true
    #Name       : TOPLEVEL_COMPONENT
    #Datatype   : StringList
    #Description: The top level component to be installed in the current session.
    #The following choices are available. The value should contain only one of these choices.
    #The choices are of the form Internal Name, Version : External name. Please use the internal name and version while specifying the value.
    #    oracle.sysman.top.agent, 10.2.0.0.0 : Oracle Management Agent 10.2.0.0.0
    #    oracle.sysman.top.em_seed, 10.2.0.0.0 : Oracle Enterprise Manager Repository Database 10.2.0.0.0
    #    oracle.sysman.top.oms, 10.2.0.0.0 : Oracle Enterprise Manager Grid Console 10.2.0.0.0
    #Example: TOPLEVEL_COMPONENT = {"oracle.sysman.top.agent","10.2.0.0.0"}
    TOPLEVEL_COMPONENT={"oracle.sysman.top.oms","10.2.0.1.1"}
    #Name       : SELECTED_LANGUAGES
    #Datatype   : StringList
    #Description: Languages in which the components will be installed.
    #The following choices are available. The value should contain only one of these choices.
    #The choices are of the form Internal Name : External name. Please use the internal name while specifying the value.
    #    en,   : English
    #    de,   : German
    #    es,   : Latin American Spanish
    #    es_MX,   : Mexican Spanish
    #    es_ES,   : Spanish
    #    fr,   : French
    #    fr_CA,   : Canadian French
    #    it,   : Italian
    #    iw,   : Hebrew
    #    ja,   : Japanese
    #    ko,   : Korean
    #    pt_BR,   : Brazilian Portuguese
    #    zh_CN,   : Simplified Chinese
    #    zh_TW,   : Traditional Chinese
    #Example: SELECTED_LANGUAGES = {"en"}
    #SELECTED_LANGUAGES={"en"}
    #Name       : COMPONENT_LANGUAGES
    #Datatype   : StringList
    #Description: Languages in which the components will be installed.
    #The following choices are available. The value should contain only one of these choices.
    #The choices are of the form Internal Name : External name. Please use the internal name while specifying the value.
    #    en,   : English
    #    de,   : German
    #    es,   : Latin American Spanish
    #    es_MX,   : Mexican Spanish
    #    es_ES,   : Spanish
    #    fr,   : French
    #    fr_CA,   : Canadian French
    #    it,   : Italian
    #    iw,   : Hebrew
    #    ja,   : Japanese
    #    ko,   : Korean
    #    pt_BR,   : Brazilian Portuguese
    #    zh_CN,   : Simplified Chinese
    #    zh_TW,   : Traditional Chinese
    #Example: COMPONENT_LANGUAGES = {"en"}
    #Component  : oracle.sysman.top.oms
    COMPONENT_LANGUAGES={"en"}
    #Name       : s_reposHost
    #Datatype   : String
    #Description: Hostname of the Repository database
    #Component  : oracle.sysman.top.oms
    #Example    :s_reposHost="stadv26.us.oracle.com"
    s_reposHost="oracledba"
    #Name       : s_reposPort
    #Datatype   : String
    #Description: Port on which the Repository database is running
    #Component  : oracle.sysman.top.oms
    #Example    :s_reposPort="1521"
    s_reposPort="1521"
    #Name       : s_reposSID
    #Datatype   : String
    #Description: SID or Service name  of the Repository database
    #Component  : oracle.sysman.top.oms
    #Example    :s_reposSID="emrep"
    s_reposSID="emrep"
    #Name       : s_reposDBAPwd
    #Datatype   : String
    #Description: Password of DBA user used to create repository schema
    #Component  : oracle.sysman.top.oms
    # Example   : s_reposDBAPwd="password"
    s_reposDBAPwd="emgc10g"
    #Name       : s_mgmtTbsName
    #Datatype   : String
    #Description: Mgmt tablespace name
    #Component  : oracle.sysman.top.oms
    #This will get created on the machine where the database is present
    #So make sure that the directory given here is present in the machine where the database exists
    #ORACLE_HOME/oradata/mgmt.dbf
    #Example   : s_mgmtTbsName=/scratch/OracleHomes/oradata/mgmt.dbf
    s_mgmtTbsName="/u02/oradata/emrep/oradata/mgmt.dbf"
    #Name       : s_ecmTbsName
    #Datatype   : String
    #Description: ECM tablespace name
    #Component  : oracle.sysman.top.oms
    #This will get created on the machine where the database is present
    #So make sure that the directory given here is present in the machine where the database exists
    #ORACLE_HOME/oradata/mgmt_ecm_depot1.dbf
    #Example    : s_ecmTbsName=/scratch/OracleHomes/oradata/mgmt_ecm_depot1.dbf
    s_ecmTbsName="/u02/oradata/emrep/oradata/mgmt_ecm_depot1.dbf"
    #Name       : b_emailSelected
    #Datatype   : Boolean
    #Description: Whether to receive automatic threshold notification email
    #Component  : oracle.sysman.top.oms
    #Example    : b_emailSelected=false/true
    b_emailSelected=<Value Unspecified>
    #Name       : s_emailAddress
    #Datatype   : String
    #Description: Address to receive threshold notification email, this will be effected only when b_emailSelected=true
    #Component  : oracle.sysman.top.em_seed
    s_emailAddress=<Value Unspecified>
    #Name       : s_emailServer
    #Datatype   : String
    #Description: SMTP gateway used to send threshold notification email, this will be effected only when b_emailSelected=true
    #Component  : oracle.sysman.top.em_seed
    s_emailServer=<Value Unspecified>
    #Name       : b_metalinkSelected
    #Datatype   : Boolean
    #Description: Whether MetaLink connection was configured
    #Component  : oracle.sysman.top.em_seed
    #Example    : b_metalinkSelected=false/true
    b_metalinkSelected=<Value Unspecified>
    #Name       : s_metalinkUser
    #Datatype   : String
    #Description: user name for MetaLink access, this will be effected only when b_metalinkSelected=true
    #Component  : oracle.sysman.top.em_seed
    s_metalinkUser=<Value Unspecified>
    #Name       : s_metalinkPassword
    #Datatype   : String
    #Description: password for MetaLink access, this will be effected only when b_metalinkSelected=true
    #Component  : oracle.sysman.top.em_seed
    s_metalinkPassword=<Value Unspecified>
    #Name       : b_proxySelected
    #Datatype   : Boolean
    #Description: Whether proxy connection was configured
    #Component  : oracle.sysman.top.em_seed
    #Example: b_proxySelected=false/true
    b_proxySelected=<Value Unspecified>
    #Name       : EM_PROXYUSER
    #Datatype   : String
    #Description: User name for proxy access,this will be effected only when b_proxySelected=true
    #Component  : oracle.sysman.top.em_seed
    EM_PROXYUSER=<Value Unspecified>
    #Name       : EM_PROXYREALM
    #Datatype   : String
    #Description: Server providing proxy access, this will be effected only when b_proxySelected=true
    #Component  : oracle.sysman.top.em_seed
    EM_PROXYREALM=<Value Unspecified>
    #Name       : EM_PROXYPASSWORD
    #Datatype   : String
    #Description: Password for proxy access, this will be effected only when b_proxySelected=true
    #Component  : oracle.sysman.top.em_seed
    EM_PROXYPASSWORD=<Value Unspecified>
    #Name       : EM_PROXYHOST
    #Datatype   : String
    #Description: Server providing proxy access, this will be effected only when b_proxySelected=true
    #Component  : oracle.sysman.top.em_seed
    EM_PROXYHOST=<Value Unspecified>
    #Name       : EM_DONTPROXYFOR
    #Datatype   : String
    #Description: Domains which should not use proxy access, this will be effected only when b_proxySelected=true
    #Component  : oracle.sysman.top.em_seed
    EM_DONTPROXYFOR=<Value Unspecified>
    #Name       : EM_PROXYPORT
    #Datatype   : String
    #Description: Port for proxy access, this will be effected only when b_proxySelected=true
    #Component  : oracle.sysman.top.em_seed
    EM_PROXYPORT=<Value Unspecified>
    #Name       : s_securePassword
    #Datatype   : String
    #Description: Password for secure communication with Management Server
    #Component  : oracle.sysman.top.oms
    #Example    : s_securePassword="password"
    s_securePassword="emgc10g"
    #Name       : s_securePasswordConfirm
    #Datatype   : String
    #Description: Confirmation of password for secure communication with Management Server
    #Component  : oracle.sysman.top.oms
    #Example    : s_securePasswordConfirm="password"
    s_securePasswordConfirm="emgc10g"
    #Name       : b_lockedSelected
    #Datatype   : Boolean
    #Description: Whether agent communication should be locked
    #Component  : oracle.sysman.top.oms
    #Example    : b_lockedSelected=true/false
    b_lockedSelected=false
    #Name       : s_reposPwd
    #Datatype   : String
    #Description: Password of repository schema owner
    #Component  : oracle.sysman.top.oms
    #Example    : s_reposPwd="password"
    s_reposPwd="emgc10g"
    #Name       : s_reposPwdConfirm
    #Datatype   : String
    #Description: Password for repository schema owner
    #Component  : oracle.sysman.top.oms
    #Example    : s_reposPwdConfirm="password"
    s_reposPwdConfirm="emgc10g"
    #Please Don't change the values of these variables
    n_firstInstanceValidation=2
    n_firstReposValidation=1
    n_firstReposPwdValidation=2
    n_firstSecureValidation=2
    n_firstVldnEmailSer=2
    #Name       : b_upgrade
    #Datatype   : Boolean
    #Description: To Specify whether it is Normal Install or Upgrade
    #Component  : oracle.sysman.top.oms
    #PLEASE DON'T CHANGE THIS VALUE
    b_upgrade=false
    #Name       : b_showOptConfigPage
    #Datatype   : Boolean
    #Description: whether to perform optional configuration
    #Component  : oracle.sysman.top.oms
    #PLEASE DON'T CHANGE THIS VALUE
    b_showOptConfigPage=TRUE
    #Name       : s_installType
    #Datatype   : String
    #Description: Type of Grid Control install being performed
    #Component  : oracle.sysman.top.oms
    #PLEASE DON'T CHANGE THIS VALUE
    s_installType="NOSEED"
    [oracle@oracledba Disk1]$

  • Configuring Grid Control on 10g R2

    Hi
    Current Envt : Oracle 8.1.7/Win NT.
    We are going migrate to 10g R2 ,
    In the current 8i environment, we have a EM database which manages RMAN backups of a couple of Other databases.
    And we monitor these backup jobs through this Enterprise Manager 2.2.
    Also, using this OEM 2.2, iam able to monitor all the existing databases .
    Coming to 10g R2 (10.2.0.1)
    i realized that Enterpise Manager (web based) is only for a single instance.
    And i read some where that 10g Grid Control would be helpful for multiple databases.
    and how to access the Grid Control..and configure multiple databases on it.
    Currently, i installed Grid Control 10.1.0.5 by giving the path as
    E:\app\oracle\product\10.2\em_1
    However, iam not able to figure as how to bring up the Grid Control.
    I wanted to know if someone can provide the steps on how to install (if i have been doing anything wrong ?
    Whether while installing i have to give the same $ORACLE_HOME as with the database ?
    I also tried the same way as regular DBcosole ie., http://localhost:port/em
    In addition, while creating the DB using DBCA, i selected the Grid Control Option.
    Please suggest as how to proceed further.
    Thanx

    See comments below:
    Coming to 10g R2 (10.2.0.1)
    i realized that Enterpise Manager (web based) is only
    for a single instance.Database control is for single instance and it gets when you install the database provided you pick the option to install it.
    And i read some where that 10g Grid Control would be
    helpful for multiple databases.Grid Control is the only way to manage multiple dbs.
    and how to access the Grid Control..and configure
    multiple databases on it.
    Currently, i installed Grid Control 10.1.0.5 by
    giving the path as
    E:\app\oracle\product\10.2\em_1Install Grid Control on a separate server preferably one dedicated to management only. Then on each database server, you'll need to install an agent for OMS to talk to the target database.
    However, iam not able to figure as how to bring up
    the Grid Control.
    I wanted to know if someone can provide the steps on
    how to install (if i have been doing anything wrong
    Whether while installing i have to give the same
    $ORACLE_HOME as with the database ?Install as I said above. In a separate home if you want to install it on a server that has your target database.
    I also tried the same way as regular DBcosole ie.,
    http://localhost:port/em
    You probably didn't install the DBconsole.
    >
    In addition, while creating the DB using DBCA, i
    selected the Grid Control Option.
    For this option to work, you need to have Grid Control operational. First start with selecting only DBConsole...this way you can manage your database. After you get Grid Control installed and the agent is working properly, you can stop the DBConsole service and use Grid Control to manage your target database.

  • Windows external authentification in grid control

    I am currently facing this error when i try to connect to a windows database for "performance information tab" through a grid control installed on a linux platform :
    "Io exception: The Network Adapter could not establish the connection"
    The sqlnet.ora on the windows platform has the following content :
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    The listener.ora on the windows platform has the following extra content to be able to log errors :
    LOGGING_LISTENER = ON
    TRACE_LEVEL_LISTENER = ADMIN
    I tried to use many accounts that are in the "ora_dba" group but i get the previous error.
    Below an extract of the listener.trc file generated when i try to connect :
    TNSLSNR for 32-bit Windows: Version 10.2.0.3.0 - Production on 19-AUG-2008 10:47:17
    Copyright (c) 1991, 2006, Oracle. All rights reserved.
    [19-AUG-2008 10:47:17:611] --- TRACE CONFIGURATION INFORMATION FOLLOWS ---
    [19-AUG-2008 10:47:17:611] New trace stream is E:\softz\oradb.1020\products\network\trace\listener.trc
    [19-AUG-2008 10:47:17:611] New trace level is 6
    [19-AUG-2008 10:47:17:611] --- TRACE CONFIGURATION INFORMATION ENDS ---
    [19-AUG-2008 10:47:17:611] --- PARAMETER SOURCE INFORMATION FOLLOWS ---
    [19-AUG-2008 10:47:17:611] Attempted load of system pfile source E:\softz\oradb.1020\products\network\admin\listener.ora
    [19-AUG-2008 10:47:17:611] Parameter source loaded successfully
    [19-AUG-2008 10:47:17:611]
    [19-AUG-2008 10:47:17:611] Attempted load of command line source
    [19-AUG-2008 10:47:17:611] Parameter source was not loaded
    [19-AUG-2008 10:47:17:611]
    [19-AUG-2008 10:47:17:611] -> PARAMETER TABLE LOAD RESULTS FOLLOW <-
    [19-AUG-2008 10:47:17:611] Successful parameter table load
    [19-AUG-2008 10:47:17:611] -> PARAMETER TABLE HAS THE FOLLOWING CONTENTS <-
    [19-AUG-2008 10:47:17:611] LISTENER = (DESCRIPTION_LIST = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = RMFRSMHA083)(PORT = 1521)) (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))))
    [19-AUG-2008 10:47:17:611] LISTENER1020 = (DESCRIPTION_LIST = (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = RMFRSMHA083)(PORT = 1521)) (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))))
    [19-AUG-2008 10:47:17:611] LOGGING_LISTENER1020 = OFF
    [19-AUG-2008 10:47:17:611] TRACE_LEVEL_LISTENER1020 = ADMIN
    [19-AUG-2008 10:47:17:611] SID_LIST_LISTENER = (SID_LIST = (SID_DESC = (ORACLE_HOME = E:\softz\oradb.1020\products) (SID_NAME = DBATSTD)) (SID_DESC = (ORACLE_HOME = E:\softz\oradb.1020\products) (SID_NAME = DBATSTS)))
    [19-AUG-2008 10:47:17:611] TRACE_LEVEL_LISTENER = ADMIN
    [19-AUG-2008 10:47:17:611] SID_LIST_LISTENER1020 = (SID_LIST = (SID_DESC = (SID_NAME = PLSExtProc) (ORACLE_HOME = e:\softz\oradb.1020\products) (PROGRAM = extproc)))
    [19-AUG-2008 10:47:17:611] LOGGING_LISTENER = ON
    [19-AUG-2008 10:47:17:611] --- PARAMETER SOURCE INFORMATION ENDS ---
    [19-AUG-2008 10:47:17:611] --- LOG CONFIGURATION INFORMATION FOLLOWS ---
    [19-AUG-2008 10:47:17:611] Log stream will be "E:\softz\oradb.1020\products\network\log\listener.log"
    [19-AUG-2008 10:47:17:611] Log stream validation requested
    [19-AUG-2008 10:47:17:611] Log stream is valid
    [19-AUG-2008 10:47:17:611] --- LOG CONFIGURATION INFORMATION ENDS ---
    [19-AUG-2008 10:47:17:611] nlstdipi: entry
    [19-AUG-2008 10:47:17:611] nlstdipi: exit
    [19-AUG-2008 10:47:17:611] nsglldprm: Resolved "INBOUND_CONNECT_TIMEOUT_LISTENER" to: 60
    [19-AUG-2008 10:47:17:611] nsglldprm: Resolved "STARTUP_WAIT_TIME_LISTENER" to: 0
    [19-AUG-2008 10:47:17:611] nsglldprm: LocalOSauth enabled
    [19-AUG-2008 10:47:17:611] nsinherit: doing connect handshake...
    [19-AUG-2008 10:47:17:642] nsc2addr: (ADDRESS=(PROTOCOL=beq))
    [19-AUG-2008 10:47:17:642] nlpcaini: entry
    [19-AUG-2008 10:47:17:642] nlpcaini: No process parameters set
    [19-AUG-2008 10:47:17:642] nlpcaini: exit
    [19-AUG-2008 10:47:17:642] nsinh_hoff: inheriting the connection...
    [19-AUG-2008 10:47:17:642] nsmal: 772 bytes at 0xfdf9a8
    [19-AUG-2008 10:47:17:642] nsmal: 1644 bytes at 0xfdfcb8
    [19-AUG-2008 10:47:17:642] nsmal: 84 bytes at 0xfe0428
    [19-AUG-2008 10:47:17:642] nsopen: opening transport...
    [19-AUG-2008 10:47:17:642] ntpcon: entry
    [19-AUG-2008 10:47:17:642] ntpcon: toc = 6
    [19-AUG-2008 10:47:17:642] ntpcon: exit
    [19-AUG-2008 10:47:17:642] ntpcon: entry
    [19-AUG-2008 10:47:17:642] ntpcon: toc = 4
    [19-AUG-2008 10:47:17:642] sntpinherit: entry
    [19-AUG-2008 10:47:17:642] sntpinherit: Attempting to make pipe \\.\PIPE\ORANTP744.4C8.w
    [19-AUG-2008 10:47:17:642] sntpinherit: Listening on pipe \\.\PIPE\ORANTP744.4C8.w
    [19-AUG-2008 10:47:17:642] sntpinherit: Attempting to make pipe \\.\PIPE\ORANTP744.4C8
    [19-AUG-2008 10:47:17:642] sntpinherit: Listening on pipe \\.\PIPE\ORANTP744.4C8
    [19-AUG-2008 10:47:17:642] sntpinherit: Successfully established pipe 256 to parent.
    [19-AUG-2008 10:47:17:642] sntpinherit: Successfully established pipe 252 to parent.
    [19-AUG-2008 10:47:17:642] sntpinherit: exit
    [19-AUG-2008 10:47:17:642] ntpcon: NT layer IPC connection has been established.
    [19-AUG-2008 10:47:17:642] ntpcon: exit
    [19-AUG-2008 10:47:17:642] nsopen: transport is open
    [19-AUG-2008 10:47:17:642] nsoptions: lcl[0]=0x0, lcl[1]=0x10000000, gbl[0]=0x0, gbl[1]=0x0, cha=0x0
    [19-AUG-2008 10:47:17:642] nsoptions: lcl[0]=0xf4ffefff, lcl[1]=0x10000000, gbl[0]=0x78bf, gbl[1]=0x0
    [19-AUG-2008 10:47:17:642] nsnainit: inherit
    [19-AUG-2008 10:47:17:642] nsnasvnainfo: NA disabled for this connection
    [19-AUG-2008 10:47:17:642] nainit: entry
    [19-AUG-2008 10:47:17:642] nagblini: entry
    [19-AUG-2008 10:47:17:642] nau_gin: entry
    [19-AUG-2008 10:47:17:642] nau_gparams: entry
    [19-AUG-2008 10:47:17:642] nam_gbp: Reading parameter "sqlnet.authentication_required" from parameter file
    [19-AUG-2008 10:47:17:642] nam_gbp: Parameter not found
    [19-AUG-2008 10:47:17:642] nau_gparams: Using default value "FALSE"
    [19-AUG-2008 10:47:17:642] nau_gslf: entry
    [19-AUG-2008 10:47:17:642] nam_gic: entry
    [19-AUG-2008 10:47:17:642] nam_gic: Counting # of items in "sqlnet.authentication_services" parameter
    [19-AUG-2008 10:47:17:642] nam_gic: Parameter not found
    [19-AUG-2008 10:47:17:642] nam_gic: Found 0 items
    [19-AUG-2008 10:47:17:642] nam_gic: exit
    [19-AUG-2008 10:47:17:642] nau_gslf: Using default value "all available adapters"
    [19-AUG-2008 10:47:17:642] nauss_set_state: entry
    [19-AUG-2008 10:47:17:642] nauss_set_state: exit
    [19-AUG-2008 10:47:17:642] nau_gslf: exit
    [19-AUG-2008 10:47:17:642] nau_gparams: exit
    [19-AUG-2008 10:47:17:642] nau_gin: exit
    [19-AUG-2008 10:47:17:642] nagblini: exit
    [19-AUG-2008 10:47:17:642] na_saveprot: entry
    [19-AUG-2008 10:47:17:642] na_saveprot: exit
    [19-AUG-2008 10:47:17:642] nacomin: entry
    [19-AUG-2008 10:47:17:642] nas_init: entry
    [19-AUG-2008 10:47:17:642] nas_init: exit
    [19-AUG-2008 10:47:17:642] nau_ini: entry
    [19-AUG-2008 10:47:17:642] naugcp_get_connect_parameters: entry
    [19-AUG-2008 10:47:17:642] nauss_set_state: entry
    [19-AUG-2008 10:47:17:642] nauss_set_state: exit
    [19-AUG-2008 10:47:17:642] naugcp_get_connect_parameters: exit
    [19-AUG-2008 10:47:17:642] nau_gettab: entry
    [19-AUG-2008 10:47:17:642] nau_gettab: exit
    [19-AUG-2008 10:47:17:642] nau_sini: entry
    [19-AUG-2008 10:47:17:642] nau_sini: exit
    [19-AUG-2008 10:47:17:642] nau_ini: exit
    [19-AUG-2008 10:47:17:642] naeeinit: entry
    [19-AUG-2008 10:47:17:642] nam_gbp: Reading parameter "SQLNET.FIPS_140" from parameter file
    [19-AUG-2008 10:47:17:642] nam_gbp: Parameter not found
    [19-AUG-2008 10:47:17:642] nam_gnsp: Reading parameter "SQLNET.ENCRYPTION_SERVER" from parameter file
    [19-AUG-2008 10:47:17:642] nam_gnsp: Parameter not found
    [19-AUG-2008 10:47:17:642] naequad: Using default value "ACCEPTED"
    [19-AUG-2008 10:47:17:642] nam_gic: entry
    [19-AUG-2008 10:47:17:642] nam_gic: Counting # of items in "SQLNET.ENCRYPTION_TYPES_SERVER" parameter
    [19-AUG-2008 10:47:17:642] nam_gic: Parameter not found
    [19-AUG-2008 10:47:17:642] nam_gic: exit
    [19-AUG-2008 10:47:17:642] naesno: Using default value "all available algorithms"
    [19-AUG-2008 10:47:17:642] naeshow: entry
    [19-AUG-2008 10:47:17:642] naeshow: exit
    [19-AUG-2008 10:47:17:642] naeeinit: exit
    [19-AUG-2008 10:47:17:642] naecinit: entry
    [19-AUG-2008 10:47:17:642] nam_gnsp: Reading parameter "SQLNET.CRYPTO_CHECKSUM_SERVER" from parameter file
    [19-AUG-2008 10:47:17:642] nam_gnsp: Parameter not found
    [19-AUG-2008 10:47:17:642] naequad: Using default value "ACCEPTED"
    [19-AUG-2008 10:47:17:642] nam_gic: entry
    [19-AUG-2008 10:47:17:642] nam_gic: Counting # of items in "SQLNET.CRYPTO_CHECKSUM_TYPES_SERVER" parameter
    [19-AUG-2008 10:47:17:642] nam_gic: Parameter not found
    [19-AUG-2008 10:47:17:642] nam_gic: exit
    [19-AUG-2008 10:47:17:642] naesno: Using default value "all available algorithms"
    [19-AUG-2008 10:47:17:642] naeshow: entry
    [19-AUG-2008 10:47:17:642] naeshow: exit
    [19-AUG-2008 10:47:17:642] naecinit: exit
    [19-AUG-2008 10:47:17:642] nadisc: entry
    [19-AUG-2008 10:47:17:642] nacomtm: entry
    [19-AUG-2008 10:47:17:642] nacompd: entry
    [19-AUG-2008 10:47:17:642] nacompd: exit
    [19-AUG-2008 10:47:17:642] nacompd: entry
    [19-AUG-2008 10:47:17:642] nacompd: exit
    [19-AUG-2008 10:47:17:642] nacomtm: exit
    [19-AUG-2008 10:47:17:642] nas_dis: entry
    [19-AUG-2008 10:47:17:642] nas_dis: exit
    [19-AUG-2008 10:47:17:642] nau_dis: entry
    [19-AUG-2008 10:47:17:642] nau_dis: exit
    [19-AUG-2008 10:47:17:642] naeetrm: entry
    [19-AUG-2008 10:47:17:642] naeetrm: exit
    [19-AUG-2008 10:47:17:642] naectrm: entry
    [19-AUG-2008 10:47:17:642] naectrm: exit
    [19-AUG-2008 10:47:17:642] nagbltrm: entry
    [19-AUG-2008 10:47:17:642] nau_gtm: entry
    [19-AUG-2008 10:47:17:642] nau_gtm: exit
    [19-AUG-2008 10:47:17:642] nagbltrm: exit
    [19-AUG-2008 10:47:17:642] nadisc: exit
    [19-AUG-2008 10:47:17:642] nainit: exit
    [19-AUG-2008 10:47:17:642] nsnainit: NS Connection version: 313
    [19-AUG-2008 10:47:17:642] nsnainit: inf->nsinfflg[0]: 0xd inf->nsinfflg[1]: 0xd
    [19-AUG-2008 10:47:17:642] nsnainit: "or" info flags: 0xd     Translations follow:
         native service(s) is (are) wanted
         NA disabled remotely for this connection
         NA services unavailable on both processes - negotiation not needed
    [19-AUG-2008 10:47:17:642] nsnainit: "or" info flags: 0xd     Translations follow:
         native service(s) is (are) wanted
         NA disabled remotely for this connection
         NA services unavailable on both processes - negotiation not needed
    "and" info flags: 0xd     Translations follow:
         native service(s) is (are) wanted
         NA disabled remotely for this connection
         NA services unavailable on both processes - negotiation not needed
    ------------------------------------------------------------------------------------------------------------------------

    On your WIindows NT server your AGENT is going to be on, you are required to specify the HOSTNAME.
    The listener.ora configuration file uses a fully qualified hostname. Open a command prompt and issue a ping to display the fully qualified DNS host.
    You want that to be the HOST= value in the listener.ora and the HOSTNAME of your AGENT.
    When you install the AGENT you will be prompted for the OMS hostname and port (like a TNS string) for your Linux 64bit Management Server box.

Maybe you are looking for

  • My old computer crashed before I could de-install cloud - how do I get it on my new computer?

    I got Creative Cloud through my school last semester. Just a month ago, my computer crashed and I had to have my hard drive replaced, losing my entire creative cloud. I got a new computer and tried to reinstall cloud but when I put in my depemption i

  • MacBook Pro connect to Epson projector

    I have tried everything to no avail. Trying to connect my MacBook Pro OS X 10.7.5 to an Epson ceiling mounted projector. I am using a wall mounted HDMI cable connected directly to my MBP. I get no communication to the projector. I tried going to Syst

  • X1900 "sparkle snow"

    I recently purchased an Mac Pro with an X1900 - Complete with Apple Care. After a while of using the machine I start getting "sparkle" snow on my displays (Dual Head). If I go into the setting pannel and reset the display resolution it goes away. It

  • Can a applet be SELECTED during its installing?

    In the chapter 11.2 of <The Java Card 2.2 Runtime Environment (JCRE) Specification>, it depicts that " The Installer shall ensure that during the execution of the install() method, the new applet (not the Installer) is the currently selected applet.

  • How to call Call Contracts in SRM from webdynpro?

    Hi experts , I have requirement where in one custom developed (Z)webdynpro component offers users a Link ( Link to action ) This link should open the SAP Contract in SRM 5.0 (ITS) Please provide hints or solution how proceded ? Thanks in advance Bidy