Hey everyone...I have a question...I know I can do this other ways, but I have a primary root DNS and another secondary DNS. The secondary DNS will server as the resolver for users while the primary is backing it up.. What I want to do create a program to ping the secondary to verify that's it's still up mainly using a cron job for various times. If the pings are unsuccessfuly, then the program will switch the primary DNS ip to what the secondary ip addrress and take over as a resolver. Once the secondary comes back online...The secondary will take back over as the primary resolver...Any ideas or examples on the type of program I should write....