How To Change Hostname On Linux

How To Change Hostname On Linux

I need to migrate my old database server (let say: intranet) to new server (intranet2). The software at the client was developed to be connected to server using hostname instead of IP address. I need to change the hostname of new server because I give it different hosname (of course it will causes a conflict if you have two machines with same name).

To change new server’s hostname from intranet2 to intranet, here are the steps:

  1. Login to Linux shell as root
  2. Run this command to change hostname

    hostname yournewhostname
    eg: hostname intranet (to change hostname to intranet)

  3. Edit hostname file to make sure that the hostname is set correctly when the server reboot

    Hostname file usually located at /etc/hostname

  4. Done
Source: Jauhari.net
Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google
  • StumbleUpon
  • Technorati
  • blogmarks
  • Blogsvine
  • Blue Dot
  • feedmelinks
  • Furl
  • Live
  • Ma.gnolia
  • Netvouz
  • NewsVine
  • Reddit
  • Slashdot
  • SphereIt
  • TailRank
  • Wikio
  • YahooMyWeb

Tags: , ,

Leave a Reply