I have several systems that run constantly and other just as needed. One thing I really wanted was a centralized logging server. I could have configured a syslog server on my Red Hat mini for example but since I already had a Synology why not use it for this. I have ample storage space and … Continue reading Synology as a Centralized Log Server
Month: April 2020
Splunk in a Docker Container on RedHat 8
We are assuming you have Docker configured and running already if so than the process is pretty straight forward for getting Splunk in Docker Container. If you need to install Docker in RedHat 8 reference this post: Install Docker in RedHat 8. First thing we need to do is pull Splunk Enterprise package in Docker. … Continue reading Splunk in a Docker Container on RedHat 8
HP ILO-4 Certificate Upgrade from 1024 bit to 2048 bit
There is an update for ILO 4 that incorporates a new 2048 bit certificate. Below are the steps to get this upgraded. Install the following packages (Your version may be different so search for what you need)hponcfg-XXX.x86_64.rpm https://support.hpe.com/hpsc/swd/public/detail?swItemId=MTX_c2f8737292c74b3b852b063ff7ilorest-XXX.x86_64.rpm https://support.hpe.com/hpsc/swd/public/detail?swItemId=MTX_63b9a97c4e314c23ac1e3350beEdit the following variables within the script to satisfy your system requirements ILO-4 Certificate Upgrade Script <CSR_STATE … Continue reading HP ILO-4 Certificate Upgrade from 1024 bit to 2048 bit
Subscribe to Red Hat 7 Repositories
Registering System for Red Hat Software I know this is an easy one but here we go anyway. After installing Red Hat you will need to register the system. Simply do the following: # subscription-manager register Registering to: subscription.rhsm.redhat.com:443/subscription Username: <username> Password: <password> The system has been registered with ID: fdeb626a-xxxx-xxxx-xxx-xxxxxxxxxxxx The registered system name … Continue reading Subscribe to Red Hat 7 Repositories