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
Related posts:
- Got a Gmail acount? Use it for file storage.
- Introduction to 90 Online File Storage Services
- VMTSPatchManager: Free "Windows Update" For ESX Servers
- Check this out. MSDN Webcast RSS feeds
- Need help packaging applications. Check out this new site
Related posts brought to you by Yet Another Related Posts Plugin.





