...
- Since we'll be running VMs, the choice will be the server image, then press F4 to select the minimal virtual machine. This will install a slim kernel.
- Paravirtualisation should be used on all new VMs. Unfortunately this does not work with 64 bit guest. This is not a real problem, because 64 bit guest only are useful when more than 4 GB RAM is used, and currently 1 GB is the highest amount of RAM a VM is configured with.
- On all hosts that use LDAP authentication nscd will have to be installed (see bug #423252). This might actually be a good idea any way, especially for hosts that need to query LDAP a lot (such as the mailer Erasmus).
- Open-vm-tools are now 100% usuable, no custom kernel modules are needed. Because the tools make use of the DKMS system, kernel upgrades trigger recompilation of the affected kernel modules, making it it very convenient:
Code Block apt-get install --no-install-recommends linux-headers-`uname -r` open-vm-dkms open-vm-tools
- Syslog is replaced with rsyslog. This new logging daemon can also log to MySQL. This needs to be configured.
- The hostname that is used during installation will be used the name Logical Volumes in LVM. Choose a small generic name, so that clones will not have confusing LVM naming.
...