[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Manually remove dns settings
- Subject: Re: [cobalt-users] Manually remove dns settings
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Thu Apr 12 18:23:01 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
"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