Veeam Environment Planning

Before you deploy Veeam Plug-in, keep in mind the following requirements and limitations.

For more information about Veeam Backup & Replication backup jobs, see Backup Job in Veeam Backup & Replication.

Hosting Environments

By default, for standalone servers, Veeam Plug-in uses the Oracle server hostname to create the name for the Veeam Backup & Replication backup job and backup folder. In some cases, different standalone servers can have the same hostname in multiple environments. The procedure below describes how to differentiate between standalone server names.

Keep in mind that for servers in Oracle RAC environments, Veeam Backup & Replication generates the backup job name based on the single client access name (SCAN) of the cluster. For more information about backup job naming methods, see Veeam Backup Job Name.

To identify standalone servers, do the following:

  1. Locate the Veeam configuration XML file. The path to the file differs depending on the OS of the machine where Veeam Plug-in is installed:
  • On machines running Linux or Unix OS: /opt/veeam/VeeamPluginforOracleRMAN/veeam_config.xml
  • On machines running Windows OS: %PROGRAMFILES%\Veeam\VeeamPluginforOracleRMAN\veeam_config.xml
  1. Add one of the following parameters to the <PluginParameters /> line in the Veeam configuration XML file:
  • The customServerName parameter:

<PluginParameters customServerName="<hostname.domain.tld>" />

where <hostname.domain.tld> is a custom name of the server.

After adding this parameter, Veeam Plug-in will use the specified custom name of the server to name the backup job and backup folder.

For example:

<PluginParameters customServerName="srv01.tech.local" />

  • The useFQDNInServerName parameter:

<PluginParameters useFQDNInServerName="true" />

After adding this parameter, Veeam Plug-in will use the fully qualified domain name (FQDN) of the server to name the backup job and backup folder.

Keep in mind that you must add the parameters to the existing line in the veeam_config.xml file. If you create a new line with the same name as the existing line, Veeam Plug-in will consider parameters only in the first detected line. Other parameters will be ignored.

 

Important

For security reasons, it is recommended to use separate repositories for different customers and limit the Veeam Repository Authentication to the specific customer.

Veeam Backup Job Name

RMAN Channels and Resource Consumption

Any parallel channel started by RMAN will use one Veeam backup repository task slot. By design, Oracle Standard Edition can work with one channel. Oracle Enterprise Edition has the option to use multiple channels and you can configure them in the Veeam Plug-in configuration wizard or at the ALLOCATE CHANNEL definition in RMAN scripts. It is recommended to carefully plan repository task slots, so that Oracle RMAN can work with multiple channels in parallel when configured.

The following hardware resources are recommended based on tests on Skylake processors:

These resources are recommended only if you use a dedicated backup repository for Veeam Plug-in backups. If you use the same backup repository for Veeam Plug-in backups and backups created by Veeam Backup & Replication or Veeam Agents, consider adding the mentioned above hardware resources based on usual load on your backup repository. For details on hardware requirements for a backup repository, see the System Requirements section of the Veeam Backup & Replication User Guide.

We recommend to contact your Veeam system engineer to optimize the channel settings and resource allocation. Also, consider the following:

  • It is recommended to use a separate backup repository for Veeam Plug-in backups.
  • The control file does not use a repository task slot and will be processed even if there are no free task slots.
  • Veeam Backup & Replication server: during manual metadata operations such as import of backup files, the Veeam Backup & Replication server needs additional 15 GB of RAM per 1 million files located in the same backup job folder.

 

Page updated 4/23/2024

Page content applies to build 12.1.1.56