Ero sivun ”Proxmox/en” versioiden välillä
(Ak: Uusi sivu: Because Proxmox runs on debian, we can directly install the Proxmox packages.) |
(Ak: Uusi sivu: 1. Check the /etc/hosts file. It's important for this to work properly since it's used in the installation.) |
||
Rivi 13: | Rivi 13: | ||
Because Proxmox runs on debian, we can directly install the Proxmox packages. | Because Proxmox runs on debian, we can directly install the Proxmox packages. | ||
− | 1. | + | 1. Check the /etc/hosts file. It's important for this to work properly since it's used in the installation. |
<pre> | <pre> |
Versio 17. elokuuta 2015 kello 06.31
Proxmox is virtualization software that runs on Debian. Usage of Proxmox is free, but support costs money.
You can download Proxmox from here: https://www.proxmox.com/
Web configuration: https:[ip-adddress]:8006. Username root and password is whatever you entered during the installation.
Proxmox installation on Debian Wheezy
Because Proxmox runs on debian, we can directly install the Proxmox packages.
1. Check the /etc/hosts file. It's important for this to work properly since it's used in the installation.
127.0.0.1 localhost.localdomain localhost 192.168.6.177 proxmox-6-177.proxmox.com proxmox-6-177 pvelocalhost
2. Konfiguroi source.list:
nano /etc/apt/source.list
deb http://ftp.at.debian.org/debian wheezy main contrib # PVE repository provided by proxmox.com, only for installation (this repo will stay on 3.1) deb http://download.proxmox.com/debian wheezy pve # security updates deb http://security.debian.org/ wheezy/updates main contrib
3. Lisää Proxmox reposity avain:
wget -O- "http://download.proxmox.com/debian/key.asc" | apt-key add -
4. Päivitä reposity ja järjestelmä.
apt-get update && apt-get dist-upgrade
5. Asenna Proxmox kerneli
apt-get install pve-firmware pve-kernel-2.6.32-26-pve
' 6. Käynnistä uudelleen
reboot
7. Tarkista käynnissä oleva kerneli
uname -a
Tämän komennon tulisi tulostaa...
Linux 2.6.32-26-pve ...
8. Jos kerneli on ok, poista Debianin kerneli. Vahvista varoituksessa poistavasi kernelin.
apt-get remove linux-image-amd64 linux-image-3.2.0-4-amd64 linux-base
9. Päivitä GRUB konfiguraatio
update-grub
10. Asenna Proxmox VE paketit
apt-get install proxmox-ve-2.6.32 ntp ssh lvm2 postfix ksm-control-daemon vzprocps open-iscsi bootlogd
- Apachea ei tarvita sillä Proxmoxissa oma webserveri
- Exim poistetaan ja tilalle asennetaan Postfix.
11. Käynnistä uudelleen