I am deploying UAG 3.9 using the powershell scripts supplied by VMware (as per Using PowerShell to Deploy VMware Unified Access Gateway ), but the scripts don't seem to work with v3.9 of the UAG. The DeploymentOption attribute in the OVA is no longer supported so the sections looking for onenic, twonic of threenic dont work. To get this to work I have modified the uagdeploy.ps1 script to avoid this deployment option. I changed these:
Remove line 201 $ovfOptions += " --deploymentOption=$deploymentOption"
Remove the switch statement in line 191 and just leave the three nic options