![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||
Solution Type Technical Instruction Sure Solution 1527051.1 : How to Install and Remove OVN Host Drivers in ESXi 5.x
In this Document
Applies to:Oracle Fabric Interconnect F1-15 - Version All Versions and laterOracle Fabric Interconnect F1-4 - Version All Versions and later Information in this document applies to any platform. GoalThis document explains the way OVN Host Drivers in ESXi 5.X can be installed and de-installed. SolutionFirst and foremost, the commands below should work in most cases to install and update OVN ESXi 5.X host drivers. However until Xsigo / Oracle releases a VMware "signed" driver, use the first command, Please note you must specify full path to where the OVN ESXi 5.X Host driver zip bundle package resides: With all the old modules removed we install the new one: # esxcli software vib install -d /xsigo_5.0.0.EX5E.1-1vmw.500.0.0.406165.zip --no-sig-check (--no-sig-check will disappear as the build process evolves.)
# esxcli software vib update -d <Xsigo depot.zip bundle name>
# esxcli software remove -n <Xsigo driver vib bundle name>
esxcli software To see the listed options for each command type in 'esxcli software' to see the options. Here is the command to remove all Xsigo ESXi 5.0 Host driver vib packages at once: In order to remove the Xsigo ESXi 5.0 host driver vib packages one at a time, the following steps need to be followed. You need to locate each of the 6 vibs that drive our software. I have used bold to show the command and the part of the query results we are concerned with.
# esxcli software vib list | grep net-xsvnic # esxcli software vib list | grep net-xscore # esxcli software vib list | grep net-ib-basic # esxcli software vib lit | grep net-xve VMware VMwareCertified 2011-08-23
Remove each vib in the proper order, xsvnic and xsvhba can be removed in either order though. Please note that you need the vib name which is located on the left side of the query result (IN BOLD). EG scsi-vhba is what you would use to remove xsvhba. # esxcli software vib remove -n net-xsvnic Removal Result # esxcli software vib remove -n net-xve
# esxcli software vib remove -n scsi-xsvhba Removal Result Reboot Required: true # esxcli software vib remove -n net-xscore Removal Result # esxcli software vib remove -n net-ib-basic Removal Result Message: The update completed successfully, but the system needs to be rebooted for the changes to be effective. VIBs Installed: # esxcli software vib remove -n net-mlx4-en Removal Result VIBs Installed: # esxcli software vib list | grep xs
net-xscore 5.0.1.ESX.1-1vmw.500.0.0.406165 VMware PartnerSupported 2011-11-03 net-xsvnic 5.0.1.ESX.1-1vmw.500.0.0.406165 VMware PartnerSupported 2011-11-03 scsi-xsvhba 5.0.1.ESX.1-1vmw.500.0.0.406165 VMware PartnerSupported 2011-11-03
# esxcli software vib list | grep Partner
net-xve is also a Xsigo / OVN Driver (PVI)
net-ib-basic 5.0.1.ESX.1-1vmw.500.0.0.406165 VMware PartnerSupported 2011-11-03
net-ib-ipoib 5.0.1.ESX.1-1vmw.500.0.0.406165 VMware PartnerSupported 2011-11-03 net-mlx4-en 5.0.1.ESX.1-1vmw.500.0.0.406165 VMware PartnerSupported 2011-11-03 net-xscore 5.0.1.ESX.1-1vmw.500.0.0.406165 VMware PartnerSupported 2011-11-03 net-xsvnic 5.0.1.ESX.1-1vmw.500.0.0.406165 VMware PartnerSupported 2011-11-03 scsi-ib-srp 5.0.1.ESX.1-1vmw.500.0.0.406165 VMware PartnerSupported 2011-11-03 scsi-xsvhba 5.0.1.ESX.1-1vmw.500.0.0.406165 VMware PartnerSupported 2011-11-03 With all the old modules removed we install the new one: # esxcli software vib install -d /xsigo_5.0.0.EX5E.1-1vmw.500.0.0.406165.zip --no-sig-check (--no-sig-check will disappear as the build process evolves.)
Installation Result Message: The update completed successfully, but the system needs to be rebooted for the changes to be effective. VIBs Installed: VMware_bootbank_net-xscore_5.0.0.EX5E.1-1vmw.500.0.0.406165, VMware_bootbank_net-xsvnic_5.0.0.EX5E.1-1vmw.500.0.0.406165, VMware_bootbank_scsi-xsvhba_5.0.0.EX5E.1-1vmw.500.0.0.406165 VIBs Removed: VMware_bootbank_scsi-xsvhba_1.0.0-1vmw.500.0.0.406165, VMware_bootbank_net-xsvnic_1.0.0-1vmw.500.0.0.406165, VMware_bootbank_net-xscore_1.0.0-1vmw.500.0.0.406165 VIBs Skipped: VMware_bootbank_net-mlx4-en_1.0.0-1vmw.500.0.0.406165, VMware_bootbank_net-ib-basic_1.0.0-1vmw.500.0.0.406165 It has been confirmed on ESXi 5.5 systems that the OVN ESXi vib names have changed. To remove the ESXi 5.5 vib bundles, remove them in the order show below prior to reinstalling the OVN ESXi drviver bundle from scratch or for installing a new version of the OVN ESXi 5.5 driver bundle: esxcli software vib remove -n net-xsvnicesxcli software vib remove -n scsi-xsvhbaesxcli software vib remove -n net-xveesxcli software vib remove -n net-xscoreesxcli software vib remove -n net-mlx4-ibesxcli software vib remove -n net-ib-cmesxcli software vib remove -n net-ib-ipoibesxcli software vib remove -n net-ib-saesxcli software vib remove -n net-ib-madesxcli software vib remove -n net-mlx4-coreesxcli software vib remove -n net-ib-core
Attachments This solution has no attachment |
||||||||||||||
|