Forum Discussion
Export GTM Configuration to Text File
Hello all,
Trying to go through our GTM Wide IPs and confirm whether or not the " Verify Virtual Server Availability" check box is selected. I figured I could export the config via SCF and then search but it only shows the high level system items in the SCF file and not the GTM configurations. Is there a way to do this?
Thanks,
Brian
Verify virtual server availability is a checkbox in the GTM pool config. If you want to get just the pools that have this setting enabled, do this from bash shell:
tmsh list gtm pool all-properties one-line | grep "verify-member-availability enabled" > /var/tmp/poolswithverify.txt
This will output those pools and their configurations to the text file specified in the path.
- Cory_50405Noctilucent
Verify virtual server availability is a checkbox in the GTM pool config. If you want to get just the pools that have this setting enabled, do this from bash shell:
tmsh list gtm pool all-properties one-line | grep "verify-member-availability enabled" > /var/tmp/poolswithverify.txt
This will output those pools and their configurations to the text file specified in the path.
- Brian_Saunders1AltostratusThanks - that was helpful!
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