From c8231a6dc4805bfa740d1ac5bcd80d5360af92b4 Mon Sep 17 00:00:00 2001 From: spaceoddity91719 Date: Mon, 14 Mar 2022 15:24:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=8E=AF=E5=A2=83=E8=A6=81?= =?UTF-8?q?=E6=B1=82=E6=96=87=E6=A1=A3=E4=B8=AD=E8=A1=A8=E6=A0=BC=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E4=B8=8D=E5=AE=8C=E6=95=B4=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../1-installation-preparation.md | 4 ++-- .../standard-installation/2-environment-requirement.md | 4 ++-- .../1-installation-preparation.md | 4 ++-- .../standard-installation/2-environment-requirement.md | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/product/en/docs-mogdb/v2.1/installation-guide/simplified-installation-process/1-installation-preparation.md b/product/en/docs-mogdb/v2.1/installation-guide/simplified-installation-process/1-installation-preparation.md index 0a194ea0..77260c6c 100644 --- a/product/en/docs-mogdb/v2.1/installation-guide/simplified-installation-process/1-installation-preparation.md +++ b/product/en/docs-mogdb/v2.1/installation-guide/simplified-installation-process/1-installation-preparation.md @@ -84,8 +84,8 @@ Table 1 lists the minimum hardware requirements of the MogDB server. When planni | Software | Configuration Description | | :---------------- | :----------------------------------------------------------- | -| rdtscp Instruction Set (x86) | Run the `lscpu | grep rdtscp` command to see if the rdtscp instruction set is supported. | -| bmi2 Instruction Set (CentOS) | Run the `lscpu | grep bmi2` command to see if the bmi2 instruction set is supported. | +| rdtscp Instruction Set (x86) | Run the `lscpu \| grep rdtscp` command to see if the rdtscp instruction set is supported. | +| bmi2 Instruction Set (CentOS) | Run the `lscpu \| grep bmi2` command to see if the bmi2 instruction set is supported. | | Tool | bzip2 | ### Operating System Requirements diff --git a/product/en/docs-mogdb/v2.1/installation-guide/standard-installation/2-environment-requirement.md b/product/en/docs-mogdb/v2.1/installation-guide/standard-installation/2-environment-requirement.md index ce0b3883..66291155 100644 --- a/product/en/docs-mogdb/v2.1/installation-guide/standard-installation/2-environment-requirement.md +++ b/product/en/docs-mogdb/v2.1/installation-guide/standard-installation/2-environment-requirement.md @@ -22,8 +22,8 @@ The following table describes the minimum hardware requirements of MogDB. When p | Software | Description | | ----------------- | ------------------------------------------------------------ | -| rdtscp Instruction Set (x86) | Run the `lscpu | grep rdtscp` command to see if the rdtscp instruction set is supported. | -| bmi2 Instruction Set (CentOS) | Run the `lscpu | grep bmi2` command to see if the bmi2 instruction set is supported. | +| rdtscp Instruction Set (x86) | Run the `lscpu \| grep rdtscp` command to see if the rdtscp instruction set is supported. | +| bmi2 Instruction Set (CentOS) | Run the `lscpu \| grep bmi2` command to see if the bmi2 instruction set is supported. | | Tool | Huawei JDK 1.8.0, psmisc, and bzip2 | | Python | - openEuler: Python 3.7.X is supported.
- CentOS: Python 3.6.X is supported.
- Kirin: Python 3.7.X is supported.
NOTE:
Python needs to be compiled in -enable-shared mode. | diff --git a/product/zh/docs-mogdb/v2.1/installation-guide/simplified-installation-process/1-installation-preparation.md b/product/zh/docs-mogdb/v2.1/installation-guide/simplified-installation-process/1-installation-preparation.md index 76429518..b08de5f6 100644 --- a/product/zh/docs-mogdb/v2.1/installation-guide/simplified-installation-process/1-installation-preparation.md +++ b/product/zh/docs-mogdb/v2.1/installation-guide/simplified-installation-process/1-installation-preparation.md @@ -86,8 +86,8 @@ date: 2021-06-11 | 软件类型 | 配置描述 | | :------------ | :----------------------------------------------------------- | -| rdtscp指令集(x86) | 执行`lscpu | grep rdtscp`命令查看是否支持rdtscp指令集。 | -| bmi2指令集(CentOS) | 执行`lscpu | grep bmi2`命令查看是否支持bmi2指令集。 | +| rdtscp指令集(x86) | 执行`lscpu \| grep rdtscp`命令查看是否支持rdtscp指令集。 | +| bmi2指令集(CentOS) | 执行`lscpu \| grep bmi2`命令查看是否支持bmi2指令集。 | | 工具 | bzip2 | ### 操作系统要求 diff --git a/product/zh/docs-mogdb/v2.1/installation-guide/standard-installation/2-environment-requirement.md b/product/zh/docs-mogdb/v2.1/installation-guide/standard-installation/2-environment-requirement.md index 9402821b..45a6583f 100644 --- a/product/zh/docs-mogdb/v2.1/installation-guide/standard-installation/2-environment-requirement.md +++ b/product/zh/docs-mogdb/v2.1/installation-guide/standard-installation/2-environment-requirement.md @@ -22,8 +22,8 @@ date: 2021-04-2 | 软件类型 | 配置描述 | | ------------- | ------------------------------------------------------------ | -| rdtscp指令集(x86) | 执行`lscpu | grep rdtscp`命令查看是否支持rdtscp指令集。 | -| bmi2指令集(CentOS) | 执行`lscpu | grep bmi2`命令查看是否支持bmi2指令集。 | +| rdtscp指令集(x86) | 执行`lscpu \| grep rdtscp`命令查看是否支持rdtscp指令集。 | +| bmi2指令集(CentOS) | 执行`lscpu \| grep bmi2`命令查看是否支持bmi2指令集。 | | 工具 | Huawei JDK 1.8.0、psmisc、bzip2 | | Python | - openEuler:支持Python 3.7.X
- CentOS:支持Python 3.6.X
- 麒麟:支持Python 3.7.X
说明:
python需要通过-enable-shared方式编译。 | -- Gitee