-
Notifications
You must be signed in to change notification settings - Fork 11
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
Add support for including the ESXi version in System Overview Report #23
Comments
tenthirtyam
added
report/overview
Overview Report
and removed
pending-review
Pending Review
labels
Nov 22, 2022
tenthirtyam
changed the title
ESXi version in System Overview Report
Add support for including the ESXi version in System Overview Report
Nov 22, 2022
Hi @serbiansky, 👋 How's this: PS > Request-EsxiOverview -server $server -user $user -pass $pass
Domain Name : sfo-m01
Cluster Name : sfo-m01-cl01
ESXi Host FQDN : sfo01-m01-esx01.sfo.rainpole.io
ESXi Host Version : 7.0.3-20328353
Hardware OEM : Dell Inc.
Hardware Platform : PowerEdge R630
CPU Sockets : 2
CPU Cores : 28
Memory (GB) : 256
Status : ASSIGNED
Domain Name : sfo-m01
Cluster Name : sfo-m01-cl01
ESXi Host FQDN : sfo01-m01-esx02.sfo.rainpole.io
ESXi Host Version : 7.0.3-20328353
Hardware OEM : Dell Inc.
Hardware Platform : PowerEdge R630
CPU Sockets : 2
CPU Cores : 28
Memory (GB) : 256
Status : ASSIGNED
Domain Name : sfo-m01
Cluster Name : sfo-m01-cl01
ESXi Host FQDN : sfo01-m01-esx03.sfo.rainpole.io
ESXi Host Version : 7.0.3-20328353
Hardware OEM : Dell Inc.
Hardware Platform : PowerEdge R630
CPU Sockets : 2
CPU Cores : 28
Memory (GB) : 256
Status : ASSIGNED
Domain Name : sfo-m01
Cluster Name : sfo-m01-cl01
ESXi Host FQDN : sfo01-m01-esx04.sfo.rainpole.io
ESXi Host Version : 7.0.3-20328353
Hardware OEM : Dell Inc.
Hardware Platform : PowerEdge R630
CPU Sockets : 2
CPU Cores : 28
Memory (GB) : 256
Status : ASSIGNED
Domain Name : sfo-w01
Cluster Name : sfo-w01-cl01
ESXi Host FQDN : sfo01-w01-esx01.sfo.rainpole.io
ESXi Host Version : 7.0.3-20328353
Hardware OEM : Dell Inc.
Hardware Platform : PowerEdge R630
CPU Sockets : 2
CPU Cores : 28
Memory (GB) : 256
Status : ASSIGNED
Domain Name : sfo-w01
Cluster Name : sfo-w01-cl01
ESXi Host FQDN : sfo01-w01-esx03.sfo.rainpole.io
ESXi Host Version : 7.0.3-20328353
Hardware OEM : Dell Inc.
Hardware Platform : PowerEdge R630
CPU Sockets : 2
CPU Cores : 28
Memory (GB) : 256
Status : ASSIGNED
Domain Name : sfo-w01
Cluster Name : sfo-w01-cl01
ESXi Host FQDN : sfo01-w01-esx04.sfo.rainpole.io
ESXi Host Version : 7.0.3-20328353
Hardware OEM : Dell Inc.
Hardware Platform : PowerEdge R630
CPU Sockets : 2
CPU Cores : 28
Memory (GB) : 256
Status : ASSIGNED Ryan |
tenthirtyam
pushed a commit
that referenced
this issue
Dec 5, 2022
- Adds `Request-EsxiOverview` function to return the high-level status of each ESXi host in a system. - Updates `Publish-VcfSystemOverview` to include the ESXi Host Overview. Closes #23 Signed-off-by: Ryan Johnson <[email protected]>
tenthirtyam
pushed a commit
that referenced
this issue
Dec 5, 2022
- Adds `Request-EsxiOverview` function to return the high-level status of each ESXi host in a system. - Updates `Publish-VcfSystemOverview` to include the ESXi Host Overview. Closes #23 Signed-off-by: Ryan Johnson <[email protected]>
I'm going to lock this issue because it has been closed for 30 days. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Code of Conduct
Description
On System Overview Report we have SDDC Manager, vCenter, NSX and vRealize component version but there is no ESXi version. It will be good to have ESXi version per cluster or Hardware Overview.
Use Case(s)
We have situation where customer stated that they deployed whole setup with higher version then BoM. When we check System Overview Report we could not find ESXi version, and also in other pages (Health, ALert...)
Then we notice in sddc-all-health-results.json for ESXi hosts "message": "Failed. Version mismatch found for ESXI:esxi-zg-14.hsc. BOM version 7.0.3-19482537, Component Running installed version 7.0.3-20036589 and VCF Inventory version 7.0.3-20036589 are not as expected.".
Potential Configuration
Adding ESXi version in one of the below places of System Overview Report:
References
No response
The text was updated successfully, but these errors were encountered: