Table of Contents | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Overview:
The procedure below will explain how to start the GCEMS application. At this point, the files IMG_10.5.x.xxx.bin and IMGUserInterface_10.5.x.xxx.bin files have been transferred to the GCEMS server and have been installed. There are two ways to start the GCEMS and ClientView processes on the GCEMS server. The first way is by using the icons on the desktop if access to the Linux server is allowed through VNC or some other remote desktop application. The second method is used if remote access to the desktop is not allowed. In this case, an SSH session can be used to access the server.
...
Login to the GCEMS server as user excelsw.
username: excelsw
password: excelswOnce logged into the server, double-click on the StartGCEMS icon on the desktop. A screen like below will appear and all the processes will start automatically. To configure the IMG open ClientView and start a new configuration by either using the Configuration Wizard or load an existing .csa file and allow ClientView to configure the IMG. See IMG 1010 - Starting ClientView - Overview
...
If however the GCEMS had already been controlling the IMG(s) there will be a system.cfg file located in
/opt/dialogic/common/config (Software 10.5.1 +)
/opt/cantata/common/config (Software 10.3.x - 10.5.0)
and the start script will ask "Would you like to begin a new configuration?" See screen capture below.
...
If you select Yes (1), the GCEMS will start its processes without creating a connection to any IMG(s). After starting ClientView, you will have the option to either start a new configuration with the Configuration Wizard or load an existing .csa file and allow ClientView to configure the IMG.
...
If No (2) is selected, GCEMS will inform you that it is starting using the system.cfg file. The GCEMS will query the IMG(s) in the configuration and check the status of their configuration tags. If any Tags are cleared, the GCEMS will automatically configure the IMG with the settings in the existing system.cfg file. This is the method to use when restarting the GCEMS and you do not want to impact Call Processing on the IMG(s). See Below.
...
GCEMS is now started. Verify that all processes are running by entering the following command:
$ ps -ef | grep Man
You should see the following output showing all the processes running for GCEMS
...
Starting GCEMS using Terminal:
...