F5 is upgrading its customer support chat feature on My.F5.com. Chat support will be unavailable from 6am-10am PST on 1/20/26. Refer to K000159584 for details.

Forum Discussion

waterfall_10467's avatar
waterfall_10467
Icon for Altostratus rankAltostratus
Jan 27, 2014

Pool_Member_Disable

Hello,

 

i need to modify members in my pool that is running with another partitions. Ok when i connect to device with test application aditor user , i can do it because the user has been created for the app editor partitions. However, when i connect to the device via root user, icannot do it. Although i have tried many methods , i couldnot figure out so please assist me about the case.

 

modify ltm pool httppool1 members modify { 10.10.10.10:80 { state user-down } this ok but i need to specify partition

 

Thank you ina advance,

 

1 Reply

  • You can either:

    1. Specify the partition explicitly:

      modify ltm pool /test/httppool1 members modify { 10.10.10.10:80 { state user-down } }
      
    2. Change directory to the required partition and then access directly:

      cd /test
      modify ltm pool httppool1 members modify { 10.10.10.10:80 { state user-down } }