Cisco Acano X-series

ページ / 160
Cisco Meeting Server Release 2.0 : Scalable and Resilient Meeting Server Deployments
74
The example in section
explains the process for configuring the Call Bridges and
XMPP servers to setup XMPP resiliency.
Clients connect via the load balancer. Each load balancer can be configured to have trunks from
one or more XMPP servers. There is no need for a full mesh of connections, see Figure 23. In
cases where the load balancer doesn’t have a trunk from the master XMPP Server, the traffic is
routed internally via another XMPP server.
Figure 23: Load Balancers connecting to XMPP servers
7.4.1 Example of deploying XMPP resiliency
This example of deploying XMPP resiliency uses three XMPP servers, and assumes that you are
configuring the XMPP servers for the first time. If you have previously deployed XMPP onto an
existing server, then steps 1-4 only need to be done on the new servers. Similarly, steps 8-10
and steps 23-25 may have previously been carried out. There is no need to repeat these steps.
If XMPP resiliency has previously been deployed then it is recommended to reset all servers
apart from the first when following these instructions.
For each XMPP server node, establish an SSH connection to the MMP, log in and at the cms>
prompt, follow steps 1 to 4
1. If this node has previously been used for XMPP, reset the XMPP configuration on this node.
xmpp reset
2. Create a component secret for this XMPP server
xmpp domain <domain-name>
3. Setup the interfaces for the XMPP server to listen on
xmpp listen <interface whitelist>
4. Assign the private key, and the certificate file and certificate bundle as provided by your
Certificate Authority and required for connection to Cisco Meeting Apps.
xmpp certs <keyfile> <certificatefile> [<cert-bundle]
7   Deploying the XMPP Server