Reference Guide

Brocade
适配器安装和参考手册
187
53-1002144-01
存储设驱动程序级参数
A
管理 Linux 驱动程序配置
驱动程序配置参数可使用驱动程序,也可在载驱动程序之前 /etc/modprobe.conf
中设置。使用以下命令当前驱动程序配置设置。
cat /sys/module/bfa/parameters/< 参数 >
示例
以下为设置 LUN 的示例
使用参数值加载驱动程序。
modprobe bfa_lun_queue_depth=40
/etc/modprobe.conf 以下条目,然后加载驱动程序。
bfa options lun_queue_depth=40
示例
以下为禁用 IOC 动恢复的示例
使用参数值加载驱动程序。
modprobe bna bnad_ioc_auto_recover=0
/etc/modprobe.conf 以下条目,然后加载驱动程序。
bfa options ioc_auto_recover=0
以下为禁用 FDMI 的示例
使用参数值加载驱动程序。
modprobe bfa__fdmi_enable=0
/etc/modprobe.conf 以下条目,然后加载驱动程序。
bfa options fdmi_enable=0
管理 VMware 驱动程序配置
要使用以下步骤设置配置参数。
1. 输入以下命令。
esxcfg-module -s 'param_name=param_value' bfa
2. 设置需要的有参数后,重新引导系统。
示例
以下为设置 LUN 的示例。
esxcfg-module -s 'lun_queue_depth=1' bfa
以下为禁用 FDMI 的示例。
esxcfg-module -s 'fdmi_enable=0 bfa' bfa