Home 게시판 mongobird questions mongobird and keyFile

이 게시글은 1개 답변과 2명 참여가 있으며 마지막으로 mongobird mongobird 10 년, 6 월 전에 의해 업데이트 됐습니다.

2 글 보임 - 1에서 2 까지 (총 2 중에서)
  • 글쓴이
  • #772 답변

    szilli

    Hi,

    I was trying to configure mongobird to monitor a cluster consisting of 3 configuration nodes and 3 shards/rs with 3 nodes each. I tried the autodetect feature but it failed with the following trace in the log files:

    java.lang.NullPointerException
    at net.cit.tetrad.resource.ManagementResource.mongosResearch(ManagementResource.java:658)
    at sun.reflect.GeneratedMethodAccessor444.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:606)

    I then tried to add manually some daemons and it actually worked for config and mongos but not for mongod. I think the problem is that I have configured my daemons to use keyfile and this feature is not yet supported in mongobird.

    Could you please confirm? Is there any plan to introduce support to keyfile?

    Regards,
    Stefano

    #791 답변
    mongobird
    mongobird
    키 매스터

    Sorry for the late answer. In order to try to find the solution about your question, we took time to analyze with development team of mongobird.

    In conclusion, there is no way to communicate directly with mongod with the keyfile except mongos because of the security policy of MongoDB. Therefore, you will not be able to connect to mongod with the keyfile through mongobird. Your question occurs even MMS of 10gen. Refer to the following site.

    https://groups.google.com/forum/#!topic/10gen-mms/NGTQotYLzw4

    If you want to connect a mongod in mongobird, you must register the mongod to mongobird after created the administrator account of mongod individual. It supports kerberos authentication from version 2.4 of mongodb, but this is only supported on mongodb enterprise version.

2 글 보임 - 1에서 2 까지 (총 2 중에서)
'mongobird and keyFile'에 답변달기
글쓴이 정보: