<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML xmlns="http://www.w3.org/TR/REC-html40" xmlns:v = 
"urn:schemas-microsoft-com:vml" xmlns:o = 
"urn:schemas-microsoft-com:office:office" xmlns:w = 
"urn:schemas-microsoft-com:office:word" xmlns:m = 
"http://schemas.microsoft.com/office/2004/12/omml"><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.5512" name=GENERATOR>
<STYLE>@font-face {
        font-family: Cambria Math;
}
@font-face {
        font-family: Calibri;
}
@page WordSection1 {size: 612.0pt 792.0pt; margin: 70.85pt 70.85pt 2.0cm 70.85pt; }
P.MsoNormal {
        FONT-SIZE: 11pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Calibri","sans-serif"; mso-fareast-language: EN-US
}
LI.MsoNormal {
        FONT-SIZE: 11pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Calibri","sans-serif"; mso-fareast-language: EN-US
}
DIV.MsoNormal {
        FONT-SIZE: 11pt; MARGIN: 0cm 0cm 0pt; FONT-FAMILY: "Calibri","sans-serif"; mso-fareast-language: EN-US
}
A:link {
        COLOR: #0563c1; TEXT-DECORATION: underline; mso-style-priority: 99
}
SPAN.MsoHyperlink {
        COLOR: #0563c1; TEXT-DECORATION: underline; mso-style-priority: 99
}
A:visited {
        COLOR: #954f72; TEXT-DECORATION: underline; mso-style-priority: 99
}
SPAN.MsoHyperlinkFollowed {
        COLOR: #954f72; TEXT-DECORATION: underline; mso-style-priority: 99
}
SPAN.E-MailFormatvorlage17 {
        COLOR: windowtext; FONT-FAMILY: "Calibri","sans-serif"; mso-style-type: personal-compose
}
.MsoChpDefault {
        mso-fareast-language: EN-US; mso-style-type: export-only
}
DIV.WordSection1 {
        page: WordSection1
}
</STYLE>
<!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></HEAD>
<BODY lang=DE vLink=#954f72 link=#0563c1 bgColor=#ffffff>
<DIV><FONT face="Courier New" size=2>Hi, Joerg.</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New" size=2>I made a litle manual of upgrading Proxmox 
from instalation CD.</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New" size=2>Sorry for my bad English.</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New" size=2>Manual to update Proxmox from the 
installation CD.</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New" size=2>1.- First of all, make sure the dpkg-dev 
package is installed on the FTP server, if not, install it using the 
command:</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New" size=2>    # apt-get install 
dpkg-dev</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New" size=2>2.- Install CD in a folder as a loop 
device:</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New" size=2>    # mount -t loop <File 
Location>/proxmox-ve_3.2-5a885216-5.iso /media/cdrom</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New" size=2>3.- Create a similar structure of Proxmox 
repo:</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New" size=2>    # mkdir -p 
/srv/ftp/linux/distros/proxmox/debian/dists/wheezy/pve-cd/binary-amd64/</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New" size=2>4.- Copy the contents of the 
proxmox/packages folder into the root of the installation CD to the destination 
above created:</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New" size=2>    # cp 
/media/cdrom/proxmox/packages/* 
/srv/ftp/linux/distros/proxmox/debian/dists/wheezy/pve-cd/binary-amd64/</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New" size=2>5.- Copy the GPG key file on the local 
Proxmox repo:</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New" size=2>    If you have an Internet 
connection, the file is downloaded to a local folder</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New" size=2>    # cd 
/srv/ftp/linux/distros/proxmox/debian<BR>    # wget -O- "<A 
href="http://download.proxmox.com/debian/key.asc">http://download.proxmox.com/debian/key.asc</A>"</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New" size=2>    Otherwise, if you do not 
have an Internet connection, then the key file is copied to a local 
folder</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New" size=2>    # cp <File 
Location>/key.asc /srv/ftp/linux/distros/proxmox/debian/</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New" size=2>6.- Remove the 
CD:<BR> <BR>    # umount /media/cdrom</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New" size=2>7.- Be located in the folder 
/srv/ftp/linux/distros/proxmox/debian/ :</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New" size=2>    cd 
/srv/ftp/linux/distros/proxmox/debian/</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New" size=2>8.- Create the list of packages to be 
readable and downloadable by APT:</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New" size=2>    dpkg-scanpackages 
dists/wheezy/pve-cd/binary-amd64/ /dev/null | gzip > 
dists/wheezy/pve-cd/binary-amd64/Packages.gz</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New" size=2>    The resulting file, 
Packages.gz, will finally be inside the folder</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New" size=2>    
/srv/ftp/linux/distros/proxmox/debian/dists/wheezy/pve-cd/binary-amd64/</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New" size=2>    At the end, the local 
repo remain ready for use.</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New" size=2>9.- On Proxmox VE Server, I modify the PVE 
Enterprise file pve-enterprise.list into the folder /etc/apt/sources.list.d. 
this is the new content:</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New" size=2>    deb <A 
href="http://<FTP">http://<FTP</A> server>/linux/distros/proxmox/debian 
wheezy pve-cd</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New" size=2> If you want to use the PVE test repo, 
you can add the following line<BR> <BR> deb <A 
href="http://<FTP">http://<FTP</A> server>/linux/distros/proxmox/debian 
wheezy pvetest<BR> <BR> I this case, my local repo of PVE 
Test.</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New" size=2>NOTE: Well, it worked for 
me.<BR></FONT></DIV>
<DIV><FONT face="Courier New" size=2>This work fine for me with this ISO file: 
proxmox-ve_3.2-5a885216-5.iso.</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New" size=2>I don't dowload the latest ISO 
yet.</FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV>
<DIV><FONT face="Courier New" size=2></FONT> </DIV></BODY></HTML>