Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

IMG 1010 - GCEMS - Other Steps

  • Create /home/excelsw/ftpBuilds folder.

  • Copy GCEMS build to /home/excelsw/ftpBuilds folder.

  • JRE version 1.7 or greater is required for GCEMS in CentOS 7.x.

  • Install GCEMS in /home/excelsw/ftpBuilds folder.

  • Disable root ssh access.

    [root]# vi /etc/ssh/sshd_config

    Locate the following line.

    PermitRootLogin yes

    Modify the line to the following.

    PermitRootLogin no
  • Create symbolic link from /opt/dialogic/common/osconfig/xlntp to /home/excelsw.

    cd /home/excelsw
    ln –sf /opt/dialogic/common/osconfig/xlntp xlntp
  • Create symbolic link from /opt/dialogic/common/osconfig/xldhcp to /home/excelsw.

    cd /home/excelsw
    ln –sf /opt/dialogic/common/osconfig/xldhcp xldhcp
  • Copy /opt/dialogic/common/osconfig/lnimg to /home/excelsw/ftpBuilds.

  • Use lnimg script to create symbolic link to IMG build.

  • Verify latest IMG build installed.

  • Verify latest GCEMS build installed.

  • Remove any older GCEMS builds (if any).

  • Disable and stop dnsmasq service and firewalld.

    [root]# systemctl disable dnsmasq
    [root]# systemctl stop dnsmasq
    [root]# systemctl disable firewalld
    [root]# systemctl stop firewalld

  • No labels