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 RHEL6 - Other Steps

  1. Create IMG build to /home/excelsw/ftpBuilds folder

  2. Copy GCEMS builds to /home/excelsw/ftpBuilds folder

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

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

  5. disabled root ssh access

    [root]# systemctl disable sshd
  6. Create symbolic link from /opt/dialoic/common/osconfig/xlntp to /home/excelsw

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

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

    1. Use lnimg script to create symbolic link to img build

  9. Disable eth1 enable eth0 on boot

  10. Verify latest IMG build installed

  11. Verify latest GCEMS build installed

  12. Remove any older GCEMS builds (if any)

  13. Comment cacti installation script

    sed -i 's|exit|#exit|' /cacti-install/install_cacti_new.sh

  14. Disable and Stop dnsmasq service

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

  15. Clear firefox browser history, change home page to http://www.sangoma.com

  16. Change IP address to generic static IP for packaging.

    IP = 192.168.0.100
    Subnet = 255.255.255.0

  17. Clear Bash history for users excelsw and root

    history –c

  • No labels