First prep the system for the auto expand script # Create directory for the script to live in sudo mkdir -p /etc/expand-disk Add the Script to crontab to run every…
After the disk has been extended, then rescan for changes. This guide is based on the SDA disk and the 3 partition. Change the device and partition to match your…
Find the LVM details of the volume group that you want to add a disk to: sudo lvdisplay Example output, The two with bold are the needed information in this…
Debian as an example. Install the ca-certificates package: apt-get install ca-certificates You then copy the public half of your untrusted CA certificate (the one you use to sign your CSR)…
1. Man and help info for IPMItool ipmitool help man ipmitool 2. To check firmware version ipmitool mc info 3. To reset the management controller ipmitool mc reset [ warm…
After the disk has been extended, then rescan for changes. This guide is based on the SDA disk and the 3 partition. Change the device and partition to match your…
Create a new config file under the rsyslog config directory sudo vim /etc/rsyslog.d/30-forward-logs.conf Use single @ for udp forwardingUse double @ for tcp forwarding Example of udp forwarding *.* @172.16.204.1:514…
Create a new rsyslog config file sudo vim /etc/rsyslog.d/10-auth.log.conf Add the following text :msg, contains, ":session" /var/log/rsyslog-auth.log :msg, contains, ":auth" /var/log/rsyslog-auth.log :msg, contains, "COMMAND=" /var/log/rsyslog-auth.log :msg, contains, "session opened for…