janeiro 14th, 2011
enable round-robin storage vmware 4.1
Posted by
Felipe Olivaes in
vmware
[code]
echo “#!/bin/ash” > set.sh
esxcli nmp device list | awk ‘/^naa/{print “esxcli nmp device setpolicy –device “$0″ –psp VMW_PSP_RR” }’ >> set.sh
chmod +x set.sh
./set.sh
[/code]