Forum Discussion
bert_92443
Nimbostratus
Sep 13, 2012Bigpip command to list all pool members under a specific vip
I have a bunch of vip and I need to disable all members under it. What is the bigpipe command that accomplish it quickly?
I need to disable the members before deleting the vip itself few days la...
Michael_Yates
Nimbostratus
Sep 13, 2012Hi Bert,
If you know the Pool Name you can perform a "bigpipe pool list" to get a list of the nodes in that pool and their status.
You can then perform a "bigpipe pool member down".
This will put the node in a Forced Down configuration.
Example:
bigpipe pool test.pool list
Results
pool test.pool {
lb method least conn
monitor all tcp
partition Production
members {
10.10.10.10:80 {}
20.20.20.20:80 {}
30.30.30.30:80 {}
}
}
b pool test.pool member 20.20.20.20:80 down
Results
pool test.pool {
lb method least conn
monitor all tcp
partition Production
members {
10.10.10.10:80 {}
20.20.20.20:80 {
down
}
30.30.30.30:80 {}
}
}
You can bring it back up by reversing the command:
b pool test.pool member 20.20.20.20:80 up
Hope this helps.
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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