Core Component Installation
After the server has been prepared, continue with installing the Genesys Video Gateway components.
Important
You must install the platform with zenon_maint user. However, you need root/super-user access for the post-installation scripts (as specified below).Contents
Step 1: Install Collaboration Notification Server
- Get the Collaboration Notification Server IP.
- Run the install.sh file. The Genesys Installation starts (sudo access is not required to install the IP).
- When prompted, enter the following details to complete the installation:
- Your public domain name or the hostname of the machine if no public domain name is available.
- The destination folder, which is the temporary folder where the installation files will be unzipped. Make sure that the user performing the installation has write access to this temporary folder.
- If the installation is successful, the console displays the following message:
Installation of Collaboration Notification Server, version 9.0.00x.yy has completed successfully.
Note: The installer output is written to the zs_install.log file, located in the same folder from where the installer is run. If you encounter any installation issues, be sure to check this log file. - When the installation is complete, go to the temporary folder that is entered and run the post_install_zs.sh script (requires sudo access), with the following argument:
sudo post_install_zs.sh
Step 2: Install Collaboration Application Server
- Get the Collaboration Application Server IP.
- Run the install.sh file. The Genesys Installation starts (sudo access is not required to install the IP).
- When prompted, enter the following details to complete the installation:
- The private/internal IP of the box.
- Your public domain name or the hostname of the machine if no public domain name is available.
- The destination folder, which is the temporary folder where the installation files will be unzipped. Make sure that the user performing the installation has write access to this temporary folder.
- If the installation is successful, the console displays the following message:
Installation of Collaboration Application Server, version 9.0.00x.yy has completed successfully.
Note: The installer output is written to the zas_install.log file, located in the same folder from where the installer is run. If you encounter any installation issues, be sure to check this log file. - When the installation is complete, go to the folder where zas_install.log is run from and run the post_install_zas.sh script (requires super-user access), with the following argument:
sudo post_install_zas.sh [MySQL Password]
Step 3: Install Collaboration MCU
- Get the Collaboration MCU IP.
- Run the install.sh file. The Genesys Installation starts (sudo access is not required to install the IP).
- When prompted, enter the following details to complete the installation:
- The destination folder, which is the temporary folder where the installation files will be unzipped. Make sure that the user performing the installation has write access to this temporary folder.
- If the installation is successful, the console displays the following message:
Installation of Collaboration MCU, version 9.0.00x.yy has completed successfully.
Note: The installer output is written to the install.log file, located in the same folder from where the installer is run. If you encounter any installation issues, be sure to check this log file.
Step 4: Platform Start-up
- Start the Genesys Video Gateway by running the following commands:
/etc/init.d/zenon_zs /etc/init.d/snmp_start
ImportantThe user may be asked to enter the zenon_maint user password if the scripts are run from that account. - Check if the NS has started:
ps -elf | grep zs.prop 0 S 501 31460 30524 1 80 0 - 891051 futex_ Sep14 ? 00:45:17 /usr/share/jdk1.7.0_07/bin/java -Xbootclasspath/p:/opt/zenon/zenonserver/lib/npn-boot-1.1.1.v20121030.jar -Dfile.encoding=UTF-8 -Xms256M -Xmx1024M -XX:+UseParallelGC -XX:-UseGCOverheadLimit com.blackboard.zs.Main zs.properties log4j.properties
- Check if the two MCU related processes are running:
ps -ef | grep maxmcu 0 S 501 30597 1 0 80 0 - 253344 futex_ Sep14 ? 00:01:14 /opt/zenon/bin/maxmcu -c -x /opt/zenon/share/config/zenon/zenon_2100.cfg 0 S 501 30628 1 0 80 0 - 550644 futex_ Sep14 ? 00:03:05 /opt/zenon/bin/maxmcu -c -x /opt/zenon/share/config/saypage/saypage_2130.cfg
- To re-start the components, run:
/opt/zenon/sh/stop_genesys_video.sh
Followed by:
/etc/init.d/zenon_zs
- After the installation is done, you can set SELINUX to enforcing in /etc/sysconfig/selinux, and then reboot the server.
Step 5: Validate the Platform
After all of the components have been configured, you can check if the system is functioning by running some simple tests from a browser.
- Type http://yourdomain.com/ to return the start page in a browser.
- To test WebRTC operation, a loopback tester is at the following URL, which echos back audio and video in a WebRTC-capable browser.
http://yourdomain.com/user/demo/w.jsp
- To test Flash operation, use the following URL from a browser other than Chrome. Click voice/video call and it should echo back audio/video.
http://yourdomain.com/user/demo/index.jsp
- On the server itself, you can verify the MCU operation by using the following command. This command returns valid HTML for the MCU status page.
wget http://localhost:2131
- On the server itself, you can verify the NS operation by using the following command. This command returns false if the platform is up and running. Note that wget is pre-installed as part of Common.
wget http://127.0.0.1:14040/?command=ZSSICK
Note: The Genesys Video meeting room feature is disabled by default, and by going to https://yourdomain.com, the following message displays:
Genesys Video Gateway
The feature you requested is currently not available.
Next Steps
This page was last edited on October 2, 2016, at 15:23.
Comments or questions about this documentation? Contact us for support!