Install a NCS Server on Linux

You are here
Install a NCS on Linux

Untar & Run the Installer

The tar file for the server install can be found in the MCS installation directory, specifically /MCS root/www/ncs_server.tar.

Untar the Satellite using the command below:

sudo tar -xvf ncs_server.tar

This will list the two files contained within. They should be nqc.tar and nqc_configure.sh

Run the configuration file using the command below. The password for the machine will be required.

sudo sh nqc_configure.sh
untar linux server satellite

Configure the Satellite

The install script goes through a few configuration options. These are explained below.

1. Installation directory

If the assumed install directory is correct just hit the enter key to continue. Else enter the full path of the directory to install the Satellite to.

define ncs server installation directory
Define an installation directory for the NCS server

2. Enter the MCS URL/IP and port number

This is the IP or domain of the MCS host server and the port, if different from port 80. The Satellite has to connect to a host in order to be setup as a server.

define mcs host
Define the MCS host for the NCS server

3. Enter Satellite Server IP and port

Enter a valid and available IP address and port to bind the NCS satellite to. The NCS server can be accessed via a browser using this IP and port combination unless the NCS server menu is disabled, which is an option later.

define NCS server IP and port
Define the NCS server IP and port

4. Identifying Name

Enter a unique name for the NCS server. This is used to identify the NCS within MCS.

give the NCS server an identifying name
Assign a name to the NCS server

4. Final Configuration

The last four questions are detailed below:

To allow automatic updates enter y. If a new version of the NCS server is detected and auto updates are enabled then NCS server will update to that version. This only occurs when the MCS host the NCS server is connected to is updated.

The NCS server can typically be browsed to using the IP and port it's configured on. To disable this admin interface type y. This setting can be changed from MCS at a later date if needed.

If the NCS server is being installed on Virtual Machine type Y for this question, otherwise N

Type Y if the NCS server should run every time the machine boots.

The final four configuration questions of the NCS server installation
The final four configuration questions of the NCS server installation.

Once the installation is complete, the NCS will appear in the Satellites list in MCS, as shown below.

ncs satellite in satellites list
NCS in the Default group in MCS under the Satellites tab.

To complete the server installation first permit the NCS and then enable server mode.