User Tools

Site Tools


virtualization:proxmox

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
virtualization:proxmox [2013/03/05 14:10]
gcooper
virtualization:proxmox [2019/08/05 14:34]
gcooper
Line 3: Line 3:
 {{:virtualization:proxmox_logo.png?nolink&|}} {{:virtualization:proxmox_logo.png?nolink&|}}
  
-**Main**: http://www.proxmox.com/products/proxmox-ve+**Main**: https://www.proxmox.com/en/proxmox-ve
  
-**Wiki**: http://pve.proxmox.com/wiki/Documentation+**Wiki**: http://pve.proxmox.com/wiki/
  
-**Forums**: http://forum.proxmox.com/forum.php+**Documentation**: https://pve.proxmox.com/pve-docs/
  
-Proxmox VE is a 64-bit, free, open-source, bare-metal virtualization platform (hypervisor).  While it may not have as full a feature set as some other commercial hypervisors, it is none the less very attractive and easy to use.+**Forums**: http://forum.proxmox.com/ 
 + 
 +Proxmox VE is a 64-bit, free, open-source, bare-metal virtualization platform (hypervisor).
  
 Proxmox VE provides two virtualization technologies in one platform: Proxmox VE provides two virtualization technologies in one platform:
Line 17: Line 19:
  
 KVM requires hardware (CPU+mainboard) virtualization support. KVM requires hardware (CPU+mainboard) virtualization support.
 +
 +===== Administration =====
 +
 +Proxmox VE Clusters can be managed from any of the cluster hosts.
 +
 +<file>
 +https://<ipaddress>:8006
 +</file>
 +
 +Proxmox VE comes pre-configured to use the 'enterprise' (subscription) repository.  If you don't have a subscription, you must reconfigure the repository:
 +
 +First, comment out the 'enterprise' repo:
 +
 +<file>
 +vi /etc/apt/sources.list.d/pve-enterprise.list
 +</file>
 +
 +Then clone the 'enterprise' repo file and modify it:
 +
 +<file>
 +cp -a /etc/apt/sources.list.d/pve-enterprise.list /etc/apt/sources.list.d/pve-no-sub.list
 +
 +vi /etc/apt/sources.list.d/pve-no-sub.list
 +
 +deb http://download.proxmox.com/debian/pve buster pve-no-subscription
 +
 +apt update
 +apt dist-upgrade
 +reboot
 +</file>
 +
 +===== Installation =====
 +
 +:!: Use **[[https://www.balena.io/etcher/|Etcher]]** to write the ISO to a flash drive.
 +
 +:!: The installer is graphical and **requires a mouse**.
 +
 +**Download**: https://www.proxmox.com/en/downloads
  
 ===== Updating and Upgrading ===== ===== Updating and Upgrading =====
  
 <file> <file>
-apt-get update +apt update 
-apt-get dist-upgrade+apt dist-upgrade
 </file> </file>
 +
 +
 +----
 +
 +
 +FIXME All very old below this point!
 +
  
 ===== PVE Host Networking ===== ===== PVE Host Networking =====
virtualization/proxmox.txt · Last modified: 2019/08/10 21:47 by gcooper