OEM to SCOM connector

Hi Team,
I am trying to setup event sync between OEM and SCOM. From OEM documentation:
<<<<<<
The SCOM Agent must be installed on a Windows system that has connectivity to the SCOM Root Management Server (RMS).
You can install the SCOM web service on any Unix or Windows system that has connectivity to the SCOM Agent and the Oracle Enterprise Manager server.
>>>>
I don't want to use any addtional servers other then RMS and OEM server, for this integration.
Any suggestions/idea's so that I dont have to use additional servers??
Thanks in Advance.
-Brijesh

Hi with SCOM installation are you telling the agent needs to be installed on the RMS?
Because if I read the documentation correctly it states the agent can be installed on any server which has access to the RMS... like you would with any other SCOM Agent

Similar Messages

  • OEM to SCOM connector: Questions on installation and use

    Just a few questions/concers about this connector. Mainly: has anyone used this connector?
    1. The install documentation appears to not be found on the Oracle Site and the connector isn't in the Microsoft pack download forum. if anyone knows a link to the install docs that actually works, I'd appreciate the link.
    2. The connector seems to be a .jar file. When opened it appears to be installing/connecting to web services...is this (web services) for the OEM communication from SCOm to OEM?
    3. There appears to be a SCOM agent bundled with the installation (jar file) and an xml file called 'OracleEnterprisemanager.Alert.Creator.xml'. i assume if we already have a SCOm agent instlaled you dont' need to instll the one that came with the connector? Does the 'OracleEnterprisemanager.Alert.Creator.xml' file get imported into SCOM (I assume so?)
    I also wanted to know if anyone's using this connector and if it's stable or causes any unexpected issues on the OEM or SCOM side.
    Any input is appreciated!

    The installation guide is available here:
    http://download.oracle.com/docs/cd/E11857_01/install.111/e14736/toc.htm
    along with other connector install guide:
    http://download.oracle.com/docs/cd/E11857_01/nav/connectors.htm

  • System center SCOM connector OU properties

    Hello,
    we are using system center service manager 2012 R2 and operations manager 2012 R2. We have several connectors created and working. One of our connectors is the SCOM CI connector.
    The connector for scom works and the OU property is added for several servers.In this case only for the SQL and exchange servers. However for other servers the OU property is not correctly added after running the SCOM CI connector.
    No errrors in eventviewer, and these are the MP selected for syncing ( see attached pic )Any thoughts on how to add the OU property for the other servers using the scom connector ?
    Thanks

    Hi,
    Are there any differences between the servers where OU is maintained and the servers where it itsn't? Maybe in SCOM / SCSM there are some MP's missing (e.g. Windows Server 2012?)?
    Is the OU maintained in the SCOM properties of the items?
    Best regards,
    Jochen

  • Select alerts are resolved in last 2 days using Expressions in SCOM connector subscription Criteria

    Hi,
    I need to select alerts are resolved in last 2 days using Expressions in SCOM connector subscriptions.
    AlertChangedSubscriptionConfiguration config = new AlertChangedSubscriptionConfiguration(AlertSubscriptionConfigurationType.Any);
     config.PollingIntervalMinutes = 1;
     config.Criteria = @"
    <Expression>??????</Expression>";
    So here Provide Expression sample code to retrieve all alerts are resolved in last 2 days.
    Thanks,
    satheesh

    Hi,
    I am not familiar with connector subscriptions, I recommend you review the links below and hopefully it will help you.
    SCOM Product Connector Notes
    http://blogs.msdn.com/b/donmoore/archive/2008/05/15/scom-product-connector-notes.aspx
    AlertChangedSubscriptionConfiguration Class
    http://msdn.microsoft.com/en-us/library/microsoft.enterprisemanagement.administration.alertchangedsubscriptionconfiguration.aspx
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • SCOM Connector - Find Computer Host of SQL Database relationship

    Hi,
    I have synced my SQL Databases over til SCSM via the SCOM CI Connector. Using the "Microsoft SQL Server Core Library" MP. 
    How do I get it to include the Computer Host as a relationship to the database? I think it's rather important to know on which Computer the database resides.
    In the management pack, I can see this relationship: Microsoft.SQLServer.WindowsComputerHostsDBPerspective . Which might be it, but I have really know idea what DBPerspective is, and it's not being discovered anyway. 
    Can anyone explain how this work or have anyone got it to work? Maybe I just need to use the right management packs or something.
    Thank you.

    Ok, but I can't seem to find the relationshipclass for the component. Can you point me in the right direction. Searching for database gets me this:
    Microsoft.SQLServer.2008.DatabaseHostsPublication Source Target
    Microsoft.SQLServer.2008.DatabaseHostsSubscription Source Target
    Microsoft.SQLServer.2008.DistributorContainsDatabase Source Target
    Microsoft.SystemCenter.ServiceDesigner.WebApplicationContainsDatabaseGroup Source Target
    Microsoft.SystemCenter.ServiceDesigner.WebSiteReferencesDatabase Source Target
    Microsoft.SystemCenter.ServiceDesigner.DatabaseGroupContainsDatabase Source Target
    Microsoft.SQLServer.DBEngineHostsDatabase Source Target
    Microsoft.SystemCenter.DataBaseGroup.ContainsOpsMgrDBWatchersGroup Source Target
    Microsoft.SystemCenter.DataBaseGroup.ContainsOpsMgrDWWatchersGroup Source Target
    Microsoft.SystemCenter.ManagementGroup.ContainsDatabaseGroup Source Target
    But I can't seem to find any relationship where both Computer (or instance) and Database is together.

  • SCOM Connector for java

    Hi,
    I am trying to create a connector for Microsoft SCOM(2007) . The wsdl is accessible at server and able to generate stub using JWSDP. But When i try to connect using the generated stub, I am getting an error,
    Error..The security context token is expired or is not valid. The message was not processed.
    javax.xml.ws.soap.SOAPFaultException: The security context token is expired or is not valid. The message was not processed.
    at com.sun.xml.ws.encoding.soap.ClientEncoderDecoder.toMessageInfo(ClientEncoderDecoder.java:80)
    at com.sun.xml.ws.encoding.soap.client.SOAPXMLDecoder.toMessageInfo(SOAPXMLDecoder.java:200)
    at com.sun.xml.ws.protocol.soap.client.SOAPMessageDispatcher.receive(SOAPMessageDispatcher.java:549)
    at com.sun.xml.ws.protocol.soap.client.SOAPMessageDispatcher.doSend(SOAPMessageDispatcher.java:288)
    at com.sun.xml.ws.protocol.soap.client.SOAPMessageDispatcher.send(SOAPMessageDispatcher.java:153)
    at com.sun.xml.ws.encoding.soap.internal.DelegateBase.send(DelegateBase.java:85)
    at com.sun.xml.ws.client.EndpointIFInvocationHandler.implementSEIMethod(EndpointIFInvocationHandler.java:176)
    at com.sun.xml.ws.client.EndpointIFInvocationHandler.invoke(EndpointIFInvocationHandler.java:105)
    at $Proxy27.setup(Unknown Source)
    at Test.OmcfProxy.main(OmcfProxy.java:238)below is the code part:
    ConnectorFrameworkDataAccess connectorFrameworkDataAccess = new ConnectorFrameworkDataAccess(new URL("http://a3a-mspoctst1:51905/ConnectorFramework?wsdl"),new QName("http://tempuri.org/","ConnectorFrameworkDataAccess"));
    IConnectorFramework port = (IConnectorFramework)connectorFrameworkDataAccess.getPort(IConnectorFramework.class);
    connectorInfo.setName(objectFactory.createConnectorInfoName("Test OMCF"));
    String connectionResult = port.setup(ObjectFactory.createConnectorInfo(connectorInfo));Thanks for any help,
    Thej

    I've made it!
    Here is the code (if it can help someone else...):
    // Esegue la funzione di callback
    try {                    
         // Creazione della destinazione
         JCoDestination dest = JCoDestinationManager.getDestination("MY_DESTINATION");
         // Recupero della RFC
         JCoFunction rfc = dest.getRepository().getFunction("MY_RFC_FUNCTION");
         // Impostazione parametri di input
         rfc.getImportParameterList().setValue("PROTNR", id);
         rfc.getImportParameterList().setValue("STATO", stato);
         rfc.getImportParameterList().setValue("GRUPPO", gruppo);
         // Esecuzione della RFC
         rfc.execute(dest);
    catch (Throwable e) {
         isBackendCallSuccessful = false;
    DEPENDENCIES: tc/bl/jco/api
    Edited by: pietro.m on Apr 5, 2011 12:27 PM

  • Mapping information to SCOM Alert "Path" field through the connector

    Hello,
    We are using the Oracle Enterprise Manager connector (link to the guide: http://docs.oracle.com/cd/E11857_01/install.111/e14736/toc.htm) to send events from OEM to SCOM.
    According to the Oracle connector documentation, the Target host parameter from OEM can be mapped with one of the SCOM Alert custom fields paramaters.
    The issue is that we need to have this parameter mapped with the SCOM Alert Path field instead of Custom field.
    Is it possible from the SCOM side to accept custom values and assign them to Alert Path field through the connectors?
    Thank you a lot in advance!

    Hi 
    Alert path is read only property for alert, you can not change this parameter. you can use custom field(1 to 9) or Ticket Id for alert.
    Regards
    sridhar v

  • Error adding a SCOM Alert Connector

    I have a SCOM 2012 SP1 and SCSM 2012 SP1 environment in production. I have had a working CI connector for some time, but we decided to try to add an alert connector to the mix.
    At the point where I provide credentials for SCOM I get the following warning 
    "Found at least one other alert connector in Operations Manager. Alerts may not be routed as expected if multiple connectors subscribe to the same alert."
    Hmm. That's interesting because there are no other alert connectors. 
    I checked the SCOM side for any alert connectors and any configured subscriptions on the internal connectors and came up blank.
    I then ran the following queries on the SCOM and SCSM databases: 
    select DisplayName,IsInitialized,ConnectorID from Connector,BaseManagedEntity
    where Connector.BaseManagedEntityID=BaseManagedEntity.BaseManagedEntityID
    Neither shows an alert connector in place.
    I pressed on and created the connector. I then added my subscriptions to the SCOM side. 
    I can see my Connector run every 30 seconds, but it never retrieves any alerts. 
    The state never flips to initialized on the connector either. 
    I have removed and recreated the connector and always see the same error. 
    Aside from checking SCOM and the connector tables in the operational databases, where else can I look for this mysterious other alert connector?
    Thanks,
    Joe

    Dear Joe,
    hope these links will help you:
    http://social.technet.microsoft.com/Forums/systemcenter/en-US/3075bbb7-59db-4671-994d-7540871a2a23/scom-connector-to-multiple-service-manager-environments?forum=connectors
    http://www.thecloudbuilderblog.com/blog/2012/6/2/scsm-2012-connector-bugndashincidents-generated-from-rule-ba.html
    Regards
    Jreij12

  • USB-6255 OEM Connector Pinout

    USB-6255 OEM を使用して入出力ボックスを作成し、動作確認を行いましたが正常に信号取得できませんでした。
    "USB-622X/625X OEM User Guide"の"Connector Pinout"のBank0とBank1を逆にした配置で作り直したところ、
    正常に動作するようになりました。
    このマニュアルの記載が間違っているということはありませんか?
    解決済!
    解決策の投稿を見る。
    添付:
    USB6255OEM_ConnectorPinout.JPG ‏83 KB

    nagaoka 様
    平素より弊社製品をご使用いただき誠に有難うございます。
    日本ナショナルインスツルメンツ技術部の星と申します。
    ご指摘有難うございます。
    また、本件に関しましてご迷惑をおかけしたことを深くお詫び申し上げます。
    こちらの問題は既に報告されており、2008年6月版のマニュアルでは修正されております。
    下記リンクに修正されたマニュアルが添付されておりますのでよろしければご確認ください。
    NI USB-622x/625x/628x OEM User Guide
    http://digital.ni.com/manuals.nsf/websearch/011F15​46F2BA881F8625746C007888E2
    宜しくお願いします。
    日本ナショナルインスツルメンツ株式会社
    星 大輝

  • Multiple copies of the same alert on SCOM console

    We have an Oracle EM Grid Control 11.1.0.1 installation and the SCOM connector is configured to send alerts to a SCOM 2007 R2 system.
    We note that every alert from OEM appears on the SCOM console 5 times (a minute late with each other), we suspect that the SCOM connector do not receive any confirmation from SCOM and re-send the same msg many times.
    We would like to solve the communication problem or find any setting for not re-send any alert 5 times to SCOM.
    Thank you.
    Alex
    Edited by: Ale Pie on 19-lug-2011 1.09

    Hi Alex,
    I have the same issue, so just wondering whether you could solve yours.
    I could not see any reply to your post.
    mb

  • Connector certrificate renewal fails

    Hi I had to renew my scom connector cert yesterday. However, I'm able to create a new certificate. I'm always given the following error below.
    Connecting to: https://domain\admin@serverA:1270
    ERROR: WSManLibException caught ==>
    -- Error in method WSManLib::CreateSession::Identify --
    <f:WSManFault xmlns:f="http://schemas.microsoft.com/wbem/wsman/1/wsmanfault" Code="2150859194" Machine="serverA5.domain.c
    gicloud"><f:Message>The SSL connection cannot be established. Verify that the service on the remote host is properly con
    figured to listen for HTTPS requests. Consult the logs and documentation for the WS-Management service running on the de
    stination, most commonly IIS or WinRM. If the destination is the WinRM service, run the following command on the destina
    tion to analyze and configure the WinRM service: &quot;winrm quickconfig -transport:https&quot;. </f:Message></f:WSManFa
    ult>
    Error number: 0x803381ba

    Hi,
    According to the error message in your first post, the SSL connection cannot be established.
    Please follow the suggestion there to verify that the WinRM service is automaticly started,and is configured to listen for HTTPS requests.
    We may also need consult the logs and documentation for the WS-Management service running on the destination, most commonly IIS or WinRM. If the destination is the WinRM service, run the following command:
    winrm quickconfig -transport:https
    Hope the below articles be helpful for you:
    http://blogs.technet.com/b/meamcs/archive/2012/02/25/how-to-force-winrm-to-listen-interfaces-over-https.aspx
    http://blogs.technet.com/b/jonjor/archive/2009/01/09/winrm-windows-remote-management-troubleshooting.aspx
    In addition above information, the below blog about setting up and Troubleshooting interop or Universal connector with HPOVO should be also helpful, please go through it:
    http://blogs.technet.com/b/chandanbharti/archive/2012/07/04/setting-up-and-troubleshooting-interop-or-universal-connector-with-hpovo.aspx
    Regards,
    Yan Li
    Regards, Yan Li

  • Computer IP address in data warehouse?

    Hi,
    In the Service Manager 2012 data warehouse, I'm trying to locate the table and fields for a computer's IP and MAC address as seen in the Service Manager console, under Configuration Items => Computer => Hardware => Network Adapters.
    In the DW, I can find the computer and its related network adapter(s), but not table storing the MAC and IP address(es). In which DW table can I find them? Are they copied to the data warehouse by default, or do I need to do some hokey pokey to get it working?
    Sebastian

    Hello Sebastian,
    Did you find out why the IPaddresses and the macaddresses are not in the networkadapters view,
    i'm having the same problem, and have no idea why the data is not filled in...
    The entries in computer and deployed computer should be filled in
    by the scom connector apparently
    thanks,
    Dennis

  • Installing Update Rollup 4 for R2. Question of post installation task

    I will be installing Update Rollup 4 for Service Manager 2012 R2 on our Orchestrator, Data Warehouse, Service Manager and Portal Server as well as updating the client Consoles.
    Following MS article
    http://support2.microsoft.com/kb/2989601/en-us?sd=rss#install.
    A bit confused about the Post installation tasks. Particularly the following:
    Resynchronize System Center Operations Manager mount point data
    To resynchronize Operations Manager mount point data after you apply this update, follow these steps:
    Disable all the Operations Manager configuration item (CI) connectors in the Service Manager console.
    In Windows PowerShell, check the current execution policy by running the following cmdlet:
    Get-ExecutionPolicy
    If the current execution policy is Restricted, set it to
    Remotesigned by running the following command:
    Set-ExecutionPolicy –force RemoteSigned
    Find the following PowerShell script in your System Center 2012 R2 installation directory:
    OMCIConnector_SyncMetadata_UpdateTimestamp.ps1
    By default, you should find this file in the following location:
    C:\Program Files\Microsoft System Center 2012 R2\Service Manager\PowerShell
    Run the following command from the Primary Management server:
    PowerShell .\OMCIConnector_SyncMetadata_UpdateTimestamp.ps1
    Revert the execution policy to the original value that it had in step 2.
    Enable and synchronize the relevant Operations Manager CI connectors.
    Make sure that all the mount point data is populated in Service Manager.
    I am guessing they are talking about the System Center Configuration Manager Connector but not sure. We don't have a Connector for SCOM. If by OMCIConnector they mean SCOM, then I don't need to worry about this.  If would be nice if they would tell
    you why you are doing this. I don't even know what "Mount Point Data" is.
    Does anyone know if it would cause any problems if I skipped this step? I hate doing stuff when I don't know why I am doing it. For example, step 8 "Make sure that all the mount point data is populated in Service Manager."
    What does that even mean?
    Also, I cannot even find the PowerShell script they are talking about in the C:\Program Files\Microsoft System Center 2012\Service Manager\Powershell folder so are they talking about SCOM or SCCM?

    All of the steps listed refer to the Operations Manager connections. none of these steps relate to the Config Manager connector.  If you are not using SCOM, or don't have a SCOM connector, then you can safely ignore these steps. 

  • Duplicated CIs for workgroup Servers

    Hello.
    In my environment, I have a few servers in a workgroup with SCCM client and SCOM agent installed.
    The connectors are working fine, but I see two CIs per server with different principal names:
    - "ServerDMZxx": from SCOM connector.
    - "ServerDMZxx.WORKGROUP": from SCCM connector.
    Is there any way to merge them or to have only one CI?

    I am seeing the same behavior with my SCSM 2012 R2 UR4 environment.  Did you ever get a resolution on this?

  • Confused about RSS

    Hello
    I have a 'test' RSS site (MX 2004) which does not appear to
    be working properly. I am using the basis of an old tutorial for
    it, but instead of the feed being provided by the original news
    source, I wish it to come from the Internet news provided by the
    BBC.
    This is what I have in my AS:
    Then I have the original XML file:
    Using the Flash movie and this XML file I see correctly
    formatted, but out-of-date news items.
    So, I replaced this line of script from the XML file:
    <link>
    http://news.bbc.co.uk/go/rss/-/1/hi/business/4471611.stm</link>
    with this:
    <link>
    http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/technology/rss.xml</link>
    This latter is an RSS feed from the BBC News website, yet I
    can still see the old news.
    Thanks for any help.
    Steve

    All of the steps listed refer to the Operations Manager connections. none of these steps relate to the Config Manager connector.  If you are not using SCOM, or don't have a SCOM connector, then you can safely ignore these steps. 

Maybe you are looking for