Installation - Proxmox VE
Installation - Proxmox VE
Installation - Proxmox VE
InstallationProxmoxVE
Installation
FromProxmoxVE
Contents
UsingtheProxmoxVEInstallationCDROM
InstallProxmoxVEonDebianJessie
InstallfromUSBStick
VideoTutorials
SeeAlso
ProxmoxVEisbasedonDebianandcomeswithaninstallationCDROMwhichincludesacompleteDebian("jessie"forProxmoxVE4.x)systemas
wellasallnecessaryProxmoxVEpackages.Theinstallerjustasksyouafewquestions,thenpartitionsthelocaldisk(s),installsallrequiredpackages,
andconfiguresthesystemincludingabasicnetworksetup.Youcangetafullyfunctionalsystemwithinafewminutes.Thisisthepreferredand
recommendedinstallationmethod.
Alternatively,ProxmoxVEcanbeinstalledontopofanexistingDebiansystem.Thisoptionisonlyrecommendedforadvanceduserssincedetail
knowledgeaboutProxmoxVEisnecessary.
UsingtheProxmoxVEInstallationCDROM
Includesthefollowing:
Completeoperatingsystem(DebianLinux,64bit)
Partitioningoftheharddrive(s)containingtheoperatingsystemwithext4,ext3,xfsorZFS
ProxmoxVEkernelwithLXCandKVMsupport
Completetoolsetforadministeringvirtualmachines,containersandallnecessaryresources
Webbasedmanagementinterfaceforusingthetoolset
https://pve.proxmox.com/wiki/Installation
1/5
1/18/2017
InstallationProxmoxVE
Bydefault,thecompleteserverisusedandallexistingdataisremoved.
PleaseinserttheinstallationCDROM,thenbootfromthatdrive.Immediatelyafterwardsyoucanchoosethefollowingmenuoptions:
InstallProxmoxVE
Startnormalinstallation.
InstallProxmoxVE(Debugmode)
Startinstallationindebugmode.Itopensashellconsoleatseveralinstallationsteps,sothatyoucandebugthingsifsomethinggoeswrong.
PleasepressCTRLDtoexitthosedebugconsolesandcontinueinstallation.Thisoptionismostlyfordevelopersandnotmeantforgeneraluse.
RescueBoot
Thisoptionallowsyoutobootanexistinginstallation.Itsearchesallattachedharddisksand,ifitfindsanexistinginstallation,bootsdirectlyinto
thatdiskusingtheexistingLinuxkernel.Thiscanbeusefulifthereareproblemswiththebootblock(grub),ortheBIOSisunabletoreadthe
bootblockfromthedisk.
TestMemory
Runsmemtest86+.Thisisusefultocheckifyourmemoryisfunctionalanderrorfree.
YounormallyselectInstallProxmoxVEtostarttheinstallation.Afterthatyougetpromptedtoselectthetargetharddisk(s).TheOptionsbuttonlets
youselectthetargetfilesystem,whichdefaultstoext4.TheinstallerusesLVMifyouselectext3,ext4orxfsasfilesystem,andoffersadditional
optiontorestrictLVMspace(seebelow)
Ifyouhavemorethanonedisk,youcanalsouseZFSasfilesystem.ZFSsupportsseveralsoftwareRAIDlevels,sothisisspeciallyusefulifyoudonot
haveahardwareRAIDcontroller.TheOptionsbuttonletsyouselecttheZFSRAIDlevel,andyoucanchoosedisksthere.
Thenextpagesjustaskforbasicconfigurationoptionsliketimezoneandkeyboardlayout.Youalsoneedtospecifyyouremailaddressandsuperuser
(root)password(musthaveatleast5characters).
Thelaststepisthenetworkconfiguration.PleasenotethatyoucanuseeitherIPv4orIPv6here,butnotboth.Ifyouwanttoconfigureadualstacknode,
youcaneasilydothatafterinstallation.
IfyoupressNextnow,installationstartstoformatdisks,andcopiespackagestothetarget.Pleasewaituntilthatisfinished,thenreboottheserver.
https://pve.proxmox.com/wiki/Installation
2/5
1/18/2017
InstallationProxmoxVE
FurtherconfigurationisdoneviatheProxmoxwebinterface.JustpointyourbrowsertotheIPaddressgivenduringinstallation
(https://youripaddress:8006).
Defaultloginis"root"(realmPAM)andtherootpasswordisdefinedduringtheinstallationprocess.
AdvancedLVMConfigurationOptions
TheinstallercreatesaVolumeGroup(VG)calledpve,andadditionalLogicalVolumes(LVs)calledroot,dataandswap.Thesizeofthosevolumescan
becontrolledwith:
hdsize
DefinesthetotalHDsizetobeused.ThiswayyoucansavefreespaceontheHDforfurtherpartitioning(i.e.foranadditionalPVandVGonthe
sameharddiskthatcanbeusedforLVMstorage).
swapsize
Definesthesizeoftheswapvolume.Thedefaultisthesizeoftheinstalledmemory,minimum4GBandmaximum8GB.Theresultingvalue
cannotbegreaterthanhdsize/8.
maxroot
Definesthemaximumsizeoftherootvolume,whichstorestheoperationsystem.Themaximumlimitoftherootvolumesizeishdsize/4.
maxvz
Definesthemaximumsizeofthedatavolume.Theactualsizeofthedatavolumeis:
datasize=hdsizerootsizeswapsizeminfree
Wheredatasizecannotbebiggerthanmaxvz.
minfree
DefinestheamountoffreespaceleftinLVMvolumegrouppve.Withmorethan128GBstorageavailablethedefaultis16GB,elsehdsize/8will
beused.
LVMrequiresfreespaceintheVGforsnapshotcreation(notrequiredforlvmthinsnapshots).
https://pve.proxmox.com/wiki/Installation
3/5
1/18/2017
InstallationProxmoxVE
ZFSPerformanceTips
ZFSusesalotofmemory,soitisbesttoaddadditionalRAMifyouwanttouseZFS.Agoodcalculationis4GBplus1GBRAMforeachTBRAW
diskspace.
ZFSalsoprovidesthefeaturetouseafastSSDdriveaswritecache.ThewritecacheiscalledtheZFSIntentLog(ZIL).Youcanaddthatafter
installationusingthefollowingcommand:
zpooladd<poolname>log</dev/path_to_fast_ssd>
InstallProxmoxVEonDebianJessie
InstallfromUSBStick
VideoTutorials
ListofallofficialtutorialsonourProxmoxVEYouTubeChannel
TutorialsinSpanishlanguageonITexperts.esYouTubePlayList
SeeAlso
SystemRequirements
PackageRepositories
HostSystemAdministration
NetworkConfiguration
Installation:TipsandTricks
https://pve.proxmox.com/wiki/Installation
4/5
1/18/2017
InstallationProxmoxVE
Retrievedfrom"https://pve.proxmox.com/mediawiki/index.php?title=Installation&oldid=9565"
Categories: ReferenceDocumentation HOWTO Installation
Thispagewaslastmodifiedon13December2016,at16:17.
https://pve.proxmox.com/wiki/Installation
5/5