글
Xen shell 접속
여분의 디스크가 삽입 되어 있어야 한다.
Create new partition and file system
1 2 | # fdisk /dev/sdb # mkfs.ext3 /dev/sdb1 |
Mounting the new partition and configure fstab
1 2 3 4 | # mkdir /mnt/iso/ # mount -t ext3 /dev/sdb1 /mnt/iso/ # vi /etc/fstab /dev/sdb1 /mnt/isos ext3 defaults 0 2 |
Creating the new local ISO storage repository
xe sr-create name-label=ISO type=iso device-config:location=/mnt/iso/ device-config:legacy_mode=true content-type=iso
mount /dev/sdb1 /mnt/iso
Copying a new ISO to the new repository
1 | $ scp debian-6.0.5-i386-CD-1.iso root@172.16.201.200: /mnt/isos/ |
도움받은 url
http://opentodo.net/2012/10/create-local-iso-library-in-xen-server/
'Cloud' 카테고리의 다른 글
[Parallels] CentOS VPS yum pkg 설치 방법 (0) | 2013.03.18 |
---|
RECENT COMMENT