0
点赞
收藏
分享

微信扫一扫

RHEL 6.4 操作系统安装,保姆级贴心指导

JamFF 2022-10-25 阅读 157


作者:IT邦德
中国DBA联盟(ACDU)成员,目前从事DBA及程序编程
(Web\java\Python)工作,主要服务于生产制造
现拥有 Oracle 11g OCP/OCM、
Mysql、Oceanbase(OBCA)认证
分布式TBase\TDSQL数据库、国产达梦数据库以及红帽子认证
从业8年DBA工作,在数据库领域有丰富的经验
B站主播Oracle、Mysql、PG实战课程,请搜索:jeames007

擅长Oracle数据库运维开发,备份恢复,安装迁移,性能优化、故障应急处理等。

RHEL 6.4 操作系统安装,保姆级贴心指导_数据库

简介

安装 RedHat Enterprise Linux 6.4 64

1.新建虚拟机

RHEL 6.4 操作系统安装,保姆级贴心指导_mysql_02


RHEL 6.4 操作系统安装,保姆级贴心指导_linux_03


RHEL 6.4 操作系统安装,保姆级贴心指导_linux_04


RHEL 6.4 操作系统安装,保姆级贴心指导_数据库_05

2.RedHat Enterprise Linux 6.4 64 位系统安装

RHEL 6.4 操作系统安装,保姆级贴心指导_linux_06


RHEL 6.4 操作系统安装,保姆级贴心指导_数据库_07


RHEL 6.4 操作系统安装,保姆级贴心指导_linux_08


RHEL 6.4 操作系统安装,保姆级贴心指导_数据库_09


RHEL 6.4 操作系统安装,保姆级贴心指导_mysql_10

3.系统安装完成初始配置

配置本地主机名解析/etc/hosts
[root@rhel64 ~]# cat /etc/sysconfig/network
NETWORKING=yes
HOSTNAME=rhel64
GATEWAY=192.168.6.1

禁用防火墙、NetworkManager
[root@rhel64 ~]# chkconfig iptables off
[root@rhel64 ~]# chkconfig NetworkManager off
[root@rhel64 ~]# chkconfig --list iptables
iptables 0:off 1:off 2:off 3:off 4:off 5:off 6:off
[root@rhel64 ~]# chkconfig --list NetworkManager
NetworkManager 0:off 1:off 2:off 3:off 4:off 5:off 6:off
禁用 selinux

重启验证
[root@rhel64 ~]# reboot
[root@rhel64 ~]# getenforce
[root@rhel64 ~]# service iptabels stastus
[root@rhel64 ~]# service NetworkManager status

如果觉得文章对你有帮助,点赞、收藏、关注、评论,一键四连支持
您的批评指正是我写作的最大动力!

❤️ 技术交流可以 关注公众号:IT邦德 ❤️


举报

相关推荐

0 条评论