Upgrading Veeam Plug-In for SAP MaxDB
Periodically, Veeam releases a new version of Veeam Backup & Replication that contains new features and bug fixes. The release package also contains a new version of Veeam Plug-Ins.
Veeam Backup & Replication 13 supports different versions of Veeam Plug-In depending on which OS is running on the backup server:
- Veeam Backup & Replication on Linux supports management of Veeam Plug-Ins 13. Management of previous versions of Veeam Plug-Ins is not supported.
- Veeam Backup & Replication on Microsoft Windows supports management of Veeam Plug-Ins 12.3.2.4165 and later.
Note that Veeam Backup & Replication must be the same or later than the version of Veeam Plug-In. If you want to use the latest functionality, you must upgrade both Veeam Backup & Replication and Veeam Plug-In to the latest version. If you use an earlier Veeam Plug-In build, it may not have all the features and bug fixes introduced in your Veeam Backup & Replication version. To learn more about the Veeam Plug-In builds included in Veeam Backup & Replication installation ISO files, see this Veeam KB article.
To restore data from a backup, the version of Veeam Plug-In must be the same or later than the version that created the backup. Restore with an earlier version of Veeam Plug-In from a backup created with a later version is not supported and may cause the restore to fail. This limitation applies to build numbers, not only major versions. For example, you cannot use Veeam Plug-In build 13.0.1.1071 to restore data from a backup created with build 13.0.1.2067.
Important |
|
Consider the following:
|
Before You Begin
Veeam Plug-In installation files are included in the installation image of Veeam Backup & Replication and available for download from veeam.com. You must get the installation files on the SAP MaxDB server. To do this, perform the following steps:
Using the Veeam Backup & Replication installation image
- Mount the Veeam Backup & Replication installation image.
You can download the latest version of the Veeam Backup & Replication installation image from this Veeam webpage.
- Open the mounted image and find the following packages:
- [For Linux] In the \Packages folder, find the openssl-fips-redistributable-3.1.2-3.1.2.2-1.x86_64.rpm package.
- [For Linux] In the \Plugins\SAP MaxDB\Linux folder, find the Veeam Plug-In installation file that suits your OS.
- [For IBM AIX] In the \Plugins\SAP MaxDB\AIX\ppc64 folder, find the VeeamPluginforSAPMaxDB-13.1.0.411-1.aix6.1.ppc.rpm package.
- Upload packages that you need to the SAP MaxDB server.
Using veeam.com
- Download the current setup archive for Veeam Plug-In for SAP MaxDB from this Veeam webpage.
- Open the setup archive and find the following packages:
- [For Linux] In the \VeeamPluginforSAPMaxDB-13.1.0.411\openssl-fips-redistributable-3.1.2 folder, find the openssl-fips-redistributable-3.1.2-3.1.2.2-1.x86_64.rpm package.
- [For Linux] In the \VeeamPluginforSAPMaxDB-13.1.0.411\x64 folder, find the Veeam Plug-In installation file that suits your OS.
- [For IBM AIX] In the \VeeamPluginforSAPMaxDB-13.1.0.411\AIX\ppc64 folder, find the VeeamPluginforSAPMaxDB-13.1.0.411-1.aix6.1.ppc.rpm package.
- Upload packages that you need to the SAP MaxDB server.
After you uploaded the files, you can upgrade Veeam Plug-In. The upgrade procedure depends on the type of package and OS that you use:
After the upgrade, you do not need to reconfigure Veeam Plug-In, the plug-in configuration files will be preserved.
Upgrading Plug-In on Linux (.RPM)
To upgrade Veeam Plug-In for SAP MaxDB on a Linux machine, do the following:
- Upload openssl-fips-redistributable-3.1.2-3.1.2.2-1.x86_64.rpm and VeeamPluginforSAPMaxDB-13.1.0.411-1.x86_64.rpm packages to the SAP MaxDB server.
- To upgrade Veeam Plug-In, run the following commands:
- Install the openssl-fips-redistributable-3.1.2 package that is required for the Veeam Plug-In functioning:
rpm -i openssl-fips-redistributable-3.1.2-3.1.2.2-1.x86_64.rpm |
- To upgrade Veeam Plug-In, run the following command:
rpm -U VeeamPluginforSAPMaxDB-13.1.0.411-1.x86_64.rpm |
Tip |
To find out which version of Veeam Plug-In is installed on your server, you can use the following command: rpm -qa | grep VeeamPlugin |
Upgrading Plug-In on Linux (.TAR.GZ)
To upgrade Veeam Plug-In for SAP MaxDB on a Linux machine from the archive, do the following:
- Upload openssl-fips-redistributable-3.1.2-3.1.2.2-1.x86_64.rpm and VeeamPluginforSAPMaxDB.tar.gz files to the SAP MaxDB server.
- Install the openssl-fips-redistributable-3.1.2 package that is required for the Veeam Plug-In functioning:
rpm -i openssl-fips-redistributable-3.1.2-3.1.2.2-1.x86_64.rpm |
- Unpack the plug-in files from the archive to the /opt/veeam directory. Old Veeam Plug-In files will be replaced by new files.
tar -xzvf VeeamPluginforSAPMaxDB.tar.gz -C /opt/veeam |
To upgrade Veeam Plug-In for SAP MaxDB on an IBM AIX machine, do the following:
- Upload the VeeamPluginforSAPMaxDB-13.1.0.411-1.aix6.1.ppc.rpm package to the SAP MaxDB server.
- To upgrade Veeam Plug-In, run the following command. Note that the operation requires root privileges.
rpm -U VeeamPluginforSAPMaxDB-13.1.0.411-1.aix6.1.ppc.rpm |