Repository: geode Updated Branches: refs/heads/develop b88911289 -> b9ba1d4fc
GEODE-3312 Update doc gfsh list members output IP address is output, not host name. This closes #656 Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/b9ba1d4f Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/b9ba1d4f Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/b9ba1d4f Branch: refs/heads/develop Commit: b9ba1d4fc5a2cabe952d27a0a1c955a9511d713c Parents: b889112 Author: Karen Miller <[email protected]> Authored: Tue Jul 25 15:27:31 2017 -0700 Committer: Karen Miller <[email protected]> Committed: Wed Jul 26 09:40:01 2017 -0700 ---------------------------------------------------------------------- .../getting_started/15_minute_quickstart_gfsh.html.md.erb | 6 +++--- geode-docs/tools_modules/gfsh/command-pages/list.html.md.erb | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/geode/blob/b9ba1d4f/geode-docs/getting_started/15_minute_quickstart_gfsh.html.md.erb ---------------------------------------------------------------------- diff --git a/geode-docs/getting_started/15_minute_quickstart_gfsh.html.md.erb b/geode-docs/getting_started/15_minute_quickstart_gfsh.html.md.erb index a4970d8..6e5e23e 100644 --- a/geode-docs/getting_started/15_minute_quickstart_gfsh.html.md.erb +++ b/geode-docs/getting_started/15_minute_quickstart_gfsh.html.md.erb @@ -126,14 +126,14 @@ In this step you create a region with the `gfsh` command line utility. Regions a regionA ``` -3. List the members of your cluster. The locator and cache servers you started appear in the list: +3. List the members of your cluster. The locator and cache server you started appear in the list: ``` pre gfsh>list members Name | Id -------- | --------------------------------------- - locator1 | ubuntu(locator1:3529:locator)<v0>:59926 - server1 | ubuntu(server1:3883)<v1>:65390 + locator1 | 192.0.2.0(locator1:3529:locator)<v0>:59926 + server1 | 192.0.2.0(server1:3883)<v1>:65390 ``` 4. To view specifics about a region, type the following: http://git-wip-us.apache.org/repos/asf/geode/blob/b9ba1d4f/geode-docs/tools_modules/gfsh/command-pages/list.html.md.erb ---------------------------------------------------------------------- diff --git a/geode-docs/tools_modules/gfsh/command-pages/list.html.md.erb b/geode-docs/tools_modules/gfsh/command-pages/list.html.md.erb index 6851b0a..f7601b2 100644 --- a/geode-docs/tools_modules/gfsh/command-pages/list.html.md.erb +++ b/geode-docs/tools_modules/gfsh/command-pages/list.html.md.erb @@ -472,9 +472,9 @@ list members --group=Group1 gfsh>list members Name | Id -------- | ------------------------------------- -server1 | GemFireStymon(server1:888)<v7>:10839 -server2 | GemFireStymon(server2:3260)<v8>:16721 -locator1 | localhost(locator1:216:locator):33368 +server1 | 192.0.2.0(server1:888)<v7>:10839 +server2 | 192.0.2.0(server2:3260)<v8>:16721 +locator1 | 192.0.2.0(locator1:216:locator):33368 ``` ## <a id="topic_F0ECEFF26086474498598035DD83C588" class="no-quick-link"></a>list regions
