System Story/CentOS 5,6
EMC Storage 에서 할당한 공유 Device에 대하여 RAW Device 정의시 주의사항
helperchoi
2013. 12. 13. 17:36
※ 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/emcpowerga1 [root@Test01 ~]# [root@Test01 ~]# /usr/symcli/bin/symdev list | grep "emcpowerga" | grep -v "Not Visible" 0345 /dev/emcpowerga 08F:1 09B:DA 2-Way Mir N/Grp'd (M) RW 355500 [root@Test01 ~]# |
2. Node 1에서 조회한 SYM ID 를 기준으로 Node 2에 할당된 RAW Device 정보 확인
[root@Test02 ~]# [root@Test02 ~]# /usr/symcli/bin/symdev list | grep "0345" | grep -v "Not Visible" 0345 /dev/emcpowerbw 08H:1 09B:DA 2-Way Mir N/Grp'd (M) RW 355500 [root@Test02 ~]# [root@Test02 ~]# [root@Test02 ~]# cat /etc/sysconfig/rawdevices | grep "emcpowerbw" /dev/raw/raw90 /dev/emcpowerbw1 [root@Test02 ~]# [root@Test02 ~]# |