OEM service discovery of linux agent from nt 4.0 platform

get message: failed to get information for node 10.0.1.156
when trying to refresh services from oem console on NT 4.0
platform. OEM version 1.5
I am also getting and error in the
$ORACLE_HOME/network/trace/dbsnmpc.trc file.
Trace level is set to admin.
error is nsopen: unable to open transport
when trace level is set to 16 I get the following messages
nsopen: opening transport ................
nserror: entry
error is nsopen: unable to open transport
I have applied the latest patch 8.0.5.1. Agent can
be started and stopped. The listener.ora and tnsnames.ora
seem to be setup correctly. I can log in remotely from
and to all remote sites.
The OEM console seems to be working fine. I can discover
other remote sites. However, I am having trouble with
the linux site.
Any help is Appreciated.
LIST OF remote site (linux) files:
TNSNAMES.ORA
bubba.cns.gov.world=
(DESCRIPTION=
(ADDRESS_LIST =
(ADDRESS=
(PROTOCOL=tcp)
(HOST=bubba.cns.gov)
(PORT=1526)
(CONNECT_DATA=(SID=ora)(SERVER=DEDICATED)
ora.world=
(DESCRIPTION=
(ADDRESS_LIST =
(ADDRESS=
(PROTOCOL=tcp)
(HOST=bubba.cns.gov)
(PORT=1526)
(CONNECT_DATA=(SID=ora)(GLOBAL_NAME=ora.world)
sbrown.world=(DESCRIPTION=
(ADDRESS_LIST =
(ADDRESS=
(PROTOCOL=tcp)
(HOST=sbrown)
(PORT=1521)
(CONNECT_DATA=(SID=orcl)
prod=(DESCRIPTION=
(ADDRESS_LIST =
(ADDRESS=
(PROTOCOL=tcp)
(HOST=prod)
(port=1521)
(CONNECT_DATA=(SID=prod)
SQLNET.ORA
AUTOMATIC_IPC = OFF
TRACE_LEVEL_CLIENT = OFF
#NAMES.DEFAULT_DOMAIN = world
NAME.DEFAULT_ZONE = world
SQLNET.EXPIRE_TIME = 0
#SQLNET.CRYPTO_SEED = "2418306024240649"
#SQLNET.AUTHENTICATION_SERVICES = (ALL)
#sqlnet.encryption_server = requested
#sqlnet.encryption_client = requested
#names.directory_path = (tnsnames, hostname)
SNMP_RW.ORA
snmp.contact.LISTENER = ""
snmp.index.LISTENER = 1
snmp.contact.bubba.cns.gov.world = ""
snmp.index.bubba.cns.gov.world = 2
nmi.register_with_names=false
nmi.trace_level=16
nmi.trace_mask=(106)
LISTENER.ORA
LISTENER=
(ADDRESS_LIST=
(ADDRESS=
(COMMUNITY=tcpcom.world)
(PROTOCOL=tcp)
(HOST=bubba.cns.gov)
(PORT=1526)
STARTUP_WAIT_TIME_LISTENER = 0
CONNECT_TIME_OUT_LISTENER = 10
TRACE_LEVEL_LISTENER = 0
SID_LIST_LISTENER=
(SID_LIST=
(SID_DESC=
## (GLOBAL_DBNAME=bubba.cns.gov)
(SID_NAME=ora)
(ORACLE_HOME=/ora)
Thanks Steve
null

Ok Now I closed my question ... issue was about emd.properties ... about that host was not changed settings automatically ... now I've changed it and issue is solved ....
Best regards.
Andrea

Similar Messages

  • Unable to uninstall or remove ADFS Service Proxy and Web Agents from Server 2012

    I have a Server 2012 machine that's a primary host for company websites. An inexperienced developer (with FAR more access than he should've had; yes, epic fail) was able to install ADFS Service Proxy and ADFS 1.1 Web Agents (for SAML) on the server. He didn't
    complete the configuration, realizing he'd over stepped his boundaries. He did install the rollup update 3 to ADFS though. However, now I'm unable to uninstall the components. It's not listed in the updates and the option to remove from Roles/Features is grayed
    out.
    Any help would be awesome!

    Hi,
    Thank you for your sharing!
    Your post is very beneficial to other people who have similar issues.
    Please feel free to let us know if you encounter any issues in the future.
    In addition, here is a dedicated ADFS forum below:
    Claims based access platform (CBA), code-named Geneva Forum
    http://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=Geneva
    Best Regards,
    Amy

  • Communication from the Oracle Mngt service host to the agent host failed

    Hi There,
    I have installed Oracle 10.2.0.1 Grid software on a Solaris Zone. I plan to upgrade it to 10.2.0.5 very soon but would like to test the agent connection from a remote server first. I installed agent version 10.2.0.5 on the remote server. When I log into the oracle grid GUI I can see the host called "localhost" (this is not the correct name. It should be the server name) and the database instances on that server. However, when I select the localhost and press the configure button I get the following message:
    Communication from the Oracle Mngt service host to the agent host failed. Refer to help for details localhost:cn=servername
    The system administrators changed the /etc/hosts file to make sure the server was listed first fully qualified. For example: servername.domain.com instead of servername. However, this did no make a difference.
    Could the issue be any of the following:
    - Oracle 10.2.0.1 GRID does not work with 10.2.0.5 agents ?
    - Oracle GRID in general don't work on SOLARIS Zones?
    Please help.
    Thanks.

    OMS - -> Agent communication is not upward compatible
    Downward, so Agent 10.2.0.1 --> OMS 10.2.0.5, should not be a problem.
    In the last case however, you would not have access to any 10.2.0.5 Agent features.
    So you can choose from 2 working options:
    1 - Install the 10.2.0.1 Agent
    2 - Upgrade your OMS to 10.2.0.5 (preferable)
    Regards
    Rob
    For more info, tips and tricks on OEM GC, check http://oemgc.wordpress.com

  • OEM service and Agent

    Hi:
    I would like to set the automatic start up / shutdown for the OEM service and Oracle agent.
    Does somebody know how to do it?
    Regards,

    I’ll take a shot at this one:
    First you need to create a script for rc
         A good example that every oracle installation references for linux database installations is the dbora script. Find it and use this as your baseline.
    $ORA_OWNER = is the name of the account on linux that has execute permissions to the oracle binaries.
    $ORA_HOME = is the path to your oracle product home
    In the start portion add
    su - $ORA_OWNER -c "$ORA_HOME/bin/emctl start agent" > /dev/null 2>&1
    In the stop portion add
    su - $ORA_OWNER -c "$ORA_HOME/bin/emctl stop agent" > /dev/null 2>&1
    As root, type:
              # chkconfig --add dbora
    Adds the dbora to the init.d
              # chkconfig –list |grep dbora
    confirm it’s there
              # service dbora on
    System will automatically turns it on/off at Startup/shutdown
              # service --status-all | grep dbora
                   confirm it’s there and status
    This gives you a startup/shutdown for both the DB and agent
    Good luck

  • Upgrade the OEM Agent from 10.1.0.3 to OEM 10.2.0.1

    Hi,
    I have to upgrade the OEM Agent from 10.1.0.3 to OEM 10.2.0.1. Can anyone please tell me how to do it.
    Regards,
    Ankit agrawal.

    Try this link
    Oracle Enterprise Manager 10g (Version 10.1) Migration Process
    http://download-west.oracle.com/docs/cd/B19306_01/em.102/b16242/migration.htm#CJHHGJBE

  • Upgrade agents from OEM 10.2.0.5 from 12c not using Upgrade Console

    Hi,
    As we have to upgrade more than 100 agents from OEM 10.2.0.5 to OEM 12.1.0.3, don't have oracle account passwords (OEM 10g agents are runing as the oracle accout), and PAM authentification is not working for our environnement (SR open) we want to know if there is a workaround for upgrading agents and not using the upgrade console.
    Regards,
    Nicolas

    Hi, the response from the support is upgrading all our agents to 11g and then upgrading to 12c it seems a bit complicated isn't it (more than 100 agents to migrate) ?
    And as the migrate from 10g to 12c is nothing more than many automated actions I can believe that it can't be done manualy (just the install and configure agants).
    Regards,
    Nicolas

  • Pushing management agent from a Solaris machine to a Linux Machine?

    Hi There,
    Currently, the enterprise manager OMS resides on a solaris system, however, we have new hardware on a LINUX. From the enterprise manager can I push an agent to a target on a LINUX machine?
    Thanks,
    J

    I hope this link is helpful its for 11g. it might work for even 10.2.0.5 and above. First you will need to download the agent script for Linux based on the platform either 32 or 64 bit. And after you download the script( I usually use wget) make it executable using
    wget http://host1.servers.com:4889/agent_download/11.1.0.0.0/linux/agentDownload.linux (32-bit)
    *$ chmod 744 agentDownload.linux*
    *./agentDownload.linux -b /u01/OracleHome -m host1.servers.com -r 4889*
    and you can follow this link.
    http://docs.oracle.com/cd/E11857_01/install.111/e16847/install_agent_agtdwnld.htm#CBHHIBCF

  • Show Running Rules and Monitors for this Health Service task for Unix/Linux agents?

    I know there is a way to do this for Windows agents, but is there a way to do this for Unix/Linux agents?  When I click on the agent I dont see the option in the task pane.  Is there something else that I can use?
    If you're going to answer my question with pretentiousness or disrespect, move on to another question. I don't need your help. Thank you

    Figure it out after some digging
    http://blogs.technet.com/b/daniels_opsmgr_blog/archive/2011/05/14/troubleshooting-mp-fix-wrong-roll-up-monitor-state.aspx
    I didnt have the MP imported.  Although it works now, not very useful.
    EFD
    If you're going to answer my question with pretentiousness or disrespect, move on to another question. I don't need your help. Thank you

  • How to delete a management agent from grid control completely?

    I have installed oem grid control 10.2.0.4.0 on single host(oemlinux.oracle.com), and I removed agent10g, and reinstall a new management agent into a new location, but when I wanted to add a weblogic server to monitor, I got error as below:
    More than one Enterprise Manager Agent was found for the host.oemlinux.oracle.com
    I found there were 2 agents in em console, how to delete the old agent from em console,anybody can help me?

    Click on the All targets tab, delete the agent.
    Then confirm that the delete is in fact happening.
    Click Setup, Management & Services Repository tab.
    Deleted Targets link.
    Time Deleted Completed must have a date in there...
    If all that fails - do a quick search - I posted the sql you can run against the repository to wipe it clean of an agent :-)
    Not too that if you are removing the O/S software - you need to use the runinstaller to remove the Oracle Home from the inventory.
    If you don't do this - future auto installs using the agentDownload script of the agent will fail.
    .Daryl

  • Problems with Service Discovery: J2ME

    Hi all,
    I am currently trying to develop a mulitplayer bluetooth game and have hit a wall with the service discovery. I have no issues finding the devices both in the emulator and on the devices I am using (Nokia 6230, Nokia 6233 and Sony Ericsson K510). I believe that the problem may lay in either the construction of my searchServices or the sychronization of the methods. The app simiply hangs once the service search is started.
    Below is part of the server class (I have switched the discovery around):
    public synchronized void run(){
            try{
                //retrieve local Bluetooth device
                mLocal = LocalDevice.getLocalDevice();
                //set dicovery agent
                mDiscovery = mLocal.getDiscoveryAgent();
                //set device to discoverable
                mLocal.setDiscoverable(mDiscovery.GIAC);
                //Discover devices
                mDiscovery.startInquiry(mDiscovery.GIAC,this);
                System.out.println("discover");
            }catch(BluetoothStateException e1){
                System.out.println("Bluetooth issue " + e1.getMessage());
            while(mComplete==false){
                mGameCanvas.setText("Device search");
          try{
              System.out.println("deviceProcess");
              if (mDevices.size() == 0){
                  //Cannot find any Bluetooth devices
                  mGameCanvas.setText("No Bluetooth devices found");
                  //Inform the canvas that the inquiry is complete
                  mGameCanvas.setGameState("INQUIRY COMPLETE",false);
                else if (mDevices.size()>0){
                  //Create a RemoteDevice from vector object
                  mGameCanvas.setText("Devices found :"+mDevices.size());
                  for(int i=0;i<mDevices.size();i++){
                      mRemoteFound = (RemoteDevice)mDevices.elementAt(i);
                      System.out.println("Device found= " +mRemoteFound);
                      mServiceDiscover.searchServices(mRemoteFound);
                      mGameCanvas.setText("Searching");
                      wait();
                  mGameCanvas.setText(mServiceDiscover.returnServices());
           }catch (InterruptedException e1) {
               System.out.print("Error "+ e1.getMessage());
         public void deviceDiscovered(RemoteDevice btDevice, DeviceClass cod){
           try{
              mGameCanvas.setText(btDevice.getFriendlyName(false));
              //This method is fired every time a device is discovered
              //store the device in a vector for the list
              mDevices.addElement(btDevice);
              System.out.println("Test Device Discovered " + btDevice.getFriendlyName(false));
              System.out.println("mDevices="+mDevices.size() );
          }catch(IOException e1){
              System.out.println(e1.getMessage());
         public void inquiryCompleted(int discType){
           if(discType==INQUIRY_COMPLETED){
                mComplete = true;
        }I am using a game canvas to display a message to the user.
    There is a seperate class for the service discovery:
    //setup the UUID
        static String UUID = "e30c3920857111dc89960002a5d5c51b";
        static UUID BT_UUID = new UUID(UUID, false);
    /**Search for services on remote devices**/
        public void searchServices (RemoteDevice R){
          try{
                UUID[] mList = new UUID[1];
                //Add the UUID's that will be used to search for.
                //The UUID for the Cards service
                mList[0] = BT_UUID;
                System.out.println("Test 3 Search = " + R);
                mTrans = mDiscovery.searchServices(null,mList,R,this);
                System.out.println("Search started" + mTrans);
            }catch(Exception e1){
               System.out.println("Service excep "+e1.getMessage());
        public void servicesDiscovered(int transID,ServiceRecord[] servRecords){
            //There should only be one record
            if(servRecords.length == 1){
              mDevices.addElement(servRecords[0]);
              mServiceFound = true;
            else{
                System.out.println("Error: greater number of services found");
        public synchronized void serviceSearchCompleted(int transID, int respCode){
            if(respCode == 0x01){
                mComplete = true;
                System.out.println("Service search completed");
                //Notify when completed
                synchronized(this){
                    this.notifyAll();
        public String returnServices(){
            String r = "";
            if (mComplete = false){
                r = "NOT COMPLETE";
            else{
                r = "COMPLETE";
            if (mServiceFound==false){
                r = r +"NO_SERVICES";
            else if (mServiceFound==true){
                r = r +mDevices.size() + "_SERVICES_FOUND";
            return r;
        }The app never completes the service inquiry. Is there an issue with the synchronization or is it the service search?
    Any help with this would be massively appriciated

    Hi,
    1 - You shouldn't call an attribute member UUID as it's also a class name.
    2 - I think the first item of mList should be the protocol UUID of the service you search:
    SDP: 0x0001
    RFCOMM:0x0003
    OBEX:0x0008
    and the second one is the service UUID you want to find.
    3 - If that doesn't work, try t separate the search of devices and the search of service.
    1 - search devices
    2 - for all found devices, search service
    Hope that help,
    Jack

  • Organization Tab in Service Order in IC Agent Role

    Hi Experts ,
    During the creation of a Service Order.,Complaints and Returns  from the front end I C Service Agent role , I am unable to maintain any Organization Data .
    I am unable to find the Organization Data tab to enter a Service Organization (just like the way in the SAP GUI ). in the IC AGENT role.
    I have checked all the components and views for available fields /tabs but there is nothing  available for Organization Data.
    Could you please help me , so as to display the organization tab in the Service Order/Complaints  in the front end IC Agent Role.
    We have the Organization Tab available in the Personalization Options itself in the SERVICEPRO Role .
    Is the SERVICEPRO role better suited for creating Complaints , Returns transaction ?
    However I do need the IC AGENT Role for Account Identification and Confirmations which can only be executed through the framework of the IC AGENT Role .
    Please advice.
    Your help will be appreciated.
    Thanks,
    Maroof

    Hello,
    Use customizing path:
    - Plant Maintenance and Customer Service
    - Maintenance and Service Processing
    - Maintenance and Service Orders
    - Functions and Settings for Order Types
    Two sub-options are then relevant:
    Create Default Value Profiles for General Order Data
    Update an existing profile or create a new one to include your Field Key
    Default Values for Task List Data and Profile Assignments
    A maintenance profile is assigned to a plant/order type combination
    The data in user fields is at operation level.
    -Paul

  • OEM web console is not working from client side

    Hi All,
    I have 2 node RAC environment on windows 2003 server with 11g r1. My problem is on node a "oracle enterprise manager" "https://server-a:1158/em" is not working (node A). Is there any thing that I can do to solve this problem ?
    On node B the url "https://server-b:1158/em" is working.
    Any help would be appreciate.
    Regards,
    Edited by: 53637 on Feb 22, 2011 7:43 PM

    It works as expected, dbconsole runs on only ONE node in the cluster, all agents from this and the other nodes report to this console, statement from documentation:
    In 10.1.x.x, when a DB Control was deployed on a RAC cluster with n nodes, a dbconsole was started on each node of the cluster. Each agent on each node reported to each dbconsole management service on the same node.
    Beginning 10.2.x.x, to improve performance and reduce the workload on the RAC database/instances,when a DB Control is first deployed on a RAC cluster with n nodes, a dbconsole is started only on the node from which the DB Control is deployed. Each agent on each node reports to that same unique dbconsole management service.
    It is however possible to later reconfigure the DB Control to have more than one dbconsole started and to have agents reporting to several dbconsole.
    */

  • [Forum FAQ] How do I disable all subscriptions without disabling Reporting Services and SQL Server Agent?

    Introduction
    There is the scenario that users configured hundreds of subscriptions for reports. Now they want to disable all the subscriptions, but Reporting Services and SQL Server Agent service should be enable, so the subscriptions will not delivery reports to users
    and users could run the reports and create jobs on the server.
    Solution
    To achieve this requirement, we need to list all subscriptions and their schedules by running query, then use loop statement to disable all the subscription schedules by Job name.
    On the Start menu, point to All Programs, point to Microsoft SQL Server instance, and then click SQL Server Management Studio.
    Type Server name and select Authentication, click Connect.
    Click New Query in menu to open a new Query Editor window.
    List all subscriptions and their schedules by running the following query:
    Use ReportServer
    go
    SELECT   c.[Name] ReportName,           
    s.ScheduleID JobName,           
    ss.[Description] SubscriptionDescription,           
    ss.DeliveryExtension SubscriptionType,           
    c.[Path] ReportFolderPath,           
    row_number() over(order by s.ScheduleID) as rn             
    into
    #Temp  
    FROM     
    ReportSchedule rs           
    INNER JOIN Schedule s ON rs.ScheduleID = s.ScheduleID           
    INNER JOIN Subscriptions ss ON rs.SubscriptionID = ss.SubscriptionID           
    INNER JOIN [Catalog] c ON rs.ReportID = c.ItemID AND ss.Report_OID = c.ItemID   
    select * from #temp
    Use the loop statement to disable all the subscription schedules by Job name:
    DECLARE
    @count INT,
    @maxCount INT  
    SET @COUNT=1  
    SELECT @maxCount=MAX(RN)
    FROM
    #temp         
    DECLARE
    @job_name VARCHAR(MAX)                  
    WHILE @COUNT <=@maxCount        
    BEGIN      
    SELECT @job_name=jobname FROM #temp WHERE RN=@COUNT  
    exec msdb..sp_update_job @job_name = @job_name,@enabled = 0     
    SET @COUNT=@COUNT+1   P
    RINT @job_name   
    END   
    PRINT @COUNT 
    Reference
    SQL Agent – Disable All Jobs
    Applies to
    Reporting Services 2008
    Reporting Services 2008 R2
    Reporting Services 2012
    Reporting Services 2014
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

    Thanks,
    Is this a supported scenario, or does it use unsupported features?
    For example, can we call exec [ReportServer].dbo.AddEvent @EventType='TimedSubscription', @EventData='b64ce7ec-d598-45cd-bbc2-ea202e0c129d'
    in a supported way?
    Thanks! Josh

  • How to start or restarted Oracle_Secure_Backup service in RedHat linux

    Hi
    when i try to connect oracle secure backup using the following command, i am getting the follwoing message
    [root@midevdb bin]# obtool
    obtool: Error: can't connect to administrative observiced - observiced not running
    so how i can start, stop and restart Oracle_Secure_Backup service in redhat linux.
    thanks
    Settu Gopal

    the below is the logs from observiced.log log file.
    2009/03/31.12:19:28 observiced version 10.2.0.3.0 (linux) -- Tue Sep 23 10:36:22 PDT 2008
    Copyright (c) 1992, 2007, Oracle. All rights reserved. on midevdb.in.valtech.com pid 27248
    2009/03/31.12:19:28 listening for requests on --
    2009/03/31.12:19:28 virbr0 (192.168.122.1) port 400
    2009/03/31.12:19:28 eth0 (192.168.140.22) port 400
    2009/03/31.12:19:28 info: local host identity not readable or not yet established - no .hostid file
    2009/03/31.12:19:28 listening for NDMP connections on --
    2009/03/31.12:19:28 virbr0 (192.168.122.1) port 10000
    2009/03/31.12:19:28 eth0 (192.168.140.22) port 10000
    2009/03/31.12:27:04 failure to negotiate SSL connection with component obtool on fd 6 - no matching cipher suites (FSP Oracle network security functions)
    Thanks
    Settu Gopal

  • How to control linux systems from 12c which is based on windows os

    My title is not very understanding.
    i can explain,
    in my pc, i have a virtualbox and guest os is Linux. On this linux virtualbox, i'm running a RAC database.
    i installed a single instance database on windows and then i installed 12c enterprise manager by referencing this single instance database.
    Now, i want to control my rac database from 12c which is installed on windows. I can ping my linux machines from windows but i cant recognize linux host names from 12c.
    is it possible?

    Hi,
    You can perform the Agent installation in silent mode using the following document:
    Doc ID 1360083.1 : How to Install EM 12c Agent using Silent Install Method with Response File
    Regards,
    Venkat

Maybe you are looking for

  • Gspeed ES Pro RAID keeps disappearing from Mac, have to re-initialize!

    UPDATED VERSION: MAC PRO KEEPS LOSING CONNECTION TO RAID DRIVE. After 9 months of organizing a documentary film edit on an external RAID drive (12TB, Raid 0. Yes, I have 2 layers of backup), I purchased the PNY Nvidia Quadro 4000 video card for the p

  • URL: newbie needs help with simple programming question!

    Hi everyone, Please direct me to a FAQ or other resource, or help me with this problem: I want to create a text field (or similar container) that contains both ordinary text AND a URL/hyperlink in it. For example, the following text might appear in t

  • How to remotely manage a Mac not on my network?

    I'd like to remotely manage a Mac over the Internet. Specifically my mother's iMac, so when she loses Dock icons or can't find her Address book or something I can fix it from my location in another state. Simple things, but trying to explain it over

  • Compass app abroad.

    I will be abroad where I will need a compass. I will have all data services turned off on my iPhone4. Will the compass work with location services off? Thanks Alan

  • Why am i seeing the Error 21 message when i try to restore my iPhone 4?

    My iPhone 4 wasn't charging so I had the battery changed and then the charging unit. Then the Apple sign just kept flashing on and off when I plugged it in to charge so I put it into restore mode. But every time I try and restore it in iTunes I get t