Forum Discussion
Ahsan_2380
Nimbostratus
Jan 09, 2009Configuration lost after License Renewal
Hi All
We were using Big IP ver 9.4.4 with production license.
We had to test caching module so a demo license was arranged.Now after testing was done...we tried to revert back to the ...
hoolio
Cirrostratus
Jan 12, 2009If you edit the bigip.conf and change any lines like this:
ramcache enable
to:
ramcache disable
the configuration should load. You can use a simple sed script to do this:
sed 's/ramcache enable/ramcache disable/g' /config/bigip.conf > /cofig/bigip.conf.ramcache_disabled
The output will be written to /cofig/bigip.conf.ramcache_disabled.
Copy your existing bigip.conf:
cp -p /config/bigip.conf /config/bigip.conf.ramcache_enabled
Copy the edited config to the default config file:
cp -p /cofig/bigip.conf.ramcache_disabled /config/bigip.conf
Then reload the configuration
b load
If you want to back out this change, you can recopy the original bigip.conf.
Aaron
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