Cisco Cisco Meeting Server 2000

下载
页码 160
Cisco Meeting Server Release 2.0 : Scalable and Resilient Meeting Server Deployments
77
22. Join this node to the cluster, where <cluster> is the IP address or domain name of the
node from step 15.
xmpp cluster join <cluster>
Now configure each Call Bridge with the authentication details of the XMPP servers in the
cluster. This enables the Call Bridges to access the XMPP servers.
23. Log in to the Web Admin interface on one of the Call Bridges
24. Navigate to Configuration>General and enter the following:
o
unique Call Bridge name as used in steps 9 and 10, no domain part is required for
example
cb1
o
domain: this is the XMPP server domain
example.com
o
server address of the XMPP server. Set this field if you want this Call Bridge to only use a
co-located XMPP server, or you don’t have DNS configured. Using the co-located XMPP
server reduces latency. Leave this field empty to allow this Call Bridge to failover between
XMPP servers, this requires the DNS entries to be setup, see the Note below.
Note: Refer to
for advice on setting up DNS records for the XMPP server
nodes. If you plan to use DNS to connect between Call Bridges and XMPP servers you will
also need to set up a DNS SRV record for the xmpp cluster to resolve to the DNS A
record of each of the XMPP servers in the cluster. The format of the DNS SRV record is: _
_xmpp-component._tcp.<domainNameofXMPPserver>
For example:
_xmpp-component._tcp.example.com. 86400 IN SRV 0 0 5223
xmppserver1.example.com
_xmpp-component._tcp.example.com. 86400 IN SRV 0 0 5223
xmppserver2.example.com
_xmpp-component._tcp.example.com. 86400 IN SRV 0 0 5223
xmppserver3.example.com
The example above specifies port 5223 (use another port if 5223 is already used).
o
the shared secret used for this Call Bridge as used in steps 9 and 10
o
and confirm the shared secret
25. Repeat steps 23 and 24 for each Call Bridge that will connect to the cluster.
Your cluster should now be running. You can check with:
xmpp cluster status
7   Deploying the XMPP Server