<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://wiki.ixheim.de/index.php?action=history&amp;feed=atom&amp;title=OpenVZ</id>
	<title>OpenVZ - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ixheim.de/index.php?action=history&amp;feed=atom&amp;title=OpenVZ"/>
	<link rel="alternate" type="text/html" href="https://wiki.ixheim.de/index.php?title=OpenVZ&amp;action=history"/>
	<updated>2026-05-15T18:50:55Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Xinux Wiki</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://wiki.ixheim.de/index.php?title=OpenVZ&amp;diff=4807&amp;oldid=prev</id>
		<title>Jan: Die Seite wurde neu angelegt: „'''Installation und Handling von openvz auf Ubuntu  Folgendes in die /etc/apt/sources.list einfügen  deb http://debian.systs.org/ stable openvz Key hinzufüge…“</title>
		<link rel="alternate" type="text/html" href="https://wiki.ixheim.de/index.php?title=OpenVZ&amp;diff=4807&amp;oldid=prev"/>
		<updated>2014-08-06T12:05:18Z</updated>

		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: „&amp;#039;&amp;#039;&amp;#039;Installation und Handling von openvz auf Ubuntu  Folgendes in die /etc/apt/sources.list einfügen  deb http://debian.systs.org/ stable openvz Key hinzufüge…“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;'''Installation und Handling von openvz auf Ubuntu&lt;br /&gt;
&lt;br /&gt;
Folgendes in die /etc/apt/sources.list einfügen&lt;br /&gt;
 deb http://debian.systs.org/ stable openvz&lt;br /&gt;
Key hinzufügen&lt;br /&gt;
 wget http://download.openvz.org/debian-systs/dso_archiv_signing_key.asc&lt;br /&gt;
 apt-key add dso_archiv_signing_key.asc&lt;br /&gt;
Updaten&lt;br /&gt;
 apt-get update&lt;br /&gt;
Installation&lt;br /&gt;
 apt-get install linux-image-2.6.24-19-openvz linux-headers-2.6.24-19-openvz linux-restricted-modules-2.6.24-19-openvz vzctl vzquota vzctl-ostmpl-debian&lt;br /&gt;
Grub anpassen und rebooten&lt;br /&gt;
 title           Ubuntu, ovz&lt;br /&gt;
 root            (hd0,0)&lt;br /&gt;
 kernel          /boot/vmlinuz-2.6.16-026test020.1-ovz-i386 root=/dev/hda1 ro&lt;br /&gt;
 boot&lt;br /&gt;
In der Datei /etc/init.d/vz folgendes einfügen&lt;br /&gt;
 #!/bin/bash&lt;br /&gt;
Ubuntutemplate runterladen&lt;br /&gt;
 cd /var/lib/vz &amp;amp;&amp;amp; wget http://download.openvz.org/contrib/template/precreated/ubuntu-6.06-i386-minimal.tar.gz&lt;br /&gt;
Virtuelle Maschine erstellen&lt;br /&gt;
 vzctl create 1002 --ostemplate ubuntu-6.06-i386-minimal&lt;br /&gt;
Automatisches starten &lt;br /&gt;
 vzctl set 1002 --onboot yes --save&lt;br /&gt;
Hostnamen einstallen &lt;br /&gt;
 vzctl set 1002 --hostname ubuntu1002.alpha.quadrant --save&lt;br /&gt;
IP zuweisen&lt;br /&gt;
 vzctl set 1002 --ipadd 192.168.254.31 --save&lt;br /&gt;
Nameserver zuweisen &lt;br /&gt;
 vzctl set 1002 --nameserver 194.25.2.129 --save&lt;br /&gt;
Virtuelle Maschine starten&lt;br /&gt;
 vzctl start 1002&lt;br /&gt;
Dienst starten&lt;br /&gt;
 vzctl exec /etc/init.d/ssh start &lt;br /&gt;
Status festellen&lt;br /&gt;
 vzctl status 1002&lt;br /&gt;
VM betreten &lt;br /&gt;
 vzctl enter 1002&lt;br /&gt;
Beancounter Werte anzeigen (in der vz - apollo)&lt;br /&gt;
 cat /proc/user_beancounters &lt;br /&gt;
Beancounter Werte ändern (auf dem host - gaius)&lt;br /&gt;
 vzctl set 1002 --wert_des_beancounts neuer_barrier:neues_limit --save&lt;br /&gt;
Festplattenbereich anzeigen&lt;br /&gt;
 vzquota stat 1002&lt;br /&gt;
Plattenplatz ändern &lt;br /&gt;
 vzctl set 1002 --diskspace 3000000:3100000 --save&lt;br /&gt;
Inodes ändern&lt;br /&gt;
 vzctl set 1002 --diskinodes 200000:220000 --save &lt;br /&gt;
VMs listen&lt;br /&gt;
 vzlist&lt;br /&gt;
IP der VM anzeigen&lt;br /&gt;
 cat /proc/vz/veinfo&lt;br /&gt;
VM stoppen&lt;br /&gt;
 vmctl stop 1002&lt;br /&gt;
VM restarten&lt;br /&gt;
 vmctl restart 1002&lt;br /&gt;
VM löschen&lt;br /&gt;
 vzctl destroy 1002&lt;br /&gt;
&lt;br /&gt;
* [[veth einrichten]]&lt;br /&gt;
&lt;br /&gt;
UHRZEIT einstellen&lt;br /&gt;
 cat /etc/default/locale &lt;br /&gt;
 LANG=de_DE.UTF-8&lt;br /&gt;
 TZ=Europe/Berlin&lt;/div&gt;</summary>
		<author><name>Jan</name></author>
	</entry>
</feed>