Search results

  1. L

    Add node to cluster fail

    Hello, Any idea why it's happening this? Thanks.
  2. L

    Add node to cluster fail

    Hi, After an hour, I see my new pve7 online, but something is working wrong, because now I see offline node pve3. And before I didnt have problema with the nodes. And When I try to do something in WEB interface it's very slow, and constantly show me an error like: For a few minutes I see my...
  3. L

    Add node to cluster fail

    Attache de log error in my cluster root@pve:~# journalctl -b -u corosync -u pve-cluster -- Logs begin at Thu 2020-05-14 13:14:10 CDT, end at Fri 2020-05-15 16:20:18 CDT. -- May 14 13:14:19 pve systemd[1]: Starting The Proxmox VE cluster filesystem... May 14 13:14:19 pve pmxcfs[1703]: [quorum]...
  4. L

    Add node to cluster fail

    Hello, I have been trying to add a new node to my cluster, but when I added, this node don't work via WEB, only I can accesos using SSH. So, I reinstalled proxmox, and do it again, but it's the same problem. Of course I deleted node in my cluster prevously. "pvecm delnode pve7". When the...
  5. L

    Problem with VM boot OS Windows 2012

    Hi, After I read a lot of post, I found that windows doesnt load because it doesnt have drivers for scsi, so, I unttached the VM hard disk, and attached again with IDE or SATA, and my VM with windows run correctly. Thanks for your help.
  6. L

    Problem with VM boot OS Windows 2012

    Hi, I did all the process again. 1- VMware Client 5.5 export to OVA the VM. 2-In proxmox, tar xvf MPSoftware.ova In this step I got an error, but uncompress correctly. 3. Now I import OVF qm importovf 101 MPSoftware.ovf local-zfs –format raw After that, I started VM, and...
  7. L

    Problem with VM boot OS Windows 2012

    Hi, I took it from my VM EXSI 5. And I used this command to copy: scp root@172.16.0.45:/vmfs/volumes/591ae40b-c71b527f-976d-6451060edbb4/srv-dc/vm-flat.vmdk vm-flat.vmdk After that, I converted. I try to use qm importdisk, but I got an error. And using importovf I couldnot because I don't...
  8. L

    Problem with VM boot OS Windows 2012

    Hi, I converted a vmdk to raw, and copy the image to vm in proxmox, but It doesnt boot. My step a did were: * copy vmdk to PVE machine * Convert to raw: qemu-img convert -p vm-flat.vmdk –O raw vm-pve.raw * Create a vm proxmox, in my case vm id is 101 * copy my raw to VM: dd if=vm-pve.raw | pv...
  9. L

    Restore VM - Doesnt Work after restore

    Hi, I found the issue it was fingerprint. I can fix ti with this command: pvecm updatecerts It's important execute that command in each node.
  10. L

    Restore VM - Doesnt Work after restore

    Hi, I have a VM in ZPOOL, but I have a backuo, and I tried to resoter it in other server, but It use a LVM. When I initial the restore it, it sent me this message (importat message in color red): restore vma archive: lzop -d -c /mnt/pve/hb_pve/dump/vzdump-qemu-100-2020_03_09-12_17_11.vma.lzo |...
  11. L

    ERROR: Backup of VM 106 failed - vma_queue_write: write error - Broken pipe

    Hi, Tim, It's a NFS storage, but I found the issue, it was permission, I just added the ip addres of the server, and solved the problem, thanks.
  12. L

    ERROR: Backup of VM 106 failed - vma_queue_write: write error - Broken pipe

    Hi, I have an issue when I tried to make a backup, before it was work, but now it doesn't. Do you know how to fix it? INFO: starting new backup job: vzdump 106 --node pve2 --mode snapshot --storage hb_pve --remove 0 --compress lzo INFO: Starting Backup of VM 106 (qemu) INFO: status = stopped...
  13. L

    Can't add a Node in a Cluster

    Hi Dietmar, Thanks for your answerd. I will update it, and I'll tell you how to gone. Tks.
  14. L

    Can't add a Node in a Cluster

    I have a cluster running, and I am trying to add a new node but receive the following error root@pve3:~# pvecm add 172.16.100.101 Please enter superuser (root) password for '172.16.100.101': Password for root@172.16.100.101...
  15. L

    Proxmox 5.2 doesnt boot in HP Proliant DL120

    Hello, A few days ago, I installed proxmox in a server HP Proliant DL120,but it doesn't run. Any idea? I used that server with VMWare ESXI 6 booting with UEFI without any issues. Is there any special configuration?
  16. L

    Logical Partition Local

    I guess I've done that. But I can find the disk of my VM. My Physical Volume is /dev/sda3 My Volume group is PVE with format lvm2. And my logical volume are: swap /dev/pve/swap 8GB root /dev/pve/root 100 GB LV Pool data When I created a VM, the disk file is created in the...
  17. L

    Logical Partition Local

    Hi, thanks for your answer. So, actually I use the user root to access from windows, with the application WINSCP. But I didn't find the directory storage. Look this image: So, I'm not need to created an user to access that directory?, I only have one VM: vm-100-disk-1 I tried to copy in...
  18. L

    Logical Partition Local

    I just installed proxmox. And I want to convert VMWare machine to Proxmox. So, In the installation automatic create these logic disks: And I save my new vm in /var/lib/vz/images/100/svr-domain.qcow2 but if I dont find that path or storage in the interface of promox: In my local storge...