Solaris 11 Change hostname and IP address

1515阅读 0评论2012-10-31 随风飘来
分类:系统运维

change hostname:
  210  svccfg -s system/identity:node setprop config/nodename = astring: xafs100
  212  man svccfg
  213  svccfg -s system/identity:node listprop config
  214  svccfg -s system/identity:node setprop config/loopback = astring: xafs100

 
Change IP address:
  164  ipadm create-ip net0
  165  man ipadm
  66  ipadm create-addr -T static -a local=172.17.1.100/24
  167  ipadm create-addr -T static -a local=172.17.1.100/24 net0/v4
上一篇:Solaris 11 Change hostname and IP address
下一篇:Solaris clocks and the OS halt