Hostname Setup For Dedicated Server or VPS
hostname is the your server’s name that you want to set. For example if you want to set it server.domain.com. Always set the hostname with the DomainName that you owns.
1. http://IP/whm edit dns zone .. select your domain
server IN A YourSeverIPHere
www.server IN A YourSeverIPHere
OR
if you are using shell then you can simply append following lines there in
# vi /var/named/domain.com.db
server IN A YourSeverIPHere
www.server IN A YourSeverIPHere
Save the file
#service named reload
#rndc reload domain.com
2. WHM >> Basic cPanel/WHM Setup >> Hostname
or
Login to shell /server as a root and fire this command the second parameter will the hostname that you want to set.
hostname server.domain.com
3. Check /etc/hosts file that it is set properly.
You need to add there
87.117.200.71 server.mydomain.com server
server.mydomain.com is the hostname for this VPS then must add above live there, modify there as per your requirement.
Just confirm from some expert that you have set that properly, cause changing the hostname will affect few services on your server if you have not done that properly or have done any spelling mistake while setting hostname of your server.
4. Fire hostname on your server if it shows the hostname then you have set it properly. Its done now.
Cheers..!!

















