Search results

  1. O

    Anyone had issue with ilo4 and proxmox at same ip?

    If I am not wrong, it is ok to use same ip with Hp Ilo4 and proxmox. But I am having some "connection refused" issues for ilo and can not access its gui. Is it possible proxmox is having some issue with iptables and ilo ?
  2. O

    Swiching from virtio to scsi disk, high load.

    I swtiched disk type from virtio to scsi to trim disk to save some diskspace. But after a while, I noted memory, cpu and disk io usages levels got higher. Is this normal? Should I stay with virtio? But this only seems to be happening one node using nvme disks. Other nodes are fine. You think...
  3. O

    zpool trim in Proxmox 6.1

    Thank you . This reminded me that non-ssd disks should not be defragmented. All my disks are ssd and discard enabled. But I could not understand this: "This won't take care of any data/trim needs triggered outside of your virtual disks, though." You mean I should trim disk inside vm (fstrim...
  4. O

    zpool trim in Proxmox 6.1

    Also default value for autotrim is off. Should I turn it on for all pools?
  5. O

    zpool trim in Proxmox 6.1

    One question here, I do regual disk defreag on windows and fstrim -av for linux. What is main difference when trimming inside wm and at pve pool trim ?
  6. O

    No ZFS Degraded Notifications

    Ok I re-submit bash without bom format and it run without error. I also replaced "/usr/bin/pvemailforward" section above. But to test it, I set maxCapacity=10 and ran it. I got an email with subject of: s8 - ZFS pool - HEALTH check - Capacity Exceeded - Capacity Exceeded - Capacity Exceeded...
  7. O

    E-Mail Alert on Storage >90%

    Are you hjappy with zabbix? Is it lightweight?
  8. O

    No ZFS Degraded Notifications

    Why does not make any sense? Probably those line needs to be edited for run on proxmox (Debian).
  9. O

    No ZFS Degraded Notifications

    When I run this, I get: date: invalid date ‘errors on Sun Nov 8’ ./zfs_health.sh: line 114: 1606208467 - : syntax error: operand expected (error token is "- ")
  10. O

    E-Mail Alert on Storage >90%

    When I run this, I get: date: invalid date ‘errors on Sun Nov 8’ ./zfs_health.sh: line 114: 1606208467 - : syntax error: operand expected (error token is "- ")
  11. O

    host and internet cant reach vms

    Ok after spending a day, I found a stable network setting. So it might help some one else: On a fresh install of Pve 6, /etc/network/interface : auto lo iface lo inet loopback iface enp35s0 inet manual auto vmbr0 iface vmbr0 inet static address 135.181.117.227 # Main Ip netmask...
  12. O

    host and internet cant reach vms

    Same config work fine in server in Germany but not with server in Helsinki.
  13. O

    host and internet cant reach vms

    I have it same but still can not have vm reach internet. What is your vms ip config ? My node is: auto lo iface lo inet loopback auto enp35s0 iface enp35s0 inet static address 135.181.117.227/27 gateway 135.181.117.193 pointopoint 135.181.117.193 auto vmbr0 iface vmbr0 inet manual...
  14. O

    Usb device over rdp.

    I noted that smartcard redirection works fine with rdp for me. I need to use a smartcart.
  15. O

    Usb device over rdp.

    Hi, I need to provide a client usb over rdp or spice. Spice has usb redirection but it need to be logged in from web gui first. I aslo tried windows RemoteFX USB redirection but no lock (not sure if I need to set something in proxmox for this to work?) Do I have any other option ?
  16. O

    Proxmox web gui question.

    Thank you I will check.
  17. O

    Proxmox web gui question.

    Everytime I login to pve, I need to wider left panel, click summary section to see overall status. It would be nice to save workspace. Any suggestion for this?
  18. O

    PVE Storage Replication or PVE-zsync ?

    Ok what is the easiest way of doing it with two seperate nodes w/o clustering? Nfs?