Blog
14. März 2020 | by admin.getcom.de | FreeBSD, FreeNAS, Infiniband, Proxmox, Supermicro, Virtualisierung
Performance auf shared iSCSI Storage ist Pflicht, wenn man viele VMs auf einem Proxmox-Cluster betreiben möchte. Wie sich dabei die einzelnen Protokolle und Implementierungen verhalten, ist hier in der Übersicht zu sehen: Zeta Systems hat genauestens untersucht, welche Performance aktuell von welchem Protokoll zu erwarten ist: http://www.zeta.systems/blog/2016/09/21/iSCSI-vs-iSER-vs-SRP-on-Ethernet-&-InfiniBand/ Es soll somit iSER sein. Beschäftigt man sich […]
Read more
14. Oktober 2019 | by admin.getcom.de | BeagleBone Ai, Debian, Linux
Aktuelle Basis für den BeagleBone AI ist folgendes Image: https://debian.beagleboard.org/images/am57xx-debian-10.0-iot-armhf-2019-07-07-4gb.img.xz
Read more
14. Oktober 2019 | by admin.getcom.de | Debian, Linux, Raspberry
Aktuelle Entwicklungsbasis ist das originale Debian 10. Die Installationsanleitung ist folgende: https://pete.akeo.ie/2019/07/installing-debian-arm64-on-raspberry-pi.html
Read more
9. September 2019 | by admin.getcom.de | Allgemein
In all cases, read the manual and the release notes, especially if you plan to upgrade the firmware/software version. I will not be responsible if you damage your (expensive) equipment… Use a serial connection You can connect to the switch with the serial cable provided with the switch, and the screen command. screen /dev/ttyUSB0 38400,vt100 […]
Read more
29. August 2019 | by admin.getcom.de | Firefox, Linux, Mint, Open-Xchange
Ohne Telify wird man erfinderisch! Ein Dialer / Wrapper muss her, um aus dem Adressbuch von Open-Xchange unter Firefox direkt wählen zu können. Ein Proof of Concept mit einem vorläufigen Client unter Linux Mint 19.2.
Tags: 3CX, Click2Dial, Firefox, Snom, Telify
Read more
29. August 2019 | by admin.getcom.de | 3CX, Debian, Linux
3CX hat nicht gerade die Vorzeige-Dokumentationen, man möchte sich bedeckt halten, um die Services wirtschaftlicher vermarkten zu können. Nichts dagegen, wir wollen trotzdem ein bisschen mehr Informationen haben. Wie sieht wohl das Datenmodell einer 3CX VoIP Telefonanlage aus? Wie kommen wir an wichtige Infos und wo stehen die? Wir brauchen doch einen Dialer für Firefox […]
Tags: 3CX, Click2Dial, nginx, phppgadmin, postgresql, Telify
Read more
4. Juni 2019 | by admin.getcom.de | Debian, Hardware, Linux, Proxmox, Supermicro, Virtualisierung
IPMI Firmware Download von Supermicro: https://www.supermicro.com/support/bios/firmware.aspx https://www.supermicro.com/about/policies/disclaimer.cfm?SoftwareItemID=2959 Auf dem Host muss das ipmitool installiert sein (hier Proxmox 5.4), falls IPMI zurück gesetzt werden muss. apt-get install ipmitool Via scp auf den Proxmox Server kopieren. Auf dem Host geht es weiter: root@pvecn1:~# unzip IPMI_SMM_X9_2_59.zip Archive: IPMI_SMM_X9_2_59.zip inflating: SMM_X9_2_59.ima inflating: RKCSFlsh2.5.zip inflating: RLinFlsh2.9.zip inflating: RWinFlsh2.9.zip inflating: SMM_IPMI_AA.pdf […]
Read more
16. Mai 2019 | by admin.getcom.de | Proxmox, Virtualisierung
Um die Meldung zur fehlenden Subscription beim Login los zu werden, ist aktuell ein Eintrag in der crontab vorzunehmen: 0 0 * * * root sed -i.bak „s/data.status !== ‚Active’/false/g“ /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js && systemctl restart pveproxy.service Eine Subscription legen wir uns gerne für Produktivumgebungen bei Kunden zu.
Read more
15. Mai 2019 | by admin.getcom.de | bareos-server, Debian, FreeBSD, FreeNAS, Hardware, Infiniband, Linux, Proxmox, Virtualisierung
Wenn Proxmox im Cluster laufen soll, benötigt es ein shared storage. Das kann NFS sein oder besser iSCSI. Für Performance ist letztendlich entscheidend das Layout des Storage-Pools und eine möglichst latenzarme Anbindung. Fiberchannel oder Infiniband sind hier die Kandidaten der Wahl. Letzteres hat allerdings die Nase vorn, wenn es um Bandbreite geht und es ist […]
Read more
14. Mai 2019 | by admin.getcom.de | FreeBSD, FreeNAS, Proxmox, Virtualisierung
Bei iSCSI konnten gelegentlich Verbindungsabbrüche in den Logs gesichtet werden. Gleichzeitig hingen die betroffenen VMs auf Proxmox. WARNING: 1.2.3.4 (iqn.2019-05.de.getcom.freenas1:97665f7s): no ping reply (NOP-Out) after 5 seconds; dropping connection WARNING: 1.2.3.4 (iqn.2019-05.de.getcom.freenas1:97665f7s): no ping reply (NOP-Out) after 5 seconds; dropping connection WARNING: 1.2.3.4 (iqn.2019-05.ch.mydom.ctl:97665f7s): no ping reply (NOP-Out) after 5 seconds; dropping connection Abhilfe: System […]
Read more