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
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/69979511/viewspace-2857452/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- oracle 資料庫安裝前環境檢查和準備工作Oracle資料庫
- Oracle安裝前的環境配置指令碼Oracle指令碼
- Linux環境安裝Oracle11g(一)——配置檢查及依賴項安裝LinuxOracle
- Oracle for Linux 安裝前環境配置指令碼(轉)OracleLinux指令碼
- unix系統環境檢查
- LNMP 環境安裝LNMP
- golang環境安裝Golang
- swoft環境安裝
- futter環境安裝
- 安裝LNMP環境LNMP
- Windows 環境下 Python 環境安裝WindowsPython
- Ubuntu 環境安裝 phpunitUbuntuPHP
- macOS 安裝 LNMP 環境MacLNMP
- brew lnmp 環境安裝LNMP
- dapr 環境安裝指南
- Windows 環境安裝LdapWindowsLDA
- Mac GO 環境安裝MacGo
- Pytorch環境安裝PyTorch
- Centos 安裝 erlang 環境CentOS
- zabbix環境安裝搭建
- PyOpenGl 1 -- 環境安裝
- zabbix安裝中文環境
- Windos環境安裝RocketMQMQ
- Windows環境安裝ScrapyWindows
- node.js環境安裝及環境變數Node.js變數
- 19c環境bbed安裝及db_name檢視
- Linux下檢視jdk安裝路徑版本、安裝jdk、配置環境變數LinuxJDK變數
- laradocker 安裝 Laravel 環境DockerLaravel
- angular環境配置及安裝Angular
- Flutter開發環境安裝Flutter開發環境
- Windows 環境下安裝 LaravelWindowsLaravel
- Java安裝和環境配置Java
- node開發環境安裝開發環境
- Mac環境下安裝PodMac
- Linux安裝jdk環境LinuxJDK
- Mac環境安裝ComposerMac
- Linux環境安裝GOLinuxGo
- scala安裝及環境配置