Search results

  1. D

    Proxmox Cluster and Repliation

    Hi @aaron What did you mean with this "Did you modify the prompt that happens when logging in?" I dont'customize any prompt.
  2. D

    Proxmox Cluster and Repliation

    Yes i can access without password as you can see
  3. D

    Proxmox Cluster and Repliation

    Hi I create a cluster with 3 nodes but when i create replication task i have this error: 2023-07-25 11:16:01 100-0: start replication job 2023-07-25 11:16:01 100-0: guest => VM 100, running => 2237341 2023-07-25 11:16:01 100-0: volumes => zpool01:vm-100-disk-0 2023-07-25 11:16:01 100-0: end...
  4. D

    Proxmox Cluster and Repliation

    Hi all I have a customer with two servers, one is a Dell and the other is a Supermicro and a mini pc with proxmox install but only for quorum purpose. Both server have only two network adapter to use, one is connected to the office switch on vlan10(office) and the 2nd card is connected...
  5. D

    Proxmox Replication only two nodes

    Hi ubu Thanks for reply Ok so doesn't matter if the server has different number of disk and size, but only matter that zfs pool has the same name on both nodes, right? So in this case i need to reinstall proxmox by adding two disk and after create a pool with the same name "zpool01" on the...
  6. D

    Proxmox Replication only two nodes

    Hi i have this two server: DISK PVE01: DISK PVE02: ZFS PVE01 ZFS PVE02 Is possible to configure replication over zfs also if the two server has different number of disk and size?
  7. D

    Proxmox Cluster only 2 nodes network configuration

    Hi all I have a customer with two servers, one is a Dell and the other is a Supermicro. I want to configure a replication tasks and proxmox ask me to choose which network card to use for the cluster. Both servers has only two network cards one is the (LAN) connected to the Office Switch and...
  8. D

    Datastore no space Left

    Hi i have fixed by keep only 1 point for each vm, and the gc goes fine ;) Thank you anyway for the suggestion!!!
  9. D

    Datastore no space Left

    UPDATE I try to remove manually the vm snapshot for vm and i try to relaunc seems the progress goes more often but i have this error.
  10. D

    Datastore no space Left

    Hi Everyone i have the datastore on the PBS Full, i try to reduce the retention of backup from Monthly: 6 Weekly:4 Daily: 7 To: Weekly:4 Daily: 7 And click "Run Now" But when i click to "Start Garbage Collection" is failed this is the screenshoot of the error:
  11. D

    Hetzner Storage BOX Problem Add

    Hi i upgrade the proxmox server and try to add the storagebox i have on hetzner but it remain on scanning and not show me the folder: if i try with a windows machine i can access the smb/cifs folder with no problem as you can see:
  12. D

    Hetzner Storage BOX Problem Add

    Hi any ideas? I try with my desktop client has arch linux and i have no problem connect to share folder.
  13. D

    Hetzner Storage BOX Problem Add

    I add via the GUI Datacenter>Storage ADD Cifs/samba also i try via terminal with this command: mount.cifs -o user=<username>,pass=<password> //<username>.your-storagebox.de/backup /PATH/FOLDER And it works if i navigate to /path/folder i see the content But the problem still, i'm not able to...
  14. D

    Hetzner Storage BOX Problem Add

    Hi everyone I buy a storage box 5TB on hetzner and until a few days a go i'm able to do backup, now the storage goes "offline" I try to adding again via Proxmox GUI and as you can see in the attached screenshoot the storage add with no problem, but i can't see the content when i click on backup...
  15. D

    [SOLVED] Firewall

    Ok i install ufw thanks
  16. D

    [SOLVED] Firewall

    Is possibile to use UFW?
  17. D

    [SOLVED] Firewall

    Hi Chris Is not implemented yet on the kernel?
  18. D

    [SOLVED] Firewall

    Hi i wanto to close this port 111/udp on PBS, but in the GUI i can't find Firewall section to do that, i need to do via terminal with iptable? if the answer is yes i don't know how to use iptables.