暂无图片
暂无图片
暂无图片
暂无图片
暂无图片
openGauss一主一备部署.pdf
238
14页
14次
2023-07-25
免费下载
openEuler-22.03-LTS-SP1
1
vastbase openGauss-5.0.0-openEuler-64bit-all.tar.gz
2
IP 192.168.220.115 192.168.220.116
3
4
/etc/yum.repos.d repo
1
vi local.repo
2
[base]
3
name=local
4
baseurl=file:///mnt
5
gpgcheck=0
6
enabled=1
7
8
9
mount -o loop /home/openEuler-22.03-LTS-SP1-x86_64-dvd.iso /mnt
10
openEuler
1
2
yum install -y libaio-devel flex bison ncurses-devel glibc-devel patch redhat-
lsb-core readline-devel libnsl
3
4
expect
5
yum install expect
6
Error: Unable to find a match: redhat-lsb-core
7
systemctl status firewalld.service
1
systemctl stop firewalld.service
2
systemctl disable firewalld.service
3
diabled enforcing
1
getenforce
2
3
setenforce 0
4
5
vastbase reboot
6
vi /etc/selinux/config
7
SELINUX=enforcing SELINUX=disabled
8
9
reboot
10
vi /etc/profile
1
2
export LANG=XXXX #xxx
3
1
1
RemoveIPC=yes IPC
Vastbase IPC RemoveIPC no
2
3
vi /etc/systemd/logind.conf
4
5
RemoveIPC=no
6
7
vi /usr/lib/systemd/system/systemd-logind.service
8
9
RemoveIPC=no
10
11
12
systemctl daemon-reload
13
systemctl restart systemd-logind
14
15
16
loginctl show-session | grep RemoveIPC
17
systemctl show systemd-logind | grep RemoveIPC
18
MTU MTU 1500 8192
MTU
1
2
3
#ifconfig mtu
4
ifconfig eth0 mtu 8192
5
6
cat /sys/class/net/ /mtu
7
echo "8192" > /sys/class/net/ /mtu
8
of 14
免费下载
【版权声明】本文为墨天轮用户原创内容,转载时必须标注文档的来源(墨天轮),文档链接,文档作者等基本信息,否则作者和墨天轮有权追究责任。如果您发现墨天轮中有涉嫌抄袭或者侵权的内容,欢迎发送邮件至:contact@modb.pro进行举报,并提供相关证据,一经查实,墨天轮将立刻删除相关内容。