Product Installation

Feedback


The Deb package is primarily used for operating systems that have the Deb package manager installed by default.

Before installation, please check whether the installation machine meets the requirements of SuperMap minimum hardware and software configuration requirements for the iServer. If they are met, follow these steps to complete the installation of the SuperMap iServer on a Linux (x64) system. Note that if you have previously installed for other versions of SuperMap iServer, please uninstall them before installation. For the uninstallation steps, please refer to Product Uninstallation .

(1) Copy the obtained SuperMap iServer installation package to a directory on a Linux (x64) operating system computer, for example, /home/map/SuperMap, and locate the directory where the. deb file is located in command-line mode, for example: cd/home/map/SuperMap.

(2) Execute the following command to install:

dpkg -i filename .deb

(3) Navigate to the bin path of the default installation directory for the. deb file in command-line mode:

cd /opt/SuperMap/iServer11i/bin

Execute the following command to start the iServer service:

./startup.sh

Or stop the iServer service with the following command:

./shutdown.sh

Note that if you are installing on a classified system and need to configure JVM memory, see Configuring to Use Custom JVM Memory Parameters .