Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id C71EE200D1E for ; Wed, 18 Oct 2017 21:08:58 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C5B51160BEA; Wed, 18 Oct 2017 19:08:58 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 16C1A1609DE for ; Wed, 18 Oct 2017 21:08:57 +0200 (CEST) Received: (qmail 50321 invoked by uid 500); 18 Oct 2017 19:08:57 -0000 Mailing-List: contact commits-help@geode.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.apache.org Delivered-To: mailing list commits@geode.apache.org Received: (qmail 50312 invoked by uid 99); 18 Oct 2017 19:08:57 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Oct 2017 19:08:57 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 2D48181AD7; Wed, 18 Oct 2017 19:08:55 +0000 (UTC) Date: Wed, 18 Oct 2017 19:08:55 +0000 To: "commits@geode.apache.org" Subject: [geode] branch develop updated: GEODE-2405 Update docs with changes to export cluster-configuration MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <150835373560.10159.12438718650951273755@gitbox.apache.org> From: dbarnes@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: geode X-Git-Refname: refs/heads/develop X-Git-Reftype: branch X-Git-Oldrev: b5e3db5260026b3a9882c54e254397f6d3749cb8 X-Git-Newrev: 8fdacafa0c3fdc8020123da388995a9be2e435d3 X-Git-Rev: 8fdacafa0c3fdc8020123da388995a9be2e435d3 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated archived-at: Wed, 18 Oct 2017 19:08:59 -0000 This is an automated email from the ASF dual-hosted git repository. dbarnes pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/geode.git The following commit(s) were added to refs/heads/develop by this push: new 8fdacaf GEODE-2405 Update docs with changes to export cluster-configuration 8fdacaf is described below commit 8fdacafa0c3fdc8020123da388995a9be2e435d3 Author: Dave Barnes AuthorDate: Tue Oct 17 11:55:12 2017 -0700 GEODE-2405 Update docs with changes to export cluster-configuration --- .../configuring/cluster_config/export-import.html.md.erb | 2 +- .../cluster_config/persisting_configurations.html.md.erb | 2 +- .../tools_modules/gfsh/command-pages/export.html.md.erb | 13 +++++++------ 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/geode-docs/configuring/cluster_config/export-import.html.md.erb b/geode-docs/configuring/cluster_config/export-import.html.md.erb index 833be90..54c1384 100644 --- a/geode-docs/configuring/cluster_config/export-import.html.md.erb +++ b/geode-docs/configuring/cluster_config/export-import.html.md.erb @@ -33,7 +33,7 @@ in [Cluster Configuration Files and Troubleshooting](gfsh_config_troubleshooting To export a cluster configuration, run the `gfsh` `export cluster-configuration` command while connected to a <%=vars.product_name%> cluster. For example: ``` pre -export cluster-configuration --zip-file-name=myClusterConfig.zip --dir=/home/username/configs +export cluster-configuration --zip-file-name=/home/username/configs/myClusterConfig.zip ``` See [export cluster-configuration](../../tools_modules/gfsh/command-pages/export.html#topic_mdv_jgz_ck). diff --git a/geode-docs/configuring/cluster_config/persisting_configurations.html.md.erb b/geode-docs/configuring/cluster_config/persisting_configurations.html.md.erb index 37f3478..6aa6aa7 100644 --- a/geode-docs/configuring/cluster_config/persisting_configurations.html.md.erb +++ b/geode-docs/configuring/cluster_config/persisting_configurations.html.md.erb @@ -171,7 +171,7 @@ This section provides a walk-through example of configuring a simple <%=vars.pro You can use the `gfsh export cluster-configuration` command to create a zip file that contains the cluster's persisted configuration. The zip file contains a copy of the contents of the `cluster_config` directory. For example: ``` pre - gfsh>export cluster-configuration --zip-file-name=myClConfig.zip --dir=/Users/username + gfsh>export cluster-configuration --zip-file-name=/Users/username/myClConfig.zip ``` <%=vars.product_name_long%> writes the cluster configuration to the specified zip file. diff --git a/geode-docs/tools_modules/gfsh/command-pages/export.html.md.erb b/geode-docs/tools_modules/gfsh/command-pages/export.html.md.erb index 203fdd8..9d4d58c 100644 --- a/geode-docs/tools_modules/gfsh/command-pages/export.html.md.erb +++ b/geode-docs/tools_modules/gfsh/command-pages/export.html.md.erb @@ -58,34 +58,35 @@ See [Overview of the Cluster Configuration Service](../../../configuring/cluster **Syntax:** ``` pre -export cluster-configuration --zip-file-name=value [--dir=value] +export cluster-configuration --zip-file-name=value ``` **Export Cluster-Configuration Parameters:** | Name | Description | Default Value | |-------------------------------------------------------|--------------------------------------------------------------------------------------|-------------------| -| \\-\\-zip-file-name | *Required.* File name of the zip file to contain the exported cluster configuration. |   | -| \\-\\-dir | Directory where the cluster configuration zip files is saved. | Locator directory | +| \\-\\-zip-file-name | *Required.* Filename of the zip file to contain the exported cluster configuration. May also include an absolute or relative path. |   | **Example Commands:** ``` pre -gfsh>export cluster-configuration --zip-file-name=/home/username/gemfire/myClusterConfig.zip +gfsh>export cluster-configuration --zip-file-name=/group/shared-configs/devClusterConfig.zip +gfsh>export cluster-configuration --zip-file-name=my-configs/myClusterConfig.zip +gfsh>export cluster-configuration --zip-file-name=myClusterConfig.zip ``` **Sample Output:** ``` pre gfsh>export cluster-configuration --zip-file-name=mySharedConfig.zip -Downloading cluster configuration : /home/username/gemfire/myClusterConfig.zip +Downloading cluster configuration : /home/username/gemfire/mySharedConfig.zip ``` ## export config Export configuration properties for a member or members. -If you do not specify any parameters, all member configuration will be exported. +If you do not specify any parameters, all member configurations will be exported. **Availability:** Online. You must be connected in `gfsh` to a JMX Manager member to use this command. -- To stop receiving notification emails like this one, please contact ['"commits@geode.apache.org" '].