프로그램 사용/xen2019. 1. 24. 16:11

자동 시작 설정

$ virsh autostart vmName 

$ virsh autostart vmName --disable

[링크 : https://www.cyberciti.biz/faq/rhel-centos-linux-kvm-virtualization-start-virtual-machine-guest/]


자동 시작 서버 목록

$ virsh list --autostart 

[링크 : https://www.cyberciti.biz/faq/linux-list-a-kvm-vm-guest-using-virsh-command/]

Posted by 구차니
프로그램 사용/xen2012. 4. 16. 23:05
http://jailtime.org/ 는 폐쇄하고 stacket.com에서 xen용 이미지를 배포한다고 한다.
우분투 12.04용 이미지도 있는데 다운받으려니 subscriber 이거나 google을 통해 paypal 하라는데 -_-
디스크 이미지인지 아니면 iso 이미지인지 모르겠네 -_-

[링크 : http://stacklet.com/]
Posted by 구차니
프로그램 사용/xen2012. 4. 15. 21:59
treeinfo 라는 녀석이 있어야 하는데
우분투에서 생성하기는 하늘의 별따기인듯 하고
이미 생성되어 있는 centos쪽의 녀석은 하나 발견했다 -_-



Hypervisor가 xen(fullvirt)에서 xen으로 변경!



문제가 있는지 vm을 reboot 하면은 저 설정이 사라진다 -_-
그리고 해당 위치에 vmlinuz와 initrd.img도 분실

아무튼, 저 파일들을 다운로드 해서 해줘도 부팅이 진행이 안된다 -_-
cpu만 100% 쳐묵쳐묵 하는 상황.. OTL

[링크 : http://blog.gnetwork.kr/33]
[링크 : http://centos.mirror.cdnetworks.com/6.2/os/x86_64/]
Posted by 구차니
프로그램 사용/xen2012. 4. 15. 21:36
하다하다 안되서 virt-manager 포기하고
콘솔에서 처리하는데, 네트워크가 느려서 한참 걸리는듯...

[링크 : http://archive.ubuntu.com/ubuntu/dists/oneiric/main/installer-amd64/current/images/netboot/xen/]
[링크 : http://bderzhavets.wordpress.com/2011/10/27/set-up-oneiric-pv-domu-at-xen-4-1-2-oneiric-dom0-3-1-0-030100-generic/]

패치적용한 cfg 파일의 내용은 다음과 같다.

 

아무래도.. 디바이스 이름이 잘못되어서인지 에러남 ㅠ.ㅠ
$ sudo xm create -f xm-debian.cfg -c install=true install-kernel="vmlinuz" install-ramdisk="initrd.gz" install-mirror="http://ca.archive.ubuntu.com/ubuntu" install-arch=amd64 install-method=network
Using config file "./xm-debian.cfg".
Install Mirror: http://ca.archive.ubuntu.com/ubuntu
Install Suite: oneiric
Installer: http://ca.archive.ubuntu.com/ubuntu/dists/oneiric/main/installer-amd64/current/images

WARNING: Installer kernel and ramdisk are not authenticated.

Kernel to load: http://ca.archive.ubuntu.com/ubuntu/dists/oneiric/main/installer-amd64/current/images/netboot/xen/vmlinuz
Ramdisk to load: http://ca.archive.ubuntu.com/ubuntu/dists/oneiric/main/installer-amd64/current/images/netboot/xen/initrd.gz
Fetching http://ca.archive.ubuntu.com/ubuntu/dists/oneiric/main/installer-amd64/current/images/netboot/xen/vmlinuz
Fetching http://ca.archive.ubuntu.com/ubuntu/dists/oneiric/main/installer-amd64/current/images/netboot/xen/initrd.gz
command line is "debian-installer/exit/always_halt=true -- quiet console=hvc0"
minimonk@xen64desk:~/xen$ Error: Device 1 (vif) could not be connected. Could not find bridge device br0


2012/04/13 - [프로그램 사용/xen] - xen 네트워크 설치(HTTP)
Posted by 구차니
프로그램 사용/xen2012. 4. 14. 21:31
2012년 4월 14일 기준으로 작성된 내용임.

$ sudo apt-get install xen-hypervisor-4.1-amd64 xen-utils-4.1 xenwatch xen-tools xen-utils-common xenstore-utils virtinst virt-viewer virt-manager

$ sudo vi /etc/xen/xend-config.sxp 
(xend-unix-server yes)

$ sudo vi .bashrc
export VIRSH_DEFAULT_CONNECT_URI="xen:///"
$ sudo vi /root/.bashrc
export VIRSH_DEFAULT_CONNECT_URI="xen:///"

$ sudo vi /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash max_loop=64"
$ sudo update-grub

$ sudo mkdir /usr/lib64
$ sudo ln -s sudo ln -s /usr/lib/xen-4.1/ /usr/lib64/xen
$ sudo ln -s /usr/share/qemu-linaro /usr/share/qemu 

'프로그램 사용 > xen' 카테고리의 다른 글

xen para-virt로 HTTP 통해서 설치하기  (4) 2012.04.15
xen 네트워크 설치하기  (0) 2012.04.15
11.10을 이용한 Dom0 PV 설치하기  (0) 2012.04.14
cobbler  (0) 2012.04.13
xen 네트워크 설치(HTTP)  (0) 2012.04.13
Posted by 구차니
프로그램 사용/xen2012. 4. 14. 10:08
반가상화로 설치하려고 낑낑대는데
키워드가 똭~ 하면 술술 풀리는게 이바닥이라. 하아....

[링크 :  http://bderzhavets.wordpress.com/...pv-domu-at-xen-4-1-2-oneiric-dom0-3-1-0-030100-generic/

그나저나 어디서 어디까질 받아야 하는거지 -_-
[링크 : http://archive.ubuntu.com/ubuntu/dists/oneiric/main/installer-amd64/current/images/netboot/]

'프로그램 사용 > xen' 카테고리의 다른 글

xen 네트워크 설치하기  (0) 2012.04.15
xen 설치 명령어 모음(ubuntu 11.10 desktop 64bit 기준)  (0) 2012.04.14
cobbler  (0) 2012.04.13
xen 네트워크 설치(HTTP)  (0) 2012.04.13
가상화 관련 링 레벨(OS)  (0) 2012.04.12
Posted by 구차니
프로그램 사용/xen2012. 4. 13. 22:58
먼진 몰라도 무시무시하게 많이 깔리는 녀석이다 -_-

$ cobbler
'cobbler' 프로그램은 현재 설치되어 있지 않습니다.  다음을 입력하여 이를 설치할 수 있습니다:
sudo apt-get install cobbler 

$ sudo apt-get install cobbler
패키지 목록을 읽는 중입니다... 완료
의존성 트리를 만드는 중입니다       
상태 정보를 읽는 중입니다... 완료
다음 패키지를 더 설치할 것입니다:
  cobbler-common cobbler-web debmirror fence-agents hardlink
  libapache2-mod-python libapache2-mod-wsgi libio-socket-inet6-perl
  liblockfile-simple-perl liblog-agent-perl libnet-inet6glue-perl
  libnet-telnet-perl libpython2.6 libsocket6-perl libyaml-0-2 patch powerwake
  python-cheetah python-cobbler python-django python-netaddr python-pyasn1
  python-twisted python-twisted-conch python-twisted-lore python-twisted-mail
  python-twisted-news python-twisted-runner python-twisted-words python-yaml
  python2.6 python2.6-minimal sg3-utils snmp tftpd-hpa
제안하는 패키지:
  createrepo bind9 dhcp3-server libapache2-mod-python-doc diffutils-doc
  python-markdown python-pygments python-memcache python-psycopg2
  python-psycopg python-mysqldb python-flup python-sqlite ipython
  python-twisted-runner-dbg python2.6-doc
다음 새 패키지를 설치할 것입니다:
  cobbler cobbler-common cobbler-web debmirror fence-agents hardlink
  libapache2-mod-python libapache2-mod-wsgi libio-socket-inet6-perl
  liblockfile-simple-perl liblog-agent-perl libnet-inet6glue-perl
  libnet-telnet-perl libpython2.6 libsocket6-perl libyaml-0-2 patch powerwake
  python-cheetah python-cobbler python-django python-netaddr python-pyasn1
  python-twisted python-twisted-conch python-twisted-lore python-twisted-mail
  python-twisted-news python-twisted-runner python-twisted-words python-yaml
  python2.6 python2.6-minimal sg3-utils snmp tftpd-hpa
0개 업그레이드, 36개 새로 설치, 0개 제거 및 0개 업그레이드 안 함.
13.8 M바이트 아카이브를 받아야 합니다.
이 작업 후 77.3 M바이트의 디스크 공간을 더 사용하게 됩니다.
계속 하시겠습니까 [Y/n]? 
받기:1 http://kr.archive.ubuntu.com/ubuntu/ oneiric/main python2.6-minimal amd64 2.6.7-4ubuntu1 [1,475 kB]
받기:2 http://kr.archive.ubuntu.com/ubuntu/ oneiric/main python2.6 amd64 2.6.7-4ubuntu1 [2,439 kB]
받기:3 http://kr.archive.ubuntu.com/ubuntu/ oneiric/main libpython2.6 amd64 2.6.7-4ubuntu1 [1,084 kB]
받기:4 http://kr.archive.ubuntu.com/ubuntu/ oneiric/main libapache2-mod-wsgi amd64 3.3-2ubuntu3 [133 kB]
받기:5 http://kr.archive.ubuntu.com/ubuntu/ oneiric/main python-pyasn1 all 0.0.11a-1 [29.8 kB]
받기:6 http://kr.archive.ubuntu.com/ubuntu/ oneiric/main python-twisted-conch all 1:11.0.0-1 [270 kB]
받기:7 http://kr.archive.ubuntu.com/ubuntu/ oneiric/main python-twisted-mail all 11.0.0-1 [192 kB]
받기:8 http://kr.archive.ubuntu.com/ubuntu/ oneiric/main python-twisted-lore all 11.0.0-1 [90.5 kB]
받기:9 http://kr.archive.ubuntu.com/ubuntu/ oneiric/main python-twisted-news all 11.0.0-1 [24.0 kB]
받기:10 http://kr.archive.ubuntu.com/ubuntu/ oneiric/main python-twisted-runner amd64 11.0.0-1 [19.4 kB]
받기:11 http://kr.archive.ubuntu.com/ubuntu/ oneiric/main python-twisted-words all 11.0.0-1 [214 kB]
받기:12 http://kr.archive.ubuntu.com/ubuntu/ oneiric/main python-twisted all 11.0.0-2 [5,146 B]
받기:13 http://kr.archive.ubuntu.com/ubuntu/ oneiric-updates/universe cobbler-common all 2.1.0+git20110602-0ubuntu26.2 [66.6 kB]
받기:14 http://kr.archive.ubuntu.com/ubuntu/ oneiric-updates/universe cobbler all 2.1.0+git20110602-0ubuntu26.2 [29.6 kB]
받기:15 http://kr.archive.ubuntu.com/ubuntu/ oneiric/main libyaml-0-2 amd64 0.1.4-1 [56.2 kB]
받기:16 http://kr.archive.ubuntu.com/ubuntu/ oneiric/main python-yaml amd64 3.10-1 [193 kB]
받기:17 http://kr.archive.ubuntu.com/ubuntu/ oneiric/main python-netaddr all 0.7.5-4 [1,182 kB]
받기:18 http://kr.archive.ubuntu.com/ubuntu/ oneiric/main python-cheetah amd64 2.4.4-2ubuntu1 [171 kB]
받기:19 http://kr.archive.ubuntu.com/ubuntu/ oneiric-updates/main python-django all 1.3-2ubuntu1.1 [4,296 kB]
받기:20 http://kr.archive.ubuntu.com/ubuntu/ oneiric-updates/universe python-cobbler all 2.1.0+git20110602-0ubuntu26.2 [227 kB]
받기:21 http://kr.archive.ubuntu.com/ubuntu/ oneiric/main libapache2-mod-python amd64 3.3.1-9ubuntu1 [130 kB]
받기:22 http://kr.archive.ubuntu.com/ubuntu/ oneiric-updates/universe cobbler-web all 2.1.0+git20110602-0ubuntu26.2 [120 kB]
받기:23 http://kr.archive.ubuntu.com/ubuntu/ oneiric/universe fence-agents amd64 3.1.4-0ubuntu1 [160 kB]
받기:24 http://kr.archive.ubuntu.com/ubuntu/ oneiric/universe hardlink all 0.1.1 [6,644 B]
받기:25 http://kr.archive.ubuntu.com/ubuntu/ oneiric/main libsocket6-perl amd64 0.23-1build1 [24.3 kB]
받기:26 http://kr.archive.ubuntu.com/ubuntu/ oneiric/main libio-socket-inet6-perl all 2.65-1.1 [13.7 kB]
받기:27 http://kr.archive.ubuntu.com/ubuntu/ oneiric/universe liblog-agent-perl all 0.307-2 [129 kB]
받기:28 http://kr.archive.ubuntu.com/ubuntu/ oneiric/universe liblockfile-simple-perl all 0.207-2 [20.9 kB]
받기:29 http://kr.archive.ubuntu.com/ubuntu/ oneiric/universe libnet-inet6glue-perl all 0.4-2 [12.4 kB]
받기:30 http://kr.archive.ubuntu.com/ubuntu/ oneiric/main libnet-telnet-perl all 3.03-3 [52.1 kB]
받기:31 http://kr.archive.ubuntu.com/ubuntu/ oneiric/main patch amd64 2.6.1-2 [80.7 kB]
받기:32 http://kr.archive.ubuntu.com/ubuntu/ oneiric/main powerwake all 2.15-0ubuntu2 [8,392 B]
받기:33 http://kr.archive.ubuntu.com/ubuntu/ oneiric/main sg3-utils amd64 1.31-1 [575 kB]
받기:34 http://kr.archive.ubuntu.com/ubuntu/ oneiric/main snmp amd64 5.4.3~dfsg-2.2ubuntu1 [162 kB]
받기:35 http://kr.archive.ubuntu.com/ubuntu/ oneiric/universe debmirror all 1:2.9ubuntu1 [43.8 kB]
받기:36 http://kr.archive.ubuntu.com/ubuntu/ oneiric/main tftpd-hpa amd64 5.1-2ubuntu1 [40.1 kB]
내려받기 13.8 M바이트, 소요시간 14초 (945 k바이트/초)                          
패키지에서 템플릿을 추출하는 중: 100%
패키지를 미리 설정하는 중입니다...
전에 선택하지 않은 python2.6-minimal 패키지를 선택합니다.
(데이터베이스 읽는중 ...현재 157284개의 파일과 디렉터리가 설치되어 있습니다.)
python2.6-minimal 패키지를 푸는 중입니다 (.../python2.6-minimal_2.6.7-4ubuntu1_amd64.deb에서) ...
전에 선택하지 않은 python2.6 패키지를 선택합니다.
python2.6 패키지를 푸는 중입니다 (.../python2.6_2.6.7-4ubuntu1_amd64.deb에서) ...
전에 선택하지 않은 libpython2.6 패키지를 선택합니다.
libpython2.6 패키지를 푸는 중입니다 (.../libpython2.6_2.6.7-4ubuntu1_amd64.deb에서) ...
전에 선택하지 않은 libapache2-mod-wsgi 패키지를 선택합니다.
libapache2-mod-wsgi 패키지를 푸는 중입니다 (.../libapache2-mod-wsgi_3.3-2ubuntu3_amd64.deb에서) ...
전에 선택하지 않은 python-pyasn1 패키지를 선택합니다.
python-pyasn1 패키지를 푸는 중입니다 (.../python-pyasn1_0.0.11a-1_all.deb에서) ...
전에 선택하지 않은 python-twisted-conch 패키지를 선택합니다.
python-twisted-conch 패키지를 푸는 중입니다 (.../python-twisted-conch_1%3a11.0.0-1_all.deb에서) ...
전에 선택하지 않은 python-twisted-mail 패키지를 선택합니다.
python-twisted-mail 패키지를 푸는 중입니다 (.../python-twisted-mail_11.0.0-1_all.deb에서) ...
전에 선택하지 않은 python-twisted-lore 패키지를 선택합니다.
python-twisted-lore 패키지를 푸는 중입니다 (.../python-twisted-lore_11.0.0-1_all.deb에서) ...
전에 선택하지 않은 python-twisted-news 패키지를 선택합니다.
python-twisted-news 패키지를 푸는 중입니다 (.../python-twisted-news_11.0.0-1_all.deb에서) ...
전에 선택하지 않은 python-twisted-runner 패키지를 선택합니다.
python-twisted-runner 패키지를 푸는 중입니다 (.../python-twisted-runner_11.0.0-1_amd64.deb에서) ...
전에 선택하지 않은 python-twisted-words 패키지를 선택합니다.
python-twisted-words 패키지를 푸는 중입니다 (.../python-twisted-words_11.0.0-1_all.deb에서) ...
전에 선택하지 않은 python-twisted 패키지를 선택합니다.
python-twisted 패키지를 푸는 중입니다 (.../python-twisted_11.0.0-2_all.deb에서) ...
전에 선택하지 않은 cobbler-common 패키지를 선택합니다.
cobbler-common 패키지를 푸는 중입니다 (.../cobbler-common_2.1.0+git20110602-0ubuntu26.2_all.deb에서) ...
전에 선택하지 않은 cobbler 패키지를 선택합니다.
cobbler 패키지를 푸는 중입니다 (.../cobbler_2.1.0+git20110602-0ubuntu26.2_all.deb에서) ...
전에 선택하지 않은 libyaml-0-2 패키지를 선택합니다.
libyaml-0-2 패키지를 푸는 중입니다 (.../libyaml-0-2_0.1.4-1_amd64.deb에서) ...
전에 선택하지 않은 python-yaml 패키지를 선택합니다.
python-yaml 패키지를 푸는 중입니다 (.../python-yaml_3.10-1_amd64.deb에서) ...
전에 선택하지 않은 python-netaddr 패키지를 선택합니다.
python-netaddr 패키지를 푸는 중입니다 (.../python-netaddr_0.7.5-4_all.deb에서) ...
전에 선택하지 않은 python-cheetah 패키지를 선택합니다.
python-cheetah 패키지를 푸는 중입니다 (.../python-cheetah_2.4.4-2ubuntu1_amd64.deb에서) ...
전에 선택하지 않은 python-django 패키지를 선택합니다.
python-django 패키지를 푸는 중입니다 (.../python-django_1.3-2ubuntu1.1_all.deb에서) ...
전에 선택하지 않은 python-cobbler 패키지를 선택합니다.
python-cobbler 패키지를 푸는 중입니다 (.../python-cobbler_2.1.0+git20110602-0ubuntu26.2_all.deb에서) ...
전에 선택하지 않은 libapache2-mod-python 패키지를 선택합니다.
libapache2-mod-python 패키지를 푸는 중입니다 (.../libapache2-mod-python_3.3.1-9ubuntu1_amd64.deb에서) ...
전에 선택하지 않은 cobbler-web 패키지를 선택합니다.
cobbler-web 패키지를 푸는 중입니다 (.../cobbler-web_2.1.0+git20110602-0ubuntu26.2_all.deb에서) ...
전에 선택하지 않은 fence-agents 패키지를 선택합니다.
fence-agents 패키지를 푸는 중입니다 (.../fence-agents_3.1.4-0ubuntu1_amd64.deb에서) ...
전에 선택하지 않은 hardlink 패키지를 선택합니다.
hardlink 패키지를 푸는 중입니다 (.../hardlink_0.1.1_all.deb에서) ...
전에 선택하지 않은 libsocket6-perl 패키지를 선택합니다.
libsocket6-perl 패키지를 푸는 중입니다 (.../libsocket6-perl_0.23-1build1_amd64.deb에서) ...
전에 선택하지 않은 libio-socket-inet6-perl 패키지를 선택합니다.
libio-socket-inet6-perl 패키지를 푸는 중입니다 (.../libio-socket-inet6-perl_2.65-1.1_all.deb에서) ...
전에 선택하지 않은 liblog-agent-perl 패키지를 선택합니다.
liblog-agent-perl 패키지를 푸는 중입니다 (.../liblog-agent-perl_0.307-2_all.deb에서) ...
전에 선택하지 않은 liblockfile-simple-perl 패키지를 선택합니다.
liblockfile-simple-perl 패키지를 푸는 중입니다 (.../liblockfile-simple-perl_0.207-2_all.deb에서) ...
전에 선택하지 않은 libnet-inet6glue-perl 패키지를 선택합니다.
libnet-inet6glue-perl 패키지를 푸는 중입니다 (.../libnet-inet6glue-perl_0.4-2_all.deb에서) ...
전에 선택하지 않은 libnet-telnet-perl 패키지를 선택합니다.
libnet-telnet-perl 패키지를 푸는 중입니다 (.../libnet-telnet-perl_3.03-3_all.deb에서) ...
전에 선택하지 않은 patch 패키지를 선택합니다.
patch 패키지를 푸는 중입니다 (.../patch_2.6.1-2_amd64.deb에서) ...
전에 선택하지 않은 powerwake 패키지를 선택합니다.
powerwake 패키지를 푸는 중입니다 (.../powerwake_2.15-0ubuntu2_all.deb에서) ...
전에 선택하지 않은 sg3-utils 패키지를 선택합니다.
sg3-utils 패키지를 푸는 중입니다 (.../sg3-utils_1.31-1_amd64.deb에서) ...
전에 선택하지 않은 snmp 패키지를 선택합니다.
snmp 패키지를 푸는 중입니다 (.../snmp_5.4.3~dfsg-2.2ubuntu1_amd64.deb에서) ...
전에 선택하지 않은 debmirror 패키지를 선택합니다.
debmirror 패키지를 푸는 중입니다 (.../debmirror_1%3a2.9ubuntu1_all.deb에서) ...
전에 선택하지 않은 tftpd-hpa 패키지를 선택합니다.
tftpd-hpa 패키지를 푸는 중입니다 (.../tftpd-hpa_5.1-2ubuntu1_amd64.deb에서) ...
man-db에 대한 트리거를 처리하는 중입니다 ...
desktop-file-utils에 대한 트리거를 처리하는 중입니다 ...
bamfdaemon에 대한 트리거를 처리하는 중입니다 ...
Rebuilding /usr/share/applications/bamf.index...
gnome-menus에 대한 트리거를 처리하는 중입니다 ...
doc-base에 대한 트리거를 처리하는 중입니다 ...
Processing 2 added doc-base files...
Registering documents with scrollkeeper...
python-twisted-core에 대한 트리거를 처리하는 중입니다 ...
ureadahead에 대한 트리거를 처리하는 중입니다 ...
python2.6-minimal (2.6.7-4ubuntu1) 설정하는 중입니다 ...
Linking and byte-compiling packages for runtime python2.6...
python2.6 (2.6.7-4ubuntu1) 설정하는 중입니다 ...
libpython2.6 (2.6.7-4ubuntu1) 설정하는 중입니다 ...
libapache2-mod-wsgi (3.3-2ubuntu3) 설정하는 중입니다 ...
 * Restarting web server apache2                                                apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
 ... waiting .apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
                                                                         [ OK ]
python-pyasn1 (0.0.11a-1) 설정하는 중입니다 ...
python-twisted-conch (1:11.0.0-1) 설정하는 중입니다 ...
python-twisted-mail (11.0.0-1) 설정하는 중입니다 ...
python-twisted-lore (11.0.0-1) 설정하는 중입니다 ...
python-twisted-news (11.0.0-1) 설정하는 중입니다 ...
python-twisted-runner (11.0.0-1) 설정하는 중입니다 ...
python-twisted-words (11.0.0-1) 설정하는 중입니다 ...
cobbler-common (2.1.0+git20110602-0ubuntu26.2) 설정하는 중입니다 ...
libyaml-0-2 (0.1.4-1) 설정하는 중입니다 ...
python-yaml (3.10-1) 설정하는 중입니다 ...
python-netaddr (0.7.5-4) 설정하는 중입니다 ...
python-cheetah (2.4.4-2ubuntu1) 설정하는 중입니다 ...
python-django (1.3-2ubuntu1.1) 설정하는 중입니다 ...
python-cobbler (2.1.0+git20110602-0ubuntu26.2) 설정하는 중입니다 ...
libapache2-mod-python (3.3.1-9ubuntu1) 설정하는 중입니다 ...
 * Reloading web server config apache2                                          apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
                                                                         [ OK ]
cobbler-web (2.1.0+git20110602-0ubuntu26.2) 설정하는 중입니다 ...
Considering dependency proxy for proxy_http:
Enabling module proxy.
Enabling module proxy_http.
To activate the new configuration, you need to run:
  service apache2 restart
Module wsgi already enabled
 * Restarting web server apache2                                                apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
 ... waiting apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
                                                                         [ OK ]
fence-agents (3.1.4-0ubuntu1) 설정하는 중입니다 ...
hardlink (0.1.1) 설정하는 중입니다 ...
libsocket6-perl (0.23-1build1) 설정하는 중입니다 ...
libio-socket-inet6-perl (2.65-1.1) 설정하는 중입니다 ...
liblog-agent-perl (0.307-2) 설정하는 중입니다 ...
liblockfile-simple-perl (0.207-2) 설정하는 중입니다 ...
libnet-inet6glue-perl (0.4-2) 설정하는 중입니다 ...
libnet-telnet-perl (3.03-3) 설정하는 중입니다 ...
patch (2.6.1-2) 설정하는 중입니다 ...
powerwake (2.15-0ubuntu2) 설정하는 중입니다 ...
sg3-utils (1.31-1) 설정하는 중입니다 ...
snmp (5.4.3~dfsg-2.2ubuntu1) 설정하는 중입니다 ...
debmirror (1:2.9ubuntu1) 설정하는 중입니다 ...
tftpd-hpa (5.1-2ubuntu1) 설정하는 중입니다 ...
tftpd-hpa start/running, process 3119
python-twisted-core에 대한 트리거를 처리하는 중입니다 ...
python-twisted (11.0.0-2) 설정하는 중입니다 ...
cobbler (2.1.0+git20110602-0ubuntu26.2) 설정하는 중입니다 ...
Deleting password for user cobbler
cobbler start/running, process 3188
python-support에 대한 트리거를 처리하는 중입니다 ...
libc-bin에 대한 트리거를 처리하는 중입니다 ...
ldconfig deferred processing now taking place





Posted by 구차니
프로그램 사용/xen2012. 4. 13. 22:35
네트워크 설치로 HTTP가 있어서
단순하게 아파치 깔고, 혹은 vsftp 설치하고 cd만 마운트 해주면 되는줄 알았는데..

다시 보니 음.. 킥스타트 URL 이라던가


install tree 이런 키워드가 나오는데
설치를 완료할 수 없음: 'Could not find an installable distribution at 'http://localhost/ubuntu'
The location must be the root directory of an install tree.' 

킥스타트로 검색을 해보니, ks.cfg 파일도 존재해야 하고 아무튼 꽤나 복잡해 보인다.. OTL
하아.. 반가상화 포기해?

[링크 : http://backdrift.org/ubuntu-lucid-10-04-cobbler-kickstart-setup-how-to]

'프로그램 사용 > xen' 카테고리의 다른 글

11.10을 이용한 Dom0 PV 설치하기  (0) 2012.04.14
cobbler  (0) 2012.04.13
가상화 관련 링 레벨(OS)  (0) 2012.04.12
xen paravirt는 힘들어 ㅠ.ㅠ  (0) 2012.04.11
xen 전가상화로 설치하기  (0) 2012.04.11
Posted by 구차니
프로그램 사용/xen2012. 4. 12. 23:25
OS 수업내용 다 까먹었는데 아무튼,
OS가 ring 0 권한으로 한다면

전가상화시에는 이런걸 손대지 않아도 되는데
반가상화시에는 guest os의 커널이나 드라이버가 ring 1 권한으로 돌도록 수정해야 한다.

[링크 : http://www.virgo81.net/69]
[링크 :  http://en.wikipedia.org/wiki/Virtual_machine]

'프로그램 사용 > xen' 카테고리의 다른 글

cobbler  (0) 2012.04.13
xen 네트워크 설치(HTTP)  (0) 2012.04.13
xen paravirt는 힘들어 ㅠ.ㅠ  (0) 2012.04.11
xen 전가상화로 설치하기  (0) 2012.04.11
xen paravirt로 설치하기....?  (0) 2012.04.11
Posted by 구차니
프로그램 사용/xen2012. 4. 11. 16:49
그냥 전가상화로 실행하고 설치완료후


para-virtualization은 네트워크 설치와 기존 디스크 이미지만 지원한다고 하니
이미 설치해 놓은 전가상화 녀석을 불러가기 위해 "기존 디스크 이미지 불러오기"로 선택


전가상화용 녀석을 다른 이름으로(아래에서는 virt1.img를 virt2.img로 복사)


만약 복사안하고 동일한 이미지를 사용하면 아래와 같은 경고를 출력한다.


아무튼 다른 이름으로 복사해서 OS버전이랑 종류 선택하고


똑같이 메모리 / cpu 갯수 설정하고


네트워크 설정하고 paravirt로 설정하고 완료를 누르면


제길 안되잖아 ㅠ.ㅠ




'프로그램 사용 > xen' 카테고리의 다른 글

xen 네트워크 설치(HTTP)  (0) 2012.04.13
가상화 관련 링 레벨(OS)  (0) 2012.04.12
xen 전가상화로 설치하기  (0) 2012.04.11
xen paravirt로 설치하기....?  (0) 2012.04.11
xen / qemu keymap 심볼릭 링크  (0) 2012.04.04
Posted by 구차니