Scalix mit Debian Etch: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 30: | Zeile 30: | ||
mirror = http://ftp.de.debian.org/debian/ | mirror = http://ftp.de.debian.org/debian/ | ||
# ... | # ... | ||
</pre> | |||
<pre> | |||
# xen-create-image --hostname=scx | # xen-create-image --hostname=scx | ||
# vi /etc/xen/scx.cfg | # vi /etc/xen/scx.cfg |
Version vom 12. Mai 2007, 07:34 Uhr
Ich starte mit der Installation auf einer frischen Etch-Installation.
apt-get install xen-tools vi /etc/xen-tools/xen-tools.conf # # ... lvm = vg debootstrap = 1 # ## # Disk and Sizing options. ## # size = 4Gb # Disk image size. memory = 128Mb # Memory size swap = 128Mb # Swap size # noswap = 1 # Don't use swap at all for the new system. fs = ext3 # use the EXT3 filesystem for the disk image. dist = etch # Default distribution to install. image = sparse # Specify sparse vs. full disk images. dhcp = 1 # # Default kernel and ramdisk to use for the virtual servers # kernel = /boot/vmlinuz-2.6.18-4-xen-686 initrd = /boot/initrd.img-2.6.18-4-xen-686 # # The default mirror for debootstrap which can be used to install # Debian Sid, Sarge, and Etch. # mirror = http://ftp.de.debian.org/debian/ # ...
# xen-create-image --hostname=scx # vi /etc/xen/scx.cfg # xm create -c /etc/xen/scx.cfg
Jetzt die notwendigen Pakete installieren:
- Sendmail
- Kerberos
- Postgres
- SASL2
- diverse Libraries
- gawk, wget und elinks
- Sun Java
apt-get install -u sendmail apt-get install -u krb5-config krb5-doc krb5-user libkadm55 libkrb53 apt-get install -u postgresql apt-get install -u saslauthd libsasl2-modules libsasl2-gssapi-mit sasl2-bin libssl0.9.7 apt-get install -u libxml2 libglib2.0-0 libstdc++2.10-glibc2.2 libstdc++5 apt-get install -u gawk elinks wget w3m less apt-get install -u sun-java5-jre