Xen: Installasi Pada Processor yang Tidak Mendukung VT

From OnnoWiki
Jump to navigation Jump to search

Kelebihan Xen adalah bisa di install pada Processor yang tidak mendukung VT. Kita akan mempraktekkan pada laptop dengan spesifikasi sebagai berikut :

user-laptop:~$ cat /proc/cpuinfo 
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 23
model name	: Pentium(R) Dual-Core CPU       T4300  @ 2.10GHz
stepping	: 10
cpu MHz		: 1200.000
cache size	: 1024 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
apicid		: 0
initial apicid	: 0
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 13
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc arch_perfmon pebs bts aperfmperf pni dtes64 monitor ds_cpl est tm2 ssse3 cx16 xtpr pdcm xsave lahf_lm
bogomips	: 4200.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 36 bits physical, 48 bits virtual
power management:
processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 23
model name	: Pentium(R) Dual-Core CPU       T4300  @ 2.10GHz
stepping	: 10
cpu MHz		: 1200.000
cache size	: 1024 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
apicid		: 1
initial apicid	: 1
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 13
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe nx lm constant_tsc arch_perfmon pebs bts aperfmperf pni dtes64 monitor ds_cpl est tm2 ssse3 cx16 xtpr pdcm xsave lahf_lm
bogomips	: 4199.95
clflush size	: 64
cache_alignment	: 64
address sizes	: 36 bits physical, 48 bits virtual
power management:
user-laptop:~$

Sedangkan distro yang dipakai adalah ubuntu 10.04 desktop.

Install Dependensi

user-laptop:~$ sudo apt-get install iproute bridge-utils hotplug-utils gcc-4.4-base gcc-4.4-doc gcc-4.4-locales gcc-4.4-multilib screen xenwatch libc6-xen

Install Xen Hypervisor

user-laptop:~$ sudo apt-get install xen-hypervisor ubuntu-xen-desktop xen-utils 
user-laptop:~$ wget -c http://www.xen-tools.org/software/xen-tools/xen-tools_4.2.1-1_all.deb
user-laptop:~$ sudo dpkg -i xen-tools_4.2.1-1_all.deb 
user-laptop:~$ sudo apt-get -f install