From 914ffc4d4d5c5c5b82c08dcb69ab3411af22f62c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E5=BA=B7?= <405916409@qq.com> Date: Tue, 27 Oct 2020 11:17:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9gs=5Fpreinstall=E8=BF=87?= =?UTF-8?q?=E7=A8=8B=E4=B8=AD=E7=9A=84=E8=AF=B4=E6=98=8E=EF=BC=8C=E5=AE=89?= =?UTF-8?q?=E5=85=A8=E4=BA=A4=E4=BA=92=E6=A8=A1=E5=BC=8F=E4=B8=8B=EF=BC=8C?= =?UTF-8?q?=E8=BE=93=E5=85=A5=E5=AF=86=E7=A0=81=E4=B8=8D=E9=99=90=E5=88=B6?= =?UTF-8?q?=E5=8C=85=E5=90=AB";","'","$"3=E4=B8=AA=E7=89=B9=E6=AE=8A?= =?UTF-8?q?=E5=AD=97=E7=AC=A6=E7=9A=84=E8=BE=93=E5=85=A5=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../en/docs/Toolreference/gs_preinstall.md | 137 +++++++++--------- .../zh/docs/Toolreference/gs_preinstall.md | 3 - 2 files changed, 67 insertions(+), 73 deletions(-) diff --git a/content/en/docs/Toolreference/gs_preinstall.md b/content/en/docs/Toolreference/gs_preinstall.md index 587c7df57..ff85dc4fa 100644 --- a/content/en/docs/Toolreference/gs_preinstall.md +++ b/content/en/docs/Toolreference/gs_preinstall.md @@ -111,9 +111,6 @@ - When this parameter is not specified, the secure interactive mode is used where you need to enter the password for man-machine interaction. - If this parameter is specified, the non-interactive mode is used and man-machine interaction is not required. - >![](public_sys-resources/icon-note.gif) **NOTE:** - >Password set in interactive mode cannot contain the following characters: ;'$ - - -?, --help Displays help information. @@ -125,73 +122,73 @@ **Table 1** Environment variables created by openGauss by default - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +

Environment Variable

-

Description

-

MPPDB_ENV_SEPARATE_PATH

-

Split file path of the openGauss environment variable

-

GPHOME

-

openGauss tool directory

-

PATH

-

openGauss tool script directory

-

LD_LIBRARY_PATH

-

Third-party dynamic database path referenced by openGauss

-

PYTHONPATH

-

Python software path

-

GAUSS_WARNING_TYPE

-

Alarm type

-

GAUSSHOME

-

openGauss installation path

-

GAUSS_VERSION

-

openGauss version

-

PGHOST

-

Temporary directory of the user in openGauss

-

GS_CLUSTER_NAME

-

openGauss name

-

GAUSSLOG

-

openGauss log path

-

GAUSS_ENV

-

Environment variable flag of openGauss

-
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Environment Variable

+

Description

+

MPPDB_ENV_SEPARATE_PATH

+

Split file path of the openGauss environment variable

+

GPHOME

+

openGauss tool directory

+

PATH

+

openGauss tool script directory

+

LD_LIBRARY_PATH

+

Third-party dynamic database path referenced by openGauss

+

PYTHONPATH

+

Python software path

+

GAUSS_WARNING_TYPE

+

Alarm type

+

GAUSSHOME

+

openGauss installation path

+

GAUSS_VERSION

+

openGauss version

+

PGHOST

+

Temporary directory of the user in openGauss

+

GS_CLUSTER_NAME

+

openGauss name

+

GAUSSLOG

+

openGauss log path

+

GAUSS_ENV

+

Environment variable flag of openGauss

+
diff --git a/content/zh/docs/Toolreference/gs_preinstall.md b/content/zh/docs/Toolreference/gs_preinstall.md index a2abbef72..86797c9dd 100644 --- a/content/zh/docs/Toolreference/gs_preinstall.md +++ b/content/zh/docs/Toolreference/gs_preinstall.md @@ -112,9 +112,6 @@ openGauss提供了gs\_preinstall工具来帮助完成openGauss的环境配置, - 当不指定该参数时,则为安全交互模式,在此模式下用户需要人机交互输入密码。 - 当指定该参数时,为非交互模式,不需要进行人机交互。 - >![](public_sys-resources/icon-note.gif) **说明:** - >交互式输入密码的过程中,密码不能包含";","'","$"3个特殊字符。 - - -?, --help 显示帮助信息。 -- Gitee