Forum Discussion
Andy_Herrman_22
Nimbostratus
Apr 23, 2010CLI command to enable/disable pool member
I'm trying to write a shell script to automate some of the configuration needed for a deployment that's coming up. One of the changes I need to be able to make is to disable pool members.
The `bigpipe pool` command's help shows that I can add/remove members, but I'm not seeing a way to enable/disable them.
Is there a way to disable the pool members using the `bigpipe` command?
I'm running BIG-IP version 9.3.0.
Thanks!
- hoolio
Cirrostratus
These should work: - Maverick_80689
Nimbostratus
sorry to open this again but i cant seem to find the command to delete a pool member from a pool - nitass
Employee
e.g.bigpipe [root@ve10:Active] config b pool my_pool list pool my_pool { members { 10.10.10.10:20 {} 10.10.10.11:20 {} 10.10.10.12:20 {} } } [root@ve10:Active] config b pool my_pool member 10.10.10.10:20 delete [root@ve10:Active] config b pool my_pool list pool my_pool { members { 10.10.10.11:20 {} 10.10.10.12:20 {} } } tmsh root@ve10(Active)(tmos) list ltm pool my_pool ltm pool my_pool { members { 10.10.10.10:ftp-data { } 10.10.10.11:ftp-data { } 10.10.10.12:ftp-data { } } } root@ve10(Active)(tmos) modify ltm pool my_pool members delete { 10.10.10.10:20 } root@ve10(Active)(tmos) list ltm pool my_pool ltm pool my_pool { members { 10.10.10.11:ftp-data { } 10.10.10.12:ftp-data { } } }
- Maverick_80689
Nimbostratus
Thanks so much Nitass !! So we cant really modify the pool members using the shortcurt with apostrophe. If i add new members it will remove all of the previous pool members so i need to copy existing config and add the new options if i want to keep that config in place. Thanks for your help - nitass
Employee
how do i go back to my posts on devcentral? I have to google search this link again and come back here to read your reply, i dont see an option or link on myaccount here to reach here directly.i understand you can check "Check this box to subscribe to this topic" checkbox on top of this discussion. - What_Lies_Bene1
Cirrostratus
You can also click on your profile name (or picture) and get to the Member Profile page and from there click My Topics.
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