IMG 1010 - GCEMS RHEL6 - Other Steps
Create IMG build to /home/excelsw/ftpBuilds folder
Copy GCEMS builds 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
disabled root ssh access
Code Block [root]# systemctl disable sshd
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
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
Copy /opt/dialogic/common/osconfig/lnimg to /home/excelsw/ftpBuilds
Use lnimg script to create symbolic link to img build
Disable eth1 enable eth0 on boot
Verify latest IMG build installed
Verify latest GCEMS build installed
Remove any older GCEMS builds (if any)
Comment cacti installation script
Code Block sed -i 's|exit|#exit|' /cacti-install/install_cacti_new.sh
Disable and Stop dnsmasq service
Code Block [root]# systemctl disable dnsmasq [root]# systemctl stop dnsmasq
Clear firefox browser history, change home page to http://www.sangoma.com
Change IP address to generic static IP for packaging.
Code Block IP = 192.168.0.100 Subnet = 255.255.255.0
Clear Bash history for users excelsw and root
Code Block history –c