Satellite Server: katello-service

Time for some upgrades and backups of the satellite server, first inspect the current services running and enabled [root@rhel75lab ~]# katello-service list Redirecting to 'foreman-maintain service' Running Service List ================================================================================ List applicable services: dynflowd.service enabled foreman-proxy.service enabled httpd.service enabled postgresql.service…

Reverse Proxy Apache2

In continuation of the previous reverse proxy solution, here its using apache2 in /etc/apache2/sites-available/kewrunner.com.conf (for example). <VirtualHost *:80> ServerName kewrunner.com ServerAlias www.kewrunner.com ServerAdmin webmaster@kewrunner.com ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined ProxyRequests Off <Proxy *> Order deny,allow Allow from all </Proxy> ProxyPass…

RHEL 6 Clustering

Cluster Software NameDetailRequiredcmanRed Hat Cluster ManagerYeslvm2-clusterCluster extensions for userland logical volume management toolsYesrgmanagerOpen Source HA Resource Group Failover for Red Hat ClusterYesricciRemote Cluster and Storage Management SystemYes Cluster Services DetailService NameStartup OrderCluster Manager: Manages the following services qdiskd, fenced, dlm_controld…