Installare Xen 4.x su Debian Wheezy - Roberto D'Alessio
I'm specialize in .NET, JAVA, PHP, iPhone App Development, Android App Development, iPad App Development, iOS Development,web design, web developer, web development and IT Solution
iphone development, iphone app development, ipad app development, android development, android app development, iphone app developers, iphone application development, android application development, mobile app development, italy outsource, italy outsourcing company, italy outsourcing companies, italy outsourcing, italy software outsourcing, Italy offshore, software outsourcing, Software testing companies, web design, web developer, web development, IT Solution, wordpress, joomla, angular, angularjs, angular.js, nodejs, node.js, socketio, socket.io, react, ionic, xamarin, hybrid app, web site, development site, site development
36
wp-singular,post-template-default,single,single-post,postid-36,single-format-standard,wp-theme-bridge,cookies-not-set,qode-quick-links-1.0,ajax_fade,page_not_loaded,,qode_grid_1300,qode-content-sidebar-responsive,qode-theme-ver-11.1,qode-theme-bridge,wpb-js-composer js-comp-ver-8.4.1,vc_responsive

Installare Xen 4.x su Debian Wheezy

Installare Xen 4.x su Debian Wheezy

Ecco i passi minimi necessari per installare Xen Hypervisor 4.x su Debian Wheezy.
Installazione di hypervisor e strumenti correlati

apt-get install xen-hypervisor-4.1-amd64 xen-linux-system-amd64 xen-utils-4.1 xenstore-utils xenwatch xen-tools 

 

Modificare /etc/modules e aggiungere la voce seguente. Per assicurarsi che il modulo sia in grado di creare un loop 64 connessioni.
La voce ‘Loop’ potrebbe già esserci, basta aggiungere max_loop=64.

# Making sure enough free loop devices are created loop max_loop=64 

 

echo 'hwcap 0 nosegneg' > /etc/ld.so.conf.d/libc6-xen.conf && ldconfig 

Creare il file nella directory di script di Xen.

touch /etc/xen/scripts/hotplugpath.sh chmod 755 /etc/xen/scripts/hotplugpath.sh 

Il contenuto di /etc/xen/scripts/hotplugpath.sh deve essere simile a

SBINDIR="/usr/sbin" BINDIR="/usr/bin" LIBEXEC="/usr/lib/xen/bin" LIBDIR="/usr/lib" SHAREDIR="/usr/share" PRIVATE_BINDIR="/usr/lib/xen/bin" XENFIRMWAREDIR="/usr/lib/xen/boot" XEN_CONFIG_DIR="/etc/xen" XEN_SCRIPT_DIR="/etc/xen/scripts" 

Se si esegue l’installazione in un server Hetzner si consiglia di effettuare le seguenti modifiche per assicurare un corretto riavvio: Modificare il file /etc/default/grub e sostituire la riga:

GRUB_CMDLINE_LINUX_DEFAULT="nomodeset" 

Con:

 GRUB_CMDLINE_LINUX_DEFAULT="console=tty0 acpi=ht" 

Assicuriamici che il server parta con il hypervisor

 mv /etc/grub.d/10_linux /etc/grub.d/50_linux update-grub2 

Assicurandosi che xend non si avvii quasi subito, altrimenti non crea il bridge necessario

mv /etc/rc2.d/S01xend /etc/rc2.d/S20xend reboot 

NOTA: Sulla Domus è possibile eliminare i seguenti link simbolici init: (Non sono necessari e portano solo errori in fase di avvio)

/etc/rc2.d/S12acpid /etc/rcS.d/S08hwclockfirst.sh  

 

My Instagram feed