2 identical Netcache's, 1 configured the way I want it, the other a blank slate.
Both running 5.0D6.
There seems to be no way to just take the config of one, change the IP (all the rest of the info is the same), and just stuff it back in the other cache.
Instead, there's some monumentally convoluted multi-cache configuration BS that has to be gone through.
Crap.
Am I the only person out there that just wants 2 caches to work alike?
And while the 5.0 GUI is vastly better than the 4.x gui, I am loathe to spend an hour clicking my way through all those damn screens *WHEN I HAVE A PERFECTLY GOOD CONFIGURATION FILE READY TO BE UPLOADED DAMMIT*.
There seems to be no way to just take the config of one, change the IP (all the rest of the info is the same), and just stuff it back in the other cache.
Well, the way I'd do it is pick an ftp or http server that I like, and type
show config.* > ftp://myserver/configsave.cfg
I'd remove the IP addresses and hostname from the file with an editor, then type
source ftp://myserver/configsave.cfg
on the new machine.
--bob--
When I typed the last message, I was sure I was going to get something wrong. Instead of
source ftp://myserver/configsave.cfg
use
set < ftp://myserver/configsave.cfg
--bob--