[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-developers] Global change of virtual site IP address - RaQ2 & RaQ4
- Subject: Re: [cobalt-developers] Global change of virtual site IP address - RaQ2 & RaQ4
- From: Daniel Neuhaus <daniel.neuhaus@xxxxxxx>
- Date: Fri Aug 17 05:52:48 2001
- Organization: DNID
- List-id: Discussion Forum for developers on Sun Cobalt Networks products <cobalt-developers.list.cobalt.com>
Peter Dickson wrote on 16.08.2001:
> I'm moving a RaQ2 and a RaQ4 onto a different network so need to change the
> IP addresss of all the virtual sites.
> How do I make the change globally without having to go through the GUI as
> that will be painfully tedious!
if you use the Cobalt Migration Utility to migrate the sites, you
might change the ip-addresses in cmu.xml
perl -pi -e 's#200\.199\.198\.197#100\.101\.102\.103#' cmu.xml
this will change the ip-adress from 200.199.198.197 to
100.101.102.103
More tips:
http://list.cobalt.com/pipermail/cobalt-users/2001-June/046073.html
Regards,
Daniel