DNS issues due to cPanel automatic updates
Last Night cpanel updates and todays cpanel updates have created problems for DNS service on many Dedicated Servers. This has happened to those who had set automatic Updates to "Stable Version"
you will need to contact our support team to get this sorted. If you wish to sort this on your own then here is what you need to do from command line :-
cd /var/named/
ls -lh
Here you will see some zone files like eukhost.com.db.2007-12-03_22-20-59.836268312
you will need to copy this zone files to overwrite new zone files like this :-
cp eukhost.com.db eukhost.com.db-bak
cp eukhost.com.db.2007-12-03_22-20-59.836268312 eukhost.com.db
now you need to restore named.conf as well :-
cd /etc/
ls -lh named*
This will show something like named.conf.2007-12-03_22-20-59.836268312
You need to restore it to overwrite named.conf using following command :-
cp named.conf named-bak.conf
cp named.conf.2007-12-03_22-20-59.836268312 named.conf
now execute following command :-
/scripts/fixndc
and check status of DNS of one of your domain using following command :-
dig domain.com @localhost
This should return respective IP address associated with your domain. if it wont then contact our support team immediately.
__________________
UK Web Hosting || Business Hosting || eUKhost Knowledgebase
Toll Free : 0808 262 0255 || MSN : mark @ eukhost.com || AIM : eukmark
A bunch of Sheep led by a Lion is better than a bunch of Lions led by a Sheep.
__________________________________________________
Great Opportunity :: Join our Affiliate Program for FREE and earn 20% commission on each referral.
|