Thursday, September 20, 2018

miniSAP - SAP NetWeaver 7.51 SPS2, installation

Well; a term miniSAP is not used any more. Nowadays they just call it "SAP NetWeaver AS ABAP Developer Editon" but for me it always will be the miniSAP as it reminds me my SAP early days back in begging’s of 2000’s when I started my SAP career.

After some time when old good versions of miniSAP weren’t available and as all software is moving to cloud there is a brand new version of SAP NetWeaver software - SAP NetWeaver 7.51 SPS2 as of SAP TechEd 2017. First of all, here’s what needs to be downloaded:

1. miniSAP NW 7.51 SPS2 installation files, a link to store.sap.com where installation file can be downloaded from is located at https://tools.hana.ondemand.com/#abap. (edit: physical files for download removed from this site but there a links SAP Store where you can download it). There are 10 files about if size 1,4GB each in RAR files.

2. linux OS, several distributions are available, I chose SUSE Leap for SAP installations, at the time of my installation (fall 2017) the version 42.3 available here: https://software.opensuse.org/distributions/leap

3. virtualization tool, e.g. VM Ware Player or VirtualBox I chose the latter one.

Once all the software is downloaded extract all 10 RAR files into folder. You will need approximately 14.3GB to store downloaded files. After the extraction it will have approximately 26GB including OS linux - openSUSE Leap 42.3. Start your virtualization tool and load image of linux OS. Then start the virtual machine and install the linux OS by choosing Installation on 1st screen. Rest of the OS install is very well described in article Linux for newbies or follow guide here, download info here, FAQs here, another Newbies Guide here and openSAP guide here. All the OS install shall not take more than 20 min at least that was a case on my intel i7 /32 GB memory based machine.

By starting up installation script (install.sh) first a license needs to be accepted (by typing ‘yes’) and then it asks to provide OS user password. Afterwards the installation starts to process files:




If you do not reserve enough space the installation may end up like below one J normally for installation there should be approx. 100GB of hard drive space available.



In case there is enough space the installation normally continues by extracting the files.
Password should follow rules: at least seven chars, big letter, small letter, digits, no special chars.
Below are errors I faced during the install:
1. Error: ‘unable to determine parameter DNS domain name’
Check whether host name and full host name with domain name is fulfilling requirements. Go with the name:   vhcalnplci vhcalnplci.dummy.nodomain





2. Error: ‘unable to verify database access for login SAPSR3’






And during the install change the file that is there in folder /sybase/NPL/SYSAM-2_0/licenses/SYBASE_ASE_TestDrive.lic with the downloaded file. This step is quite a tricky one. I had to make several attempts before I finally succeeded. Issue is that you do know exactly when you shall change the file and that was the biggest challenge. Also you need to be a bit skilled in linux command file as you need to set proper owner of the file (command chown).and group of the file (command chgrp).


More information:


No comments: