我们有连接SAN存储的服务器,一切都很好。然而,上周我们将服务器刀片移到了一个新的底盘上。一切都一样,我们只是在Brocade SAN交换机中添加了新的WWN以允许访问存储,但是我的服务器无法在fdisk输出中看到SAN磁盘。
我看到了下面的输出,只是想知道出了什么问题?
[root@server1 ~]# dmesg | grep qla
qla2xxx 0000:05:00.0: Found an ISP2532, irq 82, iobase 0xffffc20010082000
qla2xxx 0000:05:00.0: Configuring PCI space...
qla2xxx 0000:05:00.0: Configure NVRAM parameters...
qla2xxx 0000:05:00.0: Verifying loaded RISC code...
qla2xxx 0000:05:00.0: Allocated (64 KB) for EFT...
qla2xxx 0000:05:00.0: Allocated (1414 KB) for firmware dump...
qla2xxx 0000:05:00.0: Unable to read FCP priority data.
scsi1 : qla2xxx
qla2xxx 0000:05:00.0:
qla2xxx 0000:05:00.1: Found an ISP2532, irq 106, iobase 0xffffc20010202000
qla2xxx 0000:05:00.1: Configuring PCI space...
qla2xxx 0000:05:00.1: Configure NVRAM parameters...
qla2xxx 0000:05:00.1: Verifying loaded RISC code...
qla2xxx 0000:05:00.1: Allocated (64 KB) for EFT...
qla2xxx 0000:05:00.1: Allocated (1414 KB) for firmware dump...
qla2xxx 0000:05:00.1: Unable to read FCP priority data.
scsi2 : qla2xxx
qla2xxx 0000:05:00.1:
qla2xxx 0000:05:00.0: LIP reset occured (f8f7).
qla2xxx 0000:05:00.1: LIP reset occured (f7f7).
qla2xxx 0000:05:00.0: LIP occured (f700).
qla2xxx 0000:05:00.0: LIP reset occured (f7f7).
qla2xxx 0000:05:00.0: LOOP UP detected (4 Gbps).
qla2xxx 0000:05:00.1: LOOP UP detected (4 Gbps).两圈?这样可以吗?
qla2xxx 0000:05:00.0: LOOP UP detected (4 Gbps).
qla2xxx 0000:05:00.1: LOOP UP detected (4 Gbps).我在Brocade SAN switch中添加了以下WWN以进行分区:
[root@server1 ~]# systool -c fc_host -v | grep port_name
port_name = "0x2100001b329df4a9"
port_name = "0x2101001b32bdf4a9"node_name是什么?
[root@server1 ~]# systool -c fc_host -v | grep -e port_name -e node_name
node_name = "0x2000001b329df4a9"
port_name = "0x2100001b329df4a9"
node_name = "0x2001001b32bdf4a9"
port_name = "0x2101001b32bdf4a9"发布于 2014-01-06 21:26:26
最终解决问题
powermt confighttps://unix.stackexchange.com/questions/107973
复制相似问题