SUSE Linux Enterprise Server 11 (x86_64)
VERSION = 11
PATCHLEVEL = 3
When I attempted to install veeamsnap (using "rpm -ivh veeamsnap-1.0.0.499-1.noarch.rpm"), I received an error stating that I was missing the following dependencies: dkms, gcc, make and kernel-devel
I tried installing the other two rpm files that were included with this beta package from Veeam ("veeam-1.0.0.499-1.el6.x86_64.rpm" and "veeam-1.0.0.499-1.suse.x86_64.rpm"), but was also missing dependencies with these as well.
If this is a production vCenter however it might be best to not attempt this with beta software and try this in a lab! Keep in mind that by default the license via vCenter doesn't have the SuSe license so there are 0 repo's added. If you however have an official suse license the following should work.
zypper in dkms
zypper in gcc
zypper in --type pattern devel_basis
If you don't have a license the above will fail or warn you it might break stuff and you'll have to search for all packages in rpm format, download and install these by hand. My advise is not to continue here but try it on a test machine!
However keep the following in mind from the known issues post:
• SUSE Linux 11.1 - 12.1 (seems to work, but there will be NO official support in the first release)
• openSUSE 11.3 - 13.2 (seems to work, but there will be NO official support in the first release)
After doing some tests with a new appliance I advise against this. It requires some packages which will downgrade and upgrade certain packages. There are packages not installed by default (not related to VAL) on the appliance and this ends up in breaking the appliance.