In addition to deploying a Node server and the Team Chat Hybrid module services, a MongoDB or ElastiSearch instance will also be necessary to fully deploy a Team Chat Hybrid instance.
Note: The following configuration should be used when deploying your Zoom Node management server.
Below are the minimum required specifications when configuring a virtual machine for the Zoom Node management server that will have the Team Chat Hybrid service module:
| Configuration item | System Requirements |
| VM Platform |
VMware ESXi 6.7 or higher KVM Hypervisor Nutanix AHV |
| Processor cores per VM host | Intel(R) Xeon(R) CPU E5-2650 v4 or higher |
| Dedicated threads per VM host | 8 cores or higher |
| Memory per VM host | 16 GB or higher |
| Storage space per VM host | 200 GB |
| Network Interface Card (NIC) speed | 10 Gbps or higher |
Zoom recommends sharded clusters for larger accounts due to its support for bigger datasets and higher throughput
| Server | Count |
CPU Cores | Dedicated Memory | Disk Space |
| mongos | 3 | 16 | 32 GB | 500 GB |
| mongod-config | 3 | 16 | 32 GB | 500 GB |
| mongod-shard1 | 3 | 16 | 32 GB | 1 TB |
| mongod-shard2 | 3 | 16 | 32 GB | 1 TB |
| mongo-backup* | 3 | 8 | 8 GB | 500 GB |
| mongo-opsm* | 1 | 8 | 16 GB | 1 TB |
*Note: When utilizing a 2nd data center in high availability, these servers are not necessary to deploy within the 2nd data center.
MongoDB configured for replication is viable if supporting a smaller user base.
| Server | Count |
CPU Cores | Dedicated Memory | Disk Space |
| mongod-replica | 3 | 16 | 32 GB | 500 GB or higher |
| mongo-backup | 3 | 8 | 8 GB | 500 GB or higher |
| mongod-opsm | 1 | 8 | 16 GB | 500 GB or higher |
| Server | Count |
CPU Cores | Dedicated Memory | Disk Space |
| es-master | 3 | 8 | 16 GB | 200 GB |
| es-data | 6 | 8 | 32 GB | 1 TB |