Downloads: Difference between revisions
m (added note for update of an old beta (0.9)) |
m (Updated 1.0 ISO download link) |
||
Line 3: | Line 3: | ||
Download the ISO image, burn it to CD-ROM and boot your server from CD-ROM. For details see [[Installation]] | Download the ISO image, burn it to CD-ROM and boot your server from CD-ROM. For details see [[Installation]] | ||
* Download via http: [http://www.proxmox.com/cms_proxmox/cms/upload/bittorrent/proxmox-ve_1.0.iso Proxmox VE 1.0] | * Download via http: [http://www.proxmox.com/cms_proxmox/cms/upload/bittorrent/proxmox-ve_1.0-3410.iso Proxmox VE 1.0] | ||
* Download via bittorrent: [http://www.proxmox.com/cms_proxmox/cms/upload/bittorrent/proxmox-ve_1.0.iso.torrent Proxmox VE 1.0] | * Download via bittorrent: [http://www.proxmox.com/cms_proxmox/cms/upload/bittorrent/proxmox-ve_1.0-3410.iso.torrent Proxmox VE 1.0] | ||
(MD5SUM is | (MD5SUM is 0838c3623e0d1f7f9accf4e0c9e6bf4b) | ||
=Update a running Proxmox Virtual Environment V0.9beta2= | =Update a running Proxmox Virtual Environment V0.9beta2= |
Revision as of 11:23, 3 November 2008
Proxmox Virtual Environment 1.0 (ISO Image)
Download the ISO image, burn it to CD-ROM and boot your server from CD-ROM. For details see Installation
- Download via http: Proxmox VE 1.0
- Download via bittorrent: Proxmox VE 1.0
(MD5SUM is 0838c3623e0d1f7f9accf4e0c9e6bf4b)
Update a running Proxmox Virtual Environment V0.9beta2
These instructions should be used for all standard Proxmox VE 0.9beta2 installations.
Note: If you still run 0.9, please stop all running VM and remove the following package before proceeding.
dpkg -r pve-kvm-2.6.24
Note: If you got a custom installation (e.g. from your hosting provider like OVH) you should contact your provider for update instructions.
Review and correct the sources.list
We changed the repositories so you need to correct your list.
nano /etc/apt/sources.list
deb http://ftp.debian.org/debian etch main # PVE packages provided by proxmox.com deb http://download.proxmox.com/debian etch pve # security updates deb http://security.debian.org/ etch/updates main
Add the Proxmox VE repository key:
wget -O- "http://download.proxmox.com/debian/key.asc" | apt-key add -
Update your repository and install the new packages
apt-get update
If you get any errors, your sources.list (or your network) has a problem.
Before you update your system, you should stop all your running VM´s.
apt-get dist-upgrade
Update the list of Virtual Appliances:
pveam update
We changed the boot loader from lilo to grub, so you need to install grub:
mkdir /boot/grub apt-get install grub
Now you can install the new Kernel:
apt-get install proxmox-ve pve-kernel
Install grub into the MBR to use the new Kernel:
grub-install hd0
Finally reboot and check if you got the latest Proxmox VE packages:
Kernel version:
uname -a Expected output: 2.6.24-1-pve #1 SMP PREEMPT Fri Oct 24 11:34:13 CEST 2008 x86_64 GNU/Linux (or newer)
PVE Manager version:
pveversion -v Expected output: pve-manager: 1.0-2 (pve-manager/1.0/3399) qemu-server: 1.0-1 pve-kernel: 2.6.24-4 pve-kvm: 75-1 pve-firmware: 1 vncterm: 0.9-1 vzctl: 3.0.22-3pve3 vzdump: 1.1-1 vzprocps: 2.0.11-1dso2 vzquota: 3.0.11-1dso1
Configure your Proxmox VE via the Central Web-based Management
- Set the administrator email address
- Download the new Virtual Appliances