This script is used to Uninstall & Reinstall DCLog Express Application.
Chromekiosk, Oracle Database, Call Data & Media file will be remained in the system. This operation required downtime and call will not be recorded during this process.
Before perform this operation, kindly backup all files in /u01/app/dcloge
========================================================================================
Uninstall DCLog Express
1. Backup all files in /u01/app/dcloge
2. Login as root. Copy Uninstall35_mbb.sh into /home directory and change the permission to 777.
3. Open terminal, change the directory to Home with command below
cd /home
4. Open terminal, run the script with the command below.
sh Uninstall35_mbb.sh
5. Server will reboot automatically.
========================================================================================
Install DCLog Express
1. Login as root.
2. Copy required files from 'Install DCLog Express' to the server directory.
a. /etc/duplicall.xml > to /etc
b. /etc/systemd/system/multi-user.target.wants/dclogcorej.service > /etc/systemd/system/multi-user.target.wants
c. /etc/systemd/system/multi-user.target.wants/dclogshrec.service > /etc/systemd/system/multi-user.target.wants
d. /etc/systemd/system/multi-user.target.wants/tomcat.service > /etc/systemd/system/multi-user.target.wants
e. chmod_an_voip.sh > /home
f. shconfig.sh > /home
f. /u01/app/dcloge > /u01/app
g. /u01/app/tomcat > /u01/app
h. /usr/lib64/allfiles > /usr/lib64
3. Open terminal, change directory to Home with this command
cd /home
4. Run the installation script with the command below. Select Option 2 (Install without RAID)
sh chmod_an_voip.sh
5.Run script to reset synway card. Change permission to 777 before executing the script.
sh shconfig.sh
6. On the Synway reset screen, select Default > Apply > OK. Card will be reset and service will be restart.
7. After installation completed, replace the existing license file (dclog_lic.xml) and dclog.xml into /u01/app/dcloge
8. Restart dclogshrec.service with the command below
systemctl restart dclogshrec.service
9. After service restarted, make sure that:-
a. all channels are available and detected
b. call can be recorded
c. live monitoring is working
d. call can be retrieved and playback
-- End