Forum Discussion

Dmanden_23459's avatar
Dmanden_23459
Icon for Nimbostratus rankNimbostratus
Nov 24, 2015
Solved

iApp - error when creating pools

Hi All   Im trying to build out an iapp that creates a number of duplicate objects with minor differences.   my config so far looks like this   presentation section members { Build a tab...
  • Fred_Slater_856's avatar
    Nov 24, 2015

    iapp::pool_members will try to do the right thing based on what you give it. If there is a "port" or "port_secure" column in your table, it will use those port values. You can specify a port value to override those with the -port flag (e.g. iapp::pool_members -port 8080 $::members__pool_members). If you specify only IP addresses and omit the -port flag, it will assume port 80.