852  
   0
Solaris下如何修改HBA卡连接模式
作者:张奎呈于 2018年02月08日 发布在分类 / 经验案例 / FAQ 下,并于 2023年04月27日 编辑
Solaris HBA卡 连接模式

一、提问

Solaris下如何修改HBA卡连接模式

二、解决方法

步骤一:备份配置文件:

# cp /kernel/drv/lpfc.conf /kernel/drv/lpfc.conf.bak 

注意:Emulex卡为lpfc.conf配置文件,Qlogic为qlc.conf配置文件。

步骤二:修改配置文件:

# vi lpfc.conf

……

# topology: link topology for initializing the Fibre Channel connection.

# 0 = attempt loop mode, if it fails attempt point-to-point mode

# 2 = attempt point-to-point mode only

# 4 = attempt loop mode only

# 6 = attempt point-to-point mode, if it fails attempt loop mode

# Set point-to-point mode if you want to run as an N_Port.

# Set loop mode if you want to run as an NL_Port.

topology=4;

……

topology=0修改为topology=4,为将HBA卡连接模式修改为loop only.

说明:与存储直连时将HBA连接模式修改为loop only,通过光纤交换机连接存储时将HBA卡连接模式修改为point-to-point

步骤三:重起主机生效

#reboot


 知识评论当前评论数0

 推荐知识


 访问权限

创建人 张奎呈
工作小组 宏杉及合作伙伴
文档编辑权限 来自分类
文档阅读权限 来自分类
分类阅读权限 所有人
分类编辑权限 技术服务部  : 机构     渠道合作伙伴  : 机构     系统管理员 : 人员     
分类审核权限 审核小组  : 岗位    
分类预览权限 审核小组 : 岗位    
分类下载权限 技术服务部  : 机构    
 历史版本

修改日期 修改人 备注
2023-04-27 18:00:17[当前版本] 张奎呈 调整内容
2019-03-07 11:35:37 张奎呈 移动知识到知识小组
2018-02-08 16:35:08 张奎呈 CREAT

 目录
    宏杉案例知识库-V4.0.1