刚不久安装了一台centos7,发现有很多的不同,现在说一下,我发现的不同的操作,希望大家在操作过程中发现了不同也记录下来,以被查询
与centos6一样,采用的是最小化安装,进入后用ifconfig查看网络情况,结果没这个命令,只能装一个了yum -y install net-tools,装好了之后,看看发现网卡没启动,到/etc/sysconfig/network-scripts/这个目录下去改发现网卡名也不一样了,以前是叫ifcfg-eht0,现在是这个ifcfg-enp4s0,改好了之后,用service network restart启动一下,这个还是可用。
想关掉防火墙:用service iptables stop结果是不行了出现:Redirecting to /bin/systemctl stop iptables.service
听说以systemd代替了upstart和system V,防火墙也改了,改成了firewalld,,以后的启动与关闭程序只能以 systemctl stop(或start) firewalld.service
抛砖引玉,大家每人补充一条吧!
确实这次大版本升级之后改变挺多的。
以后要习惯用systemd来管理服务了,这个在fedora已经存在很久了
我来说几个
6 7
永久改主机名地址 /etc/sysconfig/network /etc/hostname
安装系统时默认文件系统 ext3/ext4 xfs
忘记root密码 开始时在内核里面输入single或init=1或init=/bin/bash都能改 只能/bin/bash更改
暂时自己发现的就这么多
官方更新的内容链接
http://www.redhat.com/rhecm/rest-rhecm/jcr/repository/collaboration/jcr:system/jcr:versionStorage/6945bd2d0a05260142050b2f447f7fb5/1/jcr:frozenNode/rh:resourceFile
还有一个问题 在vmware9.0.2下安装rhel7.0时 识别不了scsi硬盘和网卡
安装centos7.0能识别
装mysql,直接出现mariadb
[root@host1 ~]# yum install mysql-server
Installing:
mariadb-galera-server x86_64 1:5.5.36-9.el7 openstack-icehouse 11 M
Installing for dependencies:
mariadb x86_64 1:5.5.37-1.el7_0 updates 8.9 M
perl-DBD-MySQL x86_64 4.023-5.el7 base 140 k
perl-DBI x86_64 1.627-4.el7 base 802 k
[root@openstack1 ~]# mysql
Welcome to the MariaDB monitor. Commands end with ; or \g.
Type ‘help;’ or ‘\h’ for help. Type ‘\c’ to clear the current input statement.
MariaDB [(none)]>
mysql确实已经从rhel里面除名了,技术安装mysql,最终也是安装mariadb