The script will ask what directory you want to install MyConnection Server
into. The script will then look for and test each installed Java JVM. The first
JVM that passes the test will be used. If one is not found in the /usr and /opt
directory structure, you will be advised on how to obtain one.
The script will then test if there is only one ip-address the availability of
port 80. If it is free that ipaddress port combination is used. If there is more
than one ipaddress the script will present a list. Port 80 of the chosen address
is tested, and if free it is used otherwise the user is asked to provide a port
number to use, which is then again tested for availability. If that port is found
to be used, the loop of question of ip-address and port is asked again until
the ipaddress port is free.
For those hosts that have 'chkconfig' the script will ask if you want to install
MyConnection Server as a system service, so that it is started at machine boot.
Finally the script will start MyConnection Server from the chosen install directory,
and after a short delay of post installation configuration, the running process
will tell you that you can browse to the chosen ipaddress:port.
STEP 2. Start the MyConnection Server Engine
The starting and stopping of the MyConnection Server engine
is with the 'start_mcs.sh' script created in step 1.
The syntax for starting is
sh <install directory>/start_mcs.sh
or if you are in that directory
start_mcs.sh
and for stopping
sh <install directory>/stop_mcs.sh
or if you are in that directory
stop_mcs.sh
When the server starts you will see some confirmation messages including the
IP address and port number allocated. You can now use a browser to request the
main control panel by using the URL http://<ip address:port>.
STEP 3. Configure IPChains
Some Linux distributions, for example Fedora Core 9, include by default firewall rules to block all incoming traffic.
These rules will need to be cleared for MyConnection Server to function.
The exact commands required to configure the firewall varies depending on which firewall is installed.
If you need assistance on a particular product please contact us we'd be pleased to help. Common firewalls are iptables and IPFiliter.
Upgrading
If you already have MyConnection Server installed and want to upgrade to a newer version then follow the instructions below.
Windows:
First of all download the latest executable from the MyConnection Server download page.
Then the best practice is to stop the MyConnection Server service and then simply install over the top of the current install.
Linux/Unix:
First of all download the latest .rpm package from the MyConnection Server download page.
The rpm command to 'update' a package is 'rpm -Uvh myconnectionsvr.rpm'.
This update process first closes down the installed and running MyConnection Server.
|