Learn how to set up a Veeam Backup & Replication server, then register it with an OVHcloud Veeam Enterprise license server.
Veeam Backup & Replication is a data protection software. It offers its users a wide range of options for backing up, replicating, and restoring their data.
Requirements
- a Veeam Enterprise solution
- Windows Server 2012 or a newer version
Instructions
Setting up Veeam Backup & Replication
Download the Veeam Backup & Replication solution from the Veeam website. Use the passphrase: OVHcloudShare.
The file will appear in ISO disk image format. Once you have transferred it onto your server, select the server’s CD reader, then select the image.
On the server, you can then launch the installation wizard. Select Veeam Backup & Replication (Install)
.
After you have read the license agreement, click I Accept
.
Click Next
to skip the step of opening a license file.
Review the installation settings and click Install
.
Next, wait for the installation to complete.
Once it is complete, exit the installation wizard by clicking Finish
.
Creating a Veeam Enterprise service account
Step 1: Launch a service account
You will need to generate a complex password.
To begin, launch Windows Powershell as an administrator.
Next, create a service account, entering these lines of command:
New-LocalUser "OVHVeeamEnterprise" -Password (ConvertTo-SecureString -AsPlainText "P@ssword01" -Force)-Description "OVHcloud Service Account for Veeam Enterprise" -PasswordNeverExpires:$true -UserMayNotChangePassword:$true -AccountNeverExpires:$true
Please note that the account name and password shown here are examples, and must be replaced with your own details:
- Account name: OVHVeeamEnterprise
- Password: P@ssword01
Step 2: Define the service account authorizations
Launch the Veeam console.
Check that it is in Community Edition mode.
Go to the menu, and click Users and Roles
.
In the Security window, select Add...
.
Then, in the “Add User” window, enter the service account name you have created. Select the Veeam Backup Administrator role and confirm by clicking OK
.
If you go back to the Security window, you can check that the account has been defined properly.
Launch and Activation Permissions
The OVHVeeamEnterprise user is only accessible locally, so it is necessary to add permissions in the Windows graphical user interface to enable the remote connection.
Via the graphical user interface:
- In your Windows search bar, type
Component Services
and launch the service. - On the left menu and following the tree structure, click on
Component Services
, then onComputers
, then onMy Computer
. - On the right, under the
Actions
tab, click onMore Actions
, then onProperties
. - Go to
COM Security
, underneath the second sectionLaunch and Activation Permissions
, and click onEdit Limits
. Next, click onAdd...
.
- Click on
Advanced
to locate the previously added service account and click onFind Now
. Select theOVHVeeamEnterprise
user from the list of users.
- Click on
OK
to confirm the selection, and onOK
to validate. Next, enable all permissions on theOVHVeeamEnterprise
user.
- Click on
OK
to confirm and onApply
to validate the changes.
Your OVHVeeamEnterprise user is now accessible locally and remotely.
Step 3: Register the Veeam Backup & Replication server
Using the OVHcloud Control Panel
In your OVHcloud Control Panel, open the Hosted Private Cloud
section and select your service labeled backupserverenterprise from Platforms and services
. On this page, click on Activate license
in the Shortcuts
box.
In the new window, enter the following information:
- The public IP address through which your Veeam Backup & Replication server can be reached.
- The port of your Veeam Backup & Replication server (usually 9392/TCP).
- The login credentials you have created previously (user name and password).
Validate by clicking OK
.
Once the activation is complete, you will find the main information on the service page.
Using the OVHcloud API
First, retrieve your serviceName:
Then register it:
POST /veeam/veeamEnterprise/{serviceName}/register
You will need the following information:
- the public IP address that can be used to contact your Veeam Backup & Replication server
- your server’s Veeam Backup & Replication port (usually 9392/TCP)
- the login for the account you have just created
- the password for your service account
You can retrieve the public IP used by Veeam Enterprise to contact your Veeam Backup & Replication server via:
GET /veeam/veeamEnterprise/{serviceName}
Step 4: Verify the registration
Launch the Veeam console.
Go to the menu, then click License
.
Check that the information displayed is definitely for your OVHcloud license.
Go further
For more information and tutorials, please see our other Hosted Private Cloud support guides or explore the guides for other OVHcloud products and services.