Hello,
We are running vSphere 5.5.0 Build 2183111 and ESXi 5.5.0 Build 2143827 Update 2. Connected via FC is a NetApp FAS-2240 with one shelf of SSD drives. We have presented LUNs to vSphere and they show as Non-SSD and to get them to show as SSD, so we gain the performance increase, we have this list of commands to run through
~# esxcli storage nmp satp rule add --satp=VMW_SATP_ALUA --device naa.60a9800042393376512b47314a745136 --option "enable_ssd"
~ # esxcli storage core claiming unclaim --type=device --device naa.60a9800042393376512b47314a745136
~ # esxcli storage core claimrule load
~ # esxcli storage core claimrule run
~ # esxcli storage core claiming reclaim -d naa.60a9800042393376512b47314a745136
now we have to do this on every host and for every LUN we want to be presented as SSD to vSphere and ESXi. Question is this, can this process be simplified any way?
TIA,
JIm