AIX 热添加FcOE卡

1.操作环境

HMC版本:V7R7.3.0.1
操作系统:AIX:6100-09-06-1543
主机:IBM POWER7 750 8233-E8B( 带#5802 #5877 扩展柜)

2.任务

添加一块 FCoE卡(这块卡有两种使用状态)
ent0——10 Gb Ethernet-SR PCI Express Dual Port Adapter
fcs3——10 Gb FCoE PCI Express Dual Port Adapter

3.操作

3.1 查看兼容性

https://www.ibm.com/support/knowledgecenter/8233-E8B/p7hcd/fc5708_fcoe.htm

The adapter is supported on the following versions of the operating systems:

AIX®
AIX Version 7.1 with Service Pack 3, or later
AIX Version 6.1 with the 6100-06 Technology Level, and Service Pack 5, or later
AIX Version 5.3 with the 5300-12 Technology Level and Service Pack 4, or later

Linux
Red Hat Enterprise Linux 5.6 for POWER®, or later
Novel SUSE Linux Enterprise Server Service Pack 4, or later

VIOS
VIOS support requires VIOS 2.2.0.12-FP24 SP02, or later

3.2 配置DLPAR

如果已经配置过dlpar,可跳过此步骤。如果没有,执行如下操作:
1.在POWER主机的分区中,修改/etc/hosts文件, 添加hmc的IP和hostname信息
2.确保分区与HMC可以互相ping通

3.3 HMC中热添加板卡

根据机器后面的空缺槽位,手工添加FcOE板卡。确认无误后,执行如下:

HMC中勾选对应分区,选择:
在这里插入图片描述
在这里插入图片描述

添加后,查看一下分区profile文件,将对应的槽位添加到分区profile文件中
在这里插入图片描述

3.4 AIX,diag中添加热插拔卡

#  diag
	  Task Selection (Diagnostics, Advanced Diagnostics, Service Aids, etc.)
	  	  Hot Plug Task 
	  	      PCI Hot Plug Manager
	  	          Add a PCI Hot Plug Adapter
	  	          	  选择识别到的新槽位
	  	          	  	    新窗口中,根据系统提示,两次回车
	  	          	  	          当显示操作成功时,退出diag界面。
# cfgmgr
# lsdev -Cc adapter

两次回车执行

4.添加失败或无法识别的解决办法

本人无法识别板卡的原因是系统有很多defined设备,占用了系统的槽位信息。导致系统无法识别新添加的板卡设备。
只需要删除所有defined设备即可成功添加

猜你喜欢

转载自blog.csdn.net/m0_37862262/article/details/107895657
AIX