- Adaptec ASR series SAS HBA overview
- https://www.truenas.com/community/threads/confused-about-that-lsi-card-join-the-crowd.11901/
- https://www.truenas.com/community/threads/update-lsi-sas2008-it-dell-perc-h200-firmware-to-version-20-on-truenas.93370/
- https://wiki.hackspherelabs.com/index.php?title=LSI_Raid_Firmware_Bios_Flashing
- https://www.broadcom.com/support/knowledgebase/1211161501344/flashing-firmware-and-bios-on-lsi-sas-hbas
- https://www.truenas.com/community/threads/how-to-flash-lsi-9211-8i-using-efi-shell.50902/
- https://brycv.com/blog/2012/flashing-it-firmware-to-lsi-sas9211-8i/
- https://www.reddit.com/r/unRAID/comments/ychjgn/recommended_hba_it_mode_sas_controller/
- https://forums.servethehome.com/index.php?threads/original-lsi-sas-9300-16i-problem-flashing-please-help.36618/
- https://www.truenas.com/community/resources/lsi-9300-xx-firmware-update.145/
- https://www.ibm.com/support/pages/msm-storage-management-application-v11080304-windows-ibm-bladecenter-and-system-x
Akkus – Linksammlung
- https://www.taschenlampen-forum.de/threads/besonders-sicheres-und-gutes-ladeger%C3%A4t-f%C3%BCr-rundzellen-nimh-und-li-ion.90853/page-2
- https://lygte-info.dk/info/roundCellChargerIndex%20UK.html
- https://lygte-info.dk/review/Review%20Charger%20LiitoKala%20Lii-S2%20UK.html
- https://lygte-info.dk/info/How%20do%20I%20test%20a%20charger%20UK.html
- https://www.akkuteile.de/ladegeraete/nitecoresysmax/skyrc-mc3000-profesionall-universal-analyse-ladegeraet-fuer-alle-rundzellen_500301_1538
- https://www.pocketnavigation.de/2015/03/mignon-aa-akkus-test-vergleich/3/
- https://www.akkuvergleichstest.de/
- https://budgetlightforum.com/t/test-review-of-kentli-aa-2800mwh-blue/34760
- https://de.aliexpress.com/w/wholesale-lion-1-5v-rechargable-battery-aaa.html?spm=a2g0o.best.auto_suggest.4.29c52f18zTgCGs
- https://www.thingiverse.com/thing:6331892
Backup Lösungen
Setting up Bacula for daily backups involves several steps, including configuring the Director, the File Daemon (FD), the Storage Daemon (SD), and scheduling the backups. Here’s a basic outline of the process:
- Install Bacula: Make sure you have Bacula installed on the system that will act as the backup server and on any clients you wish to backup.
- Configure the Director: The Bacula Director is the control program that monitors all backup, restore, verify, and archive operations. Configure the
bacula-dir.conf
file to define your file sets (what you want to backup), job definitions (how and when backups should run), schedules, and storage destinations. - Set Up the File Daemon: On each client that needs to be backed up, configure the
bacula-fd.conf
file. This daemon is responsible for sending the data to be backed up to the Storage Daemon. - Configure the Storage Daemon: On the server where backups will be stored, set up the
bacula-sd.conf
file. This daemon performs read and write operations to your backup storage media on behalf of the Director. - Define Schedules: In the Director configuration, define schedules to automate the backup process. You’ll want to create a daily schedule that specifies when the backup jobs should run.
- Test Your Setup: Before relying on Bacula for your backups, run some test jobs to ensure that everything is configured correctly and that backups are running as expected.
- Monitor and Maintain: Regularly check the backup logs for any errors or issues, and periodically test your backups by performing restore operations.
Here’s a basic example of what a daily schedule might look like in the Director configuration:
1 2 3 4 |
Schedule { Name = "DailyBackups" Run = Full daily at 22:00 } |
This configuration would run a full backup every day at 22:00 (10 PM).
Remember, Bacula is a complex tool with many options and configurations. The specifics of your setup will depend on your environment and your backup needs. It’s highly recommended to refer to the Bacula documentation for detailed instructions and advanced configurations.
Fujitsu Siemens Board mit 16 Pin ATX
Fujitsu Board D3417-A21 ersteigert, Beschreibung nicht genau gelesen. ATX Stecker paßt natürlich nicht. Weitere Details in den Links. Ggf. FSC Netzteil kaufen. Esprimo W550n Netzteil soll kompatibel sein.
- https://www.atxpowersupplies.com/Dell-24-to-24-16-adapter.php
- https://linustechtips.com/topic/1503857-adapter-for-fujitsu-mb-24pin-to-16-pin/
- https://www.wanhunglo.com/2020/fujitsu-esprimo-e920-d3222-a12-12v-11vsb-to-atx-conversion-p28
- https://bojiadafast.de.aliexpress.com/store/1102401031 – dieser Store könnte den richtigen Adapter haben.
Test HDD
- https://www.seagate.com/de/de/support/kb/firmware-update-utility-instructions-and-faq-004559en/
- https://www.computerbase.de/forum/threads/firmwareupdate-seagate-seatools-x.1913909/
- https://www.seagate.com/de/de/support/downloads/seatools/
- https://wiki.archlinux.org/title/Badblocks
- https://www.reddit.com/r/DataHoarder/comments/fbst8m/alternative_to_badblocks/
- https://www.tecmint.com/check-linux-hard-disk-bad-sectors-bad-blocks/
- https://panthema.net/2013/disk-filltest/
- https://linux.101hacks.com/unix/badblocks/
- https://www.lisenet.com/2014/using-smartctl-smartd-and-hddtemp-on-debian/
- https://www.smartmontools.org/browser/trunk/smartmontools/smartctl.8.in
- https://www.reddit.com/r/DataHoarder/comments/iwhsh8/running_multiple_instances_of_badblocks_at_same/
- https://linuxize.com/post/getting-started-with-tmux/
- https://partedmagic.com/
1 |
badblocks -wsv -b 4096 -c 8192 -t random -o ~/badblocks-output.txt /dev/sdb |
1 |
smartctl -t long /dev/hdX |
OPNSense – Crowdsec – Grafana
Crowdsec Install
1 |
root@OPNsense:/usr/local/etc/crowdsec # nano config.yaml |
1 2 3 4 5 |
prometheus: enabled: true level: full listen_addr: 127.0.0.1 listen_port: 6060 |
Anpassung der listen_addr
Restart
Besagte IP in der Prometheus als WEndpoint eintrage. Restart crowdsec.
Dashboards https://github.com/crowdsecurity/grafana-dashboards
Save HDD
- ddrescue make image of HDD – https://www.gnu.org/software/ddrescue/ddrescue.html
- recoevry Ubuntu / testdisk – https://de.wikipedia.org/wiki/TestDisk
- photorec – https://de.wikipedia.org/wiki/PhotoRec
Ruckus R720 – “not enough electricity”
Poe Injector – Tenda PoE30G-AT – 48V/30W – link
Ruckus R720 Datasheet – link
Power limitations by PoE Mode and AP model – link
alternative Netzteile – links nach erfolgreichem Test.
Leistung reicht nicht aus (30W statt der benötigten 36W). Umstellung auf 802.3at, dadurch fällt die Leistungsaufnahme auf 25W (bis das neue Netzteil da ist).
Meldung weiterhin angezeigt. (LEDs leuchten inzwischen grün, nicht mehr orange).
Home Assistant Installation – Dell Wyse 5060
Generic x86-64 – Home Assistant Operating System
Live Linux und Balena Etcher Installation auf HD funktionierte nicht.
SSD an Win PC mit Adapter angeschlossen. (Amazon Link)