Exporting and Importing Plug-in Settings
You can export a Veeam Plug-in configuration file and apply the plug-in settings to other servers.
Important |
The password included in the configuration file is encrypted. Thus, after you import the configuration file, you must set the credentials manually in the Veeam Plug-in configuration wizard. |
To export the configuration file to another server, do the following:
For Linux or Unix
- On the server where Veeam Plug-in is installed, go to the /opt/veeam/VeeamPluginforOracleRMAN directory.
- Copy the Veeam Plug-in configuration file (veeam_config.xml) to the server where you want to configure the plug-in.
- Install Veeam Plug-in on the new server and place the copied XML file in the /opt/veeam/VeeamPluginforOracleRMAN folder.
- Set new credentials that Veeam Plug-in will use to log in to the Veeam Backup & Replication server using the following command:
OracleRMANConfigTool --set-credentials 'serv\username' 'password' |
For Microsoft Windows
- On the server where Veeam Plug-in is installed, go to the %PROGRAMFILES%\Veeam\VeeamPluginforOracleRMAN\ directory.
- Copy the veeam_config.xml file to the server where you want to configure the plug-in.
- Install Veeam Plug-in on the new server and place the copied XML file in the %PROGRAMFILES%\Veeam\VeeamPluginforOracleRMAN\ folder.
- Set new credentials that Veeam Plug-in will use to log in to the Veeam Backup & Replication server using the following command:
%PROGRAMFILES%\Veeam\VeeamPluginforOracleRMAN\OracleRMANConfigTool.exe --set-credentials "serv\username" "password" |