-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ESXi8 section PCI Devices Drivers & Firmware missing #127
Comments
Hi Tim, Name Value PSVersion 5.1.17763.6530 Name Version AsBuiltReport.Core 1.4.1 VCSA ESXi hosts After PCI Devices section the System section follows. |
Due to changes made to ESXCLI in vSphere 8, this information is no longer available. |
The driver and firmware versions should be available: https://knowledge.broadcom.com/external/article/323110/determining-networkstorage-firmware-and.html esxcli storage san [fc|iscsi|fcoe|sas] list Example: esxcli storage san fc list esxcli network nic get -n vmnic0 Advertised Auto Negotiation: true |
Hi Tim, $EsxCli.storage.san.sas.list.Invoke() | select DeviceName,DriverName,DriverVersion,FirmwareVersion DeviceName : vmhba11 $EsxCli.network.nic.get.Invoke(@{nicname="vmnic3"}).DriverInfo BusInfo Driver FirmwareVersion Version 0000:31:00:1 bnxtnet 229.2.52.0 /pkg 22.92.06.10 229.0.146.0 |
See #111 (comment) |
Bug description
I run the script in a mixed system containing ESXi8U3 and ESXi 7U3 hosts. The 'PCI Devices Drivers & Firmware' section is missing at the ESXi8 hosts. The ESXi7 hosts are ok.
ESXi Version 7.0.3
ESXi Build 23794027
ESXi Version 8.0.3
ESXi Build 24280767
Command-line input
New-AsBuiltReport -Report VMware.vSphere -Target 'vcsa.fqdn' -Username '[email protected]' -Password 'password' -Format Html -OutputFolderPath 'C:\Users\username\Downloads\asbuilt' -ReportConfigFilePath 'C:\Users\username\Downloads\asbuilt\AsBuiltReport.VMware.vSphere.json' -Timestamp -Verbose
Steps to reproduce
Expected behaviour
I need the drivers information
Screenshots
No response
Operating System
Microsoft Windows 10 Enterprise
Major Minor Build Revision
10 0 19045 0
PowerShell Version
Name Value
PSVersion 5.1.19041.3930
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.19041.3930
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
PowerShell Modules
Name Value
PSVersion 5.1.19041.3930
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.19041.3930
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
Additional Context
No response
Before submitting
The text was updated successfully, but these errors were encountered: