Skip to main content

Strange "not authoritative" for only few domains after nameserver IP change

Comments

7 comments

  • cPanelMichael
    Hello :) How long ago did you make the change? It's possibly related to propagation time. Otherwise, you could try backing up, deleting, and creating the zone again for one of the domain names to see if that makes a difference. Thank you.
    0
  • Metro2
    Thanks cPanelMichael. It's been 6 days since the change and I lowered all TTLs as well. Definitely easy longer than same change has taken before and definitely way past propagation time. Again - 99.9% of all other domains and sites on the same servers do not have this issue. It's only a few and I would think that if it were a propagation issue then a lot more if not all Domains and sites would be affected. I will definitely try your suggestion to delete and recreate designed for one of the sites to see if that makes any difference. Edit - sorry for typos and bad grammar, trying to respond on the go from mobile device and I'm not very good without a keyboard
    0
  • cPanelMichael
    Please let us know the outcome after recreating the DNS zone for one of the affected domain names. Thank you.
    0
  • Metro2
    Hi cPanelMichael - I haven't gotten to this yet because I've been overwhelmed with urgent tickets and other tasks the past few days, but I'm hoping to get to it today. I will first need to contemplate the best / safest method for deleting and re-creating the zone on one of the affected domains to see how it goes. Your input on this and perhaps the actual steps that you would take if you were me would be quite welcome if you happen to have the time to respond to this request. Thank you again for your assistance and advice!
    0
  • cPanelMichael
    First, backup the zone:
    cp -a /var/named/$domain.com.db /root/$domain.com.db
    Next, delete the DNS zone, create it again, and then edit it via: "WHM Home " DNS Functions" When editing the zone, use the following command to see which missing entries you need to add:
    cat /root/$domain.com.db
    Thank you.
    0
  • Metro2
    Wow, that was fast, thank you!! Following your steps did indeed resolve the problem! One thing to note that might be a clue in all this and maybe helpful to anyone else who runs into this situation: When I performed the step WHM > DNS Functions > Delete Zone for the domain that I tested this on, the following message (I've swapped my clustered server hostnames with the word example) displayed: Zones Removed: example.com => deleted from exampleold1. Zones Removed: example.com => deleted from exampleold2. Zones Removed: example.com => deleted from exampleold3. Unable to remove zone example.com from the Bind configuration (named.conf) on exmaplenew1. The zone was possibly removed earlier on examplenew1. So basically - WHM had no problem deleting the zone all of the older servers in the cluster, but it could not delete it from the new server in the cluster, which also happens to be the one handling the new IP addresses for NS1 and NS3 in my own DNS config. That leads me to guess / speculate that maybe the trouble was initially started by the fact that MAYBE the new server is not syncing the DNS Zones properly for the few domains that were affected with this issue in the first place. I hope I'm getting close to the real source of the issue and that maybe this info is useful to someone else someday. However, obviously I could not have resolved this without the cPanel forum and cPanelMichael's help! THANK YOU SO MUCH! cPanelMichael - You guys should be allowed to have a tip jar or maybe Amazon Wish List on here so that we can give something back for your help in the forums. :)
    0
  • cPanelMichael
    That leads me to guess / speculate that maybe the trouble was initially started by the fact that MAYBE the new server is not syncing the DNS Zones properly for the few domains that were affected with this issue in the first place.

    You could add an example "A" record into the zone of one of these domains, and then review the zone on the other servers in the cluster to see if it automatically syncs the record. Thank you.
    0

Please sign in to leave a comment.