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.
  • 相关阅读:
    python安装依赖包方法
    python 连接mysql数据库
    python学习5 爬虫老是被封如何解决
    python4
    python mysql增删改查
    jieba.analyse jieba.textrank 简单用法
    记录一些小问题
    《面向模式的软件体系架构》读书笔记(三)
    《面向模式的软件体系架构》读书笔记(二)
    安全性战术
  • 原文地址:https://www.cnblogs.com/junjiany/p/6340537.html
Copyright © 2011-2022 走看看