Les distributions DISPONIBLE pour la création des VPS:
Debian 4 et CentOS 5.2

Gestion sur le serveur hote :
-----------------------------
Démarrer un vServer :
host:/# vserver vs03 start

Arreter un vServer :
host:/# vserver vs03 stop

Rentrer dans un vServer :
host:/# vserver vs03 enter

Stat du serveur hote :
host:/# vserver-stat

>Setting memory limits :
-------------------------
You can set the hard limit on a particular context, effective immediately, with this command :
/usr/sbin/vlimit -c  -- 

 is the context ID of the guest, which you can determine with the /usr/sbin/vserver-stat command. 
For example, if you want to change the rss hard limit for the vserver with  49000, and limit it to 10,000 pages (40 MB), you could use this command: 
/usr/sbin/vlimit -c 49000 --rss 10000

Configurations spécifiques des VServers
************************************************

X forwarding et ssh :
---------------------
Editer le fichier /etc/ssh/sshd_conf:
...
ListenAddress 192.168.0.11
...
X11Forwarding yes
X11UseLocalhost no
...

Session X :
-----------
Il faut ajouter au VServer la capacité CAP_SYS_RAWIO (dans la variable S_CAPS du fichier de configuration de VServer)
Sous Debian, installer x-window-system-core et xterm

Mysql :
-------
Dans /etc/mysql/my.cnf:
...
bind-address = 192.168.0.11
...

vsFtpd :
--------
Options à modifier dans /etc/vsftpd.conf:
...
listen_address=192.168.0.11
...

PostgreSQL :
------------
Options à modifier dans /etc/postgresql/postgresql.conf:
...
virtual_host = '192.168.0.11'
...

Apache :
--------
Options à modifier dans  /etc/apache2/ports.conf
...
Listen 192.168.0.3:80
...




http://oldwiki.linux-vserver.org/Vserver+DRBD
http://linux-vserver.org/Memory_Limits
http://www.5dollarwhitebox.org/wiki/index.php/Howtos_Linux-Vserver_With_LVM_And_Quotas