CentOS7及CentOS6下开机加载内核模块

简介:

说明:最近感觉记忆力下降的厉害,好多以前在脑海固话的知识点,都会出现断片的现象,所以选择记录下常用的知识点,备忘。

CentOS7:

1
2
3
4
5
6
7
8
9
10
11
12
以ceph模块为例:
# cd /etc/sysconfig/modules/
# vim ceph.modules
在文件中添加如下内容 
#!/bin/sh 
/sbin/modinfo  -F filename ceph >  /dev/null  2>&1 
if  [ $? - eq  0 ];  then 
     /sbin/modprobe  ceph 
fi
# chmod 755 /etc/sysconfig/modules/ceph.modules
# reboot
# lsmod | grep ceph

CentOS6:

1
2
3
4
5
6
以ip_vs为例:
临时生效
# modprobe ip_vs
# lsmod | grep ip_vs
开启启动生效
# echo "modprobe ip_vs">>/etc/rc.sysinit










本文转自 冰冻vs西瓜 51CTO博客,原文链接:http://blog.51cto.com/molewan/1931188,如需转载请自行联系原作者
目录
相关文章
|
6月前
|
Linux Perl
Linux centos7升级内核(两种方法:内核编译和yum更新)
Linux centos7升级内核(两种方法:内核编译和yum更新)
2076 1
Linux centos7升级内核(两种方法:内核编译和yum更新)
|
安全 Linux
Centos 7.x 升级内核
千万不要小瞧这操作。
388 0
|
4月前
|
Linux 虚拟化 数据安全/隐私保护
部署05-VMwareWorkstation中安装CentOS7 Linux操作系统, VMware部署CentOS系统第一步,下载Linux系统,/不要忘, CentOS -7-x86_64-DVD
部署05-VMwareWorkstation中安装CentOS7 Linux操作系统, VMware部署CentOS系统第一步,下载Linux系统,/不要忘, CentOS -7-x86_64-DVD
|
3月前
|
Linux
centos7升级内核到最新稳定版
centos7升级内核到最新稳定版
431 0
|
2月前
|
Linux
centos linux内核下载
centos linux内核下载
|
3月前
|
网络协议 Linux
CentOS7 yum安装报错“Could not resolve host: mirrorlist.centos.org;"之解决办法(换源)
CentOS7 yum安装报错“Could not resolve host: mirrorlist.centos.org; Name or service not known“之解决办法(换源)
|
5月前
|
Linux
通过ELRepo修改CentOS 7内核版本的详细步骤
通过ELRepo修改CentOS 7内核版本的详细步骤
709 3
|
5月前
|
Linux vr&ar C语言
Linux怎样更新Centos下Gcc版本支持C17?Centos7快速安装gcc8.3.1 可支持C++17(附gcc相关链接整理)
Linux怎样更新Centos下Gcc版本支持C17?Centos7快速安装gcc8.3.1 可支持C++17(附gcc相关链接整理)
316 2
|
5月前
|
弹性计算 Linux
(已解决) centos6.5 yum源 失效 The whole CentOS 6 is dead and shouldn’t be used anywhere at all
(已解决) centos6.5 yum源 失效 The whole CentOS 6 is dead and shouldn’t be used anywhere at all
282 0
|
6月前
|
安全 Linux Anolis
centos停止更新?这篇博客教会你CentOS 7转化系统为阿里龙蜥Anolis OS 7
centos停止更新?这篇博客教会你CentOS 7转化系统为阿里龙蜥Anolis OS 7
694 0
下一篇
无影云桌面