Forum Discussion

3 Replies

  • In v11, you can use the show command in tmsh to find the records, ensuring they're the correct ones, then change 'show' to 'delete':

     

    show ltm persistence persist-records node-addr 1.2.3.4

     

    Then:

     

    delete ltm persistence persist-records node-addr 1.2.3.4

     

    If you delete members from the pool, surviving members will be chosen for load balancing even if there is persistence to the DOWN members.

     

    • Wasfi_182818's avatar
      Wasfi_182818
      Icon for Nimbostratus rankNimbostratus

      Can the deleting of persistence records be done at the pool member granularity too?

       

      Kindly Wasfi

       

    • KeesvandenBos's avatar
      KeesvandenBos
      Icon for MVP rankMVP

      Hi Wasfi,

       

      show ltm persistence persist-records pool

       

      delete ltm persistence persist-records pool node-addr 1.2.3.4

       

      or

       

      delete ltm persistence persist-records pool client-addr 5.6.7.8

       

      Cheers,

       

      Kees