Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The server has two main modules: v2v-diskmanager and mechadora.

  • v2v-diskmanager performs format conversions

  • mechadora performs dumps to volumes and reads from volumes and disks.

The v2v-diskmanager uses two utilities to convert templates: qemu and vBoxManageSVC.

...

When does the business process manager / V2V conversion manager run?

...

The completed conversions are stored in the catalogue (on the NFS repository) in the formats folder.

...

Check a V2V conversion that is in progress

...

If a conversion is in progress, the v2v-diskmanager and mechadora processes will be running. You can check them with the following commands.

  • Check the mechadora process is running with ps aux | grep mechadora

...

The V2V properties are shown in the following sample file (by default this is: /opt/abiquo/config/examples/abiquo.properties.v2v)

Sample abiquo.properties on V2V Server

Code Block
[remote-services]
abiquo.rabbitmq.host = <RabbitMQ-Server-IP>
abiquo.rabbitmq.port = 5672
abiquo.rabbitmq.username = guest
abiquo.rabbitmq.password = guest
abiquo.datacenter.id = Abiquo

...