2.8安装opengauss
opengauss单机部署
1.安装准备
1.1虚拟机安装
安装参考:https://blog.csdn.net/qq_40950957/article/details/80467513
虚拟机部署centos参考:参考:
https://blog.csdn.net/babyxue/article/details/80970526
系统版本:建议centos7.6,如果是centos7.7,则修改/etc/redhat-release文件
1 [root@localhost~]#cat/etc/redhat‐release#修改前
2 CentOSLinuxrelease7.7.1908(Core)
3
4 [root@localhost~]#cat/etc/redhat‐release#修改后
5 CentOSLinuxrelease7.6(Core)
1 Traceback(mostrecentcalllast):
2 File"/opt/software/openGauss/script/gspylib/os/gsplatform.py",line193
5,ingetCurrentPlatForm
3 distName.lower(),version[0:3]))
4 Exception:[GAUSS‐51900]:ThecurrentOSisnotsupported.Thecurrents
ystemis:centos7.7
5
6 Duringhandlingoftheaboveexception,anotherexceptionoccurred:
7
8 Traceback(mostrecentcalllast):
9 File"/opt/software/openGauss/script/gspylib/os/gsplatform.py",line198
6,in__init__
10 self.userPlatform.getCurrentPlatForm()
11 File"/opt/software/openGauss/script/gspylib/os/gsplatform.py",line19
37,ingetCurrentPlatForm
12 raiseException(str(e))
13 Exception:[GAUSS‐51900]:ThecurrentOSisnotsupported.Thecurrent
systemis:centos7.7
评论