Downloads: Difference between revisions

From Proxmox VE
Jump to navigation Jump to search
(Added update a running server)
(Updated to 1.0)
Line 1: Line 1:
=Proxmox Virtual Environment 0.9 Beta2 (ISO Image)=
=Proxmox Virtual Environment 1.0 (ISO Image)=


* Download via [ftp://pve.proxmox.com/pub/proxmox-ve_0.9beta2.iso FTP]
Download the ISO image, burn it to CD-ROM and boot your server from CD-ROM. For details see [[Installation]]  
* Download via [http://www.proxmox.com/cms_proxmox/cms/upload/bittorrent/proxmox-ve_0.9beta2.iso.torrent bittorrent]


(MD5SUM is ce9b9483bbf035adf39d9ca3157953e1)
* Download via http: [http://www.proxmox.com/cms_proxmox/cms/upload/bittorrent/proxmox-ve_1.0.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]
 
(MD5SUM is cdcbd3d765263c157582f69ba24116bb)


=Update a running Proxmox Virtual Environment=
=Update a running Proxmox Virtual Environment=
These instructions should be used for all standard Proxmox VE installations.
Note: If you got a custom installation (e.g. from your hosting provider like [http://www.ovh.com OVH]) you should contact your provider for update instructions.
==Review and correct the sources.list==
==Review and correct the sources.list==
 
We changed the repositories so you need to correct your list.
<pre>nano /etc/apt/sources.list</pre>
<pre>nano /etc/apt/sources.list</pre>
<pre>deb ftp://ftp.debian.org/debian etch main
<pre>deb http://ftp.debian.org/debian etch main


# PVE packages provided by proxmox.com
# PVE packages provided by proxmox.com
deb ftp://pve.proxmox.com/debian etch pve
deb http://download.proxmox.com/debian etch pve


# security updates
# security updates
deb http://security.debian.org/ etch/updates main</pre>
deb http://security.debian.org/ etch/updates main</pre>


==Update your repository==
Add the Proxmox VE repository key:
<pre>wget -O- "http://download.proxmox.com/debian/key.asc" | apt-key add -</pre>
 
==Update your repository and install the new packages==
<pre>apt-get update</pre>
<pre>apt-get update</pre>


If you get any errors, your sources.list (or your network) has a problem.
If you get any errors, your sources.list (or your network) has a problem.


==Download and install the new packages==
Before you update your system, you should stop all your running VM´s.
Before you update your system, you should stop all your running VM´s.
<pre>apt-get dist-upgrade</pre>
<pre>apt-get dist-upgrade</pre>


After successful downloaded and install, please reboot your server.
Update the list of Virtual Appliances:
<pre>reboot</pre>
<pre>pveam update</pre>
 
We changed the boot loader from lilo to grub, so you need to install grub:
<pre>mkdir /boot/grub
 
apt-get install grub</pre>
 
Now you can install the new Kernel:
<pre>apt-get install proxmox-ve pve-kernel</pre>
 
Install grub into the MBR to use the new Kernel:
<pre>grub-install hd0</pre>
 
Finally reboot and check if you got the latest Proxmox VE packages:
 
Kernel version:
<pre>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)</pre>
 
PVE Manager version:
<pre>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</pre>


Configure your Proxmox VE via the [[Central Web-based Management]]
*Set the administrator email address
*Download the new [[:Category: Virtual Appliances|Virtual Appliances]]
[[Category: HOWTO]][[Category: Installation]]
[[Category: HOWTO]][[Category: Installation]]

Revision as of 10:56, 29 October 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

(MD5SUM is cdcbd3d765263c157582f69ba24116bb)

Update a running Proxmox Virtual Environment

These instructions should be used for all standard Proxmox VE installations.

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