Only one FCoE path active using Emulex OneConnect 14000 Series HBA with ESXi 5.x/6.0

Downgrade to 10.2.477.23 dated 2015-02-02. It's included in the SPP 2015.04 if you're using HP servers.
 
http://www.emulex.com/downloads/emulex/firmware-and-boot-code/oce14000ocm14000-series/previous-releases/
 
This is current at this date: 2015-09-21

Replacing vCenter without redoing vRanger configuration

Get the current VM-id via VMware vSphere PowerCLI by running the following commands:
 

Connect-VIServer <your VCSA>
(Get-VM -name <VM_display_name>).id 

 
Open SQL Management Studio and run the following command to show all tasks:
 
SELECT * FROM [vRangerPro].[dbo].[BackupTemplateTask] ORDER BY InventoryNodeName
 
use vRangerPro
UPDATE BackupTemplateTask SET InventoryNodeVirtualizationObjectId='vm-id' WHERE InventoryNodeName='VM_display_name'
 
Restart the vRanger Service and run the task!
 
Source: http://en.community.dell.com/techcenter/data-protection/f/4784/t/19555352#58593

The upgrade contains the following set of conflicting VIBs

If you get this when trying to upgrade to a newer version of vSphere, and you don't need the VIBs listed. Log on your host and run the following commands.
 
Locate the VIB name by running "esxcli software vib list"
 
Remove the VIB by running "esxcli software vib remove --vibname=name"
 
Reboot the host and retry the upgrade.
 
Source: http://pubs.vmware.com/vsphere-51/index.jsp?topic=%2Fcom.vmware.vsphere.upgrade.doc%2FGUID-7FFEBD91-5D82-4E32-93AB-F10D8BFFECAA.html

RSS 2.0