- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - VMware
- >
- Install HPE driver on ESXi 6.7
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2022 09:59 AM - last edited on 11-23-2022 12:41 AM by support_s
11-21-2022 09:59 AM - last edited on 11-23-2022 12:41 AM by support_s
Install HPE driver on ESXi 6.7
Hy!
I would like to install the Fibre Channel card driver on ESXi.
Is there a step-by-step documentation which is referred to install the FC card driver?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2022 11:00 AM
11-21-2022 11:00 AM
Query: Install HPE driver on ESXi 6.7
System recommended content:
Please click on "Thumbs Up/Kudo" icon to give a "Kudo".
Thank you for being a HPE valuable community member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2022 08:48 PM
11-22-2022 08:48 PM
Re: Install HPE driver on ESXi 6.7
Hi,
The instruction is pretty much clear if you like to use the HPE SPP and HPE SUM, if you are looking for the steps from the CLI point of view, please check below (this is available with in the download file cp046818.zip under doc folder in the link that you have shared)
VMware ESX 6.7 VIB Installation Instructions
VMware uses a file package called a VIB (VMware Installation Bundle) as the
mechanism for installing or upgrading software packages on an ESX server.
The file may be installed directly on an ESX server from the command line, or
through the VMware Update Manager (VUM).
COMMAND LINE INSTALLATION
New Installation
----------------
For new installs, you should perform the following steps:
1. Copy the VIB or offline bundle to the ESX server. Technically, you can
place the file anywhere that is accessible to the ESX console shell,
but for these instructions, we'll assume the location is in '/tmp'.
Here's an example of using the Linux 'scp' utility to copy the file
from a local system to an ESX server located at 10.10.10.10:
scp VMware_bootbank_net-driver.1.1.0-1vmw.0.0.372183.vib root@10.10.10.10:/tmp
2. Issue the following command (full path to the file must be specified):
esxcli software vib install -v {VIBFILE}
or
esxcli software vib install -d {OFFLINE_BUNDLE}
In the example above, this would be:
esxcli software vib install -v /tmp/VMware_bootbank_net-driver.1.1.0-1vmw.0.0.372183.vib
Note: Depending on the certificate used to sign the VIB, you may need to
change the host acceptance level. To do this, use the following command:
esxcli software acceptance set --level=<level>
Also, depending on the type of VIB being installed, you may have to put
ESX into maintenance mode. This can be done through the VI Client, or by
adding the '--maintenance-mode' option to the above esxcli command.
Upgrade Installation
--------------------
The upgrade process is similar to a new install, except the command that should
be issued is the following:
esxcli software vib update -v {VIBFILE}
or
esxcli software vib update -d {OFFLINE_BUNDLE}
VUM INSTALLATION
The VMware Update Manager (VUM) is a plugin for the Virtual Center Server
(vCenter Server). You can use the VUM UI to install a VIB by importing
the associated offline bundle package (a ZIP file that contains the VIB and
metadata). You can then create an add-on baseline and remediate the
host(s) with this baseline. Please see the vCenter Server documentation for
more details on VUM.
Thanks,
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
