Forum Discussion

Rahul_Gupt_2401's avatar
Rahul_Gupt_2401
Icon for Nimbostratus rankNimbostratus
Feb 13, 2017

TMSH command to delete and add nodes ?

Hi,

 

What is the tmsh command to delete nodes A, B from Pool X and node C,D from pool Y in partition Z ? All the pools and nodes are configured in partition Z.

 

Once I have configured the nodes in common partition, what is the command to reattach node A,B to pool X and node C,D to pool Y in partition Z ?

 

3 Replies

  • JG's avatar
    JG
    Icon for Cumulonimbus rankCumulonimbus

    Which BIG-IP version are you running?

     

  • Whatever partition your pool is in cd /YOURPARTITION/

     

    modify ltm pool YOURPOOL members add { /Common/NODENAME:PORTNUMBER { session user-disabled }}

     

    Something like that will add it in a disabled state...