博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Set the Round Robin IOPS limit from 1000 to 1
阅读量:5874 次
发布时间:2019-06-19

本文共 509 字,大约阅读时间需要 1 分钟。

1,Query the paths of the LUN

esxcli storage nmp path list --device naa.60000971111492600622233032393333

2,Set the path policy to Round Robin

esxcli storage nmp device set --device naa.60000971111492600622233032393333 --psp VMWPSPRR

3,Set the Round Robin IOPS for switch path to 1

esxcli storage nmp psp roundrobin deviceconfig set --type=iops --iops=1 --device=naa.60000971111492600622233032393333

4,To verify if the changes are applied

esxcli storage nmp device list

转载于:https://blog.51cto.com/549687/2088898

你可能感兴趣的文章
【Django】(3)创建网页:学习笔记主页
查看>>
bzoj 1791: [Ioi2008]Island 岛屿
查看>>
CSS文件的三种引入方式
查看>>
中山大学Delphi视频教程 共51课
查看>>
ios 判断某个时间是周几的方法
查看>>
Linux下使用curl查看http请求各阶段耗时
查看>>
HUD 2544 最短路 迪杰斯特拉算法
查看>>
vim 添加到右键 windows
查看>>
linux系统下修改某个文件夹下所有的文件权限
查看>>
【树状数组】【P4113】[HEOI2012]采花
查看>>
mvc请求过程总结
查看>>
Y2161 Hibernate第三次考试 2016年8月18日 试卷分析
查看>>
图像超分辨率(Super-Resolution)技术研究
查看>>
[转] js中的钩子机制(hook)
查看>>
多线程 并发编程(一)
查看>>
CSS属性特性
查看>>
Angular CLI 使用教程指南参考
查看>>
html5 css多列布局
查看>>
android 时间格式 各种转换
查看>>
GDB笔记
查看>>