본문 바로가기

로그 저장소 :)/가상화.virtualization

How to Add A USB Drive to Citrix XenServer as a Local SR (Storage Repository)

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만 해주면 끝!





* 출처 : http://blogs.citrix.com/2010/10/18/how-to-add-a-usb-drive-to-citrix-xenserver-as-a-local-sr-storage-repository/