CentOs7.2重启出现30-dm-shutdown.sh问题

CentOs7.2重启出现30-dm-shutdown.sh问题

CentOs7.2关机或重启出现的30-dm-shutdown.sh错误 问题现象就是reboot或者shutdown时出现提示信息 “rm: cannot remove /lib/drauct/hooks/shutdown/30-dm-s…

Read More

Centos安装标准化测试环境

Centos安装标准化测试环境

[toc] 1.实验环境 1.1硬件设备准备 电脑一台,内存>=8G,可用磁盘空间大于80G 安装VMware Workstation Pro虚拟机软件,用于创建虚拟机 创建两台虚拟机,安装Centos7的64位系统 1.2实验环境详…

Read More

Centos7时间服务之Chrony搭建

Centos7时间服务之Chrony搭建

此处就不介绍了 网上类似的文章很多 1.系统环境 server端 ~]# cat /etc/redhat-release CentOS Linux release 7.2.1511 (Core) ~]# uname -r 3.10.0-32…

Read More

监控命令小结

监控命令小结

监控命令小结 1.查看硬件的温度/风扇转速,电脑有鲁大师,服务器用ipmitool,实现对服务器命令行的远程管理 ~]# yum install -y OpenIPMI ipmitool #-->IPMI在物理机可以安装,虚拟机不行 …

Read More

Centos7快速更改网卡名称

Centos7快速更改网卡名称

1.更改NAME DEVICE项为etho,如果有多块网卡需要改为eth1.... vim /etc/sysconfig/network-scripts/ifcfg-eno16777736 NAME=eth0 DEVICE=eth0 2.重…

Read More

Centos7适用小工具快速安装

Centos7适用小工具快速安装

Centos7适用小工具快速安装 [root@localhost ~]# yum install -y wget #安装wget ##<==更改为国内Base、epel源 [root@localhost ~]# wget -O /et…

Read More