검색결과 리스트
Cloud에 해당되는 글 2건
- 2014.12.02 Xen ISO storage 마운트 하기
- 2013.03.18 [Parallels] CentOS VPS yum pkg 설치 방법
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/
[Parallels] CentOS VPS yum pkg 설치 방법 (0) | 2013.03.18 |
---|
CentOS VPS yum pkg 설치 방법
vzlist 목록 확인 명령어
vzlist -a
메인OS 에서 아래 명령어 입력하면 yum 설치됨
VEID 값은 ID 값 (ex, 1001)
vzpkg install VEID -p yum
Xen ISO storage 마운트 하기 (0) | 2014.12.02 |
---|
RECENT COMMENT