게시판 답변이 생성됐습니다

12 글 보임 - 1에서 12 까지 (총 12 중에서)
  • 글쓴이
  • 답변: MongoBird shows noting #4835
    mongobird
    mongobird
    키 매스터

    Sorry for the late reply.
    First, make sure that you can connect mongoDB used in mongobird.
    The mongoDB to be used in mongobird is for storing mongoDB’s state to be monitored.
    You have to add a mongoDB instance information for monitoring in mongobird. After adding mongoDB instance information, mongobird can show a chart data correctly.

    답변: Charts do not show up #966
    mongobird
    mongobird
    키 매스터

    The log messages can be ignored because it is a normal message. In later versions, the log messages will be removed.
    Please check if mongobird can connect to the registered instance’s port for monitoring.
    To check this, use the example below.
    If the mongod instance ip is 192.168.200.210, and the port is 30000

    If you can’t connect, check if the port is open on the firewall.

    답변: Charts do not show up #869
    mongobird
    mongobird
    키 매스터
    [Case 1]

    Cause
    You can set bind_ip option to configure the mongod or mongos process to bind to and listen for connections from applications on this address.If you bind to real ip address using bind_ip, you cannot connect to mongodb using localhost.

    Solution
    Restart mongodb without bind_ip option.

    [Case 2]

    Cause
    The case that the config file do not match when you manually install the mongobird.

    Solution
    1. Make sure that ‘WEB-INF/classes/monad.properties’ exists at WAR deployed path.
    2. Check the contents of file – ‘monad.properties’. This file contains the connection information of mongodb that are used in mongobird.

    example)
    If you install mongobird at ‘/usr/local/tomcat/webapps/tetrad’, The file – ‘/usr/local/tomcat/webapps/tetrad/WEB-INF/classes/monad.properties’ – contains as followings:

    [Case 3]

    Cause
    Do not display the graph after mongodb started and connected except case 1 and 2.

    Solution
    Refer to the above post.

    • 이 답변은 mongobird mongobird님에 의해 10 년, 5 월 전 수정됐습니다.
    • 이 답변은 mongobird mongobird님에 의해 10 년, 5 월 전 수정됐습니다.
    • 이 답변은 mongobird mongobird님에 의해 10 년, 5 월 전 수정됐습니다.
    • 이 답변은 mongobird mongobird님에 의해 10 년, 5 월 전 수정됐습니다.
    • 이 답변은 mongobird mongobird님에 의해 10 년, 5 월 전 수정됐습니다.
    답변: mongobird and keyFile #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.

    답변: Charts do not show up #743
    mongobird
    mongobird
    키 매스터

    Cause
    The permission of folder where the graph data is stored differs from a privilege of tomcat’s execution.

    Solution
    Replace by the privilege of tomcat’s execution to the permission of graph folder as following.

    1. Stop tomcat
    2. Let a privilege of tomcat’s execution is ‘tomcat’. You can replace by the permission of graph folder as following example.

    3. Restart tomcat.

    If you change the permission exactly, you can see RRD files as follow.

    답변: 차트가 안나와요 #656
    mongobird
    mongobird
    키 매스터

    말씀해 주신 내용은 이후 버전에서 반영 여부를 검토 해보겠습니다.
    사용 가이드는 현재 작성 중에 있으며 본 사이트를 통해 배포할 예정입니다.
    단순 기능 나열보다는 실 활용 측면에서 접근한 좋은 내용으로 작성하려다 보니 일정이 지연되고 있는 점 양해 부탁 드립니다.
    앞으로도 많은 관심 및 좋은 의견 부탁 드립니다.
    감사합니다.

    답변: 차트가 안나와요 #650
    mongobird
    mongobird
    키 매스터

    아래와 같이 설치 하신 것으로 이해하였는데 맞는지요?

      장비 1번 ( IP : 192.168.130.120 로 가정 )

        몽고디비 복제와 샤드를 구성.
        복제 구성 시 멤버 설정을 localhost:포트번호로 구성
      장비 2번 ( IP : 192.168.130.130 로 가정 )

        mongobird 설치 및 실행

    mongobird (장비 2번) 입장에서 localhost 라는 hostname 은 127.0.0.1 이라는 IP 로 해석됩니다.
    장비 2번 의 hosts 파일에 기본적으로 localhost 는 127.0.0.1 로 설정되어 있습니다.
    장비 1번 이 아닌 loopback 주소인 자기 자신 즉 장비2 번에서 몽고디비를 찾게 됩니다.
    따라서 장비 1번 에 설치된 몽고디비를 찾을 수 없습니다.
    앞서 답변 드린 해결방법 #2 처럼 장비 2번 의 hosts 파일을 변경하면 될 수도 있겠으나 localhost 의 경우 일반적으로 loopback ip 로 예약되어 있는 주소 이므로 다른 hostname 을 설정하여 쓰실 것을 권합니다.

    혹시 잘못 이해한 부분이 있거나 질문 사항이 있으시면 회신 부탁 드립니다.

    • 이 답변은 mongobird mongobird님에 의해 10 년, 7 월 전 수정됐습니다.
    • 이 답변은 mongobird mongobird님에 의해 10 년, 7 월 전 수정됐습니다.
    답변: 차트가 안나와요 #647
    mongobird
    mongobird
    키 매스터

    ‘데몬 관리’ 의 ‘자동 탐색’ 버튼 기능을 사용한 mongos 를 통한 MongoDB 의 데몬 들을 등록할 때 등록이 실패하는 경우.

    원인
    mongos 를 통해 MongoDB 의 데몬 들을 검색할 경우 mongos 는 데몬 정보를 IP 주소 대신 hostname 으로 저장하고 있습니다. 만일 DNS 에 MongoDB 의 각 데몬들의 hostname 이 등록되어 있지 않다면 hostname 의 IP 주소를 알 수 없기 때문에 mongobird 에 MongoDB 의 데몬을 등록할 수 없습니다.

    사전 체크 목록
    1. 등록을 원하는 MongoDB 데몬의 포트가 열려 있는지 체크합니다.
    2. 여러 개의 랜카드를 사용 시 MongoDB 옵션의 bind_ip 를 설정한 해당 랜 카드가 맞는지 확인합니다.

    다음의 두 가지 해결방법 중 하나를 사용할 수 있습니다.

    해결방법 #1
    당신의 DNS 에 MongoDB 의 hostname 을 등록합니다.

    해결방법 #2
    mongobird 가 설치되어 실행중인 장비의 hosts 파일을 다음의 예를 참고하여 편집합니다.

    mongobird 를 재기동 합니다.

    감사합니다.

    • 이 답변은 mongobird mongobird님에 의해 10 년, 7 월 전 수정됐습니다.
    답변: 차트가 안나와요 #628
    mongobird
    mongobird
    키 매스터

    말씀하신 정보를 참고하여 동일 구성으로 테스트를 해보았을 때 등록에 문제가 없었습니다. mongobird 가 설치된 서버에서 모니터링을 하고자 하시는 데몬의 서버 포트로 접근이 되는지 확인 해보시기 바랍니다. 확인 방법은 telnet을 이용하는 방법으로 사용 예는 아래와 같습니다.

    mongod가 실행 중인 서버 IP가 192.168.200.210이고 mongod 포토가 30000일 경우

    * 참고 : monad.properties 파일에 설정하는 db 정보는 mongobird 가 설정 및 모니터링 데이터를 저장하기 위한 관리용으로 별도 설치된 mongodb 를 의미합니다.

    답변: 차트가 안나와요 #617
    mongobird
    mongobird
    키 매스터

    설명주신 내용으로는 원인 판단이 어려워 다음 내용을 확인 부탁드립니다.

    – “데몬 관리” 메뉴에서 데몬정보 입력 및 등록은 정상적으로 되셨나요?

    – 대시보드 상단에 그래프 이미지 4개가 비어있는 그래프 이미지가 표시가 되시나요? 아니면 “그래프 생성 중입니다” 라고 표시된 이미지가 표시되시나요?

    – 대시보드 중간 영역에 등록하신 데몬들의 정보가 올바르게 표시 되시나요?

    답변: how to add remote hosts to dashboard #612
    mongobird
    mongobird
    키 매스터

    The cases of register fail when you register MongoDB’s daemons through mongos using ‘Auto detecting’ of ‘Daemon Info’.

    Cause
    If you search for MongoDB’s daemons through mongos, a mongobird must find their using hostname only, not IP address, because a daemon’s information that stored in mongos consists of a host name instead of an IP address. If you are not registered host name of MongoDB in DNS, you cannot register MongoDB’s daemon to mongobird because cannot find an IP address of host name.

    Pre-check list
    1. Check whether a port of MongoDB that you want to register is open.
    2. Check whether valid binding Ethernet card, using bind_ip option of MongoDB, when you use multiple network adapter.

    You can choose one of the following two solutions.

    Solution #1
    Register hostname of MongoDB in your DNS.

    Solution #2
    Edit hosts file on the computer that mongobird is installed, as following example.

    Restart mongobird.

    Thanks for your attention.

    • 이 답변은 mongobird mongobird님에 의해 10 년, 9 월 전 수정됐습니다.
    답변: 설치가 안되요 #609
    mongobird
    mongobird
    키 매스터

    에러 메시지
    java.io.FileNotFoundException: Could not open /usr/local/temp/tetrad/rrd/data/totalDbDataSize.rrd [non existent]

    원인
    tomcat 을 기동시킨 계정 권한과 그래프 데이터가 저장되는 폴더의 소유자 또는 권한이 달라 정상적으로 그래프 데이터를 생성하지 못한 경우

    해결방안
    그래프 데이터가 저장되는 폴더의 소유자 및 권한 설정
    1.tomcat 종료
    2.tomcat 을 기동시킨 계정이 “tomcat” 이라는 계정이라면 다음과 같이 폴더 소유자 변경

      chmod -R 664 /usr/local/temp/tetrad
      chown -R tomcat:tomcat /usr/local/temp/tetrad

    3.tomcat 재시작

    정상적인 경우 아래와 같이 RRD 파일이 생성되어져 있어야 합니다.

      [root@mongobird-PC data]# pwd
      /usr/local/temp/tetrad/rrd/data
      [root@mongobird-PC data]# ll
      합계 66096
      -rw-rw-r–. 1 tomcat tomcat 7518132 2013-07-18 13:28 diff_totalDbDataSize.rrd
      -rw-rw-r–. 1 tomcat tomcat 7518132 2013-07-18 13:28 diff_totalDbIndexSize.rrd
      -rw-rw-r–. 1 tomcat tomcat 7518132 2013-07-18 13:28 totalDbDataSize.rrd
      -rw-rw-r–. 1 tomcat tomcat 7518132 2013-07-18 13:28 totalDbIndexSize.rrd
      -rw-rw-r–. 1 tomcat tomcat 7518132 2013-07-18 13:28 totalDbLocksTimeLockedMicros_r_sum.rrd
      -rw-rw-r–. 1 tomcat tomcat 7518132 2013-07-18 13:28 totalDbLocksTimeLockedMicros_w_sum.rrd
      -rw-rw-r–. 1 tomcat tomcat 7518132 2013-07-18 13:28 totalGlobalLockTime.rrd
      -rw-rw-r–. 1 tomcat tomcat 7518132 2013-07-18 13:28 totalSystemLocksTimeLockedMicros_r_sum.rrd
      -rw-rw-r–. 1 tomcat tomcat 7518132 2013-07-18 13:28 totalSystemLocksTimeLockedMicros_w_sum.rrd
    • 이 답변은 mongobird mongobird님에 의해 10 년, 9 월 전 수정됐습니다.
12 글 보임 - 1에서 12 까지 (총 12 중에서)