diff --git a/content/en/docs/Quickstart/setting-a-client-authentication-policy.md b/content/en/docs/Quickstart/setting-a-client-authentication-policy.md index 05ad84b6b0765f5705e6751bbdef5e33e354556e..a6d5bfb8fc2d6057b81d4c21632fd5c656fed111 100644 --- a/content/en/docs/Quickstart/setting-a-client-authentication-policy.md +++ b/content/en/docs/Quickstart/setting-a-client-authentication-policy.md @@ -1,6 +1,6 @@ # Setting a Client Authentication Policy -The current default values for parameters in the openGauss configuration file \(**pg\_hba.conf**\) are all in single-instance configuration mode. You can set application parameters by using **gs\_guc**. For more configurations, see the product documentation. +The current default values for parameters in the openGauss configuration file \(**pg\_hba.conf**\) are all in single-instance configuration mode. You can set application parameters by using **gs\_guc**. For more configurations, see the Intsallation Guide. ## Syntax @@ -43,12 +43,13 @@ gs_guc [ set | reload ] [-N NODE-NAME] [-I INSTANCE-NAME | -D DATADIR] -h "HOSTT When this parameter is set to **ALL**, all the instances in the host are to be set. -- **-D**: +- **-D**: - Specifies the openGauss instance path of the commands to be run. When the **encrypt** command is used, this parameter indicates the path for storing the generated password file. + Specifies the openGauss instance path of the commands to be run. When the **encrypt** command is used, this parameter indicates the path for storing the generated password file. - >![](public_sys-resources/icon-note.gif) **NOTE:** - >- **-D** cannot be used together with **-I**. + >![](public_sys-resources/icon-note.gif) **NOTE:** + > + >- **-D** cannot be used together with **-I**. - **-h **_host-auth-policy_: diff --git a/content/en/docs/installation/executing-installation.md b/content/en/docs/installation/executing-installation.md index 9a1e1548a45b44464f5c01783beef938978bebd9..7f7bfb3eccc487769c69398471cf149e31a304b8 100644 --- a/content/en/docs/installation/executing-installation.md +++ b/content/en/docs/installation/executing-installation.md @@ -149,16 +149,11 @@ After the openGauss installation environment is prepared by executing the pre-in

/opt/opengauss/tool

-

script

+

script

Stores script files for openGauss users to manage openGauss.

-

sudo

- -

Stores script files for user root to manage openGauss.

- -

lib

Stores the library files that the binaries in the bin directory depend on.

@@ -167,6 +162,7 @@ After the openGauss installation environment is prepared by executing the pre-in + ## Examples Execute the installation. diff --git a/content/en/docs/installation/setting-remote-login-of-user-root.md b/content/en/docs/installation/setting-remote-login-of-user-root.md index 6c2732f6aa5db16c1a98955eb9e05ff5cd834692..801758fd01b2a42f500188a3b6fd522eeffe8cd0 100644 --- a/content/en/docs/installation/setting-remote-login-of-user-root.md +++ b/content/en/docs/installation/setting-remote-login-of-user-root.md @@ -34,7 +34,7 @@ During the openGauss installation, the user **root** is required for remote lo 2. Comment out the line where **Banner** is located. ``` - #Banner /etc/ssh/welcome.msg + #Banner XXXX ``` 3. Run the **:wq** command to save the modification and exit. diff --git "a/content/zh/docs/installation/\346\211\247\350\241\214\345\256\211\350\243\205.md" "b/content/zh/docs/installation/\346\211\247\350\241\214\345\256\211\350\243\205.md" index 13476c87f7615f3ae6f3cfc19b4c874f6a2fced5..6ae8ccf91e44350c953df10c5bdd20797a774e2f 100644 --- "a/content/zh/docs/installation/\346\211\247\350\241\214\345\256\211\350\243\205.md" +++ "b/content/zh/docs/installation/\346\211\247\350\241\214\345\256\211\350\243\205.md" @@ -149,16 +149,11 @@

/opt/opengauss/tool

-

script

+

script

用于openGauss用户进行openGauss管理的脚本文件。

-

sudo

- -

用于root用户进行openGauss管理的脚本文件。

- -

lib

bin目录下的二进制文件依赖的库文件。

@@ -167,6 +162,7 @@ + ## 示例 执行安装: diff --git "a/content/zh/docs/installation/\350\256\276\347\275\256root\347\224\250\346\210\267\350\277\234\347\250\213\347\231\273\345\275\225.md" "b/content/zh/docs/installation/\350\256\276\347\275\256root\347\224\250\346\210\267\350\277\234\347\250\213\347\231\273\345\275\225.md" index 8f35098841c4f5d357768f27ad5d47e1ed382c99..3558f80c280906aded2dc4d24fe41648853f6a93 100644 --- "a/content/zh/docs/installation/\350\256\276\347\275\256root\347\224\250\346\210\267\350\277\234\347\250\213\347\231\273\345\275\225.md" +++ "b/content/zh/docs/installation/\350\256\276\347\275\256root\347\224\250\346\210\267\350\277\234\347\250\213\347\231\273\345\275\225.md" @@ -34,7 +34,7 @@ 2. 修改Banner配置,注释掉“Banner”所在的行。 ``` - #Banner /etc/ssh/welcome.msg + #Banner XXXX ``` 3. 执行**:wq**保存并退出编辑页面。