Search results

  1. W

    One server with two public IPs

    Hi everyone, i have one serveur, and 2 public ip. I would like to have one ip for my proxmox, and the second for all my vm, How can I set it up? auto lo iface lo inet loopback iface eno3 inet manual iface eno1 inet manual iface eno2 inet manual iface eno4 inet manual auto vmbr0 iface vmbr0...
  2. W

    My server doesn't want to access control panel

    status pvestatd.service ● pvestatd.service - PVE Status Daemon Loaded: loaded (/lib/systemd/system/pvestatd.service; enabled; vendor preset: enabled) Active: failed (Result: exit-code) since Wed 2020-06-24 17:48:52 UTC; 1min 24s ago Process: 1055 ExecStart=/usr/bin/pvestatd start...
  3. W

    My server doesn't want to access control panel

    Hi, my server having a hard reboot in this night (i don't know why), but the terchnician make a hard reboot, and now i can't access to my control panel of proxmox. My VM doesn't restart too. I have access to ssh only If you can help me ? TY
  4. W

    Incremental backup

    Hi, I would like to set up an incremental backup on my server, but the last time I tried I could no longer access my proxmox administration console. Which solution do you use? I have try this: https://github.com/ayufan/pve-patches TY
  5. W

    [SOLVED] Restore vm after new installation proxmox

    root@ns3368862:~# systemctl status -l pve-cluster ● pve-cluster.service - The Proxmox VE cluster filesystem Loaded: loaded (/lib/systemd/system/pve-cluster.service; enabled; vendor pres Active: active (running) since Sun 2020-06-07 19:52:51 UTC; 17h ago Main PID: 16289 (pmxcfs) Tasks...
  6. W

    [SOLVED] Restore vm after new installation proxmox

    Debian turnkey vm with wordpress I tried to change the bios to uefi but I boot on a shell And I have nothing other than the qcow2 file of 50 giga in backup. I was putting a backup system in place when it happened
  7. W

    [SOLVED] Restore vm after new installation proxmox

    bootdisk: scsi0 cores: 2 memory: 5024 name: Gsxr net0: virtio=02:00:00:58:db:0b,bridge=vmbr0,firewall=1 numa: 0 onboot: 1 ostype: l26 scsi0: local:100/vm-100-disk-1.raw,size=50954144K scsihw: virtio-scsi-pci smbios1: uuid=8523c972-b7f5-457d-994b-f7f12baca61e sockets: 1 vmgenid...
  8. W

    [SOLVED] Restore vm after new installation proxmox

    The order is ok Disk 'scsi0' in first cd-rom and network. If i have lose my job :'(
  9. W

    [SOLVED] Restore vm after new installation proxmox

    In my /etc/pve/storage.cfg i have only : dir: local path /var/lib/vz content images,vztmpl,snippets,iso,rootdir maxfiles 0 dir: Sauvegarde path /dump content backup maxfiles 3 nodes ns3368862 shared 0
  10. W

    [SOLVED] Restore vm after new installation proxmox

    I have make that: qm importdisk 100 /var/lib/vz/images/100/vm-100-disk-0.raw local The system create vm-100-disk-1.raw on the same place, but i boot on ipXE :(
  11. W

    [SOLVED] Restore vm after new installation proxmox

    Ok thank you, where i move the file ?
  12. W

    [SOLVED] Access console impossible

    https://forum.proxmox.com/threads/restore-vm-after-new-installation-proxmox.70991/#post-318423
  13. W

    [SOLVED] Access console impossible

    I have reinstall, but i have backup only the image on /var/lib/images/100.... But i can import disk qemu_img: Could not open 'var/lib/vz/images/100/vm-100... Copy failed: command failed .... with code error 1 qemu-img info /var/lib/vz/images/100... image: /var/lib/vz/images/100...qcow2...
  14. W

    [SOLVED] Restore vm after new installation proxmox

    When i want to start it : kvm: -drive file=/var/lib/vz/images/100/vm-100-disk-0.qcow2,if=none,id=drive-scsi0,format=qcow2,cache=none,aio=native,detect-zeroes=on: Image is not in qcow2 format TASK ERROR: start failed: QEMU exited with code 1
  15. W

    [SOLVED] Restore vm after new installation proxmox

    Hi, i have a new installation of proxmox, il would to put mi qcow2 in /var/lib/images/100 delete my hard disk od vm, but i can qm importdisk 100 /var/lib/vz/images/100/vm-100-disk-0.qcow2 local Message: importing disk '/var/lib/vz/images/100/vm-100-disk-0.qcow2' to VM 100 ... Formatting...
  16. W

    [SOLVED] Access console impossible

    I can re install it but i have to know where is my vm Could you tell me where i can find ?
  17. W

    [SOLVED] Access console impossible

    I have installer pve-patches and xdelta My syslog contain 2000 lignes :/ Jun 7 17:23:58 ns3368862 pveproxy[1341]: /etc/pve/local/pve-ssl.key: failed to load local private key (key_file or key) at /usr/share/perl5/PVE/APIServer/AnyEvent.pm line 1727. Jun 7 17:24:00 ns3368862 systemd[1]...
  18. W

    [SOLVED] Access console impossible

    Hi, I had to restart my server and since I can no longer access the web interface ip: 8006 I would like to check pvecm status but i have an error ipcc_send_rec[1] failed: Connection refused ipcc_send_rec[2] failed: Connection refused ipcc_send_rec[3] failed: Connection refused Unable to load...
  19. W

    Backup without some folders

    Hi, i use proxmox 5.4.6, and i would like to bet a backup of one VM but just the system, without /var/www Because the folder is to big. I don't find how to bet this backup ? Can someone help me ? TY