Forum Discussion

Jeremy_Lanzarot's avatar
Jeremy_Lanzarot
Icon for Nimbostratus rankNimbostratus
Dec 22, 2010

add/delete pool members

What is the command to add and delete a pool member using the bigpipe command?

 

1 Reply

  • hoolio's avatar
    hoolio
    Icon for Cirrostratus rankCirrostratus
    Hi Jeremy,

     

     

    For the bigpipe command options, you can run:

     

    b pool help

     

     

    To add a pool member to pool_name, run:

     

    b pool pool_name members 1.1.1.1:80 add

     

     

    To delete a pool member from pool_name, run:

     

    b pool pool_name members 1.1.1.1:80 delete

     

     

    Aaron