hostname設定方法 1 檢查hostnamelinux:~ # hostnamelinuxlinux:~ # hostname -i9.110.183.2122 設定hostname核心兩個檔案檔案1linux:~ # cat /etc/hosts## hosts This file describes a number of hostname-to-address# mappings for the TCP/IP subsystem. It is mostly# used at boot time, when no name servers are running.# On small systems, this file can be used instead of a# "named" name server.# Syntax:## IP-Address Full-Qualified-Hostname Short-Hostname# 127.0.0.1 feb01.cn.ibm.com localhost # special IPv6 addresses::1 localhost ipv6-localhost ipv6-loopback fe00::0 ipv6-localnet ff00::0 ipv6-mcastprefixff02::1 ipv6-allnodesff02::2 ipv6-allroutersff02::3 ipv6-allhosts9.110.183.212 linux.site linux#9.110.183.212 linux.site linux9.123.106.155 wplccdlvm310.cn.ibm.com9.123.115.136 dom65ldap.cn.ibm.com#9.110.183.212 feb01.cn.ibm.com檔案2vi /etc/sysconfig/network添加如下行HOSTNAME=feb01 上述兩種方式執行之後#hostname feb01#reboot