[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Is there a quick n dirty way to remove all virtual sites from a Raq4?
- Subject: Re: [cobalt-users] Is there a quick n dirty way to remove all virtual sites from a Raq4?
- From: Jeff Bilicki <jeff@xxxxxxxxxxx>
- Date: Tue Jul 8 07:23:01 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
> Is that for the sites only ?
> And how do you get rid of the users and dns records ?
> bob
All users are deleted when the vsite they live in is deleted.
To destory all dns records on RaQ3/RaQ4/RaQXTR
mv /etc/named/records /root/records.old
touch /etc/named/records
/usr/admserv/cgi-bin/.cobalt/dns/index.cgi < /dev/null > /dev/null
On RaQ550 grab this script and run it:
ftp://ftp-eng.cobalt.com/pub/users/jeffb/scripts/deldns.pl
Jeff-