diff --git a/gpMgmt/doc/gpinitsystem_help b/gpMgmt/doc/gpinitsystem_help index 682e8a720e990e8b5b44bbb61edc5e6ddbeb41a1..4220ed548c6c7fdde5fb39421354b02a112c0cdd 100755 --- a/gpMgmt/doc/gpinitsystem_help +++ b/gpMgmt/doc/gpinitsystem_help @@ -13,13 +13,13 @@ gpinitsystem -c [-B ] [-p ] [-s - [-P ] [-F ]] + [-P ] [ {-S | --standby-datadir} ] [--max_connections=] [--shared_buffers=] [--locale=] [--lc-collate=] [--lc-ctype=] [--lc-messages=] [--lc-monetary=] [--lc-numeric=] [--lc-time=] [--su_password=] - [-S] [-a] [-q] [-l ] [-D] + [--mirror-mode={group|spread}] [-a] [-q] [-l ] [-D] gpinitsystem -v @@ -203,7 +203,7 @@ OPTIONS is the same as the primary master. --F +--segment-datadir= | -S Optional and effective only when specified with -s. Specifies the data directory of the standby. @@ -221,14 +221,13 @@ OPTIONS change default passwords immediately after installation. --S +--mirror-mode={group|spread} - If mirroring parameters are specified, spreads the mirror segments - across the available hosts. The default is to group the set of mirror - segments together on an alternate host from their primary segment set. - Mirror spreading will place each mirror on a different host within the - Greenplum Database array. Spreading is only allowed if there is a - sufficient number of hosts in the array (number of hosts is greater + Uses the specified mirroring mode. The default is to group the set of mirror + segments together on an alternate host from their primary segment set. + Specifying spread will place each mirror on a different host within the + Greenplum Database array. Spreading is only allowed if there is a + sufficient number of hosts in the array (number of hosts is greater than the number of segment instances).