...
...
Install CloudCX Application Server
Application Server Hardware requirements
Storage
Applications Services basic storage
...
Note: Add at least 1GB of swap memory to the machine to ensure that the machine doesn't run out of resources during an upgrade.
Preparing the Linux Host Machine for CloudCX application Installation
Tasks that MUST be completed before installing CloudCX application
...
Note: If the CloudCX runs on a Cloud platform such as AWS, and the cloud platform has the firewall itself, you MUST open the ports on the cloud platform firewall too.
Application Server Installation Steps
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
NOTE: Before install Application Server, please reference https://cloudfon.atlassian.net/wiki/spaces/CCSD/pages/112951298/Separate+deployment#Install-CloudCX-Midware-Server to install Midware services(DB&Redis) first |
...
Open Browser, input “https://host:9006/”, the “host” is the IP address or domain name of your CloudCX server (Linux Server).
...
Code Block |
---|
cd /opt/cloud_cx && /bin/sh cloud_cx_ctl.sh rm |
Install CloudCX Midware Server
Midware Server(MariaDB & Redis) Hardware requirements
Midware Server includes database and caching services, default database is MariaDB and the caching service is Redis. Normally, they will be deployed on the same server. You can install it with one click according to our Midware Service installation script.
...
The server running MariaDB & Redis should have at least 8 GB of RAM, though the exact requirements depend on the usage of your CloudCX Instance.
Preparing the Linux Host Machine for CloudCX Midware Server Installation
Tasks that MUST be completed before installing CloudCX Midware:
If the Linux on which Midware will be installed is located in a LAN, assign a static LAN IP address; if it's in a public network, please assign a static IP address to the public network.
Install all available updates & service packs before installing Midware.
Do not install PostgreSQL on your Midware Server.
Ensure that all power-saving options for your System and Network adapters are disabled (by setting the system to High Performance).
Do not install TeamViewer, VPN, and other similar software on the host machine.
Midware must NOT be installed on a host that is a DNS or DHCP server.
Ensure server date-time is synced correctly, how to check date-time?
Ensure the server must have at least 8G of memory.
Please reserve at least 10G space to install the Midware application.
Midware recommends deploying on the same LAN as the CloudCX application server(It's best to use the same switch in the cloud)
Mideware can also be deployed under different switches in the cloud, which requires exposing the ports of the database and Redis. Firewall policies can be added to control that only CloudCX application servers are allowed to access.
Midware Server Installation Steps
Make directory and change directory
...
Note: Please MUST replace the Variables in the above command with the correct value
${db_passwd} is the password of the database what you want to set.
${redis_passwd} is the password of the Redis what you want to set.
Uninstall CloudCX
Please use the below steps to uninstall the CloudCX for Linux.
...