Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-11179

Clarify Ops Manager "Configure Local Mode" documentation

    • Type: Icon: Task Task
    • Resolution: Fixed
    • Priority: Icon: Minor - P4 Minor - P4
    • None
    • Affects Version/s: None
    • Component/s: Ops Manager
    • Labels:
      None

      I guess the document has a slight issue about Configure Local Mode for Ops Manager Servers.

      Please go to the following link:

      https://docs.opsmanager.mongodb.com/current/tutorial/configure-local-mode/

      And see the following part of this link:

      ----------------------------------------------------------------------------------------------------------
      This enables Ops Manager can correctly read and extract the archived binaries.

      sudo chmod -R 640 <path-to-the-versions-directory>/*
      The resulting listing of the versions directory should look like this:

      rw-r---- 1 mongodb-mms mongodb-mms 116513825 Apr 27 15:06 mongodb-linux-x86_64-2.6.9.tgz
      rw-r---- 1 mongodb-mms mongodb-mms 51163601 May 22 10:05 mongodb-linux-x86_64-amazon-3.0.3.tgz
      rw-r---- 1 mongodb-mms mongodb-mms 50972165 May 22 10:06 mongodb-linux-x86_64-suse11-3.0.3.tgz
      rw-r---- 1 mongodb-mms mongodb-mms 95800685 Apr 27 15:05 mongodb-linux-x86_64-enterprise-amzn64-2.6.9.tgz
      rw-r---- 1 mongodb-mms mongodb-mms 50594134 Apr 27 15:04 mongodb-linux-x86_64-enterprise-amzn64-3.0.2.tgz
      rw-r---- 1 mongodb-mms mongodb-mms 50438645 Apr 27 15:04 mongodb-linux-x86_64-enterprise-suse11-3.0.2.tgz
      ------------------------------------------------------------------------------------------------------------------

      Because usually the archived binaries needed for backup daemon are extracted in the same directory with the archived binaries, if you do chmod -R 640 <path-to-the-versions-directory>/*, the extracted files such as mongod under the same directory lose executable permission, therefore the initial backup fails.

      So it is recommended to give extra note about this in the document. Thanks.

            Assignee:
            tony.sansone@mongodb.com Anthony Sansone (Inactive)
            Reporter:
            bin.guo Bin Guo
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              6 years, 15 weeks, 6 days ago