Oracle Enterprise Manager TNSPING Metric

Hi All,
I wonder tns ping metric on OEM is actually representing data for TNSPING to database server from which server?
I'm not really mastering this topic, really appreciate your answer.
Thanks.
Regards,
Jolly

The listener "Response" metric evaluates "tnsPing" and "Status".  These metrics are evaluated by the agent, and it does this by running the script lsnrresp.pl which is located in:
<install location of agent>/plugins/oracle.sysman.db.agent.plugin_<latest plugin version>/scripts
eg. on my machine this is /oracle/12cagent/plugins/oracle.sysman.db.agent.plugin_12.1.0.2.0/scripts
ie. so  lsnrresp.pl is run on the machine where the agent/database/listener resides.
Although it's running on the local machine it is still making a tcp/ip connection  (ie. it's doing the equivalent of:-
tnsping "(ADDRESS=(PROTOCOL=TCP)(HOST=machine1.oracle.com)(PORT=1522))"
You can manually run this same tnsping command yourself from a database home of a remote machine (the machine where you're having difficulties from) and compare the difference.
Make sure that you use the same hostname and port when you run the tnsping command manually as EM is using.  You can find out which host and port EM is using by either checking:-
a) the targets.xml (from the machine where the listener is located) -
eg.
<Target TYPE="oracle_listener" NAME="LISTENER11203_machine1.uk.oracle.
com" DISPLAY_NAME="LISTENER11203_machine1.uk.oracle.com" ON_HOST="" EMD_URL="h
ttps://machine1.uk.oracle.com:3872/emd/main/" TIMEZONE_REGION="" IDENTIFIER="T
ARGET_GUID=881E917E1CE1D3BECC361599ACDAEEEB">
                <Property NAME="Machine" VALUE="machine1.uk.oracle.com"/>
                <Property NAME="Port" VALUE="1522"/>
                <Property NAME="LsnrName" VALUE="LISTENER11203"/>
                <Property NAME="ListenerOraDir" VALUE="/oracle/orabase/11203rdbms
/network/admin"/>
or
b) go to Enterprise Manager, go to targets/all targets.  Select your listener, click on it (will take you to the listener home page).
Then once on the listener home page, go to 'oracle listener' (drop down menu), pick "target setup"/"Monitoring Configuration"
It would be interesting to run the tnsping command manually from the problem machine (if you have a database home on that machine) and also to just do a 'general' ping from the problem machine to the database machine, and then do the same tnsping and ping command from the database machine itself and compare the difference.  It might also be useful to repeat this on both machines but using  ipaddress and see if you see any difference in the response time.  Also check that the hostname is resolving in the same way (eg. same dns etc.).  And to check whether any firewalls are involved.
HTH
Mani

