iplaybit
  • 首页
  • 系统运维
  • IT新闻
  • 科技新闻
  • 关于我们
  1. 首页
  2. 系统运维
  3. 正文

在redhat6 操作系统中如何修改emulex hba卡队列深度

2020年02月27日 1290点热度 1人点赞 0条评论
How to change Emulex HBA queue depth options in RHEL 6
 
查看当前的队列深度
cat /sys/module/lpfc/parameters/lpfc_lun_queue_depth
cat /sys/module/lpfc/parameters/lpfc_hba_queue_depth
 
 
Changing the queue depth of Emulex HBA
For Changing maximum queue depth settings in Emulex HBA on servers running RHEL 6 loading and unloading lpfc module is needed. The Emulex HBA support the following options to influence the queue depth settings :
# modinfo lpfc|grep queue_depth
parm: lpfc_lun_queue_depth:Max number of FCP commands we can queue to a specific LUN (uint)
parm: lpfc_hba_queue_depth:Max number of FCP commands we can queue to a lpfc HBA (uint)
 
Step 1.In RHEL 6 create a module related file under /etc/modprobe.d/ by name lpfc.conf ” and add:
options lpfc lpfc_hba_queue_depth=32
options lpfc lpfc_lun_queue_depth=32
 
Step 2. Rebuild the initial ramdisk image in RHEL 6:
2a. It is recommended you make a backup copy of the initrd in case the new version has an unexpected problem :
cp /boot/initramfs-$(uname -r).img /boot/initramfs-$(uname -r).img.bak
 
2b.Now rebuild the initramfs for the current kernel version:
#dracut -f
Reboot the servers and verify the lpfc_hba_queue_depth and lpfc_lun_queue_depth values.
 
标签: linux 队列深度
最后更新:2020年02月27日

iplaybit

点赞
< 上一篇
下一篇 >

文章评论

取消回复
最新 热点 随机
最新 热点 随机
Steam内存测试工具 SPDK详解 Hadoop之HDFS优缺点、设计原理、框架 tmpfs总结 当64核遇上PCIe 4.0 超级算力是这样建成的 Edge for Linux开发者预览将至 WSL子系统可运行带GUI的Linux应用程序
linux lvm Found duplicate PV问题的解决 Linux用户模式和内核模式 Docker 网络模型之 macvlan 详解 linux ethtool 查看网卡状态 Docker启动/停止/进入容器的常见操作 linux上禁止某个用户使用某些命令
一起来了解为双屏设备而生的Windows 10X系统
标签聚合
存储 oracle redo 文件系统 netapp hp intel AMD 数据库 3par linux 操作系统 docker windows cpu san

COPYRIGHT © 2020 iplaybit. ALL RIGHTS RESERVED.

京ICP备18020432号-1