Rename objects

From Tech-Wiki
Revision as of 21:11, 2 May 2021 by Fabricio.Lima (Talk | contribs) (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...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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 pool1

It's advisable to revert back once finished:

(tmos)# modify /sys db mcpd.mvenabled value false