Search results

  1. T

    Proxmox in a Data Center

    We use proxmox in our datacenter - and absolutely love it. I dropped use of all our VMWare stuff and have migrated to proxmox - now have well over 200 nodes. I have chatted with Chris from PFSense a number of times - and will tell you - He is one of the best guys for support - he monitors the...
  2. T

    proxmox web services

    i would love to chat about the whmcs plugin with you. can you hit me offlist ? glenn @ typo3usa dot com
  3. T

    Shared openVZ on iSCSI

    YES PLEASE YES A writeup on how to do this would be great.
  4. T

    2 Different Clients types in PROXMOX Wiki

    I have not tested the sytem in that way - but looking @ the system I do not see why not.
  5. T

    Compatible Billing System

    It has been a long time since we used them - perhaps we should take a peek :-) thanks for your recommendation - I think our experience was when they were just starting out perhaps - not sure. I will test them out @ least again - and then post Quick ? how well does it work w/in proxmox /
  6. T

    Compatible Billing System

    Thanks - strange - are we in your spam bin ;-)
  7. T

    High Load / Performance / Solution

    Awesome - I will give it a shot later today and report back we use both amd and intel so will test on both - with of course the variations needed need to schedule the outage however for the reboots ;-)
  8. T

    Do I have to reboot when configuring a network interface?

    I would love to move to have these commands placed into the system vs doing a reboot. So you can test them in real time. Another crazy option - call me nutzoid but would be to have the system forward you to the new login page under the new IP - & if you do not respond say within 2 minutes or...
  9. T

    Compatible Billing System

    sadly we have found the interworx support not to be up to what we expect from an organization. cPanel on the other hand has been great. AWBS i have heard mixed reviews on... however - WHMCS has never let us down. Bottom line however - after peeking @ AWBS is the same - until Proxmox has an...
  10. T

    Live copy

    is this in an lvm ? if so then yes - just copy the volume
  11. T

    Filesystem corruption

    This smells of disk issue. The drive may have gone into READ ONLY MODE to protect its data... In short - if the system had to do a fsck on reboot - did it show any errors? what was the report from the Datacenter in regards to the drives? Do you have backups ? Is this a Colo or your own...
  12. T

    Block an IP

    if you are unsure on how to use iptables - you might do better with something like apf and bfd to be installed in the meantime - try this iptables -A INPUT -s IP-ADDRESS -j DROP Replace IP-ADDRESS with your actual IP address. For example, if you wish to block an ip address 24.2.212.100 for...
  13. T

    Backups not working

    no worries - happy to help. Do please, let us know how it goes
  14. T

    Backups not working

    I might be wrong - but according to the openvz wiki - The rsync command used by vzdump to create the backup in suspend mode partially ignores the "--exclude-path" option. In fact, even if the excluded paths won't appear in the final output, the whole VPS will be moved to the temporary...
  15. T

    Backups not working

    are you able to get to the share outside of the backup process ? you stated "This share should currently be up." can you verify that it is?
  16. T

    Network card failed, replaced, now virtual machines won't boot

    chances are your Mac address range has now changed... have you checked these in the config files? dont quote me on this... as it has been some time - but I think you need to delete the udev file z25_persistent-net.rules inside the VM if you change the mac address: > rm...
  17. T

    Backups not working

    few questions: 1. What are you backing up to? (local drive, iscsi, nfs share, usb drive, or another? ) 2. anything showing under the /var/log/vzdump directory ? 3. are you able to manually run a vzdump command ?
  18. T

    Backups not working

    Try checking in /var/log/vzdump/ are you backing up openvz (i think so from the looks of it) or kvm ? or both ? are you able to execute a vzdump yourself manually - or does that fail ?
  19. T

    Migration

    The migration page in the Wiki should help : http://pve.proxmox.com/wiki/Migration_of_servers_to_Proxmox_VE#How_to_migrate_directly_from_a_Windows_physical_machine_to_a_VM_raw_file_using_SSH
  20. T

    2 Different Clients types in PROXMOX Wiki

    There are a number of benefits to both systems: In short KVM creates a dedicated virtual server with dedicated resources (such as hard drive space) on the system, Container Virtualization on the other hand allows you to adjust various things such as ram, disk size and other attributes on the...