problems installing on headless Ubuntu 164

User: "kayman"
New Altair Community Member
Updated by Jocelyn

Getting nuts trying to install on a headless machine using putty.

 

I think I followed the instructions as on this page pretty well : https://docs.rapidminer.com/server/installation/headless_install.html

 

My XML seems ok, is called installer.xml and is placed in the same bin folder 

 

when I try to run the following command (I am in the bin folder) 

...my_rapid_download/bin$ sudo ./rapidminer-server-installer installer.xml

 

I get an error stating sudo: ./rapidminer-server-installer: command not found

While it is clearly there.

 

I've tried a whole lot of variations, but nothing seems to work. Any idea what I am doing wrong here ?

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "homburg"
    New Altair Community Member
    Accepted Answer

    Hi,

     

    most likely the cause for this issue is a lack of permissions. When i.e. no execute permission is given sudo returns a 'command not found' error. You may try to run 

     

    sudo chmod 755 rapidminer-server-installer

    and execute the installation command again.

     

    Cheers,

    Helge