DAT tape drive 인식 작업
2011.12.28 17:48
원문 : http://www.ischo.net -- 조인상 // 시스템 엔지니어
Writer : http://www.ischo.net -- ischo // System Engineer in Replubic Of Korea
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
원문 : http://www.ischo.net -- 조인상 //시스템 엔지니어
+++++++++++++++++++++++++++++++++++++++++++++++++++++++
DAT drive 를 HP-UX 장비에 인식작업
1. 먼저 커널 module 에 tape driver의 상태를 확인
# kcmodule |grep -i stape
stape static explicit
--> 상태가 static이 아닐 경우 (unused 등)
# kcmodule stape=static
해 준 후 reboot (static 상태의 모듈을 추가/제거하는것은 리붓이 필수다.)
2. device 재스캔
# ioscan -fnC tape
Class I H/W Path Driver S/W State H/W Type Description
=====================================================================
tape 0 0/7/1/1.3.0 stape CLAIMED DEVICE HP DAT160
/dev/rmt/0m /dev/rmt/0mn /dev/rmt/c1t3d0BEST /dev/rmt/c1t3d0BESTn
/dev/rmt/0mb /dev/rmt/0mnb /dev/rmt/c1t3d0BESTb /dev/rmt/c1t3d0BESTnb
3. device file 생성
# insf -eC tape
* 기존 파일이 생성되어 있는 상태에서 재인식할 경우 필요없음.
만일 기존파일때문에 잘 인식되지 않으면 /dev/rmt/* 파일을 삭제하고 insf 명령어로 device file을 재생성한다.