Wednesday 28 June 2017

Make your HANA 2.0 SPS 01, express edition work on VirtualBox

In this blog, I am sharing my experience with making HANA 2.0 SPS 01, express edition work on VirtualBox. Many steps are like making it work on VMware, but I will point out some important differences.

To start with, after downloading the OWA file, I Import it as an Appliance into VirtualBox:

SAP HANA 2.0 SPS 01, express edition, VirtualBox



I accept the default configuration:

SAP HANA 2.0 SPS 01, express edition, VirtualBox

And start the Import, which does not take long:

SAP HANA 2.0 SPS 01, express edition, VirtualBox

After powering it up, changing passwords and confirm the initial configuration:

SAP HANA 2.0 SPS 01, express edition, VirtualBox

I launch the YaST Control Center to register my installation with SuSE to update and secure my system as well as add packages needed for the VirtualBox Guest Additions:

sudo yast

SAP HANA 2.0 SPS 01, express edition, VirtualBox

If you did not have a SuSE subscription, you could apply for 60-day Eval:

SAP HANA 2.0 SPS 01, express edition, VirtualBox

Next, I accept all recommended patches:

SAP HANA 2.0 SPS 01, express edition, VirtualBox

This can take a little while to download and install:

SAP HANA 2.0 SPS 01, express edition, VirtualBox

Since the kernel installations require a restart, I take advantage of this and Add an Optical Drive that I will need to add the VirtualBox Guest Additions:

SAP HANA 2.0 SPS 01, express edition, VirtualBox

After the restart, I add gcc:

SAP HANA 2.0 SPS 01, express edition, VirtualBox

And the kernel headers:

SAP HANA 2.0 SPS 01, express edition, VirtualBox

With this I uninstall the pre-delivered VMware Tools:

sudo vmware-uninstall-tools.pl

Next, I must allow for unsupported modules in /etc/modprobe.d/10-unsupported-modules.conf:

allow_unsupported_modules 1

With this, I am ready to install the VirtualBox Guest Additions:

SAP HANA 2.0 SPS 01, express edition, VirtualBox

sudo mount /dev/cdrom /mnt
sudo /mnt/VBoxLinuxAdditions.run

SAP HANA 2.0 SPS 01, express edition, VirtualBox

Now, my HANA 2.0 SPS 01, express edition on VirtualBox is fully operational.

No comments:

Post a Comment