[BKM]设置Solaris的主机名

来源:互联网 发布:淘宝李宁官方网店 编辑:程序博客网 时间:2024/05/10 23:58

This is probably a hacky wacky way.. but it helped me, so here it is... (Note, for the steps below, make sure your hostname is not fully qualified. ie, make it solaris-davest rather than solaris-davest.jf.intel.com).

  • Add your hostname to /etc/nodename

  • Run /sbin/ifconfig -a to figure out the network interface you use.

e1000g0: flags=201004843<UP,BROADCAST,RUNNING,MULTICAST,DHCP,IPv4,CoS> mtu 1500 index 2
inet 134.134.19.231 netmask ffffff00 broadcast 134.134.19.255
lo0: flags=2002000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv6,VIRTUAL> mtu 8252 index 1
  • Edit /etc/hostname.e1000g0 as below. Remember, its NOT a fully qualified name. Just the plain simple name of your host. Your domain name would be obtained when your system is assigned an IP address.

inet myhostname
Now just reboot, now your hostname should be visible via DNS to other hosts. You can also check with /sbin/nslookup to verify. 
原创粉丝点击