Forum Discussion
ArunKumarV_3226
Oct 04, 2017Nimbostratus
Sytnax Error for unexpected argument "min-active-members" ""
I have a tmsh script and I'm getting error "" unexpected argument "min-active-members" "" Can you please help me out in fixing the script with the correct syntax.
create ltm pool pool-a-b-c { members add { nodea-1.2.3.4:1111 { address 1.2.3.4 priority-group 2 } } { nodeb-5.6.7.8:2222 { address 5.6.7.8 priority-group 1 } } min-active-members 1 monitor /Common/tcp_half_open }
Thanks in Advance
Try this, should work for you...
create ltm pool pool-a-b-c members add { nodea-1.2.3.4:1111 { address 1.2.3.4 priority-group 2 } nodeb-5.6.7.8:2222 { address 5.6.7.8 priority-group 1 } } min-active-members 1 monitor /Common/tcp_half_open
- Kevin_Davies_40Nacreous
Try this, should work for you...
create ltm pool pool-a-b-c members add { nodea-1.2.3.4:1111 { address 1.2.3.4 priority-group 2 } nodeb-5.6.7.8:2222 { address 5.6.7.8 priority-group 1 } } min-active-members 1 monitor /Common/tcp_half_open
- ArunKumarV_3226Nimbostratus
It worked Kevin thanks for the quick response!
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