Quick Start
Table Of Contents
- 1 What is Acronis Backup Advanced for vCloud?
- 2 Software requirements
- 3 Components
- 4 What you need to start
- 5 Step-by-step instructions
- 5.1 Installing and configuring RabbitMQ Server
- 5.2 Installing Acronis Backup Advanced for vCloud
- 5.3 Enabling backup for an organization
- 5.4 Backing up virtual machines
- 5.5 Applying a backup plan
- 5.6 Overwriting a virtual machine with its backed-up version
- 5.7 Recovering a virtual machine
- 5.8 Recovering files from a virtual machine backup
7 Copyright © Acronis International GmbH, 2002-2014
5 Step-by-step instructions
The following steps will guide you through the installation and basic use of Acronis Backup Advanced
for vCloud. They describe how to:
Install and configure the main components of the product and the required software.
Enable the backup service for an organization.
Back up organization's virtual machines.
Apply a backup plan to the virtual machines.
Overwrite a virtual machine with its earlier version.
Recover a virtual machine.
5.1 Installing and configuring RabbitMQ Server
Agent for vCloud obtains events from vCloud Director via the RabbitMQ Server AMQP broker.
If your vCloud Director already uses a RabbitMQ Server, make sure that the exchange type is set to
topic, and continue to "Installing Acronis Backup Advanced for vCloud" (p. 8).
If RabbitMQ Server is already installed, but not used by vCloud Director, skip to step 5 of the
following procedure.
To install and configure RabbitMQ Server
1. Download RabbitMQ Server from http://www.rabbitmq.com/download.html.
2. If you want to install RabbitMQ Server on a machine running Windows, download and run Erlang
Windows Binary File, which is available at http://www.erlang.org/download.html.
3. Follow the RabbitMQ installation instructions to install RabbitMQ on any convenient host. The
host must have network access to vCloud Director.
4. The RabbitMQ management plug-in is required so that you can configure RabbitMQ Server. Do
one of the following, depending on the operating system of the RabbitMQ Server host:
In Linux, run the following commands:
rabbitmq-plugins enable rabbitmq_management
service rabbitmq-server stop
service rabbitmq-server start
In Windows:
Go to Start > All programs > RabbitMQ Server > RabbitMQ Command Prompt.
Ensure that the command prompt shows the folder containing the RabbitMQ Server
executable files, such as C:\Program Files\RabbitMQ Server\rabbitmq_server-3.1.5\sbin.
If necessary, change the folder by using the cd command.
Run the following command: rabbitmq-plugins enable rabbitmq_management
Run Start > All programs > RabbitMQ Server > RabbitMQ Service - stop.
Run Start > All programs > RabbitMQ Server > RabbitMQ Service - start.
5. Open a web browser and go to the RabbitMQ Server Web UI located at: http://<server
name>:15672/. Here, <server name> is the address of the RabbitMQ Server host.
6. Provide the credentials of a RabbitMQ Server user. The default credentials are:
User name: guest