Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

IMG 1010 - Installing GCEMS Software - Red Hat 6

Follow the 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 IMG 1010 - Installing ClientView for Windows.  

Before you Begin:

  1. Obtain the software builds from the IMG Software CD or get the latest version from the Customer Support BBS.

  2. Obtain the license sent to you before the IMG was shipped or use the license that is included on CD shipped with the unit.

  3. Create a user named excelsw exclusively for GCEMS.

  4. 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.

  5. Refer to IMG 1010 - Recommended Red Hat Linux Configuration and OS Settings

Steps:

  • Before installation, the compat-libstdc++-33.i686 is required for GCEMS in RHEL 6.x.
    Become a Super User and install compat-libstdc:

...

  • 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.

    Code Block
    $ 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:

    Code Block
    # ./IMG_10.x.x.xx.bin

    Follow the instructions as prompted.
    See IMG 1010 - GCEMS Installation Script for sample script.  

  • As Super User, install IMG User Interface (ClientView) software by entering following command:

    Code Block
    #./IMGUserInterface_RH6_10.x.x.xx.bin

    Follow the instructions as prompted.
    See IMG 1010 - 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.

    Code Block
    [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+)
    /opt/cantata/common/license (Software 10.3.x to 10.5.0)  

  • Refer to IMG 1010 - 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.

...