Skip to content

Document how to determine if your binary is enterprise #1916

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions source/includes/fact-confirm-enterprise-binaries.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
To verify MongoDB Enterprise binaries:

.. code-block:: sh

mongod --version

In the output from this command, look for the string ``modules:
subscription`` or ``modules: enterprise`` to confirm your system has
MongoDB Enterprise.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ this document. This tutorial assumes you have have configured a
deployment, and you have a valid :ref:`keytab file <keytab-files>` for
for each :program:`mongod` and :program:`mongos` instance.

.. include:: /includes/fact-confirm-enterprise-binaries.rst

Procedure
---------

Expand Down
7 changes: 5 additions & 2 deletions source/tutorial/troubleshoot-kerberos.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,11 @@ Kerberos Configuration Checklist
If you have difficulty starting :program:`mongod` or :program:`mongos`
with :doc:`Kerberos </core/kerberos>` on Linux systems, ensure that:

- The :program:`mongod` and the :program:`mongos` binaries are
from MongoDB Enterprise.

- The :program:`mongod` and the :program:`mongos` binaries are from
MongoDB Enterprise.

.. include:: /includes/fact-confirm-enterprise-binaries.rst

- You are not using the :ecosystem:`HTTP Console
</tools/http-interface/#http-console>`. MongoDB Enterprise
Expand Down