-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Proxmox Cookbook
By :

Although installation of Proxmox on a native bare metal node is recommended, at times, it may be necessary to install Proxmox on an existing Debian node. In this recipe, we will see how to install the Proxmox VE on Debian. Note that Proxmox can only be installed on 64-bit hardware and a 64-bit operating system.
Install Debian from instructions from the official Debian site at http://www.debian.org. Prior to installing Proxmox on the Debian node, ensure that the hostname can be resolved. Check the hostname using the following command:
#nano /etc/hosts
It should have these entries:
127.0.0.1 localhost.localdomain localhost 172.16.0.71 pmx1.domain.com pmx1 pvelocalhost
If the entries are missing, type in the proper IP address associated with the hostname of the node. The pvelocalhost
entry must be present at the end of the line.
Use the following steps to install Proxmox on a Debian system:
#nano /etc/apt/sources.list deb http://ftp.ca.debian.org/debian wheezy main contrib #PVE repository for installation deb http://download.proxmox.com/debian wheezy pve #PVE security updates deb http://security.debian.org/ wheezy/updates main contrib
Due to a bug in the Debian OS, apt-get
may display an error of not finding /binary-i386
with a Unable to find expected entry 'pve/binary-i386/packages'
error message. The error may occur even though it is a 64-bit Debian installed operating system. In such cases, change the PVE repository entry to the following:
deb [arch=amd64] http://download.proxmox.com/debian wheezy pve
#wget –O-http://download.proxmox.com/debian/key.asc | apt-key add –
#apt-get update
#apt-get dist-upgrade
#apt-get install pve-firmware pve-kernel-2.6.32-37-pve
#apt-get install pve-header-2.6.32-37-pve
#uname –a
#update-grub
#apt-get install Proxmox-ve-2.6.32 ntp ssh lvm2 postfix ksm- control-daemon vzprocps open-iscsi bootlogd
Follow steps 1 to 13 to set up a second node. A minimum of two nodes are required to form a Proxmox cluster. We will take a good look at the Proxmox GUI in Chapter 2, Getting to know the Proxmox GUI.
Change the font size
Change margin width
Change background colour