Follow procedure below to install the IMG software on to the GCEMS Server.
The IMG User Interfaces, ClientView, EventView, and AdminView can be installed
either on the same PC or on a separate PC from which the GCEMS software
is located. This procedure includes steps for installing them on the same
Linux machine as the GCEMS. To install the IMG User Interfaces on a machine
with Windows, see the following link Installing
ClientView for Windows.
Obtain the software builds from the IMG Software CD or get the latest version from the Customer Support BBS.
Obtain the license sent to you before the IMG was shipped or use the license that is included on CD shipped with the unit.
Create a user named excelsw exclusively for GCEMS.
Login as exclesw (do not use terminal mode) so that operation system is able to create automatically user’s folders including Desktop folder for excelsw.
Before installation, the compat-libstdc++-33.i686
is required for GCEMS in RHEL 6.x.
Become a Super User and install
compat-libstdc:
$ yum install "compat-libstdc++-33.i686"
Note: The yum tool is needed
for installation. Please register the system before installation.
JRE version 1.7 or greater is required
for GCEMS in RHEL 6.x.
Note: If you are having trouble
finding JRE, look to the following for assistance or seek out alternate
download servers on the internet.
http://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html
Open a terminal window and go to /home/excelsw.
Create a directory named ftpBuilds. See below.
$ mkdir ftpBuilds
Transfer the following files to /home/excelsw/ftpBuilds on the GCEMS server:
IMG_10.x.x.xx.bin (GCEMS)
IMGUserInterface_RH6_10.x.x.xx.bin (ClientView, EventView, AdminView)
Note: Make sure not to use IMGUserInterface_10.x.x.xx.bin.
Once the files are transferred they
need to become executable. Change the mode of the .bin files to executable
by performing a chmod +x to each .bin file. This will give execute
abilities to all users.
$ chmod +x IMG_10.x.x.xx.bin
$ chmod +x IMGUserInterface_RH6_10.x.x.xx.bin
Become a Super
User and install GCEMS software by entering following command:
# ./IMG_10.x.x.xx.bin
Follow the instructions as prompted.
See GCEMS Installation
Script for sample script.
As Super
User, install IMG User Interface (ClientView) software by entering
following command:
#./IMGUserInterface_RH6_10.x.x.xx.bin
Follow the instructions as prompted.
See GCEMS Installation
Script for sample script.
Once finished an icon for ClientView, AdminView, StopGCEMS, and StartGCEMS is automatically created and placed on the Linux Red Hat desktop.
Log out of the Super User mode by entering the quit command and become excelsw user again. This will create an entry in the /etc/profile to set the SK_LIB_DIR directory.
To verify that the SK_LIB_DIR path is correct, go to the /etc
directory and enter the more command to the profile file. See command
below.
[excelsw@img1010 etc]$ more profile
Verify the following depending on the software version being
used:
SK_LIB_DIR=/opt/dialogic/IMG/GateControlEMS and LD_LIBRARY_PATH:/opt/dialogic/IMG/GateControlEMS/lib
(Software 10.5.1 +)
Use FTP to transfer the IMG license to the license folder. Login
as user excelsw and put the license file <chassis serial number>-<date>.cfg
into the following directory.
/opt/dialogic/common/license (Software 10.5.1 +)
Refer to Folders and Files Created During Installation. This will explain the directory structure and explain what each folder is created for.
Once software is installed then the services such as ftp, dhcpd, nfs, and ntpd will need to be configured and started. Refer to IMG 1010 - Configure GCEMS and Start Linux Services for information on how to accomplish this.