Search results

  1. D

    Error Backup Server

    Hi everyone first time experience this type of error on PBS, after quick search is possible related to ram error as far as i understand. The Host is a Fujitsu Esprimo with 2x4gb of ram non-ecc. I can try remove the incrimanted backup and see if the next goes fine? ERROR: backup write data...
  2. D

    Script for monitor ZFS Usage

    Hi everyone I build this bash script for monitor zfs pool and receive an email when the occupied space is more or equal then 80%. This is the script: #!/bin/bash # Managed by Ansible THRESHOLD=80 EMAIL="proxmox@mydomain.tld" HOSTNAME=$(hostname) # Fetch ZFS pool data: Name and Capacity...
  3. D

    Mismatch Temperatures

    Hi everyone I have a Proxmox running on a SuperMicro Server that detect high temperature, i use Beszel to monitor them: The sensor involved is "pch_haswell" (And i far as i understand is the chipset of the motherboard?) the temp is 94° degrees and is strange because the server is very cold, if...
  4. D

    PVE Temperature Above 90°

    Hi i have install Beszel for monitoring some PVE of my customer, and i see high temperature about the PCH here the screenshot: Consider the CPU is in IDLE The "pch_haswell" is the chipset of the motherboard? Thanks.
  5. D

    Problem ZFS Pool Space

    Hi everyone I have this problem, the zfs pool is almost full as you can see it: But this pool contains only this vm disk: VM-101-DISK-0 Size: 526.13GB In a shell this is the output of this command "zfs list -r zpool01": As you can see the space of vm disk in 308GB but used 808GB, this pool has...
  6. D

    Question About Prune Datastore

    Hi all I have a question, when i click on this icon here: Is the equivalent of prune all the snapshot of the vm? Thanks
  7. D

    Problem with USB Ethernet Adapter

    Hi everyone Today customer call me because they are without internet access, pve have 2 ethernet nic adapter and one of each is an usb ethernet adapter key. And i noticed in /var/log/syslog this: From what i see the usb key has been disconnected for unknown reason apparently and then is...
  8. D

    Replace failed zfs disk

    Hi guys I replace a "faulted" zfs disk and the process finished without errors, but i receive this message: Some supported and requested features are not enabled on the pool. The pool can still be used, but some features are unavailable. action: Enable all features using 'zpool...
  9. 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...
  10. 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?
  11. 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...
  12. 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...
  13. 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
  14. 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.
  15. 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...
  16. D

    [SOLVED] Replication Failed

    Hi all I get these on the LOG:
  17. D

    Replication Failed after change subnet LAN on all nodes

    Hi Everyone i receive email from proxmox "replication job failed" after i change the subnet of LAN on all three nodes. Network configuration on PVE01: pvecm status: If i go in Datacenter>Cluster>Join Information i see that still the old ip and not the new one: How can i fix that?
  18. D

    HA not working properly

    HI this is the actual scenario: PVE01 PVE02 PBS01(configured also QDevice) This morning customer call me because the electrical energy goes down and the ups shutdown the pve01 and pve02 and pbs01, after energy comes back i poweron the pve01 and pve02 and pbs01 but the vm doesn't start...
  19. D

    Proxmox increase ZFS pool

    Hi everyone i want to say if it's possibile without reinstall proxmox increase the zfs pool This is the disk installed on the server proxmox: This is ZFS "rpool": Is possibile to attach another SSD 1TB and increase this pool? Like convert from zfs mirror to zfs raid 5? Thanks.
  20. D

    Info VM Ram Usage

    Question about VM RAM usage: Hi everyone, I wanted to understand why in Proxmox, in the "Summary" tab of the VMs, I always see RAM usage almost at the maximum, while if I check the RAM usage within the operating system, it is much less. I'll provide some screenshots: Thanks.