cancel
Showing results for 
Search instead for 
Did you mean: 

Software Download Manager on a 64bit Linux?

Former Member
0 Kudos

I recently tried to install the linux software download manager.  I am running a 64bit RHEL 6.6 system.  After setting up the appropriate path I ran into the error of :

./install.bin

Installer User Interface Mode Not Supported

The installer cannot run in this UI mode. To specify the interface mode, use the -i command-line option, followed by the UI mode identifier. The valid UI modes identifiers are GUI, Console, and Silent.

I tried running (-i Console ),(-i GUI) , and (-i Silent) .  I still got the same errors.   My google search of the error points to maybe needing to install 32 bit libs.  I am wondering if it is possible to install the download manager (SAP_Download_Manager_1.0) on a 64 bit linux box.  Please let men know if I barked up the wrong tree. (sorry for the funky formatting)

Roy

Accepted Solutions (0)

Answers (3)

Answers (3)

hpe
Explorer
0 Kudos

Hello,

we have linux only, no vnc, no x11.

Can i somehow just via ssh terminal connection start SAP download manager with some switch to download all the basket content to the filesystem without any GUI?

Thanks

Former Member
0 Kudos

Had the same problem try this at command line with root

[root@lkactfp NoVM]# export PATH=/usr/java/jdk1.7.0_67/bin:$PATH

[root@lkactfp NoVM]# export JAVA_HOME=/usr/java/jdk1.7.0_67

./install.bin

the gui popped right up also check $DISPLAY and xhost

Former Member
0 Kudos

I have now tried to use both a 32bit and 64bit jvm and I am getting the same issues.