Difference between revisions of "Rename objects"
From Tech-Wiki
(Created page with "Category:F5 Networks '''Back to Local Traffic Mananger''' In order to rename one object, you have 3 options. Edit bigip.conf Crea...") |
|||
Line 12: | Line 12: | ||
Then you can rename the object: | Then you can rename the object: | ||
− | (tmos)# mv ltm pool1 | + | (tmos)# mv ltm pool pool1 poolX |
+ | (tmos)# mv ltm virtual vs1 vsX | ||
It's advisable to revert back once finished: | It's advisable to revert back once finished: | ||
(tmos)# modify /sys db mcpd.mvenabled value false | (tmos)# modify /sys db mcpd.mvenabled value false |
Revision as of 20:20, 2 May 2021
Back to Local Traffic Mananger
In order to rename one object, you have 3 options.
Edit bigip.conf
Create new object and switch over during change window (might require dummy IP), then delete old one
Enable the MV operation (this might restart TMM and cause failover):
(tmos)# modify /sys db mcpd.mvenabled value true
Then you can rename the object:
(tmos)# mv ltm pool pool1 poolX (tmos)# mv ltm virtual vs1 vsX
It's advisable to revert back once finished:
(tmos)# modify /sys db mcpd.mvenabled value false