Difference between revisions of "Rename objects"
From Tech-Wiki
(One intermediate revision by the same user not shown) | |||
Line 4: | Line 4: | ||
In order to rename one object, you have 3 options. | In order to rename one object, you have 3 options. | ||
− | Edit bigip.conf | + | Edit /config/(partition)/bigip.conf |
Create new object and switch over during change window (might require dummy IP), then delete old one | Create new object and switch over during change window (might require dummy IP), then delete old one |
Latest revision as of 20:24, 2 May 2021
Back to Local Traffic Mananger
In order to rename one object, you have 3 options.
Edit /config/(partition)/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