Difference between revisions of "Cluster commands"

From Tech-Wiki
Jump to: navigation, search
 
(2 intermediate revisions by the same user not shown)
Line 23: Line 23:
 
Monitor cluster health and sync
 
Monitor cluster health and sync
 
  get sys ha status
 
  get sys ha status
  diag sys ha checksum show
+
  diag sys ha checksum show (each unit or diag sys ha checksum cluster in one)
 
  diag sys session sync
 
  diag sys session sync
  
If something above is wrong, try:
+
If something above is wrong, verify Models and Firmware match and try:
 
   diag sys ha checksum recalculate
 
   diag sys ha checksum recalculate
 
   exec ha synchronize start  (only in the slave)
 
   exec ha synchronize start  (only in the slave)
 +
  diag debug app ha talk -1
 +
  diag debug appl ha sync-1
 +
  diag debug enable
  
 
Switch to manage the slave unit:
 
Switch to manage the slave unit:
 
   exec ha manage 0
 
   exec ha manage 0

Latest revision as of 18:55, 24 August 2020


Setting FGCP Cluster up (active passive)

config system ha
   set mode a-p
   set group-name cluster1
   set password abc123
   set hbdev port4 100
end

Setting FGSP Cluster (Session Sync)

config system ha
   set group-name cluster1
   set password abc123
   set session-sync-dev port5
   set session-pickup enable
   set session-pickup-connectionless enable
   set session-pickup-expectation enable
   set session-pickup-nat enable
   set standalone-config-sync enable
end

Monitor cluster health and sync

get sys ha status
diag sys ha checksum show (each unit or diag sys ha checksum cluster in one)
diag sys session sync

If something above is wrong, verify Models and Firmware match and try:

 diag sys ha checksum recalculate
 exec ha synchronize start  (only in the slave)
 diag debug app ha talk -1
 diag debug appl ha sync-1
 diag debug enable

Switch to manage the slave unit:

 exec ha manage 0