Forum Discussion

ramann_75062's avatar
ramann_75062
Icon for Nimbostratus rankNimbostratus
Jun 02, 2009

Disable/enable pool member via command line

Hi@all,

 

 

is it possible a disable/enable a pool member via the commandline?

 

 

Thanks for hints!

 

bjoern

2 Replies

  • yes:

     

     

    b pool { members : { down session disable } }

     

     

    Note that you will need to also list the other members in the pool with their desired status as well or you will end up with a pool with only the members listed in the command.
  • That was the bigpipe way of doing things...forgot tmsh:

     

     

    modify ltm pool members modify { : { state down session disabled } }

     

     

    This will only modify this member, and will not impact/delete the others. Version 10 is required for tmsh access.