jje Posted September 8, 2011 Posted September 8, 2011 Since ns1 and ns2 are both on different servers, sometimes the domain records become out of sync and the website fails to work. If you cannot access your domain and you have setup your nameservers correctly, then please use the HelioHost DNS Checker created by Piotr GRD: http://heliohost.grd.net.pl/dns-checker/ On the page, enter your domain or subdomain in the box, and the utility will check whether your domain's record exist on both nameservers (ie. both have 5 records). If the number of records on one nameserver is different from the other, then please post in this topic so the support administrators can fix it. Please note that if your account is new it might just be a matter of waiting to get your site online. Only post if you have been signed up for over 5 days. @admins: This is the synch command:/scripts/dnscluster syncall --full
Guest xaav Posted September 9, 2011 Posted September 9, 2011 We could just add this as a cron every 24 hours...
jje Posted September 9, 2011 Author Posted September 9, 2011 Good idea No idea how to do this though...
Guest xaav Posted September 14, 2011 Posted September 14, 2011 @jje It's `crontab -e`. If you don't know how to use vim, you can `export VISUAL=pico`. Set to run every night on stevie. Closing...
Ashoat Posted September 18, 2011 Posted September 18, 2011 FYI, I added " > /dev/null 2>&1" to the end so that I don't get emails.
Recommended Posts