Showing posts with label AIX - Network -Changing the HOST Name. Show all posts
Showing posts with label AIX - Network -Changing the HOST Name. Show all posts

Monday, May 4, 2009

AIX - Network -Changing the HOST Name

AIX - Network -Changing the HOST Name

Using hostname command we can change the host name

#hostname (It will display existing host name)
ServerA

#hostname ServerB

#hostname ServerB

ServerA host name is changed to ServerB
Or
Using chdev command to change the hostname for inet0

#chdev –l inet0 –a hostname=ServerB