Mainos / Advertisement:

Proxmox

Kohteesta Taisto
Siirry navigaatioon Siirry hakuun
Tämä on käännetty versio sivusta Proxmox, ja käännös on 50 % valmis.

Muut kielet:
English • ‎suomi

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. Configure 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. Add Proxmox repository key

 wget -O- "http://download.proxmox.com/debian/key.asc" | apt-key add -

4. Update repository and system

 apt-get update && apt-get dist-upgrade

6. Install Proxmox kernel

 apt-get install pve-firmware pve-kernel-2.6.32-26-pve

6. Reboot

 reboot

7. Check current running kernel

 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. Ota käyttöön IPv4 forward:

sysctl -w net.ipv4.ip_forward=1

12. Käynnistä uudelleen

Proxmox päivitys

Proxmox päivityksen voi aloittaa lisäämään source.list tiedostoon repot

 nano /etc/apt/source.list
deb http://download.proxmox.com/debian wheezy pve-no-subscription

Tämän jälkeen

aptitude update && aptitude dist-upgrade

Kun päivitys on suoritettu, käynnistä palvelin uudelleen

Muuta kirjautumisen tekstiä

Ei suositella

Proxmoxin kirjautumisen teksti löytyy

 nano /etc/issue

------------------------------------------------------------------------------

Welcome to the Proxmox Virtual Environment. Please use your web browser to
configure this server - connect to:

  https://ip:8006/

------------------------------------------------------------------------------
Mainos / Advertisement: