Hi,
I want to change the default iops settings for all LUNs, I found it a bit tedious doing it for each LUN; What I want to do is to put all the LUNs WWN name to a file and read the file to apply
esxcli storage nmp psp roundrobin deviceconfig set --type=iops --iops 1 --device=
Get-Content C:\LUNPaths.txt | esxcli I don't know how to do it in esxcli.
Thanks,