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

Include 'Success' log output message in installation tutorials

    XMLWordPrintableJSON

Details

    Description

      Source

      The core issue is that the numerous warnings presented confuse the user into believing that the `mongod` is not running, or that there are errors that have to be resolved before moving forward.

      The primary solution is to include the following snippet in each installation tutorial as a part of the 'run MongoDB' step:


      Once you run MongoDB, monitor the terminal or log output. You may see warnings or other startup information related to your specific MongoDB instance. If you see the following output, or similar output, the MongoDB server started up successfully and is waiting for incoming connections:

      {{ [initandlisten] waiting for connections on port 27017 }}

      This could be a simple include. Already exists in Linux tutorials

      It might be worth discussing the warnings users can expect to see when using the default config file - namely the access control and BindIP warnings.

      We should ensure we always direct users to attempt to connect to the mongod after starting it up. For example, the MongoDB Windows service installation does not explicitly direct users to connect via mongo. Other pages may also have this issue, need to audit.

      cc shannon.bradshaw@mongodb.com

      Attachments

        Activity

          People

            ravind.kumar Ravind Kumar (Inactive)
            ravind.kumar Ravind Kumar (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

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