Categories

Versions

You are viewing the RapidMiner Server documentation for version 9.2 -Check here for latest version

Configuring RapidMiner Server without a Display

You can configure a machine that does not have an attached display monitor or does not support a graphical user interface (a "headless installation") by using the XML file you created instep 4of the full server package installation. (In that step, you should have selectedXML file for headless installationas the installation output to create the file.) The XML installer file contains all the information you entered in the installer. For example:

   install true MyDBpassword 3306 com.mysql.jdbc.Driver mysql-connector-java-5.1.31-bin.jar true localhost db_user rapidminer_server MySQL C:\Users\TestUser\rapidminer-server\rapidminer-server-home C:\Users\TestUser\rapidminer-server\rapidminer-server-9.0.0 C:\Program Files\Java\jdk1.8.0_172 2 true 2048 xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx MyMailPassword admin 25  rapidminer-server@example.com smtp.example.com 8096 1081 false 8080 null HOSTNAME false SUSE RapidMiner_Server RMS900-SVC false 5672 

Note that if you created the file on Windows and are installing it on Linux (or vice versa), you will need to edit the file to make operating system-specific changes.

Prerequisites for running a headless install

In addition tothe prerequisitesnoted for the standard installation, the following are required to successfully complete an installation from the RapidMiner Server installation script:

  • Java 8 (either JDK or JRE) on the server you are installing on.
  • 从当前服务的访问er to the RapidMiner service database.
  • Write access to all required directories.

Running the installation

To use the captured installation script:

  1. Copy the installation script and therapidminer-server-installer-x.x.x.zip文件的无头机RapidMiner年代erver will be installed.

  2. Log in to the headless machine using a remote shell (for example, SSH for Linux or PuTTY for Windows).

  3. Extract the contents of the .zip file to a temporary installation directory (for example, useunzip rapidminer-server-installer-x.x.x.zipon GNU/Linux based systems to extract all installation files).

  4. From thebindirectory (inside the RapidMiner Server temporary installation directory), run either:

Linux:

./rapidminer-server-installer .xml

or Windows:

rapidminer-server-installer.bat .xml

When the command completes, return to thestandard installationinstructions to start RapidMiner Server.