So I currently have a script that does the following:
1. Reset Config
2. Create 30G Virtual disk (over 12 drive RAID6)
3. Configure job
4. Watch #3 until complete, when complete continue
5. Create 5TB Virtual disk (again over the 12 drive RAID6)
6. Configure job
7. Watch #6 until complete.
Steps #2 and #5 use two separate XML files due to differing values. When I try to stack the jobs it fails - hence the multiple step process.
We have a new configuration that uses several disks as separate Virtual disks across unique drives and THAT set of tasks I can stack (had a syntax error which was why it was failing). Was curious if I was doing something wrong or if there were special commands needed to setup more then one action at a time.
So if there is something special with the values and creating 2x Virtual disks across a RAID6 hardware configuration it would be helpful to know. For now its just a very long script run process, would love to make it a single step!
Thank you for the notes - if you have any suggestions/ideas on how to make the above work in one step that would be great!