Error reloading bind on server rndc: subdomain creation error

September 5, 2009 • By admincPanel

If you are getting following error while creating the subdomain

Error reloading bind on ServerName: rndc:

Then you need to check the named configuration file that is /etc/named.conf something is messed up there.

Try to reload the named and if its giving you any error like Error reloading bind then run this script

/scripts/fixrndc

If its that even gives you any  like /var/named/domain.com.db does not exist, unable to locate error then run

/scripts/cleandns8

It will remove zone without corresponding file. Then run

/script/fixndc -fv


Then run /scripts/cleandns or /scripts/cleandns8 and reload named that will solve your problem. )