iso files:
redhat only link http://download.devel.redhat.com/released/Satellite-6/6.6-GA/Sat-RHEL-7/Satellite/x86_64/iso/
| #!/bin/bash | |
| echo -e "\nPreparing the temporary backup directory\n" | |
| umask 0027 | |
| export BACKUP_DIR=/var/tmp/backup-$(date +%Y-%m-%d) | |
| mkdir $BACKUP_DIR | |
| chgrp postgres $BACKUP_DIR | |
| chmod 770 $BACKUP_DIR | |
| echo -e "Done\n" |
iso files:
redhat only link http://download.devel.redhat.com/released/Satellite-6/6.6-GA/Sat-RHEL-7/Satellite/x86_64/iso/
iso files:
redhat only link http://download.devel.redhat.com/released/Satellite-6/6.6-GA/Sat-RHEL-7/Satellite/x86_64/iso/
| #!/bin/bash | |
| subscription-manager register | |
| subscription-manager attach --auto | |
| yum install -y vim git | |
| git clone https://github.com/RedHatSatellite/satellite-clone | |
| cd satellite-clone/ | |
| chmod -R 755 helpers/ | |
| # Change RHEL version as needed | |
| sed -ie 's/RHEL_MAJOR_VERSION="0"/RHEL_MAJOR_VERSION="7"/g' ./helpers/control_node_setup.sh | |
| ./helpers/control_node_setup.sh |
| #!/usr/bin/bash | |
| set -o errexit # -e | |
| set -o pipefail | |
| # Estimate the size of a Red Hat Satellite backup | |
| # Based on https://access.redhat.com/documentation/en-us/red_hat_satellite/6.3/html/administering_red_hat_satellite/chap-red_hat_satellite-administering_red_hat_satellite-backup_and_disaster_recovery#sect-Red_Hat_Satellite-Administering_Red_Hat_Satellite-Backing_up_Satellite_Server_or_Capsule_Server-Estimating_the_Size_of_a_Backup | |
| # Author: Ben Formosa | |
| # Copyright 2018, Commonwealth of Australia |
#subscription-manager repos --enable rhel-7-server-extras-rpms# yum install -y docker[weli@virt-jboss-01 ~]$ sudo virsh list
Id Name State
----------------------------------------------------
1 VM_weli running
4 stliu running
6 jimma running
8 lgao running