For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

Nik's avatar
Nik
Icon for Cirrus rankCirrus
Sep 26, 2013

how to enable a disabled cluster member?

I'm trying to figure out how to re-enable a disabled cluster member from the command line. I have a viprion 2400 with two blades and blade 1 is disabled. How can i re-enable it from the cli?

 

Sys::Cluster: default

Address x.x.x.x/22 Availability available State enabled Reason Cluster Enabled Primary Slot ID 2 Primary Selection Time 0

 

| Sys::Cluster Members | ID Address Availability State Licensed HA Clusterd Reason

 

| 1 :: offline disabled true offline running Run, manually disabled, HA TABLE offline | 2 :: available enabled true active running Run | 3 :: unknown enabled false unknown shutdown Slot state unknown | 4 :: unknown enabled false unknown shutdown Slot state unknown

 

5 Replies

  • Nik, For sure you solved that problem long ago but I just wanted to add to this post that you need to use curly braces, so for your example, the command is:

    tmsh modify sys cluster default members { 1 { enabled } }

  • Gregory_Thiell_'s avatar
    Gregory_Thiell_
    Historic F5 Account

    Nik, For sure you solved that problem long ago but I just wanted to add to this post that you need to use curly braces, so for your example, the command is:

    tmsh modify sys cluster default members { 1 { enabled } }