Forum Discussion

Luca_55898's avatar
Luca_55898
Icon for Nimbostratus rankNimbostratus
Dec 06, 2011

CLI command to disable a pool member

Hey Guys,

 

 

Is there a bigpipe command to disable (force offline) a pool member?

 

 

Or a tmsh command?

 

 

thanks,

 

2 Replies

  • can you try this?

    [root@ve1023:Active] config  b pool foo list
    pool foo {
       members 200.200.200.101:80 {}
    }
    
    [root@ve1023:Active] config  b pool foo member 200.200.200.101:80 down
    [root@ve1023:Active] config  
    Dec  5 21:51:48 local/ve1023 notice mcpd[7068]: 01070638:5: Pool member 200.200.200.101:80 monitor status forced down.
    Dec  5 21:51:48 local/tmm err tmm[8145]: 01010028:3: No members available for pool foo
    
  • this is tmsh.

    root@ve1023(Active)(tmos) modify ltm pool foo members modify { all { state down } }
    root@ve1023(Active)(tmos) 
    Dec  5 21:55:12 local/ve1023 notice mcpd[7068]: 01070638:5: Pool member 200.200.200.101:80 monitor status forced down.
    Dec  5 21:55:12 local/tmm err tmm[8145]: 01010028:3: No members available for pool foo