Forum Discussion
Steve-S_87321
Nimbostratus
Sep 10, 2007Restore config from Fireguard 4.6.2 build117 to 4.5PTF-07 Build18
Is it possible to restore a configuration from one BigIP version 4.6.2 build117 to BigIP 4.5PTF-07 Build18 ? They are both HA systems but we need to restore the configuration and I get the following when attempting to restore:
Hostname of UCS file is lb240f508.sysco.com, local hostname is lb240f511.sysco.com
Installing shared configuration on host lb240f511.sysco.com
Saving active configuration...
Creating UCS for config save request...
Script file does not exist:
Common.Bigip.CS.save.459.inst_post = "/usr/local/lib/configsync/sysip_inst_post"
Error accessing database.
Error: Error parsing configsync entry in database
Any ideas how I can get the config from one to another ?
- hoolio
Cirrostratus
Hi,fix sysip in /etc/snmpd.conf using either local.bigip.snmpd.sysip or local.bigip.ftb.myipaddr if [ -f /etc/snmpd.conf ]; then ipaddr=`/sbin/bigpipe db get local.bigip.snmpd.sysip 2>/dev/null \ | sed -e 's/.* = //' -e 's/"//g'` if [ X${ipaddr} = X ]; then ipaddr=`/sbin/bigpipe db get local.bigip.ftb.myipaddr 2>/dev/null \ | sed -e 's/.* = //' -e 's/"//g'` fi if [ X${ipaddr} != X ]; then see if anything needs to be done grep "^sysip.*${ipaddr}" /etc/snmpd.conf 2>&1 > /dev/null; if [ $? -ne 0 ]; then sed -e "s/^sysip.*/sysip ${ipaddr}/" \ < /etc/snmpd.conf > /tmp/snmpd.conf.$$ mv -f /tmp/snmpd.conf.$$ /etc/snmpd.conf fi fi fi
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