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.
  • 相关阅读:
    第一次作业:阅读与准备作业
    第一阶段意见总结
    第一冲刺阶段总结与评审
    第一冲刺阶段总结
    第一冲刺阶段第七天
    第一冲刺阶段第六天
    第一冲刺阶段第五天
    第一冲刺阶段第四天
    第一冲刺阶段第三天
    第一冲刺阶段第二天
  • 原文地址:https://www.cnblogs.com/junjiany/p/6340537.html
Copyright © 2011-2022 走看看