From 8b4543a0d752a62e78c2790f247eb9d4371e244f Mon Sep 17 00:00:00 2001 From: wangpeiheng <805075854@qq.com> Date: Mon, 27 Jul 2020 15:40:45 +0800 Subject: [PATCH] modify blog detail style --- ... Deployment (CentOS7.6+openGauss 1.0.0).md | 6 ++--- ... Deployment (CentOS7.6+openGauss 1.0.0).md | 10 ++++---- .../layouts/partials/footer.html | 2 +- .../layouts/partials/widget-related.html | 2 +- themes/hugo-blog-jeffprod/static/css/blog.css | 24 ++++++++++++++++++- themes/hugo-blog-jeffprod/static/js/all.js | 5 ++++ 6 files changed, 38 insertions(+), 11 deletions(-) create mode 100644 themes/hugo-blog-jeffprod/static/js/all.js diff --git a/content/zh/post/jiajunfeng/openGauss Single-inst Deployment (CentOS7.6+openGauss 1.0.0).md b/content/zh/post/jiajunfeng/openGauss Single-inst Deployment (CentOS7.6+openGauss 1.0.0).md index df4c472f..00064090 100644 --- a/content/zh/post/jiajunfeng/openGauss Single-inst Deployment (CentOS7.6+openGauss 1.0.0).md +++ b/content/zh/post/jiajunfeng/openGauss Single-inst Deployment (CentOS7.6+openGauss 1.0.0).md @@ -5,7 +5,7 @@ tags = ["openGauss安装部署"] archives = "2020-07" author = "贾军锋" summary = "openGauss 单实例安装部署" -img = "/zh/post/jiajunfeng/img/DBlogo_20200722.png" +img = "/zh/post/jiajunfeng/img/DBlogo-20200722.png" times = "19:00" +++ @@ -24,7 +24,7 @@ times = "19:00" ### **1.1 硬件需求** -
组件 | 最小配置要求 | 备注 |
CPU | 8c | |
内存 | 32GB | 如果小于32GB,需要调整数据库内存参数 |
硬盘 | 1.5GB | 禁用磁盘的Disk Cache Policy |
网卡速率 | 300MB | 建议做网卡bond |
组件 | 最小配置要求 | 备注 |
CPU | 8c | |
内存 | 32GB | 如果小于32GB,需要调整数据库内存参数 |
硬盘 | 1.5GB | 禁用磁盘的Disk Cache Policy |
网卡速率 | 300MB | 建议做网卡bond |
条目 | 要求 |
Linux操作系统 | openEuler 20.3LTS/CentOS 7.6 |
Linux文件系统 | 剩余inode个数 > 15亿 |
工具 | Huawei JDK 1.8.0、psmisc、bzip2 |
Python | openEuler: 支持Python 3.7.x CentOS 7.6:支持Python 3.6.x |
其他依赖软件包 | libaio-devel >= 0.3.109-13 flex >= 2.5.31 bison >= 2.7.4 ncurses-devel >= 5.9-13.20130511 glibc-devel >= 2.17-111 patch >= 2.7.1-10 lsb_release >= 4.1 |
条目 | 要求 |
Linux操作系统 | openEuler 20.3LTS/CentOS 7.6 |
Linux文件系统 | 剩余inode个数 > 15亿 |
工具 | Huawei JDK 1.8.0、psmisc、bzip2 |
Python | openEuler: 支持Python 3.7.x CentOS 7.6:支持Python 3.6.x |
其他依赖软件包 | libaio-devel >= 0.3.109-13 flex >= 2.5.31 bison >= 2.7.4 ncurses-devel >= 5.9-13.20130511 glibc-devel >= 2.17-111 patch >= 2.7.1-10 lsb_release >= 4.1 |
IP地址规划 | ||
主机名 | db1.opengauss.com | db2.opengauss.com |
外网IP地址 | 192.168.124.11 | 192.168.124.12 |
内网IP地址 | 192.168.100.11 | 192.168.100.12 |
IP地址规划 | ||
主机名 | db1.opengauss.com | db2.opengauss.com |
外网IP地址 | 192.168.124.11 | 192.168.124.12 |
内网IP地址 | 192.168.100.11 | 192.168.100.12 |
组件 | 最小配置要求 | 备注 |
CPU | 8c | |
内存 | 32GB | 如果小于32GB,需要调整数据库内存参数 |
硬盘 | 1.5GB | 禁用磁盘的Disk Cache Policy |
网卡速率 | 300MB | 建议做网卡bond |
组件 | 最小配置要求 | 备注 |
CPU | 8c | |
内存 | 32GB | 如果小于32GB,需要调整数据库内存参数 |
硬盘 | 1.5GB | 禁用磁盘的Disk Cache Policy |
网卡速率 | 300MB | 建议做网卡bond |
条目 | 要求 |
Linux操作系统 | openEuler 20.3LTS/CentOS 7.6 |
Linux文件系统 | 剩余inode个数>15亿 |
工具 | Huawei JDK 1.8.0、psmisc、bzip2 |
Python | openEuler: 支持Python 3.7.x CentOS 7.6:支持Python 3.6.x |
其他依赖软件包 | libaio-devel >= 0.3.109-13 flex >= 2.5.31 bison >= 2.7.4 ncurses-devel >= 5.9-13.20130511 glibc-devel >= 2.17-111 patch >= 2.7.1-10 lsb_release >= 4.1 |
条目 | 要求 |
Linux操作系统 | openEuler 20.3LTS/CentOS 7.6 |
Linux文件系统 | 剩余inode个数>15亿 |
工具 | Huawei JDK 1.8.0、psmisc、bzip2 |
Python | openEuler: 支持Python 3.7.x CentOS 7.6:支持Python 3.6.x |
其他依赖软件包 | libaio-devel >= 0.3.109-13 flex >= 2.5.31 bison >= 2.7.4 ncurses-devel >= 5.9-13.20130511 glibc-devel >= 2.17-111 patch >= 2.7.1-10 lsb_release >= 4.1 |
实例名称 | 实例数据目录 | 备注 |
主DBnode | /gauss/data/xxx | 其中,xxx为当前主DBnode的名称 |
备DBnode | /gauss/data/slaveX | 其中,xxx为当前备DBnode的名称 |
实例名称 | 实例数据目录 | 备注 |
主DBnode | /gauss/data/xxx | 其中,xxx为当前主DBnode的名称 |
备DBnode | /gauss/data/slaveX | 其中,xxx为当前备DBnode的名称 |