1. Plug in USB drive
2. Open up the CLI console
3. Check disks that are currently available:
# fdisk -l
Disk /dev/sdb is my 512mb usb drive
you may need to do a ‘pvcreate /dev/xxx’ to recognize it
4. Now to check what ID the harddrive has assigned. Change directory…
# cd /dev/disk/by-id/
…and list the disks:
# ls
5. Add the disk to the system:
# xe sr-create type=lvm content-type=user device-config:device=/dev/disk/by-id/ usb-USB_Flash_Drive_AA04012700007933 name-label=”Local USB Storage”
Then we can see it in XenCenter and use it.
시트릭스 가상화 서버에 USB인식 시켜보고자 찾아보니 위와 같은 방법으로 하면 된다.
- 외장하드 등의 용량 큰 장치를 SR 저장소로 쓰기 위해서 해당하는 방법같음.
테스트는 XenServer 5.6까지 된다고 하는데 현재 6.2 최신버전으로 판올림 한 상태인데 큰 문제는 없지 싶지만 문제는 USB가 일반 스토리지가 아닌 일종의 Lock Key인데 가능할런지...
굳이 위의 방법으로 하지 않고, 시험삼아 32GB USB를 서버에 바로 꽂았더니 Removable Storage에 인식 및 추가가 되었다.
이걸 윈도우에 인식시키기 위해 해당 VM에 Storage 탭에가서 Attach만 해주면 끝!
'로그 저장소 :) > 가상화.virtualization' 카테고리의 다른 글
[VMware] 윈도2003 서버 장치변경 (0) | 2015.11.27 |
---|---|
XenServer 응급복구 - Pool Master 이상 (0) | 2015.08.14 |
[Citrix] XenServer SR 추가 방법 (0) | 2014.05.09 |
[Citrix] XenServer HCL List (1) | 2014.04.28 |
[Citrix] Adding a new local storage on Citrix XenServer 6 (0) | 2014.04.25 |