- 작성시간 : 2016/01/07 16:59
- 퍼머링크 : powerenter.egloos.com/11199688
- 덧글수 : 0
어떻게 하다보니 업무가 조사가 가장 많이 늘고 있다. 이전 하는 것도 아닌데 이렇게 늘때는 참 답도 없는데
요즘 한참 하는게 FC 카드 조사이다. 백업에 대한 신규 구축이 있기 때문이다.
처음에 FC 카드가 있는지 여부를 보기 위해서는 아래와 같은 명령어를 수행해서 확인한다.
1. ioscan을 통한 fc card 상태 확인
backsvr:/]ioscan -fnC fc
Class I H/W Path Driver S/W State H/W Type Description
================================================================
fc 0 0/2/1/0 fcd CLAIMED INTERFACE HP AB378-60001 4Gb Single Port PCI/PCI-X Fibre Channel Adapter (FC Port 1)
/dev/fcd0
fc 4 0/4/1/0 fcd CLAIMED INTERFACE HP AB379-60101 4Gb Dual Port PCI/PCI-X Fibre Channel Adapter (FC Port 1)
/dev/fcd4
fc 5 0/4/1/1 fcd CLAIMED INTERFACE HP AB379-60101 4Gb Dual Port PCI/PCI-X Fibre Channel Adapter (FC Port 2)
/dev/fcd5
fc 2 0/4/2/0 fcd CLAIMED INTERFACE HP AB378-60001 4Gb Single Port PCI/PCI-X Fibre Channel Adapter (FC Port 1)
/dev/fcd2
fc 1 0/5/1/0 fcd CLAIMED INTERFACE HP AB379-60101 4Gb Dual Port PCI/PCI-X Fibre Channel Adapter (FC Port 1)
/dev/fcd1
fc 3 0/5/1/1 fcd CLAIMED INTERFACE HP AB379-60101 4Gb Dual Port PCI/PCI-X Fibre Channel Adapter (FC Port 2)
/dev/fcd3
Class I H/W Path Driver S/W State H/W Type Description
================================================================
fc 0 0/2/1/0 fcd CLAIMED INTERFACE HP AB378-60001 4Gb Single Port PCI/PCI-X Fibre Channel Adapter (FC Port 1)
/dev/fcd0
fc 4 0/4/1/0 fcd CLAIMED INTERFACE HP AB379-60101 4Gb Dual Port PCI/PCI-X Fibre Channel Adapter (FC Port 1)
/dev/fcd4
fc 5 0/4/1/1 fcd CLAIMED INTERFACE HP AB379-60101 4Gb Dual Port PCI/PCI-X Fibre Channel Adapter (FC Port 2)
/dev/fcd5
fc 2 0/4/2/0 fcd CLAIMED INTERFACE HP AB378-60001 4Gb Single Port PCI/PCI-X Fibre Channel Adapter (FC Port 1)
/dev/fcd2
fc 1 0/5/1/0 fcd CLAIMED INTERFACE HP AB379-60101 4Gb Dual Port PCI/PCI-X Fibre Channel Adapter (FC Port 1)
/dev/fcd1
fc 3 0/5/1/1 fcd CLAIMED INTERFACE HP AB379-60101 4Gb Dual Port PCI/PCI-X Fibre Channel Adapter (FC Port 2)
/dev/fcd3
2. 카드 하나하나를 직접 확인하여 속도를 확인한다.
backsvr:/]fcmsutil /dev/fcd0
Vendor ID is = 0x1077
Device ID is = 0x2422
PCI Sub-system Vendor ID is = 0x103C
PCI Sub-system ID is = 0x12D6
PCI Mode = PCI-X 133 MHz
ISP Code version = 5.6.5
ISP Chip version = 2
Topology = PTTOPT_FABRIC
Link Speed = 4Gb <= 정상적일 경우 해당 속도가 표시된다, 만약 연결이 되어 있지 않으면, unknown으로 표기된다.
Local N_Port_id is = 0x010800
Previous N_Port_id is = None
N_Port Node World Wide Name = 0x50060b00006090bd
N_Port Port World Wide Name = 0x50060b00006090bc
Switch Port World Wide Name = 0x20080027f84dedd1
Switch Node World Wide Name = 0x10000027f84dedd1
N_Port Symbolic Port Name = backsvr_fcd0
N_Port Symbolic Node Name = backsvr_HP-UX_B.11.31
Driver state = ONLINE <= 정상적으로 붙어 있을 경우 이렇게 표기된다.
Hardware Path is = 0/2/1/0
Maximum Frame Size = 2048
Driver-Firmware Dump Available = NO
Driver-Firmware Dump Timestamp = N/A
TYPE = PFC
NPIV Supported = YES
Driver Version = @(#) fcd B.11.31.1209 Jun 26 2012
Device ID is = 0x2422
PCI Sub-system Vendor ID is = 0x103C
PCI Sub-system ID is = 0x12D6
PCI Mode = PCI-X 133 MHz
ISP Code version = 5.6.5
ISP Chip version = 2
Topology = PTTOPT_FABRIC
Link Speed = 4Gb <= 정상적일 경우 해당 속도가 표시된다, 만약 연결이 되어 있지 않으면, unknown으로 표기된다.
Local N_Port_id is = 0x010800
Previous N_Port_id is = None
N_Port Node World Wide Name = 0x50060b00006090bd
N_Port Port World Wide Name = 0x50060b00006090bc
Switch Port World Wide Name = 0x20080027f84dedd1
Switch Node World Wide Name = 0x10000027f84dedd1
N_Port Symbolic Port Name = backsvr_fcd0
N_Port Symbolic Node Name = backsvr_HP-UX_B.11.31
Driver state = ONLINE <= 정상적으로 붙어 있을 경우 이렇게 표기된다.
Hardware Path is = 0/2/1/0
Maximum Frame Size = 2048
Driver-Firmware Dump Available = NO
Driver-Firmware Dump Timestamp = N/A
TYPE = PFC
NPIV Supported = YES
Driver Version = @(#) fcd B.11.31.1209 Jun 26 2012



덧글