Forum Discussion
sprashanthac_81
Dec 09, 2010Nimbostratus
Is .ucs file editable, if so how to compress it back ??
We copied the .ucs file from one 6900 machine to another lab 6900 machine. The changes we see are that of the License and the Registration key... now if we want to replicate just the configuration is ...
Hamish
Dec 09, 2010Cirrocumulus
It's a gzipped tar file... Should be simply...
1. Create a directory to old the contents of the archive
mkdir ucs
2. Change to the new ucs directory
cd ucs
3. extract the files from the archive
gzip -dc /full/path/to/whatever.ucs | tar xvpf -
2. Edit whichever files you want...
3. Create a new ucs file
tar cvf - * | gzip -c > /full/path/to/whatever_new.ucs
Note.
* The ucs directory is empty, so when/if the ucs file contents change, this method will still work (Because it'll all be relative to this new empty directory).
H
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects