[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Manually remove dns settings



"George Ewing" <george@xxxxxxxxxxxx> wrote Friday, April 13, 2001 4:27 AM
> 
> Anyone know how to manually remove dns settings for vsites?
> 
I don't use the GUI and I would normally do the following;
(with the exception of /etc/named/records (used by the GUI))

(1) [save]edit /etc/named.conf  (on both master (primary) and slave (secondary)
     find a line with the vsite in it.
     delete the line.

(2) [save]edit /etc/named/records
     delete all lines that contain the vsite.

(3) Clean up
     Master (primary) delete pri.vsite.tld
     Slave (secondary) delete sec.vsite.tld

(4) run the command ndc restart

Gerald