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

Re: [cobalt-users] Cobalt Migration utility



>>Will the new machine automatically assign and
>>replace the IPs of the transferred virtual sites with the available
>>IPs on the network?  Or will the new machine retain the IPs and
>>other DNS configuration of the tranferred virtual sites and then
>>we have to manually change everything?
> I've never tried a RaQ3-RaQ4 migration, only 2-3, but when I migrated, the
> old IP's were kept on the new sites on the new RaQ3. I had to change the
> IP's of the sites manually, one by one :-(. Still, I think it's a good tool.
> Paul

You can also directly edit the cmu.xml file to change the ip 
addresses before importing.  Or you can use search and replace 
like this:
perl -pi -e 's#10\.10\.10\.10#172\.16\.10\.10#' cmu.xml
 
Do you think cmuImport could benefit from a -i [ip] option which remaps all
vsite ips to the new ip, or something that does it on a site by site basis?

Jeff-