HP主机系统参数问题

发布于 2022-08-31 06:11:07 字数 465 浏览 10 评论 6

各位老大,最近在小机看到两个系统参数不知是干吗的,帮忙看一下
#kmtune后里面的两个
dmp_max_msecs           10000  -  10000                     
dmp_pathsw_bshift          10  -  10                        

就是这两个

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(6

长途伴 2022-09-01 23:06:07

主机上是不是有veritas的vxvm
看起来就是动态多路径的参数

送你一个梦 2022-09-01 23:05:43

dmp_pathswitch_blks_shift
The number of contiguous I/O blocks (expressed as an integer power of 2) that are sent along a DMP path to an Active/Active array before switching to the next available path.

The default value of this parameter is set to 10 so that 1024 blocks (1MB) of contiguous I/O are sent over a DMP path before switching. For intelligent disk arrays with internal data caches, better throughput may be obtained by increasing the value of this tunable. For example, for the HDS 9960 A/A array, the optimal value is between 15 and 17 for an I/O activity pattern that consists mostly of sequential reads or writes.

The DMP path that is used for a block is calculated as follows:

path = (block# >> dmp_pathswitch_blks_shift) % number of paths

………………………………………………………………………………………………………………

只能找到这一个,这两个都是关于veritas DMP的,用的比较少,v1上是dmp_pathsw_bshift,v2上是dmp_pathswitch_blks_shift。

白芷 2022-09-01 22:58:16

您那两句话只是说这两个东西可以调,但还是不太明白是干什么的

薄暮涼年 2022-09-01 19:15:17

谢谢老大,不过不知道为什么,我的google搜出来的结果为啥和你的不一样呢

药祭#氼 2022-09-01 18:35:44

dmp_max_msecs is used as a timeout variable which can be changed as tunable value. Resolution: Made dmp_max_sec a tunable which can be tuned via kmtune
kmtune dmp_max_msecs - Google 搜索 (18 November 2009)
http://www.google.cn/search?hl=z ... A2&aq=f&oq=

寄离 2022-09-01 13:18:22

dmp_max_msecs is used as a timeout variable which can be
dmp_max_msecs - Google 搜索 (18 November 2009)
http://www.google.cn/search?hl=z ... A2&aq=f&oq=
http://forums13.itrc.hp.com/serv ... mp;threadId=1148028

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文