ESX3: Storage Health Check
You can easily check the health of your storage by looking under the /proc filesystem in the service console.
The directory /proc/vmware/scsi/vmhbaX/ where X refers to your HBA number contains virtual files which correspond to LUNs on that HBA. Using "cat" you can view the contents of these and check for cmdsAbrt (command aborts) and busRst (bus resets), these should both be zero indicating healthy storage connectivity. If either of these numbers are higher, especially bus resets, it is advisable to investigate for storage sub-system issues.
For example, to check LUN 0 on VMHBA0, which is LUN 0 on local storage, you would use:
cat /proc/vmware/scsi/vmhba0/0:0
You can obtain a summary of attached storage volumes from /proc/scsi/scsi again using "cat".
From Xtravirt
More Stories
Using Automation to Create Optimized Windows Images for VMware Horizon VMs
https://twitter.com/jesperalberts/status/1410859089001914368?s=21 Automate your horizon view desktop build
VMware horizon view with shared GPU
One of my projects this year is to research and test using hardware GPU in our horizon view environment. Vmware...
Using vmware horizon view with Microsoft Azure MFA
We are looking to move from Duo to Azure MFA to standardize our security and reduce cost. I found the...
Working with vmware tools and hardware levels
Looking at standards for our virtual environment and setting the baseline for vmware tools and hardware level, and os level...
vmware VCSA SSH links
We just upgraded to VCSA 6.5u1 yesterday from Vcenter 5.5. The process went flawlessly. I did need to ssh and...
Migrate to vSphere 6.0 Update 2m
Vmware recently released vSphere 6.0 Update 2m , which is the supported way to migrate from a windows based vSphere 5.5 to the...