Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
When you add to the supermasters table, what is the account row for? you are using admin in this example, but can’t seem to find out what its used for?
I am a newbie in Centos and I now I am try to configure DNS and Reverse DNS server. After trying several times the error kept showing up and getting worst day by day. Now I am looking forward to get assistance from a good volunteer to help get rid of this error in order for my DNS and Reverse DNS server to work fine.
I will be pasting the content of the configuration files bellow for you to have clear pictur:
After the Installation and configuration when I use the dig command then I got the following dig masterdns.anisehq.com
; <<>> DiG 9.8.2rc1-RedHat-9.8.2-0.37.rc1.el6_7.2 <<>> masterdns.anisehq.com ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 5226 ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION: ;masterdns.anisehq.com. IN A
;; ANSWER SECTION: masterdns.anisehq.com. 7199 IN A 110.74.133.89
;; Query time: 239 msec ;; SERVER: 192.168.101.4#53(192.168.101.4) ;; WHEN: Wed Aug 19 17:47:51 2015 ;; MSG SIZE rcvd: 55 It seems not been correct After the Installation and configuration when I use the nslookup command then I got the following nslookup 110.74.133.89 Server: 192.168.101.4 Address: 192.168.101.4#53
** server can’t find 89.133.74.110.in-addr.arpa.: NXDOMAIN There is problem with reverse DNS here
nslookup masterdns.anisehq.com Server: 192.168.101.4 Address: 192.168.101.4#53
Non-authoritative answer: Name: masterdns.anisehq.com Address: 110.74.133.89
Could you please help me to find out the error here. Thanks
Hi there and thanks for two very easy to follow guides for setting up PDNS. I am afraid, however, that I ran into trouble. I am working in a private environment running an evaluation until I am happy and then I am going to roll-out online.
So the difficulty that I ran into was at the MySQL level and I wasn’t sure why - the Master server was able to replicate the domain record to my slave, however none of the records were replicated, so when performing a dig on my slave, ns2, it was aware of the domain, but couldn’t point to it because none of the records were written to the records db-table.
So that was weird - I played around with UFW after a while in the hopes of getting it going but the problem did not appear to lie in that direction either. I looked around at all sorts of documentation, but I wasn’t able to resolve it at the time.
I am about to try the whole game again and I wondered if someone may be able to help with guidelines, or a, “Oh, I know what that is! Do this… and everything will work!” That would be great, thanks.
Thanks a lot for your guide. I’m thinking, in case of a disaster on the first DNS node (Master), how is it possible to make the second slave node to work as master and users be able to update their records?