Configuring Plug-in for SAP on Oracle
When you configure Veeam Plug-in settings, you set up integration settings between the SAP on Oracle server, Veeam Backup & Replication server and backup repositories where backup files will be stored.
Veeam Plug-in uses the SapOracleBackintConfigTool wizard to configure the integration settings. The wizard searches for all SAP on Oracle systems deployed on the server and creates the veeam_initSID.sap file for each system. Then, this file is used as an initialization profile for brbackup, brrestore and brarchive tools.
Depending on which version of Oracle Database is used, Veeam Plug-in stores the configuration file in the following directories.
- For Oracle 12 and later, the configuration file is stored at SAPDATA_HOME/sapprof.
- For Oracle 11, the configuration file is stored at ORACLE_HOME/dbs.
Important |
In some cases when Oracle Database and SAP central instance are running on different hosts, Veeam Plug-in may not be able to detect SAP instances during the configuration. In this case, you must perform the following:
|
- Log in to the Oracle Database server as a user with database administrator rights and run the following command to launch the Veeam Plug-in configuration tool. You do not need root privileges if you have configured group access as described in the Required Permissions section.
If you have extracted files form the .TAR.GZ archive, go to the /opt/veeam/VeeamPluginforSAPOracle folder and run the following command:
- Specify the DNS name or IP address of the Veeam Backup & Replication server that you want to use.
- Specify the port which will be used to communicate with the Veeam Backup & Replication server. Default port: 10006.
- Specify credentials to authenticate against the Veeam Backup & Replication server.
Important |
Mind the following:
To learn how to assign Veeam Backup & Replication roles, see the Roles and Users section of the Veeam Backup & Replication Guide.
|
- Select a backup repository where you want to store backups.
In the wizard dialog, you will see a list of available repositories. Enter the number of the target repository from the list.
Important |
Mind the following:
Otherwise, backup repositories will not be listed as available. To learn how to configure access and encryption settings on repositories, see Access and Encryption Settings on Repositories. |
- Specify the number of parallel data streams for each backup repository.
Enter number of data streams (From 1 to 32) to run in parallel: 4
Configuration result: An auxiliary initialization profile has been successfully created for SAP system "ODB": /oracle/ODB/sapprof/veeam_initODB.sap The created profile must be leveraged to perform backup and restore tasks by BR*Tools. |
Note that this parallelism setting applies only to backup and restore of Oracle datafiles. If you want to configure parallel channels for backup and restore of redo logs, see Configuring Parallelism for Redo Logs.
See the list of available commands for SapOracleBackintConfigTool:
Command | Description |
---|---|
--help | Shows the list of tool parameters. |
--show-config | Shows configuration parameters. |
--wizard | Starts the wizard to configure the plug-in settings. This wizard edits the veeam_config.xml file or creates a new one if the configuration file was removed from the /opt/veeam/VeeamPluginforSAPOracle/ directory. |
--set-credentials <"serv\username"> <password> | Specifies credentials to log in to the Veeam Backup & Replication server. |
--set-host <hostname> | Specifies the IP address or hostname of the Veeam Backup & Replication server. |
--set-port <port_number> | Specifies a port number that will be used to communicate with the Veeam Backup & Replication server. |
--set-repositories | Launches a wizard to select a backup repository. A backup repository is selected from repositories which are available in the connected Veeam Backup & Replication instance. |
--set-restore-server | [for System Copy] Specifies the backup that will be copied. |
--set-parallelism <number_of_channels> | Define the number of parallel channels that must be used to transfer Oracle datafiles during the backup and restore operations. You can set up to 32 channels. Note that the parallelism for redo logs is configured separately. For details, see Configuring Parallelism for Redo Logs. |
--map-backup | Maps the imported backup. |
--set-force-delete | Deletes backup files after specified days. |
--configure-restore-from-copy | Enables restore from backup copy. Note that if you enable restore from backup copy, you cannot back up databases with Veeam Plug-in. To revert changes, you must disable restore from backup copy. Note that when you launch the command, the wizard will ask you to reconfigure the catalog backup from backint to disk. |
--promote-backup-copy-to-primary | Maps the imported backup copy to a regular Veeam Plug-in backup chain. |