Installing on Linux

Top  Previous  Next

RPM Console Installation

 

To install using the RPM file perform the following steps as a user with root privileges.

 

1.  Place the install.rpm file in a directory on the destination server.

 

2.  Install. Run the following command from the directory containing the RPM file you placed on your server:

 

rpm -iv install.rpm

 

3.  Configure Administration Service.  Go to the /opt/JSCAPE_MFT_Server directory and run the following command:

 

./config -host [ip address] -port [port] -user [username] -password [password]

 

For example:

 

./config -host 200.12.19.201 -port 10880 -user admin -password secret

 

This will configure your JSCAPE MFT Server Service , where [ip address] and [port] are the IP/port that you want the JSCAPE MFT Server Service to listen on and [username] [password] are the credentials you will use when connecting to the service.  This service is what you will connect to using the JSCAPE MFT Server Manager to manage your server.        

 

4.  Startup Administration Service.  From the /opt/JSCAPE_MFT_Server directory run the following command:

 

./start_service.sh

 

The JSCAPE MFT Server Service should now be running.  To connect to this service and manage your server see the following topics:

 

Administration client settings > Connection settings

 

Server configuration > Launching the administrative client

 

Auto-starting in UNIX environments

 

 

ZIP Console Installation

 

1.  Place the install.zip file in a directory on the destination server.

 

2.  Install. Run the following command from the directory containing the ZIP file you placed on your server:

 

unzip install.zip

 

3.  Configure Administration Service.  Go to the JSCAPE MFT Server installation directory, located in the JSCAPE_MFT_Server directory relative to where the unzip command was executed, and run the following command:

 

./config -host [ip address] -port [port] -user [username] -password [password]

 

For example:

 

./config -host 200.12.19.201 -port 10880 -user admin -password secret

 

This will configure your JSCAPE MFT Server Service, where [ip address] and [port] are the IP/port that you want the service to listen on and [username] [password] are the credentials you will use when connecting to the service.  This service is what you will connect to using the JSCAPE MFT Server Manager to manage your server.        

 

4.  Startup JSCAPE MFT Server Service.  From the JSCAPE MFT Server installation directory run the following command:

 

./start_service.sh

 

The JSCAPE MFT Server Service should now be running.  To connect to this service and manage your server see the following topics:

 

Administration client settings > Connection settings

 

Server configuration > Launching the administrative client

 

Auto-starting in UNIX environments