Skip to Content
Author's profile photo Rajkumar Bhumij

Installation & configuration of SAP Download Manager in Linux

As the title of this document states, in this guide I’ll show, how to install, configure and use SAP download manager in order to download SAP provided software from SAP Service Marketplace(SMP) on Linux operating systems. Here I have used Ubuntu 14.04 OS. So let’s get started.


Pre-requisites: Download manager needs JRE to run. Hence make sure you have installed JRE first. JRE 1.5 and above is required. Installtion of JRE, I am not going to show here. You can follow this link for more.


The steps for installation are as follows:

1. Go to SMP. Make sure you have proper S User ID with download access in order to download software from SMP.
    Click on “Download Manager” on left screen.SDM1.png

2. The following page will come. Now click on “Version for Linux”. This is meant for Linux OS.  

    SDM2.png

3. Download will start and save the file in your local file system in some directory. Then extract the file.

4. After extraction, open Terminal and go to the extracted path and then Linux/NoVM as shown below. Type the below command and installer will start.

    $ sudo ./install.bin

   SDM3.png

SDM4.pngSDM5.png

   Note the installation directory

SDM6.pngSDM7.pngSDM8.pngSDM9.pngSDM10.pngSDM11.png

Now the installation is finished. Let’s start the configuration.

Go to the installation directory and type the following command to start Download Manager.

$ ./DLManager.jar

SDM12.png

SDM13.pngSDM14.pngSDM15.pngSDM16.pngSDM17.png

Now it’s ready to download software from SMP. I hope this guide will help not only for freshers but also for experienced ones.

Assigned Tags

      1 Comment
      You must be Logged on to comment or reply to a post.
      Author's profile photo Former Member
      Former Member

      Very useful, thanks for posting this 🙂