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