Linux OS 이하에서 SAN Storage 사용중 HBA Card Port Fault 발생시 Card 교체를 위한 확인 과정은 다음과 같다. 1. OS 이하 /var/log/messages 상 FC Link Down 메시지를 확인후 해당 HBA Card의 PCI Bus Address 정보 확인 [root@marine1 ~]# cat /var/log/messages | grep "kernel: lpfc" -A7 Mar 26 01:29:43 marine1 kernel: lpfc 0000:0b:00.1: 1:1305 Link Down Event xe received Data: xe x20 x80110 x0 x0 Mar 26 01:30:13 marine1 kernel: rport-3:0-2: blocked ..
※ powermt 및 symcli 사용을 위해 필요한 패키지 확인 [root@Test01 ~]# [root@Test01 ~]# [root@Test01 ~]# rpm -qa | grep EMC OB2-EMCP-A.06.11-1 EMCpower.LINUX-5.6.0.00.00-143 [root@Test01 ~]# [root@Test01 ~]# [root@Test01 ~]# rpm -qi EMCpower.LINUX-5.6.0.00.00-143 Name : EMCpower.LINUX Relocations: / Version : 5.6.0.00.00 Vendor: EMC, Inc. Release : 143 Build Date: 2011년 03월 26일 (토) 오전 02시 14분 11초 Install Date: 2..
※ EMC Storage 에서 할당한 Shared Device에 대하여 RAW Device 정의시 주의사항 아래와 같이 raw device에 대한 맵핑 대상인 EMC Device Name은 노드별로 서로 다르게 생성 될 수 있으며 때문에 Oracle RAC등 Shared 대상 노드에서 사용될 EMS Device 대한 SYM ID 를 우선 조회하여 SYM ID를 기준으로 양쪽 노드에 동일한 SYM ID에 대하여 동일한 RAW Device Number로 맵핑 되도록 처리되어야 함 1. Node 1에 할당된 RAW Device 정보 [root@Test01 ~]# [root@Test01 ~]# cat /etc/sysconfig/rawdevices | grep "raw90" /dev/raw/raw90 /dev/e..
※ EMC등 Storage 장비에서 할당 받은 디스크를 RAW Device로 할당하는 방법 [ RHEL 5 계열 버전에서 RAW Device 정의 ] 1. RAW Configration 및 관련 service daemon 의 사용을 위해서 필요한 패키지 확인 [root@Test01 ~]# [root@Test01 ~]# [root@Test01 ~]# yum provides /etc/sysconfig/rawdevices Loaded plugins: security initscripts-8.45.38-2.0.1.el5.x86_64 : The inittab file and the /etc/init.d scripts. Repo : installed Matched from: Other : Provides-match..