아래 파일의 내용을 확인해 봐야 한다.
/kernel/drv/qla2300.conf
위 파일에 아래와 같이 Binding에 대해 ID와 포트 연결 설정이, ID와 lun에 대해 LUN enable 설정이 되어져 있어야 한다.
...
# Binding
# DF600
hba0-SCSI-target-id-2-fibre-channel-port-name="50060e8000838962";
#NetApp
hba0-SCSI-target-id-1-fibre-channel-port-name="500a09818617dc67";
# LUN Enable
hba0-SCSI-target-id-2-lun-4-enable;
hba0-SCSI-target-id-1-lun-11-enable;
위 id와 lun 및 port-name은 dmesg 명령을 아래와 같이 함으로써 알 수 있다.
root> dmesg | grep qla2300
Oct 10 16:46:17 HLDSTSTSE5Q qla2300: [ID 568177 kern.info] hba2-adapter-node-name="200000e08b8f5fc1";
Oct 10 16:46:17 HLDSTSTSE5Q qla2300: [ID 562076 kern.info] hba2-adapter-port-name="210000e08b8f5fc1";
Oct 10 16:46:17 HLDSTSTSE5Q qla2300: [ID 720712 kern.info] hba2-adapter-port-id="090b00";
Oct 10 16:46:17 HLDSTSTSE5Q qla2300: [ID 564312 kern.info] hba2-SCSI-target-id-1-fibre-channel-node-name="500;
Oct 10 16:46:17 HLDSTSTSE5Q qla2300: [ID 558211 kern.info] hba2-SCSI-target-id-1-fibre-channel-port-name="500;
Oct 10 16:46:17 HLDSTSTSE5Q qla2300: [ID 868424 kern.info] hba2-SCSI-target-id-1-port-id="090f00";
Oct 10 16:46:17 HLDSTSTSE5Q qla2300: [ID 157811 kern.info] hba2-SCSI-target-id-1-lun-11-enable;
Oct 10 16:46:17 HLDSTSTSE5Q pcisch: [ID 370704 kern.info] PCI-device: fibre-channel@4, qla23002
Oct 10 16:46:17 HLDSTSTSE5Q genunix: [ID 936769 kern.info] qla23002 is /pci@8,700000/fibre-channel@4
Oct 10 16:46:17 HLDSTSTSE5Q qla2300: [ID 818750 kern.notice] QLogic Fibre Channel Driver v5.01 Instance: 0
Oct 10 16:46:20 HLDSTSTSE5Q qla2300: [ID 647389 kern.info] hba0: Fibre Channel Loop is Down (8030)
Oct 10 16:46:21 HLDSTSTSE5Q qla2300: [ID 726912 kern.info] hba0: 2Gb Fibre Channel Loop is Up (8014)
Oct 10 16:46:23 HLDSTSTSE5Q qla2300: [ID 419863 kern.notice] hba0: Firmware v3.3.21 (ipx)
Oct 10 16:46:23 HLDSTSTSE5Q qla2300: [ID 568177 kern.info] hba0-adapter-node-name="200000e08b879348";
Oct 10 16:46:23 HLDSTSTSE5Q qla2300: [ID 562076 kern.info] hba0-adapter-port-name="210000e08b879348";
Oct 10 16:46:23 HLDSTSTSE5Q qla2300: [ID 720712 kern.info] hba0-adapter-port-id="090600";
Oct 10 16:46:23 HLDSTSTSE5Q qla2300: [ID 564312 kern.info] hba0-SCSI-target-id-2-fibre-channel-node-name="500;
Oct 10 16:46:23 HLDSTSTSE5Q qla2300: [ID 558211 kern.info] hba0-SCSI-target-id-2-fibre-channel-port-name="500;
Oct 10 16:46:23 HLDSTSTSE5Q qla2300: [ID 868424 kern.info] hba0-SCSI-target-id-2-port-id="090d00";
Oct 10 16:46:23 HLDSTSTSE5Q qla2300: [ID 157811 kern.info] hba0-SCSI-target-id-2-lun-4-enable;
Oct 10 16:46:23 HLDSTSTSE5Q pcisch: [ID 370704 kern.info] PCI-device: fibre-channel@1, qla23000
Oct 10 16:46:23 HLDSTSTSE5Q genunix: [ID 936769 kern.info] qla23000 is /pci@8,600000/fibre-channel@1
Oct 10 16:46:27 HLDSTSTSE5Q scsi: [ID 193665 kern.info] sd95 at qla23000: target 2 lun 4
Oct 10 16:46:31 HLDSTSTSE5Q scsi: [ID 193665 kern.info] sd115 at qla23002: target 1 lun b
위 파일을 수정해도 안될 경우 , 아래 파일도 확인한다.
/kernel/drv/sd.conf
'Solaris > 문제해결' 카테고리의 다른 글
Solaris Zone 가상화서버에서 ERP 레포트(pdf) 출력기능 사용설정 - Diplay 출력 (0) | 2010.03.23 |
---|---|
솔라리스 su(switch user)가 되지 않을때. (0) | 2010.01.21 |
[cron] c queue max run limit reached 문제 (0) | 2009.09.11 |
[sendmail] Name server timeout (0) | 2009.08.24 |
솔라리스 FTP 로그인시 한글로 나타나는 현상 (0) | 2009.05.06 |