ps default debian 7 sunucusuna nasil proxmox 3.1 kurdum?


Nasil proxmox kurdum

1- makina 2 disk 2x2 tb debian 7 !ps! raid yok.. lvm falan hakgetire..
2- makinada hem grub lecacy hem grub 2 var kafa bundan karisiyor..
3- apt-get update
apt-get upgrade
4- reboot
5- nano /etc/hosts
----
127.0.0.1 localhost.localdomain localhost
99.99.99.99 vm2.domainimbenim.com vm2 vm2localhost

# The following lines are desirable for IPv6 capable hosts
::1 localhost ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
----
6- nano /etc/resolv.conf
---
nameserver 8.8.8.8
nameserver 8.8.4.4
---
7- nano /etc/hostname
---
vm2.domainimbenim.com
---
8- nano /etc/apt/sources.list
---
#

unlemli satirlari degistir aynen kopyalama :)

!!deb http://mirror.de.ps.com/debian/ wheezy main non-free
!!deb-src http://mirror.de.ps.com/debian/ wheezy main non-free

deb http://ftp.de.debian.org/debian/ wheezy main non-free
deb-src http://ftp.de.debian.org/debian/ wheezy main non-free

# PVE packages provided by proxmox.com
deb http://download.proxmox.com/debian wheezy pve

deb http://security.debian.org/ wheezy/updates main
deb-src http://security.debian.org/ wheezy/updates main

##deb http://volatile.debian.org/debian-volatile wheezy/volatile main
##deb-src http://volatile.debian.org/debian-volatile wheezy/volatile main

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

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

11- apt-get install pve-firmware pve-kernel-2.6.32-22-pve

12- apt-get install pve-headers-2.6.32-22-pve

13- nano /boot/grub/menu.lst
---
## ## End Default Options ##
title proxmox
root (hd0,1)
kernel /vmlinuz-2.6.32-22-pve root=/dev/sda1 ro quiet
initrd /initrd.img-2.6.32-22-pve
---
Bla bla...

reboot

14- uname -a
Linux 2.6.32-22-pve ...

15- apt-get install proxmox-ve-2.6.32 ntp ssh lvm2 postfix ksm-control-daemon vzprocps open-iscsi bootlogd

16- Connect to the admin web interface (https://youripaddress:8006) and configure the vmbr0 and review all other settings, finally reboot to check if everything is running as expected. *timezone* etc...

17- VMBR0 setup icin

datacenter > nodeadi > network

eth0 yes yes emtpy all
vmbr0 yes yes eth0 99.99.99.99 255.255.255.0 99.99.99.1*gw*

18- /var/lib/vz yi /home/vz/ altina tasidiktan sonra
ln -s /home/vz/ /var/lib/vz

19- reboot and done :)