Forum Discussion
Mareeswaran_133
Nimbostratus
Sep 27, 2013Active - Standby Sync using TMSH commands
Hi all,
I included around 60 LTMs in HPNA due to some bugs in Enterprise Manager.
I updated SNMP strings using tmsh commands to all active LTMs. I need the command for sync the devices manu...
StephanManthey
Nacreous
Sep 27, 2013I just deleted my previous response. It was simply wrong.
In case all your devices belong to a SYNC-FAILOVER device group (i.e. 'device-group-failover'), you can synchronize them from CLI with the following command:tmsh run cm config-sync to-group device-group device-group-failover
Perhaps your SYNC-FAILOVER device group got a different name. You can check it as follows:
tmsh list cm device-group one-line | grep 'sync-failover' | awk '{print $3}'
By putting the command above in backticks you can combine it with the sync command in a single line:
tmsh run cm config-sync to-group `tmsh list cm device-group one-line | grep 'sync-failover' | awk '{print $3}'`
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