Hello everyone
This time I come to show you the integration of VMware Skyline Health Diagnostics
(VSHD) with VMware vCenter. I will also show you how to run the diagnostics to know how is the health of your Virtual infrastructure. VSHD is a self-diagnostic platform that allows to detect and solve problems in both vSphere and vSAN product line.
This tool provides recommendations in the form of Knowledge Base articles or links to troubleshooting procedures. vSphere administrators can use this tool to troubleshoot issues before contacting VMware Global Support.
Benefits:
- Based on symptoms, according to VMware VSHD automatically provides links to articles with steps to resolve the problem.
- Self-service improves the time to get recommendations to assist in problem resolution.
- Rapid repair to help recover the infrastructure from a failure and ensure that the business operates with less disruption.
To start we must access the following link where we can download the OVA file that allows us to manage the creation of the virtual machine where the VSHD services run.
Once authenticated on the VMware portal you will be redirected to the area where you can download the file OVA.
Below is the process of creating the VM using the OVA template that you downloaded.
Installing VSHD through VMware vCenter
Start by using the Deploy OVF Template
wizard where you upload the installation file by pressing UPLOAD FILES
.
Set a name and select the folder in which the VM object will be created.
Select the Compute Cluster
and press NEXT
.
Confirm the information and press NEXT
.
Accept the Licensing Agreement and press NEXT
.
Select the storage location where the VM will be created and press NEXT
.
Select the network to be used by the VM and press NEXT
.
At this stage the unique properties of the VM such as the hostname, the password of the administration accounts and the IP address information are defined.
After the information has been validated, click FINISH
to complete the process.
The installation process can be monitored from the Recent Tasks
tab.
An optional requirement is the association of a DNS name to the IP used in the installation process. In the following screen we can see how to register a DNS name FQDN
using PowerShell from a Windows console
Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.
PS C:\Users\Administrator> Add-DnsServerResourceRecordA -Name vmware-shd -IPv4Address 192.168.5.70 -ZoneName zenprsolutions.local -CreatePtr -AllowUpdateAny
PS C:\Users\Administrator> Get-DnsServerResourceRecord -Name vmware-shd -ZoneName zenprsolutions.local
HostName RecordType Type Timestamp TimeToLive RecordData
-------- ---------- ---- --------- ---------- ----------
vmware-shd A 1 0 01:00:00 192.168.5.70
PS C:\Users\Administrator>
Once the OVA file installation process is complete, you can proceed to power on the VM that will be used for the VSHD service.
When we turn on the VM we can see the DNS name information and the IP address that we previously configured.
With the IP address we can access the administration portal of the application using the following credentials:
- Username:
shd-admin
- Password:
previously established
The next step is to add the vCenter/ESXi information and corresponding credentials.
We can validate that the information entered is correct by pressing the CHECK CONNECTION
button.
After validating the information and credentials, you proceed to run the diagnostic by pressing RUN DIAGNOSTIC
.
In this screen we select the ESXi and vCenter servers you wish to scan and what type of plug-in to run during the collection of diagnostic information.
Optionally you can set up a Tag
that can be used for an easy search of the diagnostics. Then you can click on FINISH
.
In this next image we can see the progress of the diagnostic information gathering.
Additionally, from the vCenter management console you can see a task related to the gathering process.
Once the process has finished you can view the status of the task by clicking on the SHOW SUMMARY
button.
In this screen we can see that the tasks were executed without problems.
By pressing the SHOW REPORT
button you can view the resulting reports.
To view the report press the eye icon as shown in the following image.
Here I show you several examples of the resulting report where you can pinpoint some of the problems with the infrastructure used as an example.
Summary
In this lab, I installed and configured the VMware Skyline Health Diagnostics` (VSHD) which allows vSphere administrators to use this tool to troubleshoot issues before contacting VMware support. One nice thing about this tool is that it is freely available. I hope you liked this lab. If you have any doubts or questions about this lab, leave them in the comments. Regards.