Whenever I try to start a VM on Proxmox I get the error "no accelerator found" and the VM doesn't start. I've looked around a bit on Google and read something about needing to enable some virtualization thing on the CPU in the BIOS, but my BIOS doesn't have anything like that. I'm not sure how to get the thing working.
↧
Unable to start VM
↧
Add a 2nd network on host in cluster
Hi, if we have the standard network on eth0 and would add on network eth1 a 2nd network, do we must only change in webitnerface on network eth1 ip address, subnet mask and gateway or do we need other options in online mode? Must be observed at some something? Do the ct´s and vm´s have permission to this network, if we use the 2nd network for backup-storage (with nfs ...)?
regards
regards
↧
↧
Machine pause during backup.
I'm running CentOS in a container. I'm making nightly snapshot backups.
During the backup does the machine pause momentarily? The reason I ask is one of the servers runs Shoutcast and the Shoutcast source disconnects at around the same time my backups run so I'm trying to track down the problem.
Thanks
During the backup does the machine pause momentarily? The reason I ask is one of the servers runs Shoutcast and the Shoutcast source disconnects at around the same time my backups run so I'm trying to track down the problem.
Thanks
↧
creating dummy network device for internal vm only network
Hi I read a thread the other day discussing this type of setup, though it was in the 1.x forum.
After trying the commands provided by Udo I was unsuccessful at creating an 'internal only' network.
appreciate any advice on setting this up
im currently using the pve 2.3-11 (test repo)
Regards,
Falkomalko
After trying the commands provided by Udo I was unsuccessful at creating an 'internal only' network.
appreciate any advice on setting this up
im currently using the pve 2.3-11 (test repo)
Regards,
Falkomalko
↧
Uploaded iso files with size 0 and don't boot
Hello. I have WIndows 7 64 bit. On it I have installed VMware Player. Through it I have installed successfully Proxmox 2.2. I start it. Then I log from Windows to the web interface of Proxmox and try to upload an iso. It shows that is uploading but when it is done it says 0 on the size column. Also if I create a VM with those isos and I start it I get a message "No bootable device" on the console. I have tried with WindowsServer2003SP2.iso and debian-6.0.6-amd64-DVD-1.iso. They are working isos as I successfully installed them through VMware player. So what is wrong?
↧
↧
use of /etc/init.d/networking retart - Now Guests have no network access
Hello,
I foolishly issued the command /etc/init.d/networking restart on my Proxmox server and now all my Guests have no network access. All Guests are using vmbr0 (connected to eth0). I can still access my webpage (which is the IP in vmbr0). I was working on setting up vmbr1, vmbr2 and vmbr4 when I thought I could restart my network interfaces with the networking restart command.
I know I could restart my Server, but before I do I'm backing up my guests first (just to be safe). So as I sit here waiting for my guests to backup and copy off my server I'm wondering...why would issuing this command make all my Guest loose their network access? And by issuing this command have I done something seriously wrong to my Proxmox server whereupon a restart will not fix it?
Is there a way to fix this without a restart?
In case it helps...here is the contents of my interfaces file:
I foolishly issued the command /etc/init.d/networking restart on my Proxmox server and now all my Guests have no network access. All Guests are using vmbr0 (connected to eth0). I can still access my webpage (which is the IP in vmbr0). I was working on setting up vmbr1, vmbr2 and vmbr4 when I thought I could restart my network interfaces with the networking restart command.
I know I could restart my Server, but before I do I'm backing up my guests first (just to be safe). So as I sit here waiting for my guests to backup and copy off my server I'm wondering...why would issuing this command make all my Guest loose their network access? And by issuing this command have I done something seriously wrong to my Proxmox server whereupon a restart will not fix it?
Is there a way to fix this without a restart?
In case it helps...here is the contents of my interfaces file:
Code:
# network interface settings
auto lo
iface lo inet loopback
iface eth0 inet manual
iface eth1 inet manual
iface eth2 inet manual
iface eth3 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.10.9
netmask 255.255.255.0
gateway 192.168.10.1
bridge_ports eth0
bridge_stp off
bridge_fd 0
auto vmbr4
iface vmbr4 inet manual
bridge_ports eth3
bridge_stp off
bridge_fd 0
auto vmbr1
iface vmbr1 inet manual
bridge_ports eth1
bridge_stp off
bridge_fd 0
auto vmbr2
iface vmbr2 inet manual
bridge_ports eth2
bridge_stp off
bridge_fd 0
↧
hostbill not assign ip in proxmox vm automatically
Hi,
I have install hostbill in openvz of proxmox . I have configure hostbill to create vm in proxmox main server. After creating vm from hostbill it assign loopback ip only in vm. I have installed ipam plugin also in hostbill. My network configuration is below. Please let me know if I need to edit anything.
# network interface settings
auto lo
iface lo inet loopback
iface eth0 inet manual
iface eth1 inet manual
auto vmbr0
iface vmbr0 inet static
address
netmask
gateway
bridge_ports eth1
bridge_stp off
bridge_fd 0
Hostbill assign ip to eth0 and that is for internal network only. I want hostbill to assign ip in vm that can accessible from internet.
I have install hostbill in openvz of proxmox . I have configure hostbill to create vm in proxmox main server. After creating vm from hostbill it assign loopback ip only in vm. I have installed ipam plugin also in hostbill. My network configuration is below. Please let me know if I need to edit anything.
# network interface settings
auto lo
iface lo inet loopback
iface eth0 inet manual
iface eth1 inet manual
auto vmbr0
iface vmbr0 inet static
address
netmask
gateway
bridge_ports eth1
bridge_stp off
bridge_fd 0
Hostbill assign ip to eth0 and that is for internal network only. I want hostbill to assign ip in vm that can accessible from internet.
↧
Help me choose storage for cluster
Hi!
I'm currently moving from XenCenter to proxmox, and I have set up proxmox in my lab to test it before making run in production.
There are some questions I need help with.
What kind of storage solution would generally work best with proxmox?
My experience is that NFS works quite good as it enables snapshots and live backups.
However, I have used openfiler as OS for storage, but I don't know if this is as good as it can be.
Should I try other storage OS's?
My setup will be:
5 - 6 hosts with a 10TB+ storage server (redundant if I can find a decent solution).
Any help would be appreciated! :)
I'm currently moving from XenCenter to proxmox, and I have set up proxmox in my lab to test it before making run in production.
There are some questions I need help with.
What kind of storage solution would generally work best with proxmox?
My experience is that NFS works quite good as it enables snapshots and live backups.
However, I have used openfiler as OS for storage, but I don't know if this is as good as it can be.
Should I try other storage OS's?
My setup will be:
5 - 6 hosts with a 10TB+ storage server (redundant if I can find a decent solution).
Any help would be appreciated! :)
↧
backup error with Input/output error
Hi, if we start a backup on this ct we get following errors on backup:
What can we do here. Please help. Thanks
regards
Code:
INFO: starting new backup job: vzdump 5132 --remove 0 --mode snapshot --compress lzo --storage temp --node phoenix
INFO: Starting Backup of VM 5132 (openvz)
INFO: CTID 5132 exist mounted running
INFO: status = running
INFO: backup mode: snapshot
INFO: ionice priority: 7
INFO: trying to remove stale snapshot '/dev/pve/vzsnap-phoenix-0'
INFO: umount: /mnt/vzsnap0: not mounted
ERROR: command 'umount /mnt/vzsnap0' failed: exit code 1
INFO: /dev/pve/vzsnap-phoenix-0: read failed after 0 of 4096 at 4846774059008: Input/output error
INFO: /dev/pve/vzsnap-phoenix-0: read failed after 0 of 4096 at 4846774116352: Input/output error
INFO: /dev/pve/vzsnap-phoenix-0: read failed after 0 of 4096 at 0: Input/output error
INFO: /dev/pve/vzsnap-phoenix-0: read failed after 0 of 4096 at 4096: Input/output error
INFO: Logical volume "vzsnap-phoenix-0" successfully removed
INFO: creating lvm snapshot of /dev/mapper/pve-data ('/dev/pve/vzsnap-phoenix-0')
INFO: Logical volume "vzsnap-phoenix-0" created
INFO: creating archive '/mnt/pve/temp/dump/vzdump-openvz-5132-2013_03_02-19_50_00.tar.lzo'
INFO: tar: ./var/www/cbm1/htdocs/mediathek/filestore/9/4/0_dc8a8dbfd082887/940_1cb17af5dd9ad44.avi: File shrank by 271046656 bytes; padding with zeros
INFO: tar: ./var/www/cbm1/htdocs/mediathek/filestore/9/4/0_dc8a8dbfd082887/940thm_wm_b79ad9bc3c3d2be.jpg: Read error at byte 0, while reading 3254 bytes: Input/output error
INFO: tar: ./var/www/cbm1/htdocs/mediathek/filestore/9/4/0_dc8a8dbfd082887/940thm_83e3d6731f55d71.jpg: Read error at byte 0, while reading 3254 bytes: Input/output error
INFO: tar: ./var/www/cbm1/htdocs/mediathek/filestore/9/4/0_dc8a8dbfd082887/940pre_wm_e23eeccba1f0884.jpg: Read error at byte 0, while reading 10240 bytes: Input/output error
INFO: tar: ./var/www/cbm1/htdocs/mediathek/filestore/9/4/0_dc8a8dbfd082887/940pre_4bd214234ea59ff.jpg: Read error at byte 0, while reading 8192 bytes: Input/output error
INFO: tar: ./var/www/cbm1/htdocs/mediathek/filestore/9/4/0_dc8a8dbfd082887/940col_841c4fec2cbf7ee.jpg: Read error at byte 0, while reading 1475 bytes: Input/output error
INFO: tar: ./var/www/cbm1/htdocs/mediathek/filestore/9/4/0_dc8a8dbfd082887/940col_wm_4d45cc711f32ed0.jpg: Read error at byte 0, while reading 1475 bytes: Input/output error
INFO: tar: ./var/www/cbm1/htdocs/mediathek/filestore/9/4/0_dc8a8dbfd082887/940pre_4bd214234ea59ff.flv: Read error at byte 0, while reading 3072 bytes: Input/output error
INFO: tar: ./var/www/cbm1/htdocs/mediathek/filestore/9/4/0_dc8a8dbfd082887/940_1cb17af5dd9ad44.jpg: Read error at byte 0, while reading 8192 bytes: Input/output error
INFO: tar: ./var/www/cbm1/htdocs/mediathek/filestore/9/4/4_5d66f8c28e12e6d: Cannot stat: Input/output error
INFO: tar: ./var/www/cbm1/htdocs/mediathek/filestore/9/4/4_5d66f8c28e12e6d/metadump.xml: Cannot stat: Input/output error
INFO: tar: ./var/www/cbm1/htdocs/mediathek/filestore/9/4/4_5d66f8c28e12e6d/944thm_4421d71605a255a.jpg: Cannot stat: Input/output error
INFO: tar: ./var/www/cbm1/htdocs/mediathek/filestore/9/4/4_5d66f8c28e12e6d/944pre_c0239a085844c7c.flv: Cannot stat: Input/output error
INFO: tar: ./var/www/cbm1/htdocs/mediathek/filestore/9/4/4_5d66f8c28e12e6d/944pre_c0239a085844c7c.jpg: Cannot stat: Input/output error
INFO: tar: ./var/www/cbm1/htdocs/mediathek/filestore/9/4/4_5d66f8c28e12e6d/944col_fc4d56896a0971e.jpg: Cannot stat: Input/output error
INFO: tar: ./var/www/cbm1/htdocs/mediathek/filestore/9/4/4_5d66f8c28e12e6d/944pre_wm_f29ede4b5514eef.jpg: Cannot stat: Input/output error
INFO: tar: ./var/www/cbm1/htdocs/mediathek/filestore/9/4/4_5d66f8c28e12e6d/944_3ae19d743b255de.jpg: Cannot stat: Input/output error
INFO: tar: ./var/www/cbm1/htdocs/mediathek/filestore/9/4/4_5d66f8c28e12e6d/944col_wm_3c851660037f328.jpg: Cannot stat: Input/output error
INFO: tar: ./var/www/cbm1/htdocs/mediathek/filestore/9/4/4_5d66f8c28e12e6d/944_3ae19d743b255de.avi: Cannot stat: Input/output error
INFO: tar: ./var/www/cbm1/htdocs/mediathek/filestore/9/4/4_5d66f8c28e12e6d/944thm_wm_9011163fb07213d.jpg: Cannot stat: Input/output error
INFO: tar: ./var/www/cbm1/htdocs/mediathek/filestore/9/3_54c0a5b7ff58935/: Cannot savedir: Input/output error
INFO: tar: ./var/www/cbm1/htdocs/mediathek/filestore/9/3_54c0a5b7ff58935: Cannot close: Bad file descriptor
INFO: tar: ./var/www/cbm1/htdocs/mediathek/filestore/9/3_54c0a5b7ff58935/93col_wm_e4b318eaecfba34.jpg: Cannot stat: No such file or directory
INFO: tar: ./var/www/cbm1/htdocs/mediathek/filestore/9/3_54c0a5b7ff58935/93pre_d90a0ed06cb7e6a.flv: Cannot stat: No such file or directory
INFO: tar: ./var/www/cbm1/htdocs/mediathek/filestore/9/3_54c0a5b7ff58935/93pre_wm_006577719bf309a.jpg: Cannot stat: No such file or directory
INFO: tar: ./var/www/cbm1/htdocs/mediathek/filestore/9/3_54c0a5b7ff58935/93thm_wm_89d7bf0218ba186.jpg: Cannot stat: No such file or directory
INFO: tar: ./var/www/cbm1/htdocs/mediathek/filestore/9/9: Cannot stat: Input/output error
INFO: tar: ./var/www/cbm1/htdocs/mediathek/filestore/9/9/9_15b844db2c9a489: Cannot stat: Input/output error
INFO: tar: ./var/www/cbm1/htdocs/mediathek/filestore/9/9/9_15b844db2c9a489/999scr_4_76d3b1b2e5ae26c.jpg: Cannot stat: Input/output error
INFO: tar: ./var/www/cbm1/htdocs/mediathek/filestore/9/9/9_15b844db2c9a489/999scr_3_wm_8cf57289697ffae.jpg: Cannot stat: Input/output error
INFO: tar: ./var/www/cbm1/htdocs/mediathek/filestore/9/9/9_15b844db2c9a489/metadump.xml: Cannot stat: Input/output error
INFO: tar: ./var/www/cbm1/htdocs/mediathek/filestore/9/9/9_15b844db2c9a489/999scr_3_314e893428ba8b0.jpg: Cannot stat: Input/output error
INFO: tar: ./var/www/cbm1/htdocs/mediathek/filestore/9/9/9_15b844db2c9a489/999col_wm_d156374bf7c8fb5.jpg: Cannot stat: Input/output error
INFO: tar: ./var/www/cbm1/htdocs/mediathek/filestore/9/9/9_15b844db2c9a489/999scr_7_b697dbd14e4f0a8.jpg: Cannot stat: Input/output error
INFO: tar: ./var/www/cbm1/htdocs/mediathek/filestore/9/9/9_15b844db2c9a489/999scr_a8264436127e941.jpg: Cannot stat: Input/output error
INFO: tar: ./var/www/cbm1/htdocs/mediathek/filestore/9/9/9_15b844db2c9a489/999scr_6_wm_b38f7c1f56c901a.jpg: Cannot stat: Input/output error
INFO: tar: ./var/www/cbm1/htdocs/mediathek/filestore/9/9/9_15b844db2c9a489/999thm_44c9f5785830c45.jpg: Cannot stat: Input/output error
INFO: tar: ./var/www/cbm1/htdocs/mediathek/filestore/9/9/9_15b844db2c9a489/999scr_wm_59299e3f5300c05.jpg: Cannot stat: Input/output error
INFO: tar: ./var/www/cbm1/htdocs/mediathek/filestore/9/9/9_15b844db2c9a489/999scr_2_b282adefc6eed56.jpg: Cannot stat: Input/output error
INFO: tar: ./var/www/cbm1/htdocs/mediathek/filestore/9/9/9_15b844db2c9a489/999col_9c8abff0c4bfb79.jpg: Cannot stat: Input/output error
INFO: tar: ./var/www/cbm1/htdocs/mediathek/filestore/9/9/9_15b844db2c9a489/999scr_5_wm_e8d62810ffd90ce.jpg: Cannot stat: Input/output error
INFO: tar: ./var/www/cbm1/htdocs/mediathek/filestore/9/9/9_15b844db2c9a489/999scr_5_2791021937c5225.jpg: Cannot stat: Input/output error
INFO: tar: ./var/www/cbm1/htdocs/mediathek/filestore/9/9/9_15b844db2c9a489/999_e240761a5beba8a.pdf: Cannot stat: Input/output error
INFO: tar: ./var/www/cbm1/htdocs/mediathek/filestore/9/9/9_15b844db2c9a489/999scr_2_wm_5a6e36de2a9117f.jpg: Cannot stat: Input/output error
INFO: tar: ./var/www/cbm1/htdocs/mediathek/filestore/9/9/9_15b844db2c9a489/999scr_4_wm_7076f6e1e974dd7.jpg: Cannot stat: Input/output error
INFO: tar: ./var/www/cbm1/htdocs/mediathek/filestore/9/9/9_15b844db2c9a489/999_e240761a5beba8a.jpg: Cannot stat: Input/output error
INFO: tar: ./var/www/cbm1/htdocs/mediathek/filestore/9/9/9_15b844db2c9a489/999scr_6_48109bb59b96850.jpg: Cannot stat: Input/output error
INFO: tar: ./var/www/cbm1/htdocs/mediathek/filestore/9/9/9_15b844db2c9a489/999pre_b8d585468d285f6.jpg: Cannot stat: Input/output error
INFO: tar: ./var/www/cbm1/htdocs/mediathek/filestore/9/9/9_15b844db2c9a489/999pre_wm_8d1c08086385610.jpg: Cannot stat: Input/output error
INFO: tar: ./var/www/cbm1/htdocs/mediathek/filestore/9/9/9_15b844db2c9a489/999scr_7_wm_e39f2d7c39e2c4b.jpg: Cannot stat: Input/output error
INFO: tar: ./var/www/cbm1/htdocs/mediathek/filestore/9/9/9_15b844db2c9a489/999thm_wm_e8d77f559e5c33c.jpg: Cannot stat: Input/output error
INFO: tar: ./var/www/cbm1/htdocs/mediathek/filestore/9/9/4_b9cb97182da5dfa: Cannot stat: Input/output error
INFO: tar: ./var/www/cbm1/htdocs/mediathek/filestore/9/9/4_b9cb97182da5dfa/994scr_wm_2f935acad0f5755.jpg: Cannot stat: Input/output error
INFO: tar: ./var/www/cbm1/htdocs/mediathek/filestore/9/9/4_b9cb97182da5dfa/994thm_36561e500cb64e2.jpg: Cannot stat: Input/output error
INFO: tar: ./var/www/cbm1/htdocs/mediathek/filestore/9/9/4_b9cb97182da5dfa/994thm_wm_5e29ab4c2cc5b92.jpg: Cannot stat: Input/output error
INFO: tar: ./var/www/cbm1/htdocs/mediathek/filestore/9/9/4_b9cb97182da5dfa/994pre_wm_ecc850dff62a49a.jpg: Cannot stat: Input/output error
INFO: tar: ./var/www/cbm1/htdocs/mediathek/filestore/9/9/4_b9cb97182da5dfa/994scr_16e639ab99f187b.jpg: Cannot stat: Input/output error
INFO: tar: ./var/www/cbm1/htdocs/mediathek/filestore/9/9/4_b9cb97182da5dfa/metadump.xml: Cannot stat: Input/output error
INFO: tar: ./var/www/cbm1/htdocs/mediathek/filestore/9/9/4_b9cb97182da5dfa/994scr_6_wm_35b75e19cf037ae.jpg: Cannot stat: Input/output error
INFO: tar: ./var/www/cbm1/htdocs/mediathek/filestore/9/9/4_b9cb97182da5dfa/994scr_3_0b171c3652977a4.jpg: Cannot stat: Input/output error
INFO: tar: ./var/www/cbm1/htdocs/mediathek/filestore/9/9/4_b9cb97182da5dfa/994pre_262f80b63d1f615.jpg: Cannot stat: Input/output error
...
INFO: tar: ./var/www/cbm23/htdocs/_gal/import/2012/Drift Days Hockenheim/IMG_9085 (Kopie).JPG: Cannot stat: No such file or directory
INFO: tar: ./var/www/cbm23/htdocs/_gal/import/2012/Drift Days Hockenheim/IMG_0465 (Kopie).JPG: Cannot stat: No such file or directory
INFO: tar: ./var/www/cbm23/htdocs/_gal/import/2012/Drift Days Hockenheim/IMG_9733 (Kopie).JPG: Cannot stat: No such file or directory
INFO: tar: ./var/www/cbm23/htdocs/_gal/import/2012/Drift Days Hockenheim/IMG_1775 (Kopie).JPG: Cannot stat: No such file or directory
INFO: tar: ./var/www/cbm23/htdocs/_gal/import/2012/Drift Days Hockenheim/IMG_1138 (Kopie).JPG: Cannot stat: No such file or directory
INFO: tar: ./var/www/cbm23/htdocs/_gal/import/2012/Drift Days Hockenheim/IMG_8544 (Kopie).JPG: Cannot stat: No such file or directory
INFO: tar: ./var/www/cbm23/htdocs/_gal/import/2012/Drift Days Hockenheim/IMG_8947 (Kopie).JPG: Cannot stat: No such file or directory
...
INFO: tar: ./dev/.udev: Cannot close: Bad file descriptor
INFO: tar: ./dev/.udev/db/: Cannot savedir: Input/output error
INFO: tar: ./dev/.udev/db: Cannot close: Bad file descriptor
INFO: tar: ./dev/.udev/db/net\:eth0: Read error at byte 0, while reading 163 bytes: Input/output error
INFO: tar: ./dev/.udev/db/net\:eth1: Read error at byte 0, while reading 163 bytes: Input/output error
INFO: tar: ./dev/.udev/db/net\:eth2: Read error at byte 0, while reading 162 bytes: Input/output error
INFO: tar: ./dev/pts/: Cannot savedir: Input/output error
INFO: tar: ./dev/pts: Cannot close: Bad file descriptor
INFO: Total bytes written: 139820072960 (131GiB, 23MiB/s)
INFO: tar: Exiting with failure status due to previous errors
ERROR: Backup of VM 5132 failed - command '(cd /mnt/vzsnap0/private/5132;find . '(' -regex '^\.$' ')' -o '(' -type 's' -prune ')' -o -print0|sed 's/\\/\\\\/g'|tar cpf - --totals --sparse --numeric-owner --no-recursion --one-file-system --null -T -|lzop) >/mnt/pve/temp/dump/vzdump-openvz-5132-2013_03_02-19_50_00.tar.dat' failed: exit code 2
INFO: Backup job finished with errors
TASK ERROR: job errors
regards
↧
↧
gpg error
Hello. I apologize for my English. I installed a basic Debian Squeeze 6.0.6 and get the following error.
wget -O- "http://download.proxmox.com/debian/key.asc" | apt-key add -gpg: no valid OpenPGP data found
thank you very much.
wget -O- "http://download.proxmox.com/debian/key.asc" | apt-key add -gpg: no valid OpenPGP data found
thank you very much.
↧
Error restore vma.lzo
Hello,
I encounter an error when restoring a VMN (KVM):
root@virtuel:/mnt/pve/Backup_Pfsense/dump# qmrestore vzdump-qemu-100-2013_03_03-02_45_08.vma.lzo 100
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Exiting with failure status due to previous errors
ERROR: archive contaions no data
Please help me.
I'm blocked
Thanks
I encounter an error when restoring a VMN (KVM):
root@virtuel:/mnt/pve/Backup_Pfsense/dump# qmrestore vzdump-qemu-100-2013_03_03-02_45_08.vma.lzo 100
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Exiting with failure status due to previous errors
ERROR: archive contaions no data
Please help me.
I'm blocked
Thanks
↧
Error pfsense freebsd
Sans titre.png
I have a problem getting started in freebsd pfsense
See screen shot
Can you help me?
Thanks
I have a problem getting started in freebsd pfsense
See screen shot
Can you help me?
Thanks
↧
Permission failed on restore on a user Account
Hi,
if a User have created a Backup and would restore it, the user can´t use the storage over the restore-button. the user show a blanko field without a storage, if the user click on restore button.
How can we fix it? Please help. regards
if a User have created a Backup and would restore it, the user can´t use the storage over the restore-button. the user show a blanko field without a storage, if the user click on restore button.
How can we fix it? Please help. regards
↧
↧
cman running ... will not stop or restart
All nodes are online and accessible via SSH.
cman is said to be running on all nodes...
service cman stop fails
service cman restart fails on cman stop..
clustat output:
root@proxmox11:/var/downloads# clustat
Cluster Status for FL-Cluster @ Sun Mar 3 16:02:05 2013
Member Status: Inquorate
Member Name ID Status
------ ---- ---- ------
proxmox11 1 Online, Local
proxmox2 2 Offline
proxmox3a 3 Offline
proxmox4 4 Offline
poxmox5 5 Offline
proxmox6 6 Offline
proxmox7 7 Offline
proxmox8 8 Offline
proxmox9 9 Offline
Proxmox10 10 Offline
All nodes when local show online all other nodes are considered offline.
service pve-cluster restart is not fixing any issue with all nodes showing as offline.
Any suggestions?
- - - Updated - - -
root@proxmox11:/var/downloads# cat /var/log/syslog | tail
Mar 3 16:13:56 proxmox11 pmxcfs[1905]: [status] notice: cpg_send_message retry 60
Mar 3 16:13:57 proxmox11 pmxcfs[1905]: [status] notice: cpg_send_message retry 70
Mar 3 16:13:58 proxmox11 pmxcfs[1905]: [status] notice: cpg_send_message retry 80
Mar 3 16:13:59 proxmox11 pmxcfs[1905]: [status] notice: cpg_send_message retry 90
Mar 3 16:14:00 proxmox11 pmxcfs[1905]: [status] notice: cpg_send_message retry 100
Mar 3 16:14:00 proxmox11 pmxcfs[1905]: [status] notice: cpg_send_message retried 100 times
Mar 3 16:14:00 proxmox11 pmxcfs[1905]: [status] crit: cpg_send_message failed: 6
Mar 3 16:14:01 proxmox11 pmxcfs[1905]: [status] notice: cpg_send_message retry 10
Mar 3 16:14:02 proxmox11 pmxcfs[1905]: [status] notice: cpg_send_message retry 20
Mar 3 16:14:03 proxmox11 pmxcfs[1905]: [status] notice: cpg_send_message retry 30
cman is said to be running on all nodes...
service cman stop fails
service cman restart fails on cman stop..
clustat output:
root@proxmox11:/var/downloads# clustat
Cluster Status for FL-Cluster @ Sun Mar 3 16:02:05 2013
Member Status: Inquorate
Member Name ID Status
------ ---- ---- ------
proxmox11 1 Online, Local
proxmox2 2 Offline
proxmox3a 3 Offline
proxmox4 4 Offline
poxmox5 5 Offline
proxmox6 6 Offline
proxmox7 7 Offline
proxmox8 8 Offline
proxmox9 9 Offline
Proxmox10 10 Offline
All nodes when local show online all other nodes are considered offline.
service pve-cluster restart is not fixing any issue with all nodes showing as offline.
Any suggestions?
- - - Updated - - -
root@proxmox11:/var/downloads# cat /var/log/syslog | tail
Mar 3 16:13:56 proxmox11 pmxcfs[1905]: [status] notice: cpg_send_message retry 60
Mar 3 16:13:57 proxmox11 pmxcfs[1905]: [status] notice: cpg_send_message retry 70
Mar 3 16:13:58 proxmox11 pmxcfs[1905]: [status] notice: cpg_send_message retry 80
Mar 3 16:13:59 proxmox11 pmxcfs[1905]: [status] notice: cpg_send_message retry 90
Mar 3 16:14:00 proxmox11 pmxcfs[1905]: [status] notice: cpg_send_message retry 100
Mar 3 16:14:00 proxmox11 pmxcfs[1905]: [status] notice: cpg_send_message retried 100 times
Mar 3 16:14:00 proxmox11 pmxcfs[1905]: [status] crit: cpg_send_message failed: 6
Mar 3 16:14:01 proxmox11 pmxcfs[1905]: [status] notice: cpg_send_message retry 10
Mar 3 16:14:02 proxmox11 pmxcfs[1905]: [status] notice: cpg_send_message retry 20
Mar 3 16:14:03 proxmox11 pmxcfs[1905]: [status] notice: cpg_send_message retry 30
↧
multipath iscsi nfs - backup issues
Hi,
Backups are very slow and , eventually crash the servers
an excerpt from syslog shows:
" ... kernel: ct0 nfs: server 10.10.19.49 not responding, still trying "
" .. pvestatd[30186]: WARNING: command 'df -P -B 1 /mnt/pve/hugebackup' failed: got timeout .."
I am pretty sure my configuration is faulty and would appreciate hints or constructive criticism
Here is how I am doing it
I am providing a 10TB target from NAS to one of my servers
configure multipath and create an ext4 filesytem on it using partd
create a phisical volume
mount it with _netdev option
create an nfs backup storage
Here are the relevant settings
On the NFS server:
root@blh02-14:~# iscsiadm -m session
tcp: [15] 10.10.30.22:3260,1 iqn.2012-12.nas01-01.pcasinc.com:proxmoxbackup
tcp: [16] 10.10.30.21:3260,1 iqn.2012-12.nas01-01.pcasinc.com:proxmoxbackup
multipath -ll
mpath2 (360014052e1189200058d004000000000) dm-97 LIO-ORG,FILEIO
size=9.8T features='1 queue_if_no_path' hwhandler='0' wp=rw
`-+- policy='round-robin 0' prio=2 status=active
|- 17:0:0:0 sdx 65:112 active ready running
`- 16:0:0:0 sdw 65:96 active ready running
parted /dev/proxbackup/proxbackup
GNU Parted 2.3
Using /dev/dm-105
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) print
Model: Linux device-mapper (linear) (dm)
Disk /dev/dm-105: 10.7TB
Sector size (logical/physical): 512B/512B
Partition Table: loop
Number Start End Size File system Flags
1 0.00B 10.7TB 10.7TB ext4
pvdisplay
--- Physical volume ---
PV Name /dev/disk/by-id/dm-name-mpath2
VG Name proxbackup
PV Size 9.77 TiB / not usable 3.00 MiB
Allocatable yes (but full)
PE Size 4.00 MiB
Total PE 2559999
Free PE 0
Allocated PE 2559999
PV UUID vllhez-pMf0-Xtnp-M1XX-b5TH-Fzsb-w1hwBb
cat /etc/fstab
/dev/proxbackup/proxbackup /backups ext4 auto,defaults,_netdev 0 0
cat /etc/exports
/backups 10.10.19.0/255.255.255.0(rw,sync,no_subtree_check,no_root_squ ash)
cat /etc/pve/storage.cfg
nfs: hugebackup
path /mnt/pve/hugebackup
server 10.10.19.49
export /backups
options timeo=20,retrans=5,rsize=8192,wsize=8192,intr,vers =4,proto=tcp
content iso,backup
maxfiles 5
pveversion -v
pve-manager: 2.2-31 (pve-manager/2.2/e94e95e9)
running kernel: 2.6.32-16-pve
proxmox-ve-2.6.32: 2.2-82
pve-kernel-2.6.32-11-pve: 2.6.32-66
pve-kernel-2.6.32-16-pve: 2.6.32-82
pve-kernel-2.6.32-14-pve: 2.6.32-74
lvm2: 2.02.95-1pve2
clvm: 2.02.95-1pve2
corosync-pve: 1.4.4-1
openais-pve: 1.1.4-2
libqb: 0.10.1-2
redhat-cluster-pve: 3.1.93-2
resource-agents-pve: 3.9.2-3
fence-agents-pve: 3.1.9-1
pve-cluster: 1.0-33
qemu-server: 2.0-69
pve-firmware: 1.0-21
libpve-common-perl: 1.0-39
libpve-access-control: 1.0-25
libpve-storage-perl: 2.0-36
vncterm: 1.0-3
vzctl: 4.0-1pve2
vzprocps: 2.0.11-2
vzquota: 3.1-1
pve-qemu-kvm: 1.2-7
ksm-control-daemon: 1.1-1
Backups are very slow and , eventually crash the servers
an excerpt from syslog shows:
" ... kernel: ct0 nfs: server 10.10.19.49 not responding, still trying "
" .. pvestatd[30186]: WARNING: command 'df -P -B 1 /mnt/pve/hugebackup' failed: got timeout .."
I am pretty sure my configuration is faulty and would appreciate hints or constructive criticism
Here is how I am doing it
I am providing a 10TB target from NAS to one of my servers
configure multipath and create an ext4 filesytem on it using partd
create a phisical volume
mount it with _netdev option
create an nfs backup storage
Here are the relevant settings
On the NFS server:
root@blh02-14:~# iscsiadm -m session
tcp: [15] 10.10.30.22:3260,1 iqn.2012-12.nas01-01.pcasinc.com:proxmoxbackup
tcp: [16] 10.10.30.21:3260,1 iqn.2012-12.nas01-01.pcasinc.com:proxmoxbackup
multipath -ll
mpath2 (360014052e1189200058d004000000000) dm-97 LIO-ORG,FILEIO
size=9.8T features='1 queue_if_no_path' hwhandler='0' wp=rw
`-+- policy='round-robin 0' prio=2 status=active
|- 17:0:0:0 sdx 65:112 active ready running
`- 16:0:0:0 sdw 65:96 active ready running
parted /dev/proxbackup/proxbackup
GNU Parted 2.3
Using /dev/dm-105
Welcome to GNU Parted! Type 'help' to view a list of commands.
(parted) print
Model: Linux device-mapper (linear) (dm)
Disk /dev/dm-105: 10.7TB
Sector size (logical/physical): 512B/512B
Partition Table: loop
Number Start End Size File system Flags
1 0.00B 10.7TB 10.7TB ext4
pvdisplay
--- Physical volume ---
PV Name /dev/disk/by-id/dm-name-mpath2
VG Name proxbackup
PV Size 9.77 TiB / not usable 3.00 MiB
Allocatable yes (but full)
PE Size 4.00 MiB
Total PE 2559999
Free PE 0
Allocated PE 2559999
PV UUID vllhez-pMf0-Xtnp-M1XX-b5TH-Fzsb-w1hwBb
cat /etc/fstab
/dev/proxbackup/proxbackup /backups ext4 auto,defaults,_netdev 0 0
cat /etc/exports
/backups 10.10.19.0/255.255.255.0(rw,sync,no_subtree_check,no_root_squ ash)
cat /etc/pve/storage.cfg
nfs: hugebackup
path /mnt/pve/hugebackup
server 10.10.19.49
export /backups
options timeo=20,retrans=5,rsize=8192,wsize=8192,intr,vers =4,proto=tcp
content iso,backup
maxfiles 5
pveversion -v
pve-manager: 2.2-31 (pve-manager/2.2/e94e95e9)
running kernel: 2.6.32-16-pve
proxmox-ve-2.6.32: 2.2-82
pve-kernel-2.6.32-11-pve: 2.6.32-66
pve-kernel-2.6.32-16-pve: 2.6.32-82
pve-kernel-2.6.32-14-pve: 2.6.32-74
lvm2: 2.02.95-1pve2
clvm: 2.02.95-1pve2
corosync-pve: 1.4.4-1
openais-pve: 1.1.4-2
libqb: 0.10.1-2
redhat-cluster-pve: 3.1.93-2
resource-agents-pve: 3.9.2-3
fence-agents-pve: 3.1.9-1
pve-cluster: 1.0-33
qemu-server: 2.0-69
pve-firmware: 1.0-21
libpve-common-perl: 1.0-39
libpve-access-control: 1.0-25
libpve-storage-perl: 2.0-36
vncterm: 1.0-3
vzctl: 4.0-1pve2
vzprocps: 2.0.11-2
vzquota: 3.1-1
pve-qemu-kvm: 1.2-7
ksm-control-daemon: 1.1-1
↧
Network IRQ problem
Hi,
I have some problems with network IRQ at ddos attacks (~350000 TCP pps port flood from unique IP, ~150mbps). Network IRQ takes one core of CPU and it become 100% load.
# cat /proc/interrupts
CPU0 CPU1 CPU2 CPU3 CPU4 CPU5 CPU6 CPU7
0: 129 0 0 0 0 0 0 0 IR-IO-APIC-edge timer
1: 3 0 0 0 0 0 0 0 IR-IO-APIC-edge i8042
8: 1 0 0 0 0 0 0 0 IR-IO-APIC-edge rtc0
9: 0 0 0 0 0 0 0 0 IR-IO-APIC-fasteoi acpi
12: 4 0 0 0 0 0 0 0 IR-IO-APIC-edge i8042
23: 2079 0 0 0 0 0 0 0 IR-IO-APIC-fasteoi ehci_hcd:usb1, ehci_hcd:usb2
32: 383 0 0 0 0 0 0 0 IR-IO-APIC-fasteoi nouveau
36: 163 0 0 0 0 0 0 0 IR-IO-APIC-fasteoi snd_hda_intel
48: 0 0 0 0 0 0 0 0 DMAR_MSI-edge dmar0
49: 216 0 0 0 0 0 0 0 IR-HPET_MSI-edge hpet2
50: 0 0 0 0 0 0 0 0 IR-HPET_MSI-edge hpet3
51: 0 0 0 0 0 0 0 0 IR-HPET_MSI-edge hpet4
52: 0 0 0 0 0 0 0 0 IR-HPET_MSI-edge hpet5
53: 0 0 0 0 0 0 0 0 IR-HPET_MSI-edge hpet6
63: 1352305 0 0 0 0 0 0 0 IR-PCI-MSI-edge eth1
64: 145205622 0 0 0 0 0 0 0 IR-PCI-MSI-edge eth0
65: 9376474 0 0 0 0 0 0 0 IR-PCI-MSI-edge ahci
66: 0 0 0 0 0 0 0 0 IR-PCI-MSI-edge ahci
67: 0 0 0 0 0 0 0 0 IR-PCI-MSI-edge xhci_hcd
68: 0 0 0 0 0 0 0 0 IR-PCI-MSI-edge xhci_hcd
69: 0 0 0 0 0 0 0 0 IR-PCI-MSI-edge xhci_hcd
70: 0 0 0 0 0 0 0 0 IR-PCI-MSI-edge xhci_hcd
71: 0 0 0 0 0 0 0 0 IR-PCI-MSI-edge xhci_hcd
72: 0 0 0 0 0 0 0 0 IR-PCI-MSI-edge xhci_hcd
73: 0 0 0 0 0 0 0 0 IR-PCI-MSI-edge xhci_hcd
74: 0 0 0 0 0 0 0 0 IR-PCI-MSI-edge xhci_hcd
75: 0 0 0 0 0 0 0 0 IR-PCI-MSI-edge xhci_hcd
76: 0 0 0 0 0 0 0 0 IR-PCI-MSI-edge xhci_hcd
77: 0 0 0 0 0 0 0 0 IR-PCI-MSI-edge xhci_hcd
78: 0 0 0 0 0 0 0 0 IR-PCI-MSI-edge xhci_hcd
79: 0 0 0 0 0 0 0 0 IR-PCI-MSI-edge xhci_hcd
80: 0 0 0 0 0 0 0 0 IR-PCI-MSI-edge xhci_hcd
81: 0 0 0 0 0 0 0 0 IR-PCI-MSI-edge xhci_hcd
82: 0 0 0 0 0 0 0 0 IR-PCI-MSI-edge xhci_hcd
83: 305 0 0 0 0 0 0 0 IR-PCI-MSI-edge snd_hda_intel
NMI: 34685 34913 26056 21147 32204 28252 22638 18593 Non-maskable interrupts
LOC: 114928218 115170671 127188167 126058968 137437213 133420304 139290962 139491987 Local timer interrupts
SPU: 0 0 0 0 0 0 0 0 Spurious interrupts
PMI: 34685 34913 26056 21147 32204 28252 22638 18593 Performance monitoring interrupts
IWI: 0 0 0 0 0 0 0 0 IRQ work interrupts
RES: 33522351 28837002 26218313 18005750 38345373 31731822 18949350 12566571 Rescheduling interrupts
CAL: 15737209 13461854 11113263 8912593 9680282 8091983 6404095 5352164 Function call interrupts
TLB: 197506 171134 147854 137319 303430 308884 297507 298969 TLB shootdowns
TRM: 0 0 0 0 0 0 0 0 Thermal event interrupts
THR: 0 0 0 0 0 0 0 0 Threshold APIC interrupts
MCE: 0 0 0 0 0 0 0 0 Machine check exceptions
MCP: 218 218 218 218 218 218 218 218 Machine check polls
ERR: 0
MIS: 0
As you can see eth0 IRQ (#64) works only on one CPU core instead working in all CPU cores.
# cat /proc/irq/64/smp_affinity
ff
# pveversion -v
pve-manager: 2.2-32 (pve-manager/2.2/3089a616)
running kernel: 2.6.32-17-pve
proxmox-ve-2.6.32: 2.2-83
pve-kernel-2.6.32-17-pve: 2.6.32-83
lvm2: 2.02.95-1pve2
clvm: 2.02.95-1pve2
corosync-pve: 1.4.4-1
openais-pve: 1.1.4-2
libqb: 0.10.1-2
redhat-cluster-pve: 3.1.93-2
resource-agents-pve: 3.9.2-3
fence-agents-pve: 3.1.9-1
pve-cluster: 1.0-34
qemu-server: 2.0-72
pve-firmware: 1.0-21
libpve-common-perl: 1.0-41
libpve-access-control: 1.0-25
libpve-storage-perl: 2.0-36
vncterm: 1.0-3
vzctl: 4.0-1pve2
vzprocps: 2.0.11-2
vzquota: 3.1-1
pve-qemu-kvm: 1.3-10
ksm-control-daemon: 1.1-1
How to make to work IRQ on all CPU ?
I have some problems with network IRQ at ddos attacks (~350000 TCP pps port flood from unique IP, ~150mbps). Network IRQ takes one core of CPU and it become 100% load.
Quote:
# cat /proc/interrupts
CPU0 CPU1 CPU2 CPU3 CPU4 CPU5 CPU6 CPU7
0: 129 0 0 0 0 0 0 0 IR-IO-APIC-edge timer
1: 3 0 0 0 0 0 0 0 IR-IO-APIC-edge i8042
8: 1 0 0 0 0 0 0 0 IR-IO-APIC-edge rtc0
9: 0 0 0 0 0 0 0 0 IR-IO-APIC-fasteoi acpi
12: 4 0 0 0 0 0 0 0 IR-IO-APIC-edge i8042
23: 2079 0 0 0 0 0 0 0 IR-IO-APIC-fasteoi ehci_hcd:usb1, ehci_hcd:usb2
32: 383 0 0 0 0 0 0 0 IR-IO-APIC-fasteoi nouveau
36: 163 0 0 0 0 0 0 0 IR-IO-APIC-fasteoi snd_hda_intel
48: 0 0 0 0 0 0 0 0 DMAR_MSI-edge dmar0
49: 216 0 0 0 0 0 0 0 IR-HPET_MSI-edge hpet2
50: 0 0 0 0 0 0 0 0 IR-HPET_MSI-edge hpet3
51: 0 0 0 0 0 0 0 0 IR-HPET_MSI-edge hpet4
52: 0 0 0 0 0 0 0 0 IR-HPET_MSI-edge hpet5
53: 0 0 0 0 0 0 0 0 IR-HPET_MSI-edge hpet6
63: 1352305 0 0 0 0 0 0 0 IR-PCI-MSI-edge eth1
64: 145205622 0 0 0 0 0 0 0 IR-PCI-MSI-edge eth0
65: 9376474 0 0 0 0 0 0 0 IR-PCI-MSI-edge ahci
66: 0 0 0 0 0 0 0 0 IR-PCI-MSI-edge ahci
67: 0 0 0 0 0 0 0 0 IR-PCI-MSI-edge xhci_hcd
68: 0 0 0 0 0 0 0 0 IR-PCI-MSI-edge xhci_hcd
69: 0 0 0 0 0 0 0 0 IR-PCI-MSI-edge xhci_hcd
70: 0 0 0 0 0 0 0 0 IR-PCI-MSI-edge xhci_hcd
71: 0 0 0 0 0 0 0 0 IR-PCI-MSI-edge xhci_hcd
72: 0 0 0 0 0 0 0 0 IR-PCI-MSI-edge xhci_hcd
73: 0 0 0 0 0 0 0 0 IR-PCI-MSI-edge xhci_hcd
74: 0 0 0 0 0 0 0 0 IR-PCI-MSI-edge xhci_hcd
75: 0 0 0 0 0 0 0 0 IR-PCI-MSI-edge xhci_hcd
76: 0 0 0 0 0 0 0 0 IR-PCI-MSI-edge xhci_hcd
77: 0 0 0 0 0 0 0 0 IR-PCI-MSI-edge xhci_hcd
78: 0 0 0 0 0 0 0 0 IR-PCI-MSI-edge xhci_hcd
79: 0 0 0 0 0 0 0 0 IR-PCI-MSI-edge xhci_hcd
80: 0 0 0 0 0 0 0 0 IR-PCI-MSI-edge xhci_hcd
81: 0 0 0 0 0 0 0 0 IR-PCI-MSI-edge xhci_hcd
82: 0 0 0 0 0 0 0 0 IR-PCI-MSI-edge xhci_hcd
83: 305 0 0 0 0 0 0 0 IR-PCI-MSI-edge snd_hda_intel
NMI: 34685 34913 26056 21147 32204 28252 22638 18593 Non-maskable interrupts
LOC: 114928218 115170671 127188167 126058968 137437213 133420304 139290962 139491987 Local timer interrupts
SPU: 0 0 0 0 0 0 0 0 Spurious interrupts
PMI: 34685 34913 26056 21147 32204 28252 22638 18593 Performance monitoring interrupts
IWI: 0 0 0 0 0 0 0 0 IRQ work interrupts
RES: 33522351 28837002 26218313 18005750 38345373 31731822 18949350 12566571 Rescheduling interrupts
CAL: 15737209 13461854 11113263 8912593 9680282 8091983 6404095 5352164 Function call interrupts
TLB: 197506 171134 147854 137319 303430 308884 297507 298969 TLB shootdowns
TRM: 0 0 0 0 0 0 0 0 Thermal event interrupts
THR: 0 0 0 0 0 0 0 0 Threshold APIC interrupts
MCE: 0 0 0 0 0 0 0 0 Machine check exceptions
MCP: 218 218 218 218 218 218 218 218 Machine check polls
ERR: 0
MIS: 0
Quote:
# cat /proc/irq/64/smp_affinity
ff
Quote:
# pveversion -v
pve-manager: 2.2-32 (pve-manager/2.2/3089a616)
running kernel: 2.6.32-17-pve
proxmox-ve-2.6.32: 2.2-83
pve-kernel-2.6.32-17-pve: 2.6.32-83
lvm2: 2.02.95-1pve2
clvm: 2.02.95-1pve2
corosync-pve: 1.4.4-1
openais-pve: 1.1.4-2
libqb: 0.10.1-2
redhat-cluster-pve: 3.1.93-2
resource-agents-pve: 3.9.2-3
fence-agents-pve: 3.1.9-1
pve-cluster: 1.0-34
qemu-server: 2.0-72
pve-firmware: 1.0-21
libpve-common-perl: 1.0-41
libpve-access-control: 1.0-25
libpve-storage-perl: 2.0-36
vncterm: 1.0-3
vzctl: 4.0-1pve2
vzprocps: 2.0.11-2
vzquota: 3.1-1
pve-qemu-kvm: 1.3-10
ksm-control-daemon: 1.1-1
↧
Significance of CPU type?
A few days ago I had to change the CPU type of a VM to 'host' in order to give it access to the CPU's AES-NI engine. Now I see that pve-2.3 will change the default CPU type to 'KVM64'.
Stupid question: I understand that some OS uses hardware detection to lock in licenses (Windows I think), and there I see the purpose of providing a "stable" CPU even if the host changes. But are there other reasons why one would "define" the CPU type? What is the significance of the CPU types?
Stupid question: I understand that some OS uses hardware detection to lock in licenses (Windows I think), and there I see the purpose of providing a "stable" CPU even if the host changes. But are there other reasons why one would "define" the CPU type? What is the significance of the CPU types?
↧
↧
Proxmox VE 2.3 released!
We just released Proxmox VE 2.3, including countless improvements and a lot of exiting new features like the new KVM Backup/Restore - without the need of LVM.
V2.3 RELEASE PROMOTION
Get a reduction of 23% on your Premium, Standard or Basic Support Subscriptions! You can easily host all your virtualized servers with Proxmox VE 2.3 and get a replacement for VMware vSphere, Microsoft Hyper-V or Citrix XenServer. No license costs, no vendor lock-in, affordable support and full open-source system! Support is available in English and German.
Terms and Conditions:
- valid for Proxmox VE Support Subscriptions Premium, Standard, Basic
- valid until March, 31st 2013
- howto order: just contact me directly martin@proxmox.com
A big Thank-you to our active community for all feedback, testing, bug reporting and patch submissions.
Release notes
See http://pve.proxmox.com/wiki/Roadmap#Proxmox_VE_2.3
Download
http://www.proxmox.com/downloads/pro.../17-iso-images
Upgrade from any 2.x
http://pve.proxmox.com/wiki/Download..._to_latest_2.3
Upgrade from 1.9 to 2.x
http://pve.proxmox.com/wiki/Upgrade_from_1.9_to_2.0
__________________
Best regards,
Martin Maurer
Proxmox VE project leader
V2.3 RELEASE PROMOTION
Get a reduction of 23% on your Premium, Standard or Basic Support Subscriptions! You can easily host all your virtualized servers with Proxmox VE 2.3 and get a replacement for VMware vSphere, Microsoft Hyper-V or Citrix XenServer. No license costs, no vendor lock-in, affordable support and full open-source system! Support is available in English and German.
Terms and Conditions:
- valid for Proxmox VE Support Subscriptions Premium, Standard, Basic
- valid until March, 31st 2013
- howto order: just contact me directly martin@proxmox.com
A big Thank-you to our active community for all feedback, testing, bug reporting and patch submissions.
Release notes
See http://pve.proxmox.com/wiki/Roadmap#Proxmox_VE_2.3
Download
http://www.proxmox.com/downloads/pro.../17-iso-images
Upgrade from any 2.x
http://pve.proxmox.com/wiki/Download..._to_latest_2.3
Upgrade from 1.9 to 2.x
http://pve.proxmox.com/wiki/Upgrade_from_1.9_to_2.0
__________________
Best regards,
Martin Maurer
Proxmox VE project leader
↧
Proxmox VE 2.3 released!
We just released Proxmox VE 2.3, including countless improvements and a lot of exiting new features like the new KVM Backup/Restore - without the need of LVM.
V2.3 RELEASE PROMOTION
Get a reduction of 23% on your Premium, Standard or Basic Support Subscriptions! You can easily host all your virtualized servers with Proxmox VE 2.3 and get a replacement for VMware vSphere, Microsoft Hyper-V or Citrix XenServer. No license costs, no vendor lock-in, affordable support and full open-source system! Support is available in English and German.
Terms and Conditions:
- valid for Proxmox VE Support Subscriptions Premium, Standard, Basic
- valid until March, 31st 2013
- howto order: just contact me directly martin@proxmox.com
A big Thank-you to our active community for all feedback, testing, bug reporting and patch submissions.
Release notes
See http://pve.proxmox.com/wiki/Roadmap#Proxmox_VE_2.3
Download
http://www.proxmox.com/downloads/pro.../17-iso-images
Upgrade from any 2.x
http://pve.proxmox.com/wiki/Download..._to_latest_2.3
Upgrade from 1.9 to 2.x
http://pve.proxmox.com/wiki/Upgrade_from_1.9_to_2.0
__________________
Best regards,
Martin Maurer
Proxmox VE project leader
V2.3 RELEASE PROMOTION
Get a reduction of 23% on your Premium, Standard or Basic Support Subscriptions! You can easily host all your virtualized servers with Proxmox VE 2.3 and get a replacement for VMware vSphere, Microsoft Hyper-V or Citrix XenServer. No license costs, no vendor lock-in, affordable support and full open-source system! Support is available in English and German.
Terms and Conditions:
- valid for Proxmox VE Support Subscriptions Premium, Standard, Basic
- valid until March, 31st 2013
- howto order: just contact me directly martin@proxmox.com
A big Thank-you to our active community for all feedback, testing, bug reporting and patch submissions.
Release notes
See http://pve.proxmox.com/wiki/Roadmap#Proxmox_VE_2.3
Download
http://www.proxmox.com/downloads/pro.../17-iso-images
Upgrade from any 2.x
http://pve.proxmox.com/wiki/Download..._to_latest_2.3
Upgrade from 1.9 to 2.x
http://pve.proxmox.com/wiki/Upgrade_from_1.9_to_2.0
__________________
Best regards,
Martin Maurer
Proxmox VE project leader
↧
Guest sound and upgrade : VM don't start
Hi
I was adding the sound in my VM by adding the line : "args: -soundhw all" in /etc/pve/nodes/proxmox-bureau/qemu-server/105.conf file.
Today I do the upgrade, and the VM doesn't restart :
/usr/bin/kvm -id 105 -chardev 'socket,id=qmp,path=/var/run/qemu-server/105.qmp,server,nowait' -mon 'chardev=qmp,mode=control' -vnc unix:/var/run/qemu-server/105.vnc,x509,password -pidfile /var/run/qemu-server/105.pid -daemonize -name vigie -smp 'sockets=1,cores=2' -nodefaults -boot 'menu=on' -vga cirrus -k en-us -m 1024 -soundhw all -device 'piix3-usb-uhci,id=uhci,bus=pci.0,addr=0x1.0x2' -device 'usb-tablet,id=tablet,bus=uhci.0,port=1' -device 'virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x3' -drive '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=/dev/pve/vm-105-disk-1,if=none,id=drive-virtio0,aio=native,cache=none' -device 'virtio-blk-pci,drive=drive-virtio0,id=virtio0,bus=pci.0,addr=0xa,bootindex=10 0' -netdev 'type=tap,id=net0,ifname=tap105i0,script=/var/lib/qemu-server/pve-bridge,vhost=on' -device 'virtio-net-pci,mac=4A:D1:E9:53:82:EB,netdev=net0,bus=pci.0,ad dr=0x12,id=net0,bootindex=300'
kvm: -device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x3: PCI: slot 3 function 0 not available for virtio-balloon-pci, in use by AC97
kvm: -device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x3: Device 'virtio-balloon-pci' could not be initialized
How can I solve this ?
Thanks a lot !
I was adding the sound in my VM by adding the line : "args: -soundhw all" in /etc/pve/nodes/proxmox-bureau/qemu-server/105.conf file.
Today I do the upgrade, and the VM doesn't restart :
/usr/bin/kvm -id 105 -chardev 'socket,id=qmp,path=/var/run/qemu-server/105.qmp,server,nowait' -mon 'chardev=qmp,mode=control' -vnc unix:/var/run/qemu-server/105.vnc,x509,password -pidfile /var/run/qemu-server/105.pid -daemonize -name vigie -smp 'sockets=1,cores=2' -nodefaults -boot 'menu=on' -vga cirrus -k en-us -m 1024 -soundhw all -device 'piix3-usb-uhci,id=uhci,bus=pci.0,addr=0x1.0x2' -device 'usb-tablet,id=tablet,bus=uhci.0,port=1' -device 'virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x3' -drive '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=/dev/pve/vm-105-disk-1,if=none,id=drive-virtio0,aio=native,cache=none' -device 'virtio-blk-pci,drive=drive-virtio0,id=virtio0,bus=pci.0,addr=0xa,bootindex=10 0' -netdev 'type=tap,id=net0,ifname=tap105i0,script=/var/lib/qemu-server/pve-bridge,vhost=on' -device 'virtio-net-pci,mac=4A:D1:E9:53:82:EB,netdev=net0,bus=pci.0,ad dr=0x12,id=net0,bootindex=300'
kvm: -device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x3: PCI: slot 3 function 0 not available for virtio-balloon-pci, in use by AC97
kvm: -device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x3: Device 'virtio-balloon-pci' could not be initialized
How can I solve this ?
Thanks a lot !
↧