Can’t remove datastore ‘DATA_LUN_03′ because Storage I/O Control is enabled on it. Correct it an re-try the operation.

I was doing some cleanup of datastores attached to my VMware Cluster today and came across this error when I was removing a datastore. Can’t remove datastore ‘DATA_LUN_03′ because Storage I/O Control is enabled on it. Correct it an re-try … Continue reading

Setting the Congestion Threshold Value for Storage I/O Control

This is a great KB article from VMware worth reposting.  I’m going to start analyzing storage I/O more today on all the arrays I have and LUNs.  Article Source:  http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=1019687 Setting the congestion Threshold Value for Storage I/O Control Details … Continue reading

Get VM Extra Configuration Details

Add-PSSnapin “VMware.vimautomation.core” Connect-VIServer -server 10.10.10.1 -user “user” -password “luser” (get-vm -name “ZEUS”).extensiondata.config.extraconfig | sort key | format-table Example Output Key Value DynamicType DynamicProperty — —– ———– ————— ethernet0.pciSlotNumber 32 evcCompatibilityMode true guestCPUID.0 0000000b756e65476c65746e496… guestCPUID.1 000106a400010800809822010fe… guestCPUID.80000001 000000000000000000000001281… hostCPUID.0 0000000b756e65476c65746e496… hostCPUID.1 … Continue reading