zoukankan      html  css  js  c++  java
  • OpsMgr Connector 20070

    General: 

      The OpsMgr Connector connected to SCOM2012,but the connection was closed immediately after authentication occurred

    You can try that without ways  First You need check the value of Server~

      

    You Configure a SCOM 2012 gateway server according to this great article or this one but still after you do the MOMCertImport the gateway is failing to communicate with the SCOM RMS and you see this error on the event viewer:

     The OpsMgr Connector connected to SCOM2012, but the connection was closed immediately after authentication occurred.  The most likely cause of this error is that the agent is not authorized to communicate with the server, or the server has not received configuration.  Check the event log on the server for the presence of 20000 events, indicating that agents which are not approved are attempting to connect.

    Apparently the SCOM stores the name of the server in this registry key: “HKEY_LOCAL_MACHINESOFTWAREMicrosoftMicrosoft Operations Manager3.0Server Management Groups<MG Name>Parent Health Services″

    there you find 2 values:

    • AuthenticationName
    • NetworkName
    you must make sure that these keys are holding the EXACT name as the certificate of the MS server.
     
    In our case we needed to change the name from SCOM2012 to SCOM2012.Domain.com and after restarting the service everything started to work correctly.
  • 相关阅读:
    JDBC_PreparedStatement
    JDBC_Statement
    JDBC连接数据库
    Oracle语句
    MySQL用户和权限
    MySQL执行计划
    MySQL创建索引
    MySQL正则表达式
    MySQLshow查询
    MySQL多表连接和分页查询
  • 原文地址:https://www.cnblogs.com/junjiany/p/6340537.html
Copyright © 2011-2022 走看看