欢迎访问 生活随笔!

生活随笔

当前位置: 首页 >

GBase数据库安装前一般检查

发布时间:2023/12/9 42 豆豆
生活随笔 收集整理的这篇文章主要介绍了 GBase数据库安装前一般检查 小编觉得挺不错的,现在分享给大家,帮大家做个参考.

------------selinux 
[root@test01 sysconfig]# vi /etc/selinux/config 
reboot 
[root@test01 sysconfig]# sestatus

----------防火墙 
[root@test01 sysconfig]# systemctl status firewalld.service 
[root@test01 sysconfig]# systemctl stop firewalld.service 
[root@test01 sysconfig]# systemctl disable firewalld.service 
-----------sshd 
[root@test01 ~]# service status sshd

------------修改虚存配置 
[root@test01 opt]# echo ‘* soft as unlimited’>>/etc/security/limits.conf 
[root@test01 opt]# echo ‘* hard as unlimited’>>/etc/security/limits.conf

----------关闭transparent_hugepage参数 
[root@test01 ~]# vi /etc/default/grub 
GRUB_CMDLINE_LINUX=“crashkernel=auto rd.lvm.lv=centos/root rd.lvm.lv=centos/swap rhgb quiet transparent_hugepage=never” 
[root@test01 opt]# grub2-mkconfig -o /boot/grub2/grub.cfg 
重启 
[root@test01 opt]# cat /sys/kernel/mm/transparent_hugepage/enabled

总结

以上是生活随笔为你收集整理的GBase数据库安装前一般检查的全部内容,希望文章能够帮你解决所遇到的问题。

如果觉得生活随笔网站内容还不错,欢迎将生活随笔推荐给好友。