Forum Discussion
way to change the name of pool, VIP name in F5
You can check out this question which is pretty similar, but basically it depends on your version.
In versions previous to 11.6, I've heard that you can edit the bigip.conf file manually and save it, but from what I gather, that's not the most stable way to do it, and could cause some undesired headaches. From 11.6 there is the ability to change names on some objects. Here's a question about how to rename objects in 11.6, if you were to upgrade.
The way I've had to handle renaming objects in 11.5 is to find out what what all is referencing your pool (virtuals, irules, etc...), create the pool with the new name, and then update the configs to point to the new pool. Then you can delete the old pool. One simpler way to find that would be with the command
tmsh list ltm virtual (or rule, etc...), copy the configs that come up, find the ones referencing your pool, update the pool name, and then use within tmsh the load sys config from-terminal merge verify command to paste and verify your changes. Then take off the verify and you can merge your changes into the config. Then you could run the command tmsh delete ltm pool POOL_NAME_ORIGINAL. Should error if there's still existing (known) associations with anything Once those are resolves, you can delete it successfully.
Hope this helps
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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