This is an automated email from the ASF dual-hosted git repository.
kmiller pushed a commit to branch release/1.6.0
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/release/1.6.0 by this push:
new 30945b6 GEODE-4384 Add docs for gfsh destroy jndi-binding command
(#1780)
30945b6 is described below
commit 30945b6f0048ea07cf39b4eb5d80fb1e384f6735
Author: Karen Miller <[email protected]>
AuthorDate: Fri Apr 13 13:55:21 2018 -0700
GEODE-4384 Add docs for gfsh destroy jndi-binding command (#1780)
---
.../source/subnavs/geode-subnav.erb | 3 +++
.../gfsh/command-pages/destroy.html.md.erb | 30 ++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/geode-book/master_middleman/source/subnavs/geode-subnav.erb
b/geode-book/master_middleman/source/subnavs/geode-subnav.erb
index 0ef028a..7c59b0d 100644
--- a/geode-book/master_middleman/source/subnavs/geode-subnav.erb
+++ b/geode-book/master_middleman/source/subnavs/geode-subnav.erb
@@ -1939,6 +1939,9 @@ gfsh</a>
<a
href="/docs/guide/<%=vars.product_version_nodot%>/tools_modules/gfsh/command-pages/destroy.html#topic_D00219CCD6F64C1582A0802AC5CDF3F3">destroy
index</a>
</li>
<li>
+ <a
href="/docs/guide/<%=vars.product_version_nodot%>/tools_modules/gfsh/command-pages/destroy.html#destroy_jndi-binding">destroy
jndi-binding</a>
+ </li>
+ <li>
<a
href="/docs/guide/<%=vars.product_version_nodot%>/tools_modules/gfsh/command-pages/destroy.html#destroy_lucene_index">destroy
lucene index</a>
</li>
<li>
diff --git a/geode-docs/tools_modules/gfsh/command-pages/destroy.html.md.erb
b/geode-docs/tools_modules/gfsh/command-pages/destroy.html.md.erb
index 9ea08a2..74a6864 100644
--- a/geode-docs/tools_modules/gfsh/command-pages/destroy.html.md.erb
+++ b/geode-docs/tools_modules/gfsh/command-pages/destroy.html.md.erb
@@ -42,6 +42,10 @@ Delete or unregister functions, remove indexes, disk stores
and regions.
Destroy or remove the specified index.
+- **[destroy jndi-binding](#destroy_jndi-binding)**
+
+ Destroy the specified JNDI binding.
+
- **[destroy lucene index](#destroy_lucene_index)**
Destroy or remove the specified Lucene index.
@@ -223,6 +227,32 @@ destroy index --members=server2
destroy index --name=MyKeyIndex
```
+## <a id="destroy_jndi-binding" class="no-quick-link"></a>destroy jndi-binding
+
+Destroy a specified JNDI binding that holds the configuration for
+an XA data source.
+
+**Availability:** Online. You must be connected in `gfsh` to a JMX Manager
member to use this command.
+
+**Syntax:**
+
+``` pre
+destroy jndi-binding --name=value [--if-exists=value]
+```
+
+**Parameters, destroy jndi-binding:**
+
+| Name | Description
|
+|----------------------------------------------|--------------------------------------------------------|
+| <span class="keyword parmname">\\-\\-name</span> | *Required.* Name of the
JNDI binding to be destroyed. |
+| ‑‑if‑exists | Skip the destroy operation when the
specified JNDI binding does not exist. Without this option, an error results
from the specification of a JNDI binding that does not exist. Default (if the
parameter is not specified): false. Default (if the parameter is specified
without value): true. |
+
+**Example Command:**
+
+``` pre
+destroy jndi-binding --name=jndi1
+```
+
## <a id="destroy_lucene_index" class="no-quick-link"></a>destroy lucene index
Destroy or remove the specified Lucene index.
--
To stop receiving notification emails like this one, please contact
[email protected].