Search results

  1. T

    Speed Question for Jumbo Frames

    While doing a backup to an NFS mount I am shown INFO: starting kvm to execute backup task INFO: started backup task '7325d51d-bb44-4522-a72f-078cf08de2ce' .... INFO: status: 6% (6646923264/107374182400), sparse 5% (5877727232), duration 57, 1238/0 MB/s Is it safe to assume that the share is...
  2. T

    MTU for Dummies ?

    Is there by chance a "how to set mtu for dummies" guide? I did some searching - found some perl code - in the forums - some referenced back to 1.x etc... Sadly searching the forums since 2.x is out has been a bit more difficult that being said here is what I need to figure out. We have a...
  3. T

    RRD Graphs for Migrated PVE not working

    We migrated some VM's in a cluster around the other day - and now we cannot pull up the RRD stats. any thoughts? we ran /etc/init.d/pvestatd restart but the next day nothing. # pveversion --verbose pve-manager: 2.1-1 (pve-manager/2.1/f9b0f63a) running kernel: 2.6.32-11-pve...
  4. T

    Trying to remove stale snapshot when Doing Backup fails :-(

    While trying to do a backup We are getting a strange error: trying to remove stale snapshot '/dev/pve/vzsnap-xanadu-three-0' INFO: umount: /mnt/vzsnap0: not mounted ERROR: command 'umount /mnt/vzsnap0' failed: exit code 1 when running mount I see: mount /dev/mapper/pve-root on / type ext3...
  5. T

    OpenVZ Local Storage Migration to another System in Cluster : Conf file only migrated

    I have spent some time searching online for this answer - but to no avail - so here goes. I went to transfer container # 106 which was using local storage to another host node. The configuration file migrated just fine - BUT NOT THE STORAGE Now - I have storage on 1 system and the...
  6. T

    Disable VZQuota

    In Proxmox VE 2.2 is it possible to disable VZQuota for something that once ran a quota. I have set Quota to ZERO but even so - when the system reboots (not clean) it goes into a vzquota check. While its great to have quota's this VM does not need it and the clients hardware is having some...
  7. T

    Request: How to for Installation to >3tb Drive

    I hope this finds everyone well. I am trying to find what is the best way to install Proxmox onto a drive array that has over 2+TB of storage. I have a bunch of 3TB Drives that I would love to install Proxmox onto. The hope is of course to use my ISCSI raid array for the actual VM's however...
  8. T

    Alienvault

    AlienVault Open Source SIEM (OSSIM) is a complete Security Management solution that detects and profiles attacks, and provides a comprehensive, intelligent Security Management platform and toolset. The entire solution is composed of open source distributions including all seamlessly...
  9. T

    reboot and network interface is not found

    After reboot the network interfaces are not found. I was able to find 1 by going in and editing /etc/networks/interfaces and changing eth0 to eth2 restarted network and voila - worked... however now - it does not any ideas - as this is getting tiresome... i have 4 vps down on this node...
  10. T

    adding 2 4TB arrays

    I have tried a few things - but sadly I am not able to figure out how to mount two 4TB drive arrays ... Any ideas? I have thought about breaking them down to be smaller - but we would loose the ability to have a raid 60 array that way Please advise.
  11. T

    bonding / trunking /

    BitBud has an excellent post here: http://bitbud.com/2010/01/07/trunks-bonds-bridges-and-vlans-in-proxmox/ Good Stuff.
  12. T

    IP Calculator

    There is a simple way to install an IP Calculator @ the command prompt for Debian users. # apt-get install ipcalc I am thinking a simple cgi-wrapper like here: http://jodies.de/ipcalc_cgi would work wonders - pretty easy to add - and might help when folks are looking @ subnetting on their...
  13. T

    commands for creating vps openvz cli ?

    I am looking into writing a module for a common billing system so that we can setup auto-creation of vps' We are looking for what the actual commands are (since i have not seen an api as of yet) that can be used to create these In short - we would be using the canned openvz templates most...
  14. T

    upgrade failing to 1.2-1.3

    Unable to upgrade seeing the following: dpkg: error processing pve-manager (--configure): subprocess post-installation script returned error exit status 1 dpkg: dependency problems prevent configuration of proxmox-ve: proxmox-ve depends on pve-manager; however: Package pve-manager is not...
  15. T

    1.4 Beta for iscsi !!! Awesome

    Those that are looking for a simple how-to for making an opensource iscsi - this might help http://www.hostmedic.com/admin/storage/san-wo-the-cost-centos-iscsi/ Also - has anyone drooled over this bad boy? 67 terabyte 4U server self built for under $8K I think its amazing - and of course...
  16. T

    iostat - Python 2.5 + ...

    Is it safe to upgrade Python ? We are looking to run IoStat - and need to upgrade python to do so
  17. T

    CFG error line 8 /var/www/mrtg does not exist

    ERROR: CFG Error in "workdir", line 8: Working directory /var/www/mrtg does not exist After upgrding a system to 1.3 we are seeing this error every 5 minutes from cron. not sure if its something new - figured I would ask here - google shoes some ubuntu issues - (debain based as well )...
  18. T

    container locked

    /usr/sbin/vzctl start 6002 Container already locked VM 6002 start failed - Any ideas? have tried rebooting host node - no go
  19. T

    advice needed on IO Load

    We are using an Adaptec Raid Card (3105) 8 Core Xeon Server We have 8 drives connected in Raid 50 (Seagate 7200Sata) The IO Load when doing a backup however we are seeing IO Load over 70% at times On another system I tried to configure differently - set each drive up in a new array...
  20. T

    same vmid # in cluster

    I recently added 2 systems together in a new cluster the issue is - there now are vmid 101 on both servers how can I change one of those - so we can do live migrations ? searched the wiki - but no result :-(