...
This procedure was tested on Abiquo 5.1.0.
Requirements
- Rsync
Migration steps
1. Synchronize the NFS from the destination NFS
...
Code Block |
---|
#> mount -t nfs ORIGIN_IP:/opt/vm_repository /mnt #> mkdir /opt/vm_repository #> rsync -avvv /mnt/ /opt/vm_repository/ |
...
2. Stop Abiquo Server, Abiquo RS and Abiquo BPM
Stop the Tomcat servers in the correct order: 1. Abiquo Server, 2. Abiquo RS, 3. Abiquo BPM (V2V)
3. Synchronize the NFS again from the destination NFS
It is necessary to repeat Repeat the synchronization in case there are any changes
...
For your ESX hypervisors, you don't need to do anything, but we advise you to delete the old repository from the storage view manually
6. on Abiquo RS and Abiquo BPM (V2V), Edit /opt/abiquo/config/abiquo.
...
properties
Code Block |
---|
** Modify the property abiquo.appliancemanager.repositoryLocation and set the new IP of the NFS. abiquo.appliancemanager.repositoryLocation = NEW_IP:/opt/vm_repository ** Do the same if you have set the following values in your environment: abiquo.virtualfactory.hyperv.repositoryLocation abiquo.virtualfactory.xenserver.repositoryLocation |
7. Start Abiquo BPM, Abiquo RS and Abiquo Server
Restart the Tomcat servers in the correct order: 1. Abiquo BPM (V2V), 2. Abiquo RS, 3. Abiquo Server