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:
To start with, after downloading the OWA file, I Import it as an Appliance into VirtualBox:
I accept the default configuration:
And start the Import, which does not take long:
After powering it up, changing passwords and confirm the initial configuration:
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
If you did not have a SuSE subscription, you could apply for 60-day Eval:
Next, I accept all recommended patches:
This can take a little while to download and install:
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:
After the restart, I add gcc:
And the kernel headers:
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:
sudo mount /dev/cdrom /mnt
sudo /mnt/VBoxLinuxAdditions.run
Now, my HANA 2.0 SPS 01, express edition on VirtualBox is fully operational.
No comments:
Post a Comment