pzl help me how to install proxmox on dedicated

johnfaiz

Member
Sep 30, 2012
54
0
6
please guys help me how to setup proxmox on dedicated server centos idon't have any info i can setup it at pc make cd and booting ......... i can finish it but on dedicated idk how please tell me thx :)
 
please need more explian its my first time to use these things thx u are the best :)

Hi,
play first with the different installations on a direct accessible server/desktop. Begin with the iso-installation, use the virtualisation and have a look at the storage (lvm). Than you can start to do the same on top of debian and after success you should be able to do the same on a hosted environment.

Udo
 
when i open site it says
[h=1]It works![/h] This is the default web page for this server.
The web server software is running but no content has been added, yet.
 
when i open site it says
It works!

This is the default web page for this server.
The web server software is running but no content has been added, yet.
Hi,
do you have the PVE-Login-page (it's sound like that in the posting before) or not (this sounds in this posting)?

At the Login-Page you must select as Realm "Linux PAM..." and use root with your password.
If this don't work look wit the console at /var/log/auth.log for an hint.

To get the login-page it's should look like:
Code:
# ls -lsa /etc/apache2/sites-*/
/etc/apache2/sites-available/:
total 28
4 drwxr-xr-x 2 root root 4096 Aug 26 06:25 .
4 drwxr-xr-x 7 root root 4096 Apr 28 20:19 ..
4 -rw-r--r-- 1 root root  692 Apr  1  2012 default
8 -rw-r--r-- 1 root root 7251 Apr  1  2012 default-ssl
4 -rw-r--r-- 1 root root 2492 Aug 14 06:53 pve.conf
4 -rw-r--r-- 1 root root  585 Apr 26 07:05 pve-redirect.conf

/etc/apache2/sites-enabled/:
total 8
4 drwxr-xr-x 2 root root 4096 Apr 28 19:58 .
4 drwxr-xr-x 7 root root 4096 Apr 28 20:19 ..
0 lrwxrwxrwx 1 root root   27 Apr 28 19:58 pve.conf -> ../sites-available/pve.conf
0 lrwxrwxrwx 1 root root   36 Apr 28 19:58 pve-redirect.conf -> ../sites-available/pve-redirect.conf
Udo
 
what is the difference between debian squeeze and lenny and how can i know if i have squeeze or lenny ? and sorry for asking some questions noobs :D
 
what is the difference between debian squeeze and lenny and how can i know if i have squeeze or lenny ? and sorry for asking some questions noobs :D
Hi,
look in your apt-sources:
Code:
cat /etc/apt/sources.list
cat /etc/apt/sources.list.d/*.list
If you read something with squeeze you have debian 6 and if so see lenny then debian 5.
You can also look for installed packages:
Code:
dpkg -l | grep lsb
Udo
 
Hi,
look in your apt-sources:
Code:
cat /etc/apt/sources.list
cat /etc/apt/sources.list.d/*.list
If you read something with squeeze you have debian 6 and if so see lenny then debian 5.
You can also look for installed packages:
Code:
dpkg -l | grep lsb
Udo


please i get an error when i creat new machine on proxmox plz help this is the error:TASK ERROR: start failed: command '/usr/bin/kvm -id 100 -chardev 'socket,id=qmp,path=/var/run/qemu-server/100.qmp,server,nowait' -mon 'chardev=qmp,mode=control' -vnc unix:/var/run/qemu-server/100.vnc,x509,password -pidfile /var/run/qemu-server/100.pid -daemonize -usbdevice tablet -name vm100 -smp 'sockets=1,cores=1' -nodefaults -boot 'menu=on' -vga cirrus -k en-us -drive 'file=/var/lib/vz/template/iso/proxmox-ve_2.1-f9b0f63a-26.iso,if=none,id=drive-ide2,media=cdrom,aio=native' -device 'ide-cd,bus=ide.1,unit=0,drive=drive-ide2,id=ide2,bootindex=200' -drive 'file=/var/lib/vz/images/100/vm-100-disk-1.raw,if=none,id=drive-ide0,aio=native,cache=none' -device 'ide-hd,bus=ide.0,unit=0,drive=drive-ide0,id=ide0,bootindex=100' -m 512 -netdev 'type=tap,id=net0,ifname=tap100i0,script=/var/lib/qemu-server/pve-bridge' -device 'rtl8139,mac=0E:67:46:95:2C:2A,netdev=net0,bus=pci.0,addr=0x12,id=net0,bootindex=300' -cpuunits 1000' failed: exit code 1
 
please i get an error when i creat new machine on proxmox plz help this is the error:TASK ERROR: start failed: command '/usr/bin/kvm -id 100 -chardev 'socket,id=qmp,path=/var/run/qemu-server/100.qmp,server,nowait' -mon 'chardev=qmp,mode=control' -vnc unix:/var/run/qemu-server/100.vnc,x509,password -pidfile /var/run/qemu-server/100.pid -daemonize -usbdevice tablet -name vm100 -smp 'sockets=1,cores=1' -nodefaults -boot 'menu=on' -vga cirrus -k en-us -drive 'file=/var/lib/vz/template/iso/proxmox-ve_2.1-f9b0f63a-26.iso,if=none,id=drive-ide2,media=cdrom,aio=native' -device 'ide-cd,bus=ide.1,unit=0,drive=drive-ide2,id=ide2,bootindex=200' -drive 'file=/var/lib/vz/images/100/vm-100-disk-1.raw,if=none,id=drive-ide0,aio=native,cache=none' -device 'ide-hd,bus=ide.0,unit=0,drive=drive-ide0,id=ide0,bootindex=100' -m 512 -netdev 'type=tap,id=net0,ifname=tap100i0,script=/var/lib/qemu-server/pve-bridge' -device 'rtl8139,mac=0E:67:46:95:2C:2A,netdev=net0,bus=pci.0,addr=0x12,id=net0,bootindex=300' -cpuunits 1000' failed: exit code 1
Hi,
can be something (kvm, network, ...)
What output do yu get if you type on the pvehost (console)
Code:
kvm
What error do you get if you start the vm on the console?
Code:
qm start 100
Does a VM start, if you remove the network-config?

Udo
 
could u help me now i have additional ips for vpss but idk how to make it work thx proxmox team is the best :)
 
please proxmox team i just need to make my additional singals ip work please give me guide how to make it work please :(