Cisco Cisco Meeting Server 2000 开发者指南

下载
页码 54
Cisco Meeting Server Release 2.0 : MMP Command Line Reference
36
8.4 XMPP resiliency commands
Note: XMPP resiliency is a beta feature, only use in a test environment, do not use in a production
environment.
XMPP resiliency provides fail-over protection for a client being unable to reach a specific XMPP
server in multi-server deployments. Refer to the Scalability and Resilience Deployment Guide for
the steps in setting up XMPP resiliency.
The MMP commands to configure the Meeting Server to deploy XMPP resiliency are listed in the
table below.
Command/Examples
Description/Notes
xmpp cluster enable|disable
Enables/disables XMPP clustering. Enabling the
XMPP cluster must be done before enabling XMPP
on a node. If xmpp cluster is disabled and xmpp is
started, this will start the xmpp server in standalone
mode.
xmpp cluster trust <trustbundle.pem>
Specifies the bundle of certificates that will be
trusted by the xmpp cluster. The <trustbundle.pem>
should contain all of the certificates for the xmpp
servers in the cluster. The certificates must already
have been applied to the xmpp servers using
the xmpp certs command. This mechanism ensures
that the different xmpp nodes in the cluster trust
each other, and enables the failover operation and
the forwarding of traffic between nodes.
xmpp cluster status
Reports the live state of the xmpp cluster. If the
cluster has failed, then this command will return the
statistics of the xmpp server running on this Meeting
Server only. Use this command to try and help
diagnose connectivity problems.
xmpp cluster initialize
Initializes a cluster. This command will create a 1
node live xmpp cluster, you can join other nodes
(xmpp servers) to this cluster.
xmpp cluster join <cluster
>
Add this node to the cluster. <cluster> is the IP
address of the first node in the cluster (see command
xmpp cluster initialize). 
xmpp cluster remove
Remove this node from the cluster. This requires the
node to be running.
8   Application Configuration Commands