飞腾平台编译安装openGauss数据库
openGauss支持的操作系统:
CentOS 7.6(x86_64 架构)
openEuler-20.03-LTS(aarch64 架构)
openEuler-20.03-LTS(x86_64架构)
Kylin-V10(aarch64 架构)
Kylin-V10(x86_64 架构)
Asianux 7.6(x86_64架构)
FusionOS 22 (aarch64 架构)
FusionOS 22 (x86 架构)
cat etc/os-release
1.2 检查cpu型号
lscpu | grep "Vendor ID"
1.3. 禁用防火墙和selinux
禁用防火墙
systemctl status firewalld
systemctl stop firewalld
systemctl disable firewalld
systemctl is-enabled firewalld