G
Guest
I'm wondering if there is a method that I can use to update a DNS entry from the command line..
I'm wanting to do some low-end failover - basically when a server goes down, and an application sees that, it writes an update to the DNS entry, changing the IP address to another one. See my example..
Normal entries
ServerA 10.1.1.
ServerB 10.1.1.
Common 10.1.1.
Entries upon failure
ServerA 10.1.1.
ServerB 10.1.1.
Common 10.1.1.
Does a command line to do this exist?
I'm wanting to do some low-end failover - basically when a server goes down, and an application sees that, it writes an update to the DNS entry, changing the IP address to another one. See my example..
Normal entries
ServerA 10.1.1.
ServerB 10.1.1.
Common 10.1.1.
Entries upon failure
ServerA 10.1.1.
ServerB 10.1.1.
Common 10.1.1.
Does a command line to do this exist?