PDA

View Full Version : Debian vps


vzgrid
12-07-2009, 09:52 AM
Hi All,

We have just installed Applogic 2.8.0 and wanted to create debian vps however we are not able to find template for debian. Can anyone suggest how to create vpss with different distro. like debian

vzgrid
12-08-2009, 09:09 AM
Hello

Can anyone please suggest how to create debian vps ?

:confused:

LeoKalev
12-08-2009, 10:42 AM
If you have an ISO install image for a distro that you want to make into a VPS, you can install it in AppLogic as a fully virtualized VM first, then convert it to run under a para-virutalized kernel (like most VPSes shipped with AppLogic).

The following guides will help you do this:

Running an installation from a CD image:
http://doc.3tera.com/AppLogic27/RefIso2Class.html

Converting the installed OS to PVM mode:
http://doc.3tera.com/AppLogic27/RefHvm2Pv.html

Preparing the OS to run under AppLogic:
http://doc.3tera.com/AppLogic27/AdvAPKInstallGuideUbuntu.html

If you have a ready-made OS installation, which was done on a real server, you can also convert that to a VPS. The last of the above guides should provide the necessary info.

NOTE: the following bit is missing from the guides:
Debian and other OS-es have UDEV rules to rename NICs at boot time. AppLogic does not guarantee constant MAC addresses, so these should be disabled, to allow the kernel to assign automatic names that won't change between reboots. The exact file names that need to be touched depend on the specific distro, the example below is for Debian 4:
cd /etc/udev/rules.d
mv z45_persistent-net-generator.rules ~
mv z25_persistent-net.rules ~

vzgrid
12-09-2009, 02:45 PM
Hi

Thank you for providing more info on this :)