Transaction issue w/ iControl v11
I run into an issue while I'm trying two things in one transaction :
- set the template property for a given monitor
- assign a monitor on a pool created in the same transaction
Here is the process I would like to have :
1 - Start a transaction
2 - create a pool
3 - create a monitor template
4 - adjust the monitor template (recv and send strings)
5 - assign the created monitor to the created pool
6 - create a virtual address
7 - create a virtual server containing the created pool
8 - set snat automap to the created vs
9 - set vlan to the created vs
10 - submit the transaction
This issue is I have to run steps 4 and 5 out of the transaction so I have :
1 - Start a transaction
2 - create a pool
3 - create a monitor template
6 - create a virtual address
7 - create a virtual server containing the created pool
8 - set snat automap to the created vs
9 - set vlan to the created vs
10 - submit the transaction
4 - adjust the monitor template (recv and send strings)
5 - assign the created monitor to the created pool
If I don't invoke a transaction, this works w/o any problem, so I guess the transaction process, for these two methods, parse the saved configuration w/o taking care of the pending configurations.
Could you confirm the issue ? Do you have plan to include this in a single transaction ?
(I can provide some code implementation if needed)
Thx