Search results

  1. P

    File or directory sync between nodes with proxmox mechanism

    Good Morning. On my cluster, under /opt/bin/scripts, we maintain some scripts for maintenance, for example, to redistribute the VM on different nodes, etc. Is it possible to synchronize the whole directory between the nodes analogous to /etc/pve without having to reinvent the wheel? Maybe pmxcfs...
  2. P

    [SOLVED] Sharing a ZFS pool between nodes over SAN (fiber) for virtual disks

    Ok. SAN Modell ? I think, the best option is to use LVM on top of FC-based storage. This gives you LVM an shared storage (block) and live migration. disadvantage: No Snapshots
  3. P

    [SOLVED] Sharing a ZFS pool between nodes over SAN (fiber) for virtual disks

    Hello Leo! SAN through fiber, does it mean that you can see the LUNs in the host or does your storage support ISCSI?
  4. P

    Images bigger size, fewer # of images compared to smaller sizes, higher # of images

    Hi! Bigger size, fewer number of images compared to smaller sizes, higher number of images makes a performance difference? In my case, I have a VM with two disk images, 1x32Gb + 1x4Ttb (DMS archive filesystem) What is better and / or more secure? PVE on 2 nodes with ZFS .... Many Thanks !
  5. P

    Share FC Tape Library and use on PBS over Ethernet

    Hello! My setup: 4x PVE with shared fiberchannel SAN storage. 1x PBS with only Ethernet connection. Is it possible to share the library on PVE hosts in order to use it in the PBS? If so, thank you for your advice Thanks a lot
  6. P

    Proxmox mit check mk monitoren

    Hier musst du genau das machen ... -def inventory_qemu(checkname, info): +def inventory_qemu( info): dann läufts...
  7. P

    pve-ssl.pem & pve-ssl.key überschrieben im laufenden Cluster

    Hallo ! Danke fürs antworten! Sonst habe ich keine Nebenwirkungen auf den cluster ? Oder muss ich jeden host trennen und am den cluster neu verbinden Vielen dank im voraus
  8. P

    pve-ssl.pem & pve-ssl.key overwritten in the running cluster

    Hello & Help! I accidentally overwritten the files on all hosts in the cluster via script (and without saving the old files!). /etc/pve/local/pve-ssl.key /etc/pve/local/pve-ssl.pem Cluster is still running, after that I didn't do anything else. How do I get out of the problem again? Thanks in...
  9. P

    pve-ssl.pem & pve-ssl.key überschrieben im laufenden Cluster

    Hallo & Hilfe! Ich habe per script (und ohne die alte Dateien zu sichern !) ausversehen auf alle Hosts im Cluster die dateien überschrieben. /etc/pve/local/pve-ssl.key /etc/pve/local/pve-ssl.pem Cluster läuft's noch, danach habe ich nichts weiteres gemacht. Wie komme ich wieder raus aus den...
  10. P

    PMG 6.1 how to add antivirus?

    set my $debug = 0; to my $debug = 1; look at /var/log/syslog and send you self a mail with EICAR Testvirus Cheers
  11. P

    PMG behind HAProxy with postscreen

    More Infos at https://www.haproxy.com/de/blog/efficient-smtp-relay-infrastructure-with-postfix-and-load-balancers/
  12. P

    pbs client starten auf anderen Distros

    Hallo miteinander ! Gibt's schon irgendwo Infos/Howtos für dein Client auf andere Distributionen zu starten (Centos7 oder Centos8, Suse, etc) ? Dankbar für Hinweise :-)
  13. P

    No Internet on all VMs after update

    ifupdown2 2.0.1-1+pve4 don't work. roll back or exclude ifupdown2 for updates
  14. P

    PMG 6.1 how to add antivirus?

    hi ! 1) update pmg 2) reboot 3) apt-get install pve-headers-`uname -r` 4) apt-get install libc6-i386 4) install / reinstall esets 5) systemctl restart efs 6) done :)
  15. P

    [Solved] Bond with Mode LACP Error PBS 0.8-9

    Hi ! yes, manual configuration on /etc/network/interfaces work ... Configuration over WEB GUI buggy ... Thanks a lot !