Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reverted from v. 11

...

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

...

No.

Action

When is it used

Module

1

Conversions from one template format to another

...

When loading a new template and when conversions are requested

...

v2v-diskmanager

2a

Conversion of a template to RAW

Step 1 of creating a persistent VM

v2v-diskmanager

2b

Dumping a RAW template to a volume

Step 2 of creating a persistent VM

mechadora

3a

Dumping a volume to a RAW disk

Step 1 of creating an instance of a persistent VM

mechadora

3b

Conversion of RAW to an Abiquo format

Step 2 of creating an instance of a persistent VM

v2v-diskmanager

Note: the (a) and (b) actions are automatically executed by Abiquo in sequential order.

...

Possible issues with the BPM and V2V Server

...

The working folder for V2V Conversions is /opt/abiquo/v2v-conversions

The completed conversions are stored in the catalogue in the formats folder.

...

  • Check the mechadora process is running with

    • ps aux | grep mechadora

Using top

If a conversion is in progress and you are running "top", you will see the following:

...

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
  • You should set abiquo.rabbitmq.host to the IP address of the RabbitMQ Server. The default is the Abiquo Server.

  • The abiquo.datacenter.id should be a unique value for each datacenter and the same value as for the Remote Services server.

  • The other values should be set to appropriate values for your installation of RabbitMQ. You do not need to change these values for a default installation.
    See Abiquo configuration properties

...

Yes, the NFS Repository is required on the V2V Conversion Services machine. Check that the NFS repository is mounted in the correct location. You can use the "df" command for example. The default location is /opt/vm_repository

...

Check the appropriate ports are open for the V2V Server

...