This is an automated email from the ASF dual-hosted git repository. dbarnes pushed a commit to branch support/1.12 in repository https://gitbox.apache.org/repos/asf/geode.git
commit 4e5c4cecb218b25d9330949430b1a3e4873e7496 Author: Dave Barnes <[email protected]> AuthorDate: Mon Jul 20 14:50:33 2020 -0700 GEODE-7628: Block jmx mbean creation when no security manager is configured (docs) (#5387) --- geode-docs/configuring/running/starting_up_shutting_down.html.md.erb | 2 +- geode-docs/managing/management/jmx_manager_node.html.md.erb | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/geode-docs/configuring/running/starting_up_shutting_down.html.md.erb b/geode-docs/configuring/running/starting_up_shutting_down.html.md.erb index c3eb0eb..4fe1899 100644 --- a/geode-docs/configuring/running/starting_up_shutting_down.html.md.erb +++ b/geode-docs/configuring/running/starting_up_shutting_down.html.md.erb @@ -60,7 +60,7 @@ gfsh>revoke missing-disk-store --id=60399215-532b-406f-b81f-9b5bd8d1b55a ``` **Note:** -This `gfsh` commands require that you are connected to the cluster via a JMX Manager node. +This `gfsh` command requires that you be connected to the cluster via a JMX Manager node. ## <a id="starting_up_shutting_down__section_mnx_4cp_cv" class="no-quick-link"></a>Shutting Down the System diff --git a/geode-docs/managing/management/jmx_manager_node.html.md.erb b/geode-docs/managing/management/jmx_manager_node.html.md.erb index 51e45a2..9054e3e 100644 --- a/geode-docs/managing/management/jmx_manager_node.html.md.erb +++ b/geode-docs/managing/management/jmx_manager_node.html.md.erb @@ -25,6 +25,8 @@ Any member can host an embedded JMX Manager, which provides a federated view of You need to have a JMX Manager started in your cluster in order to use <%=vars.product_name%> management and monitoring tools such as [gfsh](../../tools_modules/gfsh/chapter_overview.html) and [<%=vars.product_name%> Pulse](../../tools_modules/pulse/pulse-overview.html). +To create MBeans, a Security Manager must be enabled. See [Enable Security with Property Definitions](../security/enable_security.html) for more information. + **Note:** Each node that acts as the JMX Manager has additional memory requirements depending on the number of resources that it is managing and monitoring. Being a JMX Manager can increase the memory footprint of any process, including locator processes. See [Memory Requirements for Cached Data](../../reference/topics/memory_requirements_for_cache_data.html#calculating_memory_requirements) for more information on calculating memory overhead on your <%=vars.product_name%> processes.
