Forum Discussion
Using Partitions in production environment
Hello F5, I would like to ask you for your official statement/recommendation of using the configuration design with multiple partitions on BIG-IP systems.
Is it still recommended deployment?
Or is this a recommended deploy only in specific scenarios? If so, could you please state in what use cases you would recommend to opt in for multiple partitions system instead of utilizing vCMP hosts to logically separate the infrastructure?
There has been quite ongoing discussion regarding these and I would like to finally get an end to it :).
Thank you very much for your time and response.
1 Reply
- JN
Nimbostratus
oh, testing it now on v 11.4, but will need it to work on 11.2 (I know I'm doing it backwards). - JN
Nimbostratus
AND, I'm on a VE because I'm testing. Prod will be on hardware, not sure that makes a difference here. - JRahm
Admin
- JN
Nimbostratus
neither of those have configsync, they're just backup (that I can see). I got the backup & scp offload to work through the script, it's just the sync part that I'm missing. Plus icall is only on 11.4+ right?
- amolari
Cirrostratus
maybe you can try this..
DGName=$(tmsh list cm device-group one-line | grep sync-failover | awk -F' ' '{print $3}') echo "syncing now to DG $DGName" >> $logfile 2>&1 tmsh run cm config-sync to-group $DGName >> $logfile 2>&1 if [ $? -ne 0 ]; then echo "Error with config sync" >> $logfile 2>&1 error=1 fi
Recent Discussions
Related Content
* 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