Forum Discussion

Arun_2705's avatar
Arun_2705
Icon for Nimbostratus rankNimbostratus
Jul 26, 2012

Removing nodes on BIG-IP LTM

I am working on powershell on F4 LTM VE . Is there a powershell command for removing nodes >? I only see commands for removing members or pool members.

5 Replies

  • Hi Arun,

     

     

    Can you clarify what you're trying to accomplish and why? Also, which LTM version are you using?

     

     

    Here's a link to the iControl index:

     

    https://devcentral.f5.com/wiki/iControl.HomePage.ashx

     

     

    And here's a link to the nodeaddressv2 page for 11.x which includes details on the delete_node_address method:

     

    https://devcentral.f5.com/wiki/iControl.LocalLB__NodeAddressV2.ashx

     

     

    Aaron
  • Thank you so much. that worked for me

     

    (Get-F5.iControl).LocalLBNodeAddress.delete_node_address("$ip")
    • Joe_Pruitt's avatar
      Joe_Pruitt

      Look at LocalLB.NodeAddressV2. The newer interface changes accessing nodes by addresses to names.