PreviousNext
Help > EASYCOM Server > Installing EASYCOM > Installating EASYCOM server > Installing an additional EASYCOM server
Installing an additional EASYCOM server

An Easycom Server has the following properties:

         A library with all the objects (Default name = EASYCOM)

         A Subsystem (Default name = EASYCOM)

         A TCP Port (Default = 6077)

 

To setup an additional server on a System, you need to install EASYCOM in a new library. The subsystem name must be unique, and a new unique port number must be assigned.

Proceed with the installation of Easycom server, from a Windows workstation.
Give a new unique name to the library in the installation wizard (Example EASYCOM2).

Once the library is installed, you need to create the new subsystem and assign a port number, by running command CFGEACTCP.


Example: To install an additional Easycom server, in library EASYCOM2, subsystem EASYCOM2, port 6078, run the following commands:

 ADDLIBLE EASYCOM2

 CFGEACTCP LIB(EASYCOM2) SBS(EASYCOM2) PORT(6078)

 

On the client workstations, you need to configure Easycom client, or applications, to connect to the right Easycom server.

Add the port number at the end of the name or address of the AS/400 to connect to, separated by a colon (:).

Example:

 SYSTEMAS:6078

 192.168.0.10:6078

You need to change this value with "Easycom configuration" utility, if the system is the default one, or in the connection properties of your application.