Versions Compared

Key

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

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

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

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

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

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

  14. Disable and Stop dnsmasq service

    Code Block
    [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.

    Code Block
    IP = 192.168.0.100
    Subnet = 255.255.255.0

  17. Clear Bash history for users excelsw and root

    Code Block
    history –c