Linux修改hostname的常用操作方法是——手工在/etc/sysconfig/network中追加"HOSTNAME=xxxxx"并重启系统,这个方法在Oracle Linux 7中是不生效的。
那么在Oracle Linux 7中怎么配置hostname?
来源于:
How to Configure hostname in Oracle Linux 7 (Doc ID 2049221.1)
解决方案:
请使用如下三种方法的任意一种来修改Oracle Linux 7中的主机名
1. use hostname control utility: hsotnamectl
2. use NetworkManager command line tool: nmcli
3. edit /etc/hostname file directly (a reboot afterwards is required)
1. Use hsotnamectl which is a command-line client to systemd-hostnamed service
Get current hostname status:
为海伦等地区用户提供了全套网页设计制作服务,及海伦网站建设行业解决方案。主营业务为成都做网站、成都网站设计、海伦网站设计,以传统方式定制建设网站,并提供域名空间备案等一条龙服务,秉承以专业、用心的态度为用户提供真诚的服务。我们深信只要达到每一位用户的要求,就会得到认可,从而选择与我们长期合作。这样,我们也可以走得更远!
[root@localhost ~]# hostnamectl status
Static hostname: localhost.localdomain
Operating System: Oracle Linux Server 7.1
CPE OS Name: cpe:/o:oracle:linux:7:1
Kernel: Linux 3.8.13-55.1.6.el7uek.x86_64
Architecture: x86_64
Set hostname:
[root@localhost ~]# hostnamectl set-hostname oraclelinux.oracle.com
[root@localhost ~]#
Re-login terminal session:
[root@oraclelinux ~]# hostnamectl status
Static hostname: oraclelinux.oracle.com
Operating System: Oracle Linux Server 7.1
CPE OS Name: cpe:/o:oracle:linux:7:1
Kernel: Linux 3.8.13-55.1.6.el7uek.x86_64
Architecture: x86_64
2. nmcli
Check current hostname:
[root@localhost ~]# nmcli general hostname
localhost.localdomain
Modify hostname and restart ystemd-hostnamed service:
[root@localhost ~]# nmcli general hostname oraclelinux.oracle.com
[root@localhost ~]# systemctl restart systemd-hostnamed
Re-login terminal session:
[root@oraclelinux ~]# hostname
oraclelinux.oracle.com
3. Edit /etc/hostname
View current content:
[root@localhost ~]# cat /etc/hostname
localhost.localdomain
Replace file content with new hostname:
[root@localhost ~]# echo "oraclelinux.oracle.com" > /etc/hostname
[root@localhost ~]# cat /etc/hostname
oraclelinux.oracle.com
Restart system and verify:
[root@oraclelinux ~]# hostname
oraclelinux.oracle.com
本文题目:OracleLinux7修改hostname
网页网址:/article18/pdddgp.html
成都网站建设公司_创新互联,为您提供微信小程序、服务器托管、手机网站建设、关键词优化、全网营销推广、网站内链
广告
声明:本网站发布的内容(图片、视频和文字)以用户投稿、用户转载内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。文章观点不代表本网站立场,如需处理请联系客服。电话:028-86922220;邮箱:631063699@qq.com。内容未经允许不得转载,或转载时需注明来源:
创新互联