9.3.1.19 tfactl print syncstatus

Use the tfactl print syncstatus command to get the sync status of TFA on all cluster nodes.

Syntax

tfactl print syncstatus [-short]

Parameters

Table 9-59 tfactl print syncstatus Command Parameters

Parameter Description

-short

Displays if the sync status is TRUE or FALSE. TRUE indicates TFA on all cluster nodes are in sync. FALSE indicates TFA on the cluster nodes are not in sync.

Example 9-71 tfactl print syncstatus

tfactl print syncstatus
SYNC MESSAGE : TFA Synced on all Cluster Nodes
.-------------------------------.
| Node            | Sync Status |
+-----------------+-------------+
| node1           | SYNCED      |
| node2           | SYNCED      |
'-----------------+-------------'
tfactl print syncstatus -short
Sync Status : TRUE
tfactl print syncstatus
SYNC FAILED : TFA not Synced on [stbm000004-vm18]
.-------------------------------------.
| Node            | Sync Status       |
+-----------------+-------------------+
| node3           | SYNCED            |
| node4           | Failed to Connect |
'-----------------+-------------------'
tfactl print syncstatus -short
Sync Status : FALSE