Hallo,
I created a Workflow to switch all NICs of a VM to a temporary DV Portgroup and back to the original one.
All Logs look Fine, but nothing happens (Reconfigure Task in vCenter is running but nothing is changed):
[2015-08-21 11:24:58.352] [I] VM to Process: Xxxxx0467
[2015-08-21 11:24:58.401] [I] Network Name of NIC 1 from total 1 is: SDC-3001 (CC01CCC-C03-dvSwitch1)
[2015-08-21 11:24:58.401] [I] ...Switching to Temp Network.
[2015-08-21 11:24:58.401] [D] active_dvPortgroup: DynamicWrapper (Instance) : [VcDistributedVirtualPortgroup]-[class com.vmware.vmo.plugin.vi4.model.VimDistributedVirtualPortgroup] -- VALUE : DistributedVirtualPortgroup<dvportgroup-110>'SDC-3001'
[2015-08-21 11:24:58.401] [D] temp_dvPortgroup: DynamicWrapper (Instance) : [VcDistributedVirtualPortgroup]-[class com.vmware.vmo.plugin.vi4.model.VimDistributedVirtualPortgroup] -- VALUE : DistributedVirtualPortgroup<dvportgroup-48220>'dvPortGroup-Migration'
[2015-08-21 11:24:58.434] [I] devices.deviceInfo.summary: 'DVSwitch: a3 16 28 50 b6 99 e7 7b-02 3f 24 f2 7d c0 32 89'
[2015-08-21 11:25:04.116] [I] Switching to Temp Network Completed.
[2015-08-21 11:25:04.116] [I] ...Switching Back.
[2015-08-21 11:29:35.009] [I] devices.deviceInfo.summary: 'DVSwitch: a3 16 28 50 b6 99 e7 7b-02 3f 24 f2 7d c0 32 89'
[2015-08-21 11:29:35.689] [I] Switching Back finished.
You can see that something is wrong in the marked Log entries, this must be different DVPs…
I have attached the Documentation and the workflow itself.
Maybe I am totally blind…