Quantcast
Channel: MSA Storage topics
Viewing all articles
Browse latest Browse all 2301

Query: How to set MSA2062 (SAS) to use HPP instead of NMP, and also with PSP-RR enabled.

$
0
0

Dear mates,

I have a problem with setting MSA 2062 that connect to a HPE E208e-p SR Gen10 HBA on VMware ESXi 7.0 Update 3 Host(HPE Proliant DL380 Gen10).

Here is what I want to do:

1, I have create several volumes and map them to DL380, But in default, they are claiming by NMP, and it's need to be set to HPP to get better performance.

2, the PSP is set by default with VMW_PSP_MRU, but there's two HPE E208e-p SR Gen10 on my DL380, both of them with 1 SAS cable connection to MSA 2062 controller A and B. So I want it set to VMW_PSP_RR.

So, Here is my plan:

1, I will use the following ESXCLI commands to set all volumes claim rule, which are mapped to the DL380 to change their plugin to HPP:

esxcli storage core claimrule add -t vendor -V HPE -M MSA 2060 SAS -P HPP esxcli storage core claimrule load #then, reboot the DL380 host.

 

2, I will use the following ESXCLI commands to set path select policy from VMW_PSP_MRU to round robin.

for i in `esxcfg-scsidevs -c |awk '{print $1}' | grep naa.xxxx`; do esxcli storage hpp psp roundrobin deviceconfig set --type=iops --iops=1 --device=$i; done

 

then reboot the DL380 host to make config enable.

I am not sure if these work. If there is any advice it will really help me a lot.

Thank you.


Viewing all articles
Browse latest Browse all 2301

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>