Hi all,
I've set up UDA in order to deploy my ESX boxes. All went well and my ESX are now installed in 4 minutes.
So now I'm working on the %post section in order to have fully configured ESX at the end of the deployment process.
I looked the .cfg of Mike (http://www.rtfm-ed.co.uk/?page_id=366) and many other on this forum, but I did not found a way to set active, unused and standby uplinks at the portgroup level.
I also searched via vimsh, but still found nothing to do that.
I typically want to have this config :
A vswitch (with 6 uplinks associated) with 4 portgroups on it :
- One for a VLAN linked to vmnic1,2,3 and 4
- One for another VLAN with the same 4 uplinks (vmnic1,2,3 and 4)
- One for VMotion with 1 uplink (vmnic0) and another in standby (vmnic5)
- A last one for COS with 1 uplink (vmnic5) and another in standby (vmnic0)
Has anyone already did something like that ?
What a pity if I need to do the NIC teaming policy setup by hand after the kickstart install !