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
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.