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.
  • 相关阅读:
    uip UDPclient模式通信移植,p本地ort可以是无规
    正则表达式摘要
    Regular expression
    正则-合乎规则
    通配符-通配
    正则表达式总结
    判断大盘筑顶的方法
    筑顶和下跌规律
    股票的筑顶危险信号
    股票筑顶的基本特征
  • 原文地址:https://www.cnblogs.com/junjiany/p/6340537.html
Copyright © 2011-2022 走看看