From bc984017f28434d925b2968aede6d9ed59107528 Mon Sep 17 00:00:00 2001 From: "Tim Slavin (MongoDB)" Date: Mon, 28 Jul 2014 12:58:06 -0400 Subject: [PATCH] DOCS-3708: Document how to determine if your binary is enterprise --- source/includes/fact-confirm-enterprise-binaries.rst | 9 +++++++++ ...ol-access-to-mongodb-with-kerberos-authentication.txt | 2 ++ source/tutorial/troubleshoot-kerberos.txt | 7 +++++-- 3 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 source/includes/fact-confirm-enterprise-binaries.rst diff --git a/source/includes/fact-confirm-enterprise-binaries.rst b/source/includes/fact-confirm-enterprise-binaries.rst new file mode 100644 index 00000000000..f72ffdf51f5 --- /dev/null +++ b/source/includes/fact-confirm-enterprise-binaries.rst @@ -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. diff --git a/source/tutorial/control-access-to-mongodb-with-kerberos-authentication.txt b/source/tutorial/control-access-to-mongodb-with-kerberos-authentication.txt index 607323e91db..dcb45b756bf 100644 --- a/source/tutorial/control-access-to-mongodb-with-kerberos-authentication.txt +++ b/source/tutorial/control-access-to-mongodb-with-kerberos-authentication.txt @@ -23,6 +23,8 @@ this document. This tutorial assumes you have have configured a deployment, and you have a valid :ref:`keytab file ` for for each :program:`mongod` and :program:`mongos` instance. +.. include:: /includes/fact-confirm-enterprise-binaries.rst + Procedure --------- diff --git a/source/tutorial/troubleshoot-kerberos.txt b/source/tutorial/troubleshoot-kerberos.txt index 988cd40c2a7..cd0ed9517c0 100644 --- a/source/tutorial/troubleshoot-kerberos.txt +++ b/source/tutorial/troubleshoot-kerberos.txt @@ -14,8 +14,11 @@ Kerberos Configuration Checklist If you have difficulty starting :program:`mongod` or :program:`mongos` with :doc:`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 `. MongoDB Enterprise