Proxmox Virtual Environment (Proxmox VE) - teknologi open-source yang sudah sering dibacarakan dan digunakan secara luas sebagai solusi private cloud. Proxmox menyediakan berbagai vitur seperti KVM hypervisor, LXC containers, penyimpanan terdistribusi, manajemen jaringan, HA (High Availability) dll. Dengan menggunakan proxmox kita bisa membangun infrastuktur IT yang efisien, dimana kita bisa me-manajemen VM dan containers dengan mudah.
Pada artikel kali ini saya ingin membagikan petualangan saya mengulik proxmox.
Setup Proxmox VE on debian
Install Proxmox
- Set /etc/hosts
172.10.10.11 server1
172.10.10.12 server2
172.10.10.13 server3
- Add proxmox repository
echo "deb [arch=amd64] http://download.proxmox.com/debian/pve bookworm pve-no-subscription" > /etc/apt/sources.list.d/pve-install-repo.list
- Add Repository key
wget https://enterprise.proxmox.com/debian/proxmox-release-bookworm.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bookworm.gpg
# verify
sha512sum /etc/apt/trusted.gpg.d/proxmox-release-bookworm.gpg
7da6fe34168adc6e479327ba517796d4702fa2f8b4f0a9833f5ea6e6b48f6507a6da403a274fe201595edc86a84463d50383d07f64bdde2e3658108db7d6dc87 /etc/apt/trusted.gpg.d/proxmox-release-bookworm.gpg
- Update repository and system
apt update && apt full-upgrade
- Install Proxmox VE Kernel
apt install proxmox-default-kernel
systemctl reboot
- Remove debian kernel
apt remove linux-image-amd64 'linux-image-6.1*'
- Update and check grub2 config by running:
update-grub
- Remove os-prober
apt remove os-prober
- Install proxmox ve package
apt install proxmox-ve postfix open-iscsi chrony
Connect to the Proxmox VE web interface
172.10.10.11:8006
172.10.10.12:8006
172.10.10.13:8006
login with pam root:12345