Backup Scripts for Linux

Sending out a couple of scripts for backing up entire disks and files for Linux. We are currently backing up to a ZFS Appliance share since we don't have enough ports for a backup network. Each of these scripts will do a count of existing backup files and remove anything older. dd_backup.sh #/bin/bash source="sda" dest="/zfssa/os_backup" … Continue reading Backup Scripts for Linux

Advertisement

ORA-27301: OS failure message: No space left on device

We ran into this error on our Exadata x8m. Oracle had installed it but only the minimum for /dev/shm mount, why I don't know. Typically a form with all of the information needed to specify load and such is completed so this doesn't happen. Anyway its an easy fix. Since /dev/shm is mounted as a … Continue reading ORA-27301: OS failure message: No space left on device

Grafana/Prometheus/Loki: Linux Install

Having a home lab is great but being able to monitor everything is even better. In this example I am setting up Grafana, Prometheus, Loki, Promtail and Node_Exporter on a monitoring server and Promtail, Node_Exporter on a client. My Grafana server is running OEL 8.5 which is essentially Red Hat 8.x. Components Minisrv1 - i5 … Continue reading Grafana/Prometheus/Loki: Linux Install

Netdata Mini Server

I have a mini PC currently not being used. Originally I bought this for pfsense firewall but have since moved to Ubiquiti Unifi Dream Machine Pro so I have a spare. I decided to make this a NetData server simply because I would like a central monitoring facility and NetData gives me everything I would … Continue reading Netdata Mini Server