Recent content by bea

  1. B

    What's the path of replicated disks and volumes?

    I have just changed the title of the thread.
  2. B

    What's the path of replicated disks and volumes?

    This is what I mean: As dates are not shown on the web, I would like to check them through terminal. What's the path of those replicated disks and volumes? Thank you
  3. B

    What's the path of replicated disks and volumes?

    Hello. I have a cluster with no shared storage. I have configured replication. If a node fails, I am supposed to manually migrate the already replicated guests through the CLI following these instructions: https://pve.proxmox.com/pve-docs/chapter-pvesr.html#_migrating_a_guest_in_case_of_error...
  4. B

    Getting a working certificate

    Solved! Now it was this post the one who helped me: https://forum.proxmox.com/threads/dynu-ddns-acme-anyone.74792/post-592206 And with this API thing no need to manually do any txt record. Cheers
  5. B

    Getting a working certificate

    I think I have found it on this post: https://forum.proxmox.com/threads/dynu-ddns-acme-anyone.74792/post-334342 However it stills says "Authentication failed" and "Can not get the token". Perhaps it is because I need to create this TXT DNS record? It seems I have to create a TXT DNS record, it...
  6. B

    Getting a working certificate

    I missed that. It's much better, thank you. I am playing with it, trying to get it through the DNS method, but cannot make it and cannot find any detailed guide. My main question now is, on the "ACME DNS Plugin", which contains 4 fields: Plugin ID, Validation Delay, DNS API and API Data. What...
  7. B

    Getting a working certificate

    Hello. I tried to get a certificate for my PBS following the documentation but have found many problems. Now it seems that I finally made it by using certbot. root@pbs:~# certbot certonly --manual --manual-auth-hook /etc/letsencrypt/acme-dns-auth.py --preferred-challenges dns...
  8. B

    Can a sync job overwrite a newer backup?

    Hi. I have two Proxmox Backup Servers. They each receive different automatic backups but they have two sync jobs configured so that they end up having the same contents. Everyday GuestX starts an automatic backup at 0:00 which goes to PBS1. And everyday PBS2 starts its sync job at 12:00...
  9. B

    Changing the IP address of one node in a cluster

    I found why I got those grey question marks on the new node. The Boot Mode on the two healthy nodes on the cluster was EFI, while on the new node was Legacy BIOS. I did again a fresh install on that node to install with EFI and everything seems to be solved now : ) Thank you @waltar, @UdoB and...
  10. B

    Changing the IP address of one node in a cluster

    Thank you. I reinstalled from scratch (without previous wipe) and I joined the new node to the cluster. The cluster looks ok but one thing: the new node shows a grey question mark on the PBS. This PBS was configured as storage on the datacenter level and it was shown by every node. It is still...
  11. B

    Changing the IP address of one node in a cluster

    Yeees, thank you @alexskysilk !! The webGUI looks clear now! Node B is gone! Now I am going to reinstall old node B and give it a new name. Old node B had a ZFS mirror, and now, when installing from scratch, will choose again ZFS mirror. Do I need to wipe it if I'm installing from scratch? If...
  12. B

    Changing the IP address of one node in a cluster

    Ok, that sounds like a much safer thing. I don't feel like changing things on A and C unless it is a safe procedure, because A and B are working ok now . So, with your suggestion I will have a 4-node cluster (A, B, C, D) with one node (B) missing. Is there any safe way to remove that missing...
  13. B

    Changing the IP address of one node in a cluster

    But I still have not done any of the suggestions on post 5. I mean the cluster is still missing B, I can see it on the web-GUI. On A and C I have not removed anything. I guess I should proceed with the steps suggested on post 5. Thanks for following-up
  14. B

    Changing the IP address of one node in a cluster

    Yes. root@A:~# pvecm status Cluster information ------------------- Name: A Config Version: 6 Transport: knet Secure auth: on Quorum information ------------------ Date: Thu Feb 6 18:16:04 2025 Quorum provider: corosync_votequorum Nodes...
  15. B

    Changing the IP address of one node in a cluster

    In order to do de-join and rejoin, I am trying to follow the official Proxmox documentation but that guide does not work in the situation I am, I guess it would work with a healthy cluster. I undid the changes explained on my first post, then I reboot the node, but still the node does not get...