Similar Messages

  • Oracle Enterprise Manager Database Control is not working properly

    Hello!
    I have a problem with Oracle Enterprise Manager Database Control, the web console. When I open the browser, instead of showing the login window, it shows the window where three arrows, the database instance, the listener, and the conection, that are red and down.
    However they are working correctly, the database is up and working, but the EM doesn't show anything else.
    Is there a way to make it work again?
    Thanks!

    The Enterprise Manager has lost sync with the database.
    The only way I know to do this remotely is to tell the OEM to shut down and/or bring up the database - twice. It'll try and fail and perhaps eventually reset it's pointers.
    I'd really like Oracle to create a 're-sync to actual state' URL ... there must be an easy way, such as flushing the collected metrics or something.

  • RE: Oracle Enterprise Manager Extensibility 10g Release 4 (10.2.0.4) Guide

    Hi:
    - I have a question about the SNMP Receivelet code in this guide:
    Oracle® Enterprise Manager Extensibility
    10g Release 4 (10.2.0.4)
    Part Number B40007-01
    - Basically I copied the SNMP Receivelet code from the guide into a plug-in.
    I was able to load the plug-in without any error messages, but no alerts are raised
    when I send a trap.
    - Could someone please tell me what port the snmp receivelet listens on?
    - I tried ports: 3002, 1830, 3872 and 8002.
    - Port 3002 was obtained from emd.properties
    - Port 1830 was obtained from the OEM console
    - What condition is necessary for agent to receive SNMP traps?
    - My agent environment is:
    [oracle@blade bin]$ ./emctl status agent
    Oracle Enterprise Manager 10g Release 5 Grid Control 10.2.0.5.0.
    Copyright (c) 1996, 2009 Oracle Corporation. All rights reserved.
    Agent Version : 10.2.0.5.0
    OMS Version : 10.2.0.1.0
    Protocol Version : 10.2.0.0.0
    Agent is Running and Ready
    [oracle@blade bin]$
    - My metadata file is:
    <?xml version="1.0"?>
    <!DOCTYPE TargetMetadata SYSTEM "../dtds/TargetMetadata.dtd">
    <TargetMetadata META_VER="1.001" TYPE="oracle_guide" >
    <Display>
    <Label NLSID="oracle_guide">Oracle CCA Application</Label>
    </Display>
    <Metric NAME="Response" TYPE="TABLE">
    <Display>
    <Label NLSID="oracle_guide_resp">Response</Label>
    </Display>
    <TableDescriptor>
    <ColumnDescriptor NAME="Status" TYPE="NUMBER">
    <Display>
    <Label NLSID="guide_SNMP_resp_status">CCA SNMP SubAgent
    Status</Label>
    </Display>
    </ColumnDescriptor>
    </TableDescriptor>
    <QueryDescriptor FETCHLET_ID="OSLineToken">
    <!--Property NAME="oratclHome" SCOPE="SYSTEMGLOBAL">oratclHome</Property-->
    <Property NAME="perlBin" SCOPE="SYSTEMGLOBAL">perlBin</Property>
    <Property NAME="scriptsDir" SCOPE="SYSTEMGLOBAL">scriptsDir</Property>
    <Property NAME="command" SCOPE="GLOBAL">
    %perlBin%/perl %scriptsDir%/osresp.pl
    </Property>
    <Property NAME="ENVEM_TARGET_NAME" SCOPE="INSTANCE">AgentAddr</Property>
    <Property NAME="startsWith" SCOPE="GLOBAL">em_result=</Property>
    <Property NAME="delimiter" SCOPE="GLOBAL">|</Property>
    </QueryDescriptor>
    </Metric>
    <Metric NAME="interfaces" TYPE="TABLE">
    <TableDescriptor>
    <ColumnDescriptor NAME="name" TYPE="STRING" IS_KEY="TRUE"/>
    <ColumnDescriptor NAME="type" TYPE="NUMBER" IS_KEY="FALSE"/>
    <ColumnDescriptor NAME="status" TYPE="NUMBER" IS_KEY="FALSE"/>
    <ColumnDescriptor NAME="configured_status" TYPE="NUMBER" IS_KEY="FALSE"/>
    </TableDescriptor>
    <PushDescriptor RECVLET_ID="SNMPTrap">
    <Property NAME="MatchEnterprise" SCOPE="GLOBAL">1.3.6.1.4.1.529</Property>
    <Property NAME="MatchGenericTrap" SCOPE="GLOBAL">6</Property>
    <Property NAME="MatchSpecificTrap" SCOPE="GLOBAL">50</Property>
    <Property NAME="MatchAgentAddr" SCOPE="INSTANCE">AgentAddr</Property>
    <Property NAME="SeverityStatusOID" SCOPE="GLOBAL">1.3.6.1.2.1.2.2.1.8</Property>
    <Property NAME="KeyNameOID" SCOPE="GLOBAL">1.3.6.1.2.1.2.2.1.31</Property>
    <Property NAME="ContextTypeOID" SCOPE="GLOBAL">1.3.6.1.2.1.2.2.1.3</Property>
    <Property NAME="ContextConfigured_statusOID" SCOPE="GLOBAL">1.3.6.1.2.1.2.2.1.7</Property>
    <Property NAME="SeverityCode" SCOPE="GLOBAL">CRITICAL</Property>
    </PushDescriptor>
    </Metric>
    <InstanceProperties>
    <InstanceProperty NAME="AgentHost" CREDENTIAL="FALSE"
    OPTIONAL="FALSE">
    <Display>
    <Label NLSID="oracle_guide_SNMP_agent_host">Hostname (SNMP Agent )
    </Label>
    </Display>
    </InstanceProperty>
    <InstanceProperty NAME="AgentAddr" CREDENTIAL="FALSE"
    OPTIONAL="FALSE">
    <Display>
    <Label NLSID="oracle_guide_SNMP_agent_addr">IP Address (SNMP Agent)
    </Label>
    </Display>
    </InstanceProperty>
    <InstanceProperty NAME="CommunityString" CREDENTIAL="TRUE"
    OPTIONAL="TRUE">
    <Display>
    <Label NLSID="oracle_guide_SNMP_community_string">SNMP Read
    Community String (Default: public)</Label>
    </Display>
    public
    </InstanceProperty>
    <InstanceProperty NAME="Timeout" CREDENTIAL="FALSE"
    OPTIONAL="TRUE">
    <Display>
    <Label NLSID="oracle_guide_SNMP_timeout">SNMP Timeout (Default: 30
    seconds)</Label>
    </Display>
    30
    </InstanceProperty>
    </InstanceProperties>
    </TargetMetadata>
    bash-3.00#
    - My collection file is:
    <!DOCTYPE TargetCollection SYSTEM "../dtds/TargetCollection.dtd">
    <TargetCollection TYPE="oracle_guide">
    <CollectionItem NAME = "Response">
    <Schedule>
    <IntervalSchedule INTERVAL = "5" TIME_UNIT = "Min"/>
    </Schedule>
    <Condition COLUMN_NAME="Status"
    CRITICAL="0"
    WARNING="NotDefined"
    OPERATOR="EQ"
    OCCURRENCES="1"
    MESSAGE="%target% is unreachable or is down."
    MESSAGE_NLSID="oracle_guide_response_status"
    CLEAR_MESSAGE="%target% is up."
    CLEAR_MESSAGE_NLSID="oracle_guide_response_status_clear"/>
    </CollectionItem>
    </TargetCollection>
    bash-3.00#
    Thanks
    John
    Edited by: user8826739 on Feb 23, 2010 7:12 AM

    Looks like this was also posted 4 messages above ... follow the anwers there.
    Please only post the question once ... reposted will not get any answers you wouldn't have gotten anyway.
    That just makes it hard for other users to follow all the information.
    Dave

  • How to configure Oracle Enterprise Manager for ASM RAC Database ?

    Dears,,
    We have two databases (Primary & Standby), each database has two instances
    Database version: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit
    How to configure Oracle Enterprise Manager for this environment ?
    I need documentation for this please.
    Many thanks & Regards,,

    Assuming an agent is running on the servers you want to monitor,
    navigate to the Agent home page (Via setup --> Agent)
    When in the agent home page select 'Add Database'and press [Go]
    Assuming yopur database now gets recognized, select the Configure icon and enter the password for dbsnmp.
    When done, press [Ok] to return to the agent home page.
    Regards
    Rob
    http://oemgc.wordpress.com

  • How to configure Oracle Enterprise manager 11.2.0.1 for ASM instance

    Hi All,
    Please let us know How to configure Oracle Enterprise manager 11.2.0.1 for ASM instance.
    Reagrds,
    Vikas

    Assuming an agent is running on the servers you want to monitor,
    navigate to the Agent home page (Via setup --> Agent)
    When in the agent home page select 'Add Database'and press [Go]
    Assuming yopur database now gets recognized, select the Configure icon and enter the password for dbsnmp.
    When done, press [Ok] to return to the agent home page.
    Regards
    Rob
    http://oemgc.wordpress.com

  • Error while creating data source using Oracle Enterprise Manager 10g

    Hi,
    I have deployed my web application developed on OC4J 9.0.4 stand alone (Win2K) to an integrated OC4J version(Solaris) using Oracle Enterprise Manager 10g.
    However, I get an error when I try to create a data source.
    The data source I want to create would have the following parameters (as seen in data-sources.xml on the stand alone version):
         <data-source
              class="com.evermind.sql.DriverManagerDataSource"
              name="TestDS"
              location="jdbc/OracleCoreDS"
              xa-location="jdbc/xa/OracleXADS"
              ejb-location="jdbc/TestDS"
              connection-driver="oracle.jdbc.driver.OracleDriver"
              url="jdbc:oracle:thin:@hostName:1521:test"
              username="user"
              password="password"
              min-connections="5"
              max-connections="20"          
              inactivity-timeout="30"
         />
    When I entered the above data on the Enterprise Manager Data Sources page, I got the following error:
    quote:
    Error saving Data Source Properties. - Entity et="system";ei="0",et="application";ei="48",et="data-sources";ei="167":child:data-sourcechild key:location:jdbc/OracleCoreDS; class:com.evermind.sql.DriverManagerDataSource; already exists in the repository. Resolution: Please check the code base.
    unquote:
    Could somebody tell me what I'm doing wrong ?
    I tried to manually edit the data-sources.xml file but the data source didn't show up on the Enterprise Manager.
    I'm using a new OC4J instance (on the Solaris machine) for my applications. Is the data source error related to this?
    Any help will be greatly appreciated.
    Thanks,
    Shyam

    Thanks for your reply , Steve.
    I noticed that there is a default datasouce on the EM with the following parameters:
    <data-source
              class="com.evermind.sql.DriverManagerDataSource"
              name="OracleDS"
              location="jdbc/OracleCoreDS"
              xa-location="jdbc/xa/OracleXADS"
              ejb-location="jdbc/OracleDS"
              connection-driver="oracle.jdbc.driver.OracleDriver"
              username="scott"
              password="->pwForScott"
              url="jdbc:oracle:thin:@localhost:1521:oracle"
              inactivity-timeout="30"
         />
    The location and xa-location attributes that I use for my "test" data source are the same as the default one. So, could this be the issue?
    What should be the values for location and xa-location attributes from my "test" data source?
    Any help will be greatly appreciated.
    Thanks,
    Shyam

  • Where do I fit iSqlplus and DBCA in Oracle Enterprise Management Framework

    The Oracle Enterprise Management Framework is divided into these functional areas:
    * Managed targets
    * Management Services
    * Oracle Management Repository
    * Oracle Enterprise Manager 10g Grid Control
    * Oracle Enterprise Manager 10g Database Control
    * Application Server Control
    Where do I fit iSqlplus and DBCA in this above category ?

    The Oracle Enterprise Management Framework is divided into these functional areas:
    * Managed targets
    * Management Services
    * Oracle Management Repository
    * Oracle Enterprise Manager 10g Grid Control
    * Oracle Enterprise Manager 10g Database Control
    * Application Server Control
    Where do I fit iSqlplus and DBCA in this above category ?

  • Newbie Oracle Enterprise Manager 11g feature availability question

    Newbie question here. I am new to Oracle 11g and new to this forum. I ran a search on this question and came up empty so hopefully there is a kind and knowlegable soul wo can help.
    I recall in earlier versions of Oracle Enterprise Manager for earlier versions of Oracle there was something called Oracle Enteprise Manager Reporting accessible from the OEM web.
    One of its key features was the ability to make custom "Additional Reports". In our current environment this is installed and works great. I don't know if it was an add on to OEM, or if it was built in. It was built a long time ago and I wasn't arround for that build. All I know is it works and it suits our needs.
    Well we are now trying to build a new Oracle dev box to replace the current dev environment. We would prefer to not lose any existing functionality we have... and if possible not have to reinvent the wheel. The new box has Oracle 11g.
    **Here comes the dumb newbie questions. **
    Does Oracle 11g Enterprise Manager support 9i-style Enterprise Manager Reporting and Custom Reports?
    Is it called that in 11g or has it been renamed to something else?
    Is it it a simple matter of configuration or is it an add on that needs to be installed?
    Any help would be most appreciated.
    Thanks,
    Wayward Oracle Newbie looking for an Oracle Home

    Oracle 11g does not support 9i-style custom reports. There is a new reporting framework - Information Publisher available in Grid Control 10+ versions. The new reporting framework does support custom reports as well. Click on the Reports tab to access the functionality.
    Regards,
    Leslie

  • Oracle Enterprise Manager 11g - 'unexpected login error'

    Hi,
    I am having trouble logging into Oracle Enterprise Manager - Fusion Middleware Control. at the login screen when i enter in the UN and PWD, I get the msg: 'unexpected login error'. I was able to login before, this just happend and now I cannot login. Any help would be appreciated.
    Thanks.

    You may have greater chances to get an answer....there:
    Enterprise Manager
    Greetings...
    Sim

  • The Next Generation of Oracle Enterprise Manager Will Arrive in 7 Days!

    Seven more days to go before we launch Oracle Enterprise Manager 11g.
    We invite you to join us for this exciting announcement. You may attend the event in person if you are going to be in New York City next Thursday (4/22) or over the web via our webcast. We will also be hosting a live simulcast event at the Collaborate conference in Las Vegas.
    Click the links below to learn more about event agenda and to register.
    Register for the live event in New York City at http://www.oracle.com/webapps/events/EventsDetail.jsp?p_eventId=110025&src=6773871&src=6773871&Act=24
    Register for the webcast at http://www.oracle.com/webapps/events/EventsDetail.jsp?p_eventId=110011&src=6773871&src=6773871&Act=44
    The simulcast event at Collaborate will be held in Palm B room on Level 3 of Mandalay Bay Convention Center starting at 9:45 a.m. local time.
    Visit http://blogs.oracle.com/oem for more information about the new release starting a week from now.

    Still you may refer this link. The documents have been already updated. and some upgrade process are interpreted.
    http://download.oracle.com/docs/cd/E11081_01/welcome.html
    Oracle VM Server upgrade:
    http://download.oracle.com/docs/cd/E11081_01/doc/doc.21/e10899/e10899_02.htm#CIHBCHII
    Oracle VM Manager upgrade:
    http://download.oracle.com/docs/cd/E11081_01/doc/doc.21/e10902/e10902_02.htm#BHCDJGJJ

  • Oracle 8i: Oracle enterprise manager console

    Dear all,
    I installed oracle 8i (8.1.6) server on linux and client on my own NT
    machine. I had no problem to access the database using sqlplus and DBA
    studio. I also configured oracle management server and tried to using
    Oracle Enterprise Manager Console. Also, there was no problem to discover
    the node and to ping agent. But, when I tried to connect to the database,
    it gave me the following error message: "ORA-12545: connect failed because
    target host or object does not exit". Can someone help me out?
    Thanks.
    Dewei

    add or drop users, Using GUI tools could be sometime dangerous.
    You can always use performance diagnostic (oracle provided) to have performance stats in graphical display.
    You can also use EM Grid Control (10g) in order to maintain 8i and 9i with 10g EM Grid control.
    You need to install an agent on those database in order to communicate with 8i and 9i.
    Jaffar

  • Oracle Enterprise Manager Console Login issue

    HI Guys,
    I have installed Oracle 10g on my Windows 7 64 bit system and have trouble running Oracle Enterprise Manager Console.
    When I open Oracle Enterprise Manager Console it prompts me for a Hostname and SID parameters. For which I have given my System name as the parameter and orcl as the SID.
    Then I get an error saying that " Failed to parse tnsnames.ora file ServiceAliasException: 11 "
    Please Help!!
    Thank you!!
    Karthik

    The dbconsole needs to be configured, assuming your database instance is up and running ...
    For startup info see http://download.oracle.com/docs/cd/B19306_01/server.102/b14196/em_manage002.htm#sthref143

  • Oracle Enterprise Manager Console Sessions

    I do apologize if this is posted in the incorrect location. I have Oracle Enterprise Manager Console open and i'm within instances\Sessions. When I first log in there are 9 total active sessions. 1 is mine with program java.exe which is OEMC. I have a website that calls a stored procedure. It will return either a string or nothing depending on if there is a row in the table. That is the only call that is being made. This executes on page load. As soon as I go to this page and it loads I check OEMC again and now I have 5 new INACTIVE sessions with program w3wp.exe. Why is there 5 when i'm only making 1 call to the database?
    Here is the c# code i'm using on my master page. The page that is calling the master page only has text there is nothing in the code behind for that page.
    OracleParameter pMsg;
    OracleConnection conn = new OracleConnection(ConfigurationManager.ConnectionStrings["strDB"].ConnectionString);
    OracleCommand command = new OracleCommand("GetMsg", conn);
    command.CommandType=CommandType.StoredProcedure;          
    pMsg = command.Parameters.Add("PMSG", OracleDbType.Varchar2, 4000);
    pMsg.Direction = ParameterDirection.Output;               
    conn.Open();
    command.ExecuteNonQuery();
    string sMsg = Convert.ToString(pMsg.Value);
    if (sMsg.Length > 1)
    litMsg.Text = "** " + sMsg + " **";
    conn.Close();
    conn.Dispose();      
    command.Dispose();
    Thank you for any help

    I think I figured out what is going on. I think it's the connection pooling that is creating these 5 connections. When I turned pooling off it created 1 connection when I was on that page and then when I exited the connection was gone as well. My question now is are these 5 connections for the entire site? Meaning that it will server anyone user to my site?
    If I have an open connection object later on in my code does it skip this process and just go to the connection pool?
    Thanks

  • Oracle Enterprise Manager Console TNS-04404 / TNS-04414

    Oracle Enterprise Manager Console
    Version 10.1.0.2.0 Production
    Running on Windows XP Professional
    =================================================
    Failed to parse tnsnames.ora file
    oracle.net.config.ServiceAliasException: TNS-04404: no error
    caused by: oracle.net.config.ConfigException:TNS-04414: File error
    caused by: TNS-04612: Null RHS for "QCCP1.WORLD":
    0
    =================================================
    (NOTE): I understand that this issues is related to TNSNAMES.ORA file. I have another computer, and the OEM Console is working just fine on that computer. So, I copied the TNSNAMES.ORA file from the other computer, but still I am receiving the same issue.
    Please let me know if you can help me with this issue. Thanks in advance ...

    878649 wrote:
    This problem occur when i run version 10.2 of Console Enterprise Manager
    This a very funny error but took me a lot tries and errors to solve it !
    I'ts related to the syntax of an entry defining an SID in the tnsnames.ora. This an oracle bug for sure
    Here is an entry in my tnsnames.ora
    Then why does posted example below NOT contain any "SID" entry?
    mydb.world =
    *(DESCRIPTION =*
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = myoraclehost)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = mydb)
    At first look this entry is valid. At least SHOULD BE VALID an understood by oracle tnsnames interpreter
    After a couple of tries, i finally found that there should be at least one space between the begining of the line where figure out the description keyword (DESCRIPTION
    I've corrected the problem by inserting a space before this keyword.
    This happen

  • Oracle Enterprise Manager Agent deployment (Installation and Configuration) Error

    Hello,
    I am trying to create an agent on a linux server using Oracle Enterprise Manager 12.1.0.3. The user is created with root privilege on the server, by change /etc/sudoers entry username the same as the root entry. After that I tried to add host target by clicking Setup->Add Target->Add target Manually->Add Host Targets in the Oracle Enterprise Manager.
    In the Add Target view: I clicked on add, then I entry host and platform information. After that I click next. Then I provided the Linux x86-64 : Installation Details for
    Installation Base Directory, Instance Directory, Name Credential ... then click next. then click Deploy Agent.
    In the Add Host Status view: stages Initialization and Remote Prerequisite Check successfully passed, but in the stage Agent Deployment, it failed in the Installation and Configuration phrase of the Agent Deployment stage.
    The log content is shown below. There are numerous SEVERE Errors. But I don't have much experience in dealing with these type of problems. I thank you in advance for all the helps.
    lf
    WARNING: Validation of XML schema is disabled because AggregateDescriptions.xsd could not be found
    INFO: Creating new CFM connection
    INFO: Creating a new logger for oracle.sysman.top.agent
    INFO: Unmarshalling /users/ncgf/em_agent/core/12.1.0.3.0/inventory/ContentsXML/ConfigXML/oracle.sysman.top.agent.12_1_0_3_0.xml
    INFO: Creating a new logger for OuiConfigVariables
    INFO: Unmarshalling /users/ncgf/em_agent/core/12.1.0.3.0/inventory/ContentsXML/ConfigXML/OuiConfigVariables.1_0_0_0_0.xml
    INFO: Aggregate Description oracle.sysman.top.agent:12.1.0.3.0:common successfully loaded
    INFO: Aggregate Description OuiConfigVariables:1.0.0.0.0:common successfully loaded
    INFO: Successfully returning from CfmFactory.connect()
    INFO: Cfm.save() was called
    INFO: Cfm.save(): 2 aggregate instances saved
    INFO: oracle.sysman.top.agent:IAction.perform() was called on {Action state:configuration in CfmAggregateInstance: oracle.sysman.top.agent:12.1.0.3.0:common:family=CFM:oh=/users/ncgf/em_agent/core/12.1.0.3.0:label=1}
    INFO: Framework waiting for Action to complete at 15:08:10.272
    INFO: CfwProgressMonitor:actionProgress:About to perform Action=configuration Status=is running with ActionStep=0 stepIndex=0 microStep=0
    WARNING: Skipping environment variable line: "}": oracle.sysman.emCfg.common.CfwException: A non-empty environment line must contain "=": }
    WARNING: Failed to read environment variable file /users/ncgf/em_agent/core/12.1.0.3.0/install/envVars.properties: java.io.FileNotFoundException: /users/ncgf/em_agent/core/12.1.0.3.0/install/envVars.properties (No such file or directory)
    INFO: oracle.sysman.top.agent:About to execute plug-in Agent Configuration Assistant
    INFO: oracle.sysman.top.agent:The plug-in Agent Configuration Assistant is running
    INFO: oracle.sysman.top.agent:Internal PlugIn Class: oracle.sysman.agent.config.AgentConfiguration
    INFO: oracle.sysman.top.agent:Classpath = /users/ncgf/em_agent/core/12.1.0.3.0/oui/jlib/srvm.jar:/users/ncgf/em_agent/core/12.1.0.3.0/jlib/agentConfig.jar:/users/ncgf/em_agent/core/12.1.0.3.0/jlib/emConfigInstall.jar:/users/ncgf/em_agent/core/12.1.0.3.0/sysman/jlib/emagentSDK.jar:/users/ncgf/em_agent/core/12.1.0.3.0/modules/oracle.http_client_11.1.1.jar:/users/ncgf/em_agent/core/12.1.0.3.0/sysman/jlib/log4j-core.jar
    INFO: oracle.sysman.top.agent:AgentConfiguration:agent configuration has been started
    INFO: oracle.sysman.top.agent:Parametes passed to agent configuration are:
    1.ORACLE_HOME=/users/ncgf/em_agent/core/12.1.0.3.0
    2.AGENT_PORT=3872
    3.ORACLE_HOSTNAME=nsn175-89.us.oracle.com
    4.b_doDiscovery=false
    5.AGENT_BASE_DIR=/users/ncgf/em_agent
    6.AGENT_INSTANCE_HOME=/users/ncgf/em_agent/agent_inst
    7.s_hostname=nsn175-89.us.oracle.com
    8.OMS_HOST=nsn175-105.us.oracle.com
    9.b_startAgent=false
    10.b_secureAgent=true
    11.b_chainedInstall=false
    12.b_forceConfigure=false
    13.EM_UPLOAD_PORT=4904
    14.b_forceAgentDefaultPort=false
    15.s_staticPorts=
    16.PROPERTIES_FILE=
    b_skipValidation=false
    INFO: oracle.sysman.top.agent:Validating OMS_HOST and EM_UPLOAD_PORT
    INFO: oracle.sysman.top.agent:Validating with http protocol ...
    INFO: oracle.sysman.top.agent:URL framed is:http://nsn175-105.us.oracle.com:4904/empbs/genwallet
    SEVERE: oracle.sysman.top.agent:Connection refusedUnexpected end of file from server
    INFO: oracle.sysman.top.agent:Validating with https protocol ...
    INFO: oracle.sysman.top.agent:URL framed is:https://nsn175-105.us.oracle.com:4904/empbs/genwallet
    SEVERE: oracle.sysman.top.agent:The EM_UPLOAD_PORT passed is a secure port. Hence AGENT_REGISTRATION_PASSWORD or s_encrSecurePwd should be passed
    INFO: oracle.sysman.top.agent:EM Protocol Switch determined: https
    INFO: oracle.sysman.top.agent:Performing free port detection..
    INFO: oracle.sysman.top.agent:Trying for host : nsn175-89/10.134.175.89 and port : 3872
    INFO: oracle.sysman.top.agent: Trying for host : /127.0.0.1 and port : 3872
    INFO: oracle.sysman.top.agent:** Agent Port Check completed successfully.**
    INFO: oracle.sysman.top.agent:Agent Port from User Passed Port3872
    INFO: oracle.sysman.top.agent:Paths after canonical format conversions are :
    1. state_dir=/users/ncgf/em_agent/agent_inst
    2. agentBaseDir=/users/ncgf/em_agent
    3. oraHome=/users/ncgf/em_agent/core/12.1.0.3.0
    INFO: oracle.sysman.top.agent:Parent directory of agent instance home:/users/ncgf/em_agent
    INFO: oracle.sysman.top.agent:AgentConfiguration:perform:AgentPortHandler for /users/ncgf/em_agent/core/12.1.0.3.0 and hosts=nsn175-89.us.oracle.com returned Port to Use=3872
    INFO: oracle.sysman.top.agent:Instantiating emctl.template file #DEFAULT_EMSTATE# with /users/ncgf/em_agent/agent_inst
    INFO: oracle.sysman.top.agent:Writing the following contents into /users/ncgf/em_agent/core/12.1.0.3.0/install/oragchomelist
    INFO: oracle.sysman.top.agent:/users/ncgf/em_agent/core/12.1.0.3.0:/users/ncgf/em_agent/agent_inst
    INFO: oracle.sysman.top.agent:Both /etc/oragchomelist and /var/opt/oracle/oragchomelist does not exist.
    INFO: oracle.sysman.top.agent:Executing emctl deploy agent command...
    INFO: oracle.sysman.top.agent:AgentConfiguration: Executing emctl deploy agent command...
    INFO: oracle.sysman.top.agent:Executing the command: /users/ncgf/em_agent/core/12.1.0.3.0/bin/emctl deploy agent -L -o nsn175-105.us.oracle.com:4904 -N /users/ncgf/em_agent/agent_inst nsn175-89.us.oracle.com:3872 nsn175-89.us.oracle.com
    INFO: oracle.sysman.top.agent:Creating shared install...
    INFO: oracle.sysman.top.agent:Source location: /users/ncgf/em_agent/core/12.1.0.3.0
    INFO: oracle.sysman.top.agent:Destination (shared install) : /users/ncgf/em_agent/agent_inst
    INFO: oracle.sysman.top.agent:Secure Mode: No
    INFO: oracle.sysman.top.agent:DeployMode : agent
    INFO: oracle.sysman.top.agent:
    INFO: oracle.sysman.top.agent:Creating directories...
    INFO: oracle.sysman.top.agent:Creating private.properties...
    INFO: oracle.sysman.top.agent:Creating blackouts.xml...
    INFO: oracle.sysman.top.agent:Creating targets.xml...
    INFO: oracle.sysman.top.agent:Creating emctl control program...
    INFO: oracle.sysman.top.agent:Creating emtgtctl control program...
    INFO: oracle.sysman.top.agent:Agent will not be secured.
    INFO: oracle.sysman.top.agent:Secure REPOSITORY_URL found. New agent should be configured for secure mode
    INFO: oracle.sysman.top.agent:Secure emdWalletSrcUrl found. New agent should be configured for secure mode
    INFO: oracle.sysman.top.agent:Oracle Enterprise Manager Cloud Control 12c Release 3
    INFO: oracle.sysman.top.agent:Copyright (c) 1996, 2013 Oracle Corporation.  All rights reserved.
    INFO: oracle.sysman.top.agent:Property 'agentTZRegion' is  missing from /users/ncgf/em_agent/agent_inst/sysman/config/emd.properties. Updating it...
    INFO: oracle.sysman.top.agent:An agentTZregion of 'US/Pacific' is installed in /users/ncgf/em_agent/agent_inst/sysman/config/emd.properties.
    INFO: oracle.sysman.top.agent:The command: /users/ncgf/em_agent/core/12.1.0.3.0/bin/emctl deploy agent -L -o nsn175-105.us.oracle.com:4904 -N /users/ncgf/em_agent/agent_inst nsn175-89.us.oracle.com:3872 nsn175-89.us.oracle.com completed with status=0
    SEVERE: oracle.sysman.top.agent:Securing of agent step will be skipped because of the following reasons:
    1. Agent Registration Password was not passed.
    2. b_secureAgent was passed as false
    3. The flag -forceConfigure was assed from agentDeploy.sh
    INFO: oracle.sysman.top.agent:Plugin File:/users/ncgf/em_agent/plugins.txt
    INFO: oracle.sysman.top.agent:Plugin Homes found.
    INFO: oracle.sysman.top.agent:Executing command :/users/ncgf/em_agent/core/12.1.0.3.0/perl/bin/perl /users/ncgf/em_agent/core/12.1.0.3.0/bin/AgentPluginDeploy.pl -oracleHome /users/ncgf/em_agent/core/12.1.0.3.0 -agentDir /users/ncgf/em_agent -pluginIdsInfoFile /users/ncgf/em_agent/plugins.txt -action configure -emStateDir /users/ncgf/em_agent/agent_inst
    INFO: oracle.sysman.top.agent:
    INFO: oracle.sysman.top.agent:
    INFO: oracle.sysman.top.agent:The Agent emStateDir location passed is /users/ncgf/em_agent/agent_inst
    INFO: oracle.sysman.top.agent: The log file is /users/ncgf/em_agent/agent_inst/install/logs/agentplugindeploy_2013_10_16_15_08_11.log
    INFO: oracle.sysman.top.agent: The temp file created to check R/W permissions in Oraclehome: /users/ncgf/em_agent/core/12.1.0.3.0 is /users/ncgf/em_agent/core/12.1.0.3.0/rwFile
    INFO: oracle.sysman.top.agent:Plugin command completed with status=0
    INFO: oracle.sysman.top.agent:Executing command :/users/ncgf/em_agent/agent_inst/bin/emctl listplugins agent -type all
    INFO: oracle.sysman.top.agent:Oracle Enterprise Manager Cloud Control 12c Release 3
    INFO: oracle.sysman.top.agent:Oracle Enterprise Manager Cloud Control 12c Release 3
    INFO: oracle.sysman.top.agent:Copyright (c) 1996, 2013 Oracle Corporation.  All rights reserved.
    INFO: oracle.sysman.top.agent:Copyright (c) 1996, 2013 Oracle Corporation.  All rights reserved.
    INFO: oracle.sysman.top.agent:---------------------------------------------------------------
    INFO: oracle.sysman.top.agent:---------------------------------------------------------------
    SEVERE: oracle.sysman.top.agent:ERROR: The Management Agent configuration failed. The plug-in configuration for the oracle.sysman.oh monitoring plug-in may have failed, or this plug-in may not be present in the Management Agent software. Ensure that the Management Agent software has the oracle.sysman.oh monitoring plug-in, if not then retry the operation. If the agent software has the oracle.sysman.oh monitoring plug-in, view the plug-in deployment log /users/ncgf/em_agent/agent_inst/install/logs to check if the plug-in configuration for the oracle.sysman.oh monitoring plug-in failed.
    SEVERE: oracle.sysman.top.agent:Agent configuration has failed
    INFO: oracle.sysman.top.agent:AgentConfiguration:agent configuration finished with status = false
    INFO: oracle.sysman.top.agent:AgentConfiguration:agent configuration finished with status = false
    INFO: oracle.sysman.top.agent:The plug-in Agent Configuration Assistant has failed its perform method
    INFO: Cfm.save() was called
    INFO: Cfm.save(): 2 aggregate instances saved
    INFO: done waiting for Action from 15:08:10.272
    Thank you for your help AkankshaSheoranKaler. I have executed the following command based on your request. If there is any issue, please let me know. Thanks!
    "Can you run this command to make sure that the agents bits were downloaded correctly : oms home /bin /emcli verify_updates
    Share the output of the command. I am suspecting this is a know issue (Bug 17300008) but i will wait for your output.  Also if you can open an SR with oracle support to track this issue and its resolution. "
    [ncgf@nsn175-105 bin]$ ./emcli setup -url=https://nsn175-105.us.oracle.com:7803/em -u sername=SYSMAN
    Oracle Enterprise Manager 12c 3.
    Copyright (c) 1996, 2013 Oracle Corporation and/or its affiliates. All rights reserve d.
    The configuration directory "/users/ncgf" may not be local. See the "dir" option in t he help for the setup command.
    Do you want to continue using this directory? [yes/no] yes
    Enter password
    Emcli setup successful
    [ncgf@nsn175-105 bin]$ ./emcli verify_updates
    Verifying updates. Starting validation...
    Type       : Plug-in
    Description: Demo Hostsample Test Plugin
    Attributes
            Version: 1201000100
            Revision: 0
            OS Platform: Generic Platform
            Plug-in Name: Demo Host Sample Plugin
    Archives are missing from the Software Library. Unable to determine the URL for downloading the update. The update might not have come from Oracle Enterprise Manager Store.
    For each update with missing archives, emcli import_update can be used with a -force option to re-upload the archives to the Software Library.

       Hello AkankshaSheoranKaler
    We have done the following, but we aren't able to resolve this issue. Thank you for your help!
    lf
    “This  happen if the software library is not accessible, readable or unmounted (if it is in shared file system).”
    On Enterprise Manager server [nsn175-105], we did the following:
    1. we modified /etc/exports to include this line: /export *(rw,no_root_squash,sync)
    we start nfs service by executing command “service nfs start”.  
    On Management Agent server (nsn175-89), we verified that we are able to mount /export directory of EM server.
    On Management Agent server, we started firefox browser and were able to run successfully https://nsn175-105.us.oracle.com:4904/empbs/genwallet
    After making this change, we ran agent deployment again. We encountered the same error as shown above.
    “You can fix the software library or you can download the agent bits in offline mode.”
    For fixing the software library, select Setup->Provision and Patching->Offline Patching, then select Offline Patching radio button, download: https://updates.oracle.com/download/em_catalog.zip. Next upload this zip file.
    “Try downloading the bits again”
    We are not sure what agent bits are. Would you please explain this and provide procedure how we can download this?
    (Here I have attempted to fix the software library, but I am new to Enterprise Manager and not sure how to interpret this).

Maybe you are looking for

  • How do I re-upload my HD from a Disk Image

    I recently had some issues with my Mac Book Pro and I had to delete my entire Hard Drive. Using Disk Utility I backed it up first by taking a disk image of it all. I fixed my computer and now I am trying to work out how I can re-install my Hard Drive

  • How To pass Data in  Graph (BSP)

    in layout i fetch data using  SUBMIT <report name> USING SELECTION-SET 'TEST'   exporting list to memory AND RETURN. after that i use CALL FUNCTION 'LIST_FROM_MEMORY' and   CALL FUNCTION 'LIST_TO_ASCI' and finally my all data into one internal table

  • Password all'apertura di file [che ci metto?]

    Ciao a tutti, scrivo perche riscontro un problema nell'installazione di un WD My Cloud.Da rete interna quando esploro l'unità di rete ed apro per esempio un file .xls mi si apre e se qualcun altro cerca di aprire lo stesso file Excel mi dice che il f

  • Alert - Mac OS Update cannot be installed on this computer

    My second computer is a MacBook Pro (PPC) OS 10.4.8, 2 GB RAM. When I try to install update 10.4.10 I get the alert: "Mac OS Update Combined (Power PC)cannot be installed on this computer." Why not? Thanks for any help. -Rob

  • I am trying to back up a Mavericks partition to a partition on my external drive.

    I am trying to back up a Mavericks partition to a partition on my external drive. I have erased the partition on the external drive but I keep getting an error message that the back up drive is full. I also have Snow Leopard backed up to the other pa