ADC

同步群集配置

在以下情况下,配置协调器上可用的 NetScaler 配置会同步到群集的其他节点:

  • 节点加入群集
  • 节点重新加入群集
  • 新命令将通过群集 IP 地址运行

此外,您可以强制将配置协调器上可用的配置(完全同步)同步到特定群集节点。确保一次同步一个群集节点,否则群集可能会受到影响。

要使用 CLI 同步群集配置

在要同步配置的设备的命令提示符下,键入:

force cluster sync

要使用 GUI 同步群集配置

  1. 登录到要在其上同步配置的设备。
  2. 导航到“系统”>“群集”。
  3. 在详细信息窗格的“实用工具”下,单击“强制群集同步”。
  4. 单击“确定”。

群集配置同步过程中显示失败的命令列表

syncStatusStrictMode 启用同步状态严格模式的群集设置中,您可以在非 CCO 节点上显示群集同步期间失败的命令列表。

您可以通过运行 show node 操作来确定非 CCO 节点的群集同步状态。PARTIAL SUCCESS 同步状态表示在群集同步期间,非 CCO 节点上的某些命令失败。

要使用 CLI 查看群集同步期间节点上失败的命令列表,请执行以下操作

  • show cluster syncFailures

示例配置

    > show cluster node

    1) Node ID: 1
            IP:                  10.102.201.24
            Backplane:           1/1/1
            Health:              UP
            Admin State:         ACTIVE
            Operational State:   ACTIVE(Configuration Coordinator)
            Sync State:          ENABLED
            Priority:            31
            Tunnel Mode:         NONE
            Node Group:          DEFAULT_NG
    2) Node ID: 2
            IP:                  10.102.201.62*
            Backplane:           2/1/1
            Health:              UP
            Admin State:         ACTIVE
            Operational State:   ACTIVE
            Sync State:          PARTIAL SUCCESS
    (Refer the files clus_sync_batch_status.log, sync_route_status.log and sync_clusdiff_status.log in /var/nssynclog directory for list of commands failed)
            Priority:            31
            Tunnel Mode:         NONE
            Node Group:          DEFAULT_NG
    3) Node ID: 3
            IP:                  10.102.201.64
            Backplane:           3/1/1
            Health:              UP
            Admin State:         ACTIVE
            Operational State:   ACTIVE
            Sync State:          PARTIAL SUCCESS
    (Refer the files clus_sync_batch_status.log, sync_route_status.log and sync_clusdiff_status.log in /var/nssynclog directory for list of commands failed)
            Priority:            31
            Tunnel Mode:         NONE
            Node Group:          DEFAULT_NG
    Done

    > show cluster syncFailures

    exec: add system user nsroot "********" -encrypted -externalAuth ENABLED -timeout 900 -logging ENABLED -maxsession 20 -allowedManagementInterface CLI API -devno 32768
    ERROR: Resource already exists
    --
    exec: set interface 2/LO/1 -autoneg ENABLED -haMonitor OFF -haHeartbeat OFF -mtu 1500 -ringtype Elastic -tagall OFF -trunkmode OFF -state ENABLED -lagtype NODE -lacpPriority 32768 -lacpTimeout LONG -throughput 0 -linkRedundancy OFF -bandwidthHigh 0 -bandwidthNormal 0 -intftype Loopback -svmCmd 0 -ifnum 2/LO/1 -lldpmode NONE -lrsetPriority 1024
    ERROR: Operation not allowed on loopback interface.
同步群集配置