文章详情

短信预约-IT技能 免费直播动态提醒

请输入下面的图形验证码

提交验证

短信预约提醒成功

Redhat(03):Linux 初始化配置

2023-06-05 23:14

关注

一、virbr0虚拟网卡的卸载方法

在使用双机软件过程中,如果系统是centos 5.x 默认系统安装完成后为xen内核,那么xen内核引导启动后就会有虚拟网卡(vethx、vif0.x、virbr0、xenbr1等)存在。

这就会直接导致双机软件的两台机器中都会有相同的IP地址存在(virbr0网卡的IP地址都为192.168.122.1)。所以会导致双机系统中的主机关机时,备机不会接管的现象。所以,需要将virbr0卸载掉:

  1. 执行命令:yum remove -y libvirt*,用ifconfig -a查看网卡virbr0是否卸载。

  2. 如果执行yum报错, 可以vi /etc/yum/plugincon.d/rhnplugin.conf然后将文件中的enable=1改成enable=0,目的是先禁用此功能,再执行yum remove libvirt进行卸载。

  3. 重启系统

二、卸载network manager

  1. yum remove NetworkManager –y

  2. 设置关闭图形化界面(安装图形化界面,是为了可以应用eclipse,一般应用服务器不会选择安装图形化)

    systemctl set-default multi-user.target

三、关闭不必要的服务

chkconfig nfs offchkconfig pcmcia offchkconfig lpd offchkconfig autofs offchkconfig anacron offchkconfig portmap offchkconfig isdn offchkconfig nfslock offchkconfig sendmail offchkconfig cups offchkconfig smartd offchkconfig bluetooth offchkconfig netfs offchkconfig rpcgssd offchkconfig rpcidmapd offchkconfig rpcbind offchkconfig pcscd offchkconfig smolt offchkconfig cups offchkconfig isdn offchkconfig ip6tables offsystemctl disable nfssystemctl disable pcmciasystemctl disable lpdsystemctl disable autofssystemctl disable anacronsystemctl disable portmapsystemctl disable isdnsystemctl disable nfslocksystemctl disable sendmailsystemctl disable cupssystemctl disable smartdsystemctl disable bluetoothsystemctl disable netfssystemctl disable rpcgssdsystemctl disable rpcidmapdsystemctl disable rpcbindsystemctl disable pcscdsystemctl disable smoltsystemctl disable cupssystemctl disable isdnsystemctl disable ip6tablessystemctl disable firewalld

四、常用包安装

yum -y install gccyum -y install gcc-c++yum -y install net-snmpyum -y install ntpyum -y install unzipyum -y install vim-enhancedyum -y install wgetyum -y install telnetyum -y install kernel-develyum -y install fingeryum -y install sshyum -y install nslookupyum -y install zlib-develyum -y install krb5-develyum -y install sysstatyum -y install lsofyum -y install fuseryum -y install bind-utilsyum -y install glancesyum -y install dstatyum -y install net-toolsyum -y install vimyum -y install wget
阅读原文内容投诉

免责声明:

① 本站未注明“稿件来源”的信息均来自网络整理。其文字、图片和音视频稿件的所属权归原作者所有。本站收集整理出于非商业性的教育和科研之目的,并不意味着本站赞同其观点或证实其内容的真实性。仅作为临时的测试数据,供内部测试之用。本站并未授权任何人以任何方式主动获取本站任何信息。

② 本站未注明“稿件来源”的临时测试数据将在测试完成后最终做删除处理。有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341

软考中级精品资料免费领

  • 历年真题答案解析
  • 备考技巧名师总结
  • 高频考点精准押题
  • 2024年上半年信息系统项目管理师第二批次真题及答案解析(完整版)

    难度     807人已做
    查看
  • 【考后总结】2024年5月26日信息系统项目管理师第2批次考情分析

    难度     351人已做
    查看
  • 【考后总结】2024年5月25日信息系统项目管理师第1批次考情分析

    难度     314人已做
    查看
  • 2024年上半年软考高项第一、二批次真题考点汇总(完整版)

    难度     433人已做
    查看
  • 2024年上半年系统架构设计师考试综合知识真题

    难度     221人已做
    查看

相关文章

发现更多好内容

猜你喜欢

AI推送时光机
位置:首页-资讯-人工智能
咦!没有更多了?去看看其它编程学习网 内容吧
首页课程
资料下载
问答资讯