11-23-2015
10:51 AM
- last edited on
03-25-2019
08:37 PM
by
ciscomoderator
I just upgraded my CUCM server from 10.5 to 11 and as part of that I ran through the process to switch the network adapter to VMXNET3 as defined in the release notes. using the following commands.
1.copy CUCMServer.vmx temp_file.vmx
2.findstr /V /R "^ethernet0.virtualDev.*" temp_file.vmx > CUCMServer.vmx
3.echo ethernet0.virtualDev = "vmxnet3" >> CUCMServer.vmx
Before the change my network adapter was set to "flexible" and I still see flexible as the Adapter Type even though the line ethernet0.virtualDev = "vmxnet3" is now present in the running .vmx file
The process for changing the adapter type in IM&P was to:
1. Copy the current MAC address
2. Delete the Network adapter
3. Add the new adapter with vmxnet3 as the type
4. Manually update the MAC with the old MAC address
When I look at the VM setting for the IM&P server I do see the adapter type as VMXNET3.
Am I missing something with the CUCM servers and will the flexible type cause me problems at some point in the future?
thanks
11-23-2015 11:27 AM
Did you remove the VM from ESXi and then registered it again???
That's explained in the instructions.
Step 9 thru 14.
11-23-2015 12:01 PM
Jaime,
thanks for the response. Yes, I did remove the VM from the host inventory and re-add it but still no luck.
I think i will try are re-apply the VMX file update and see if that helps
08-05-2016 04:28 AM
I just experienced the same problem and the vCenter Web Client turned out to be the culprit. It wasn't overwriting the VMX file even though it stated the file was uploaded successfully. I reverted to the legacy vSphere Infrastructure Client and the process worked as documented.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide