This sections describes about the DHCP environment.
The migration operation is not officially supported on the DHCP based environment. Carefully execute the following approach. Before migration, ensure that the backup is taken and safely stored for all the TCA appliances including TCA-M and TCA-CPs.
As migration retains IP address of source VM (2.3), DHCP makes it difficult to retain the IP as old appliance may not have released the IP even if the VM is powered off. Usually, the DHCP assigns a different IP for the new VM (3.1). Therefore, you need to manually perform the following steps:
-
Do not use
e2e-migrate
CLI to begin with. -
Use
deploy
CLI to deploy new appliances (not yet powered on). -
Note the MAC Address of the new VM.
-
Create an IP binding rule on the DHCP server to ensure the new VM gets the same IP.
-
Repeat the step 4 for each VM that is migrated.
-
Use
e2e-migrate
CLI without-i
option to backup and migrate.
In case revert is needed:
-
Note the MAC Address of old VM.
-
Create an IP binding rule on the DHCP server to ensure that the old VM gets the same IP.
-
Repeat the step 2 for each VM that is being reverted.
-
Use
revert
CLI to revert.