Forum Discussion
spencero_196690
Nov 12, 2016Nimbostratus
How can I create member with name using powershell cmdlet?
How can you create pool members with descriptive names?
When I create a new vm, I'm able to automatically add it to a pool.
Add-F5.LTMPoolMember -Pool $PoolName -Member "${VMIP}:${Port}"
...
spencero_196690
Nimbostratus
Finally figured it out. Creating a node is done through LocalLBNoeAddressV2
(get-f5.icontrol).LocalLbNodeAddressV2.create('herpderp','192.0.2.0', 0)
Where 'herpderp' is the name of the node
192.0.2.0 is the ip of the node 0 is the maximum number of connections (0=default)Rijwan
Oct 24, 2019Nimbostratus
How to pass pool name?
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects