keegan_morrison
Jul 27, 2012Nimbostratus
Create pool with existing node memners
I am trying to create a new pool using tmsh with already existing node members.
I am using the following syntax:
tmsh create ltm pool /demo-dashboard/ddsdemo-web_http_pool members add { /demo-dashboard/10.93.52.16:80 /demo-dashboard/10.93.52.64:80 } monitor http
However, since those two nodes already exist in this partition, I get the following error:
Configuration error: Pool member node /demo-dashboard/10.93.52.16 and existing node /demo-dashboard/ddsdemo-web01 cannot use the same IP Address 10.93.52.16
What is the correct syntax to create a pool with nodes that have already been created?