Search results

  1. D

    Replication Job Failed

    Hi guys i change the default port ssh "22" to "2222" on three nodes cluster, after that change, start receiving notify email regarding job replication failure this is the content email: Replication job 100-0 with target 'pve02' and schedule '*/5' failed! Last successful sync: 2024-10-02...
  2. D

    Automatic Updates

    hi yes i already saw that post, but the question is reccomended to do upgrade automatic, at the moment i do manual update, but when you have 20-30 proxmox instance to upgrade it takes time
  3. D

    Automatic Updates

    Hi everyone since i have a few server proxmox to manage, ill'ask yours if i can run a cronjob to do automatic updates on the server?
  4. D

    [SOLVED] Problem after upgrade from 7 to 8

    Fix by doing this command on each node: systemctl status pve-ha-lrm.service pve-ha-crm.service
  5. D

    [SOLVED] Problem after upgrade from 7 to 8

    UPDATE: I fix the prbolem with running again "dpkg --configure -a" and after force reboot with "reboot -f" now the pve01 doesn't have joq in queque or service in "stop" state. But in Datacenter>HA the two VM still in "deleting" state but if i do on pve01 "qm list" not show anything, and i...
  6. D

    [SOLVED] Problem after upgrade from 7 to 8

    Hi guys i have 2 node cluster with pbs as QDevice. The 2nd node i upgrade without problem after that i migrate the 2 vm from pve01 to pve02 and then i start upgrade also the node master "pve01" but i lost the shell so i don't know if the apt dist-upgrade finish or not. Now i have this state in...
  7. D

    Create Scheduled VM Snapshot via Bash Script

    Hi all I've seen that the script not work completly, the snapshot create successfully, but the part should remove oldest snapshot not work, can someone who have experience with bash scripting can take a look, i appreciate it, thanks.
  8. D

    Problem Configure Metric Server

    Hi all i want to send metric server via https to an instance of influxdb that is behind a Nginx Reverse Proxy, but when i click "OK" i receive this: from external i can reach without problem the influxdb WebUI via https://influxdb.mydomain.tld I check via tcpdump and i not see any package sent...
  9. D

    ZFS Degraded

    Hi The scrub command result success The last scrub resut success Thx
  10. D

    ZFS Degraded

    Hi i have clear the errors but this is what i see with "dmesg -w":
  11. D

    ZFS Degraded

    Hi this mornig i receive email from zfs about state of zfs pool is "degraded" This is data of the disk is "degraded": SMART Attributes: SMART Long Test Result: DMESG Kernel Message: In your opinion the SSD is "Healthy"? What about Kernel Message? Thx
  12. D

    Create Scheduled VM Snapshot via Bash Script

    UPDATE: this is the actual version if something goes wrong we receive notification via email #!/bin/bash set -e # Stop the script if something fail # Set email address for notification EMAIL="emailaddress@email.com" # ID of VM VMID="100" # Name of snapshot SNAPSHOT_NAME="snapshot-$(date...
  13. D

    monitoring recommendation ?

    Hi @Dunuin i install zabbix on my proxmox but i'm new to zabbix so if you can help me to setup this template i appreciate that, thanks.
  14. D

    Problem Free Up Space from Backup

    So the procedure was correct prune also delete the backup and not only remove it from the list?
  15. D

    Problem Free Up Space from Backup

    Hi All I remove a old VM that i not use it anymore, and now i want to remove the backup on nfs destination to free up space, i select the backup and click on "prune group" and keep only 1 backup as you can see: But i see that the space on datastore "NFS01" it still the same occupied space.
  16. D

    Create Scheduled VM Snapshot via Bash Script

    I'm not a programmer. Ok what does "set-e" and "nor" do? Feel free to edit this script to improve it.
  17. D

    Create Scheduled VM Snapshot via Bash Script

    Hi all I want you opinion about this script for create scheduled vm snapshot and delete oldest then 7 days: #!/bin/bash # ID della VM VMID="100" # Snapshot Name SNAPSHOT_NAME="snapshot-$(date +%Y-%m-%d_%H-%M-%S)" # Create snapshot /usr/sbin/qm snapshot $VMID $SNAPSHOT_NAME # Remove...
  18. D

    [SOLVED] Replication Failed

    Hi @fireon At the end i removed the replication for VM104 because is the 2nd Domain Controller of VM103 so it's already a replication. Thanks anyway for the support.
  19. D

    [SOLVED] Replication Failed

    Hi yes there are another replication PVE01: PVE02: The replication is configured every 5 minutes.