Skip to Content
Author's profile photo Frank Schuler

Extending a Cross-Technology End-to-End Scenarios to include the SAP HANA Cloud Connector (Part 1)

You might have come across these excellent Cross-Technology End-to-End Scenarios before.

In this blog I am describing to extend the Develop a cloud-based Web application with back-end connectivity (read-only) tutorial to include the SAP HANA Cloud Connector into the scenario.

While you could use any virtual machine software for the SAP HANA Cloud Connector installation I chose VMware Player because of its easy install option for SUSE Linux Enterprise Server. Please ensure proper licensing if you chose to use your VMware based SAP HANA Cloud connector commercially.

/wp-content/uploads/2013/08/vmware_256661.jpg

With the ISO image downloaded you create a new virtual machine by pointing the New Virtual Machine Wizard at it.

/wp-content/uploads/2013/08/wizard_256660.jpg

VWware detects that you intend to install SUSE Linux Enterprise 11 and asks you for the users details and password.

/wp-content/uploads/2013/08/user_256663.jpg

Give the virtual machine any name you like and confirm its suggested location.

/wp-content/uploads/2013/08/name_256664.jpg

The default 20 GB are sufficient for the SAP HANA Cloud Connector on SLES 11.

/wp-content/uploads/2013/08/disk_256665.jpg

However the defaults 768 MB of memory are not sufficient.

/wp-content/uploads/2013/08/customize_256666.jpg

Therefore you have to customize hardware and double the memory to 1536 MB.

/wp-content/uploads/2013/08/memory_256667.jpg

and finish.

/wp-content/uploads/2013/08/finish_256668.jpg

VMware Player then automatically installs SUSE Linux Enterprise 11.

/wp-content/uploads/2013/08/install_256669.jpg

Even VMware tools are installed automatically.

/wp-content/uploads/2013/08/tools_256670.jpg

The next thing you have to do is logging in with the root user and the password you specified earlier.

/wp-content/uploads/2013/08/login_256671.jpg

The SAP HANA Cloud Connector installation is very well described in the SAP HANA Cloud Platform Documentation.

First, you will have to update your SUSE Linux Enterprise 11 installation. For this select Online Update from the YaST Control Centre.

YaST.jpg

To do so you will have to configure an update repository.

/wp-content/uploads/2013/08/repository_256676.jpg

Which requires a registration of your free 60-day evaluation of SUSE Linux Enterprise Server.

/wp-content/uploads/2013/08/register_256677.jpg

You then accept the suggested update for the package manager zypper.

/wp-content/uploads/2013/08/zypper_256678.jpg

After updating itself the package management will restart.

/wp-content/uploads/2013/08/package_256679.jpg

Just accept the suggested updates to get your SUSE Linux Enterprise 11 installation fully patched.

/wp-content/uploads/2013/08/patch_256681.jpg

Next you have to install a Java virtual machine preferably SAP JVM 6.1.

JVM.jpg

Please save the RPM package to disk.

RPM.jpg

The root folder is fine for this.

/wp-content/uploads/2013/08/root_256684.jpg

You install the SAP JVM 6.1 with

rpm -i sapjvm-6.1.048-linux-x64.rpm


Please do not forget to create the symbolic links for keytool and java

ln -s /opt/sapjvm_6/bin/keytool /usr/bin/keytool

ln -s /opt/sapjvm_6/bin/java /usr/bin/java


Then you have to activate the UUID service as per SAP note 1310037 as follows

Modify your local permissions setting by adding the following line to your /etc/permissions.local e.g. with emacs /etc/permissions.local if you know Emacs or any other editor you like

/usr/sbin/uuidd uuidd:uuidd 6755


Then set the permissions with

chkstat –set /etc/permissions.local

and activate the UUID generation deamon in System Services (Runlevel) from the System submenu in the YaST Control Centre.

UUID.jpg

With these preparations we are ready to download and install the SAP HANA Cloud Connector.

SCC.jpg

Save it again.

/wp-content/uploads/2013/08/save_256694.jpg

Next unzip the download

unzip sapcc-1.3.0-linux-x64.zip


and create a zypper repository

zypper ar -f . SCCRepository


The installaition is finished with

zypper in com.sap.scc-ui

The SAP HANA Cloud Connector is now fully installed and I describe its configuration and integration into the Develop a cloud-based Web application with back-end connectivity (read-only) tutorial in Part 2 of this blog.

Assigned Tags

      3 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Jeroen K.
      Jeroen K.

      Thanks for this blog, it's very helpful.

      Just a tip for the readers of it:

      The link to VMware ends to the 2.5.5 version. However you need a newer version (f.i. 6.0.1) to be able to create a Virtual Machine. Link:

      https://my.vmware.com/web/vmware/free#desktop_end_user_computing/vmware_player/6_0

      Author's profile photo Daniel Vladinov
      Daniel Vladinov

      @ Jeroen : check the SCC 2.x - it already supports Windows (and there is dev version, which is just a zip file)

      Author's profile photo Jeroen K.
      Jeroen K.

      Hi Daniel,

      Yes I saw the Windows version, however I only have a Windows 7 32 bit system available unfortunately, and the SCC required Windows 64 bits.

      Jeroen