]> git.proxmox.com Git - pve-docs.git/blame - pve-installation.adoc
network: add note for possible fix/workaround in NAT setup
[pve-docs.git] / pve-installation.adoc
CommitLineData
32caab0e
AL
1Installing {pve}
2================
194d2f29 3ifndef::manvolnum[]
5f09af76 4:pve-toplevel:
194d2f29
DM
5endif::manvolnum[]
6ifdef::wiki[]
cb84ed18 7:title: Installation
5f09af76
DM
8endif::wiki[]
9
32caab0e 10{pve} is based on Debian. This is why the install disk images (ISO files)
e5d3a235 11provided by Proxmox include a complete Debian system (Debian 10 Buster for
32caab0e 12{pve} version 6.x) as well as all necessary {pve} packages.
2d99ce9b 13
32caab0e
AL
14The installer will guide through the setup, allowing you to partition the local
15disk(s), apply basic system configurations (e.g. timezone, language, network)
16and install all required packages. This process should not take more than a few
17minutes. Installing with the provided ISO is the recommended method for new and
18existing users.
d91f8c1e 19
32caab0e
AL
20Alternatively, {pve} can be installed on top of an existing Debian system. This
21option is only recommended for advanced users because detailed knowledge about
22{pve} is required.
d91f8c1e 23
bc1c71d4
DM
24ifndef::wiki[]
25
26include::pve-system-requirements.adoc[]
27
28endif::wiki[]
29
5eba0743 30
2c6fed66
TM
31Using the {pve} Installer
32-------------------------
d91f8c1e 33
32caab0e 34Download the installer ISO at {website}en/downloads. It includes the following:
115aef16 35
e69c1847
DM
36* Complete operating system (Debian Linux, 64-bit)
37
2c6fed66 38* The {pve} installer, which partitions the local disk(s) with ext4,
2d99ce9b 39 ext3, xfs or ZFS and installs the operating system.
e69c1847 40
32caab0e 41* {pve} kernel (Linux) with KVM and LXC support
e69c1847
DM
42
43* Complete toolset for administering virtual machines, containers and
44 all necessary resources
45
32caab0e 46* Web-based management interface
115aef16 47
32caab0e
AL
48NOTE: All existing data on the server will be removed during the installation
49process.
078924cd 50
32caab0e 51Please insert the installation media (e.g. USB flash drive, CD-ROM) and boot
2c6fed66
TM
52from it.
53
1ff5e4e8 54[thumbnail="screenshot/pve-grub-menu.png"]
2d99ce9b 55
32caab0e
AL
56After choosing the correct entry (e.g. Boot from USB) the {pve} menu will be
57displayed and one of the following options can be selected:
d91f8c1e 58
32caab0e 59Install {pve}::
d91f8c1e 60
32caab0e 61Starts the normal installation.
d91f8c1e 62
32caab0e
AL
63TIP: It's possible to use the installation wizard with a keyboard only. Buttons
64can be clicked by pressing the `ALT` key combined with the underlined character
65from the respective button. For example, `ALT + N` to press a `Next` button.
1a5554fc 66
32caab0e 67Install {pve} (Debug mode)::
d91f8c1e 68
32caab0e
AL
69Starts the installation in debug mode. A console will be opened at several
70installation steps. This helps to debug the situation if something goes wrong.
8dc994f7
TL
71To exit a debug console, press `CTRL-D`. This option can be used to boot a live
72system with all basic tools available. You can use it, for example, to
73xref:chapter_zfs[repair a degraded ZFS 'rpool'] or fix the
74xref:sysboot[bootloader] for an existing {pve} setup.
d91f8c1e
DM
75
76Rescue Boot::
77
32caab0e
AL
78With this option you can boot an existing installation. It searches all attached
79hard disks. If it finds an existing installation, it boots directly into that
80disk using the Linux kernel from the ISO. This can be useful if there are
81problems with the boot block (grub) or the BIOS is unable to read the boot block
82from the disk.
d91f8c1e
DM
83
84Test Memory::
85
32caab0e
AL
86Runs `memtest86+`. This is useful to check if the memory is functional and free
87of errors.
d91f8c1e 88
1ff5e4e8 89[thumbnail="screenshot/pve-select-target-disk.png"]
2d99ce9b 90
32caab0e
AL
91After selecting *Install {pve}* and accepting the EULA, the prompt to select the
92target hard disk(s) will appear. The `Options` button opens the dialog to select
93the target file system.
d91f8c1e 94
32caab0e
AL
95The default file system is `ext4`. The Logical Volume Manager (LVM) is used when
96`ext3`, `ext4` or `xfs` ist selected. Additional options to restrict LVM space
97can be set (see <<advanced_lvm_options,below>>).
98
99{pve} can be installed on ZFS. As ZFS offers several software RAID levels, this
100is an option for systems that don't have a hardware RAID controller. The target
101disks must be selected in the `Options` dialog. More ZFS specific settings can
102be changed under `Advanced Options` (see <<advanced_zfs_options,below>>).
103
104WARNING: ZFS on top of any hardware RAID is not supported and can result in data
105loss.
d91f8c1e 106
1ff5e4e8 107[thumbnail="screenshot/pve-select-location.png", float="left"]
2d99ce9b 108
32caab0e
AL
109The next page asks for basic configuration options like the location, the time
110zone, and keyboard layout. The location is used to select a download server
111close by to speed up updates. The installer usually auto-detects these settings.
112They only need to be changed in the rare case that auto detection fails or a
113different keyboard layout should be used.
2d99ce9b 114
1ff5e4e8 115[thumbnail="screenshot/pve-set-password.png"]
2d99ce9b 116
32caab0e
AL
117Next the password of the superuser (root) and an email address needs to be
118specified. The password must consist of at least 5 characters. It's highly
119recommended to use a stronger password. Some guidelines are:
2d99ce9b
DM
120
121- Use a minimum password length of 12 to 14 characters.
122
32caab0e 123- Include lowercase and uppercase alphabetic characters, numbers, and symbols.
2d99ce9b 124
32caab0e
AL
125- Avoid character repetition, keyboard patterns, common dictionary words,
126 letter or number sequences, usernames, relative or pet names, romantic links
127 (current or past), and biographical information (for example ID numbers,
128 ancestors' names or dates).
2d99ce9b 129
32caab0e
AL
130The email address is used to send notifications to the system administrator.
131For example:
2d99ce9b
DM
132
133- Information about available package updates.
134
135- Error messages from periodic CRON jobs.
136
7df6cb98
TL
137[thumbnail="screenshot/pve-setup-network.png"]
138
32caab0e
AL
139The last step is the network configuration. Please note that during installation
140you can either use an IPv4 or IPv6 address, but not both. To configure a dual
141stack node, add additional IP addresses after the installation.
d91f8c1e 142
1ff5e4e8 143[thumbnail="screenshot/pve-installation.png", float="left"]
2d99ce9b 144
32caab0e
AL
145The next step shows a summary of the previously selected options. Re-check every
146setting and use the `Previous` button if a setting needs to be changed. To
147accept, press `Install`. The installation starts to format disks and copies
148packages to the target. Please wait until this step has finished; then remove
149the installation medium and restart your system.
d91f8c1e 150
7df6cb98
TL
151[thumbnail="screenshot/pve-install-summary.png"]
152
153If the installation failed check out specific errors on the second TTY
32caab0e 154(`CTRL + ALT + F2'), ensure that the systems meets the
7df6cb98 155xref:install_minimal_requirements[minimum requirements]. If the installation
32caab0e 156is still not working look at the xref:getting_help[how to get help chapter].
7df6cb98 157
32caab0e
AL
158Further configuration is done via the Proxmox web interface. Point your browser
159to the IP address given during installation (https://youripaddress:8006).
fe6c04d5 160
32caab0e
AL
161NOTE: Default login is "root" (realm 'PAM') and the root password is defined
162during the installation process.
d91f8c1e
DM
163
164[[advanced_lvm_options]]
5eba0743 165Advanced LVM Configuration Options
6b5fc47b 166~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
d91f8c1e 167
32caab0e
AL
168The installer creates a Volume Group (VG) called `pve`, and additional Logical
169Volumes (LVs) called `root`, `data`, and `swap`. To control the size of these
170volumes use:
d91f8c1e
DM
171
172`hdsize`::
173
32caab0e
AL
174Defines the total hard disk size to be used. This way you can reserve free space
175on the hard disk for further partitioning (for example for an additional PV and
176VG on the same hard disk that can be used for LVM storage).
d91f8c1e
DM
177
178`swapsize`::
179
fa281da6
TL
180Defines the size of the `swap` volume. The default is the size of the
181installed memory, minimum 4 GB and maximum 8 GB. The resulting value cannot
182be greater than `hdsize/8`.
e8fe2b1b
FG
183+
184NOTE: If set to `0`, no `swap` volume will be created.
d91f8c1e
DM
185
186`maxroot`::
187
fa281da6
TL
188Defines the maximum size of the `root` volume, which stores the operation
189system. The maximum limit of the `root` volume size is `hdsize/4`.
d91f8c1e
DM
190
191`maxvz`::
192
fa281da6
TL
193Defines the maximum size of the `data` volume. The actual size of the `data`
194volume is:
195+
196`datasize = hdsize - rootsize - swapsize - minfree`
197+
198Where `datasize` cannot be bigger than `maxvz`.
e8fe2b1b 199+
32caab0e
AL
200NOTE: In case of LVM thin, the `data` pool will only be created if `datasize` is
201bigger than 4GB.
e8fe2b1b
FG
202+
203NOTE: If set to `0`, no `data` volume will be created and the storage
204configuration will be adapted accordingly.
d91f8c1e
DM
205
206`minfree`::
207
32caab0e
AL
208Defines the amount of free space left in the LVM volume group `pve`. With more
209than 128GB storage available the default is 16GB, else `hdsize/8` will be used.
d91f8c1e 210+
32caab0e
AL
211NOTE: LVM requires free space in the VG for snapshot creation (not required for
212lvmthin snapshots).
d91f8c1e 213
71280de0
SI
214[[advanced_zfs_options]]
215Advanced ZFS Configuration Options
216~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
32caab0e
AL
217The installer creates the ZFS pool `rpool`. No swap space is created but you can
218reserve some unpartitioned space on the install disks for swap. You can also
219create a swap zvol after the installation, altough this can lead to problems.
71280de0
SI
220(see <<zfs_swap,ZFS swap notes>>).
221
222`ashift`::
223
32caab0e
AL
224Defines the `ashift` value for the created pool. The `ashift` needs to be set at
225least to the sector-size of the underlying disks (2 to the power of `ashift` is
226the sector-size), or any disk which might be put in the pool (for example the
227replacement of a defective disk).
71280de0
SI
228
229`compress`::
230
231Defines whether compression is enabled for `rpool`.
232
233`checksum`::
234
235Defines which checksumming algorithm should be used for `rpool`.
236
237`copies`::
238
239Defines the `copies` parameter for `rpool`. Check the `zfs(8)` manpage for the
240semantics, and why this does not replace redundancy on disk-level.
241
242`hdsize`::
243
32caab0e
AL
244Defines the total hard disk size to be used. This is useful to save free space
245on the hard disk(s) for further partitioning (for exmaple to create a
246swap-partition). `hdsize` is only honored for bootable disks, that is only the
247first disk or mirror for RAID0, RAID1 or RAID10, and all disks in RAID-Z[123].
71280de0 248
d91f8c1e
DM
249
250ZFS Performance Tips
6b5fc47b 251~~~~~~~~~~~~~~~~~~~~
d91f8c1e 252
32caab0e
AL
253ZFS works best with a lot of memory. If you intend to use ZFS make sure to have
254enough RAM available for it. A good calculation is 4GB plus 1GB RAM for each TB
cdf58596 255RAW disk space.
d91f8c1e 256
32caab0e
AL
257ZFS can use a dedicated drive as write cache, called the ZFS Intent Log (ZIL).
258Use a fast drive (SSD) for it. It can be added after installation with the
259following command:
d91f8c1e 260
32caab0e
AL
261----
262# zpool add <pool-name> log </dev/path_to_fast_ssd>
263----
078924cd
DM
264
265ifdef::wiki[]
266
5c6cf7ac
DM
267link:/wiki/Install_from_USB_Stick[Install from USB Stick]
268---------------------------------------------------------
269
d7f5c1f7
TL
270link:/wiki/Install_Proxmox_VE_on_Debian_Buster[Install Proxmox VE on Debian Buster]
271-----------------------------------------------------------------------------------
2c6fed66 272
078924cd
DM
273endif::wiki[]
274
275ifndef::wiki[]
276
2c6fed66
TM
277include::pve-usbstick.adoc[]
278
078924cd 279Install {pve} on Debian
6b5fc47b 280-----------------------
078924cd 281
32caab0e
AL
282{pve} ships as a set of Debian packages and can be installed on to of a standard
283Debian installation.
284xref:sysadmin_package_repositories[After configuring the repositories] you need
285to run the following commands:
078924cd 286
078924cd 287----
32caab0e
AL
288# apt-get update
289# apt-get install proxmox-ve
078924cd
DM
290----
291
32caab0e
AL
292Installing on top of an existing Debian installation looks easy, but it presumes
293that the base system has been installed correctly and that you know how you want
294to configure and use the local storage. You also need to configure the network
295manually.
115aef16 296
32caab0e 297In general, this is not trivial, especially when LVM or ZFS is used.
115aef16 298
32caab0e 299A detailed step by step how-to can be found on the
acb3e8d7 300{webwiki-url}Install_Proxmox_VE_on_Debian_Stretch[wiki].
078924cd 301
078924cd 302
5c6cf7ac 303endif::wiki[]
078924cd 304
078924cd
DM
305ifdef::wiki[]
306
307Video Tutorials
6b5fc47b 308---------------
078924cd
DM
309
310* List of all official tutorials on our
32caab0e 311 http://www.youtube.com/proxmoxve[{pve} YouTube Channel]
078924cd
DM
312
313* Tutorials in Spanish language on
314 http://www.youtube.com/playlist?list=PLUULBIhA5QDBdNf1pcTZ5UXhek63Fij8z[ITexperts.es
315 YouTube Play List]
316
317
318See Also
6b5fc47b 319--------
078924cd 320
bc1c71d4
DM
321* link:/wiki/System_Requirements[System Requirements]
322
078924cd
DM
323* link:/wiki/Package_Repositories[Package Repositories]
324
325* link:/wiki/Host_System_Administration[Host System Administration]
326
327* link:/wiki/Network_Configuration[Network Configuration]
328
e723066c
DM
329* link:/wiki/Installation:_Tips_and_Tricks[Installation: Tips and Tricks]
330
078924cd 331endif::wiki[]