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

That’s all.

0

Posted

in

by

Comments

2 tanggapan untuk “How To Change Hostname On Linux”

  1. Avatar Website Ideas

    Very interesting, Thanks :)

  2. […] Source: Jauhari.net Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages. […]

Tinggalkan Balasan

Alamat email Anda tidak akan dipublikasikan. Ruas yang wajib ditandai *

Situs ini menggunakan Akismet untuk mengurangi spam. Pelajari bagaimana data komentar Anda diproses.