Search results

  1. C

    Backup error, snapshot or suspend

    Yes, but i dont close my terminal; maybe by inactivity. Better to use nohup? or cron?
  2. C

    Backup error, snapshot or suspend

    Hi all. I have my proxmox 2.1 and cannot access it over web, but it's ok over ssh. I need to give my vm's, but i cannot make a dump woth snapshot mode (i have lvm and free space) or suspend mode. Here is my las log: may 28 15:45:16 INFO: Starting Backup of VM 101 (openvz) may 28 15:45:16...
  3. C

    2.1.1 Cannot login

    I cannot unistall proxmox, i have a vm into it. I try to make a backup, but it give me an error: vzdump 101 --mode snapshot --compress gzip --dumpdir /backups --mailto me@gmail.com INFO: starting new backup job: vzdump 101 --dumpdir /backups --mailto me@gmail.com --mode snapshot --compress...
  4. C

    2.1.1 Cannot login

    Hi. I do a fresh install of proxmox. Install a vm, all works fine. But suddenly, i cannot login into proxmox page; using root / password / PAM and allways said login incorrect I open ssh, do passwd and change password. Same issue. Try to use a pve user: pveum useradd user@pve pveum passwd...
  5. C

    1.8 backups not working and cannot acces it

    Hi all. I have two servers, one with 1.8 and other with 1.9 At 2 am both make the local backup. At 5 am 1.8 send local backups to 1.9, and 1.9 send local backups to 1.8 Well, 1.9 has gone. i try to restore backups into 1.8 but they are incompletes and cannot restored. It's not the most...
  6. C

    Moving /var/lib/vz and mounting it on lvm after install

    Hi all. I install Proxmox as usual, and made /backups and /var/lib/vz into lvm. I use Proxmox but suddenly i see my /var/lib/vz have not enougth size! I forget to format and mounting /var/lib/vz in my lvm!!! It's into / and / (/dev/sda1) have only 30 GB. Then, i stop my vm, copy from...
  7. C

    Cluster: Another ssh port, firewall enabled

    Any tip to change ssh port and aenable cluster?
  8. C

    Cluster: Another ssh port, firewall enabled

    HI all. I'm interested in create a node to my servers. I have set root login disabled and ssh port changed to another (not 22) Then, in principal node, i set pveca -c and works. Goes to server2 and then "pveca -a -h IP1" and fails. No matter, i change ssh -pNewPort IP1 /usr/bin/pveca -a...
  9. C

    Store VM in differentes directories

    Ok, then i need to decide if i use only 1 TB for Vm or use two disk's, with no disk failure support. Thanks
  10. C

    Store VM in differentes directories

    Hi! I cant upgrade my server, is a hosting server. Then, i have two disks with 1 TB each other. Is better to create a lvm with sda4 and sdb1 (then i see more than 1 TB to my VM) or is any way to put vm in other side than /var/lib/vz?
  11. C

    Store VM in differentes directories

    Hi all. I have a server with 2 hard disks (1+1 TB) In first, i want to put proxmox core, swap and backups. In second i want to put /var/lib/vz Really, first disk are too empty, and i wonder if i can store more VM into it. I can create a LV with sda4 and sdb1 and mount as /var/lib/vz, but...