Collection Contents 上一页 下一页 PDF

QAnywhere 用户指南

设置 QAnywhere 消息传递

设置故障切换机制


可以为 QAnywhere 应用程序设置故障切换机制,以便在 MobiLink 同步服务器出现故障时可以用其它服务器替代。为了支持故障切换,每个 QAnywhere 代理在启动时都必须带有一个 MobiLink 服务器列表。列表中指定的第一个 MobiLink 服务器是主服务器。列表中剩余的服务器则是备用服务器。

例如,在远程设备上运行下面的命令将会启动 QAnywhere 代理,并且指定一个主服务器和一个备用服务器:

qaagent –x tcpip(host=ml1.ianywhere.com)
        –x tcpip(host=ml2.ianywhere.com)

每个 QAnywhere 代理可以有一个不同的主服务器。

下面的图示描述了一个故障切换配置,其中有多个 MobiLink 服务器和多个 QAnywhere 代理。您有多个客户端消息库,但所有 MobiLink 服务器都连接到相同的服务器端消息库。

The server message store communicates with the client messages stores via MobiLink servers and remote agents.

此配置具有下列特点:


Collection Contents 上一页 下一页 PDF