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/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- GBase8a部署前環境一般檢查
- Linux環境安裝Oracle11g(一)——配置檢查及依賴項安裝LinuxOracle
- Windows 環境下 Python 環境安裝WindowsPython
- swoft環境安裝
- LNMP 環境安裝LNMP
- futter環境安裝
- Pytorch環境安裝PyTorch
- golang環境安裝Golang
- Windos環境安裝RocketMQMQ
- macOS 安裝 LNMP 環境MacLNMP
- Mac環境安裝ComposerMac
- Linux安裝jdk環境LinuxJDK
- laradocker 安裝 Laravel 環境DockerLaravel
- Ubuntu 環境安裝 phpunitUbuntuPHP
- Windows環境安裝ScrapyWindows
- python新環境安裝Python
- zabbix安裝中文環境
- Mac GO 環境安裝MacGo
- [1]SpinalHDL安裝環境
- brew lnmp 環境安裝LNMP
- dapr 環境安裝指南
- Windows 環境安裝LdapWindowsLDA
- Linux環境安裝GOLinuxGo
- Linux下檢視jdk安裝路徑版本、安裝jdk、配置環境變數LinuxJDK變數
- linux環境安裝——mysql安裝複習LinuxMySql
- linux環境安裝——kafka安裝複習LinuxKafka
- 19c環境bbed安裝及db_name檢視
- linux或者CentOS環境下安裝.NET Core環境LinuxCentOS
- node.js環境安裝及環境變數Node.js變數
- Linux下安裝Go環境LinuxGo
- Java安裝和環境配置Java
- Linux環境HBase安裝配置Linux
- Ubuntu環境Anaconda安裝opencvUbuntuOpenCV
- NodeJS安裝與環境搭建NodeJS
- angular環境配置及安裝Angular
- Flutter開發環境安裝Flutter開發環境
- node開發環境安裝開發環境
- docker環境下安裝tensorflowDocker