Chinaunix首页 | 论坛 | 博客
  • 博客访问: 6618
  • 博文数量: 2
  • 博客积分: 51
  • 博客等级: 民兵
  • 技术积分: 30
  • 用 户 组: 普通用户
  • 注册时间: 2011-04-26 22:48
文章分类
文章存档

2012年(2)

我的朋友
最近访客

分类: 服务器与存储

2012-03-19 00:15:43

1、linuxHBA卡驱动信息:
# modinfo lpfc 
# lspci | grep -i emulex 
2、Emulex相关参数:
parm:           lpfc_poll:FCP ring polling mode control: 0 - none, 1 - poll with interrupts enabled 3 - poll and disable FCP ring interrupts (int)
parm:           lpfc_nodev_tmo:Seconds driver will hold I/O waiting for a device to come back (int)
parm:           lpfc_devloss_tmo:Seconds driver will hold I/O waiting for a device to come back (int)
parm:           lpfc_log_verbose:Verbose logging bit-mask (int)
parm:           lpfc_lun_queue_depth:Max number of FCP commands we can queue to a specific LUN (int)
parm:           lpfc_hba_queue_depth:Max number of FCP commands we can queue to a lpfc HBA (int)
parm:           lpfc_scan_down:Start scanning for devices from highest ALPA to lowest (int)
parm:           lpfc_topology:Select Fibre Channel topology (int)
parm:           lpfc_link_speed:Select link speed (int)
parm:           lpfc_fcp_class:Select Fibre Channel class of service for FCP sequences (int)
parm:           lpfc_use_adisc:Use ADISC on rediscovery to authenticate FCP devices (int)
parm:           lpfc_ack0:Enable ACK0 support (int)
parm:           lpfc_cr_delay:A count of milliseconds after which an interrupt response is generated (int)
parm:           lpfc_cr_count:A count of I/O completions after which an interrupt response is generated (int)
parm:           lpfc_multi_ring_supportetermines number of primary SLI rings to spread IOCB entries across (int)
parm:           lpfc_multi_ring_rctl:Identifies RCTL for additional ring configuration (int)
parm:           lpfc_multi_ring_type:Identifies TYPE for additional ring configuration (int)
parm:           lpfc_fdmi_on:Enable FDMI support (int)
parm:           lpfc_discovery_threads:Maximum number of ELS commands during discovery (int)
parm:           lpfc_max_luns:Maximum allowed LUN (int)
parm:           lpfc_poll_tmo:Milliseconds driver will wait between polling FCP ring (int)
parm:           lpfc_use_msi:Use Message Signaled Interrupts, if possible (int)

3、参数配置方法:
/etc/modprobe.conf 文件
options lpfc   lpfc_nodev_tmo=10 lpfc_lun_queue_depth=16 lpfc_discovery_threads=32
options lpfcmpl   mpl_hbeat_tmo_busy=0

阅读(1371) | 评论(0) | 转发(0) |
0

上一篇:DBA应该具有什么样的素质?

下一篇:没有了

给主人留下些什么吧!~~