Re: install satellite

From Lousy Mockingjay, 5 Years ago, written in Plain Text, viewed 235 times. This paste will go to meet its maker in 1 Second. This paste is a reply to install satellite from Big Gorilla - view diff
URL https://paste.steamr.com/view/308beb49 Embed
Download Paste or View Raw
  1. cd /tmp
  2. wget http://content.example.com/rhsat6.2.1/x86_64/isos/satellite-6.2.1-rhel-7-x86_64-dvd.iso
  3. mkdir /mnt/iso
  4. mount -o loop /tmp/*iso /mnt/iso
  5. cd /mnt/iso
  6. ./install_packages
  7.  
  8. # foreman-installer --scenario katello
  9. satellite-installer --scenario satellite # --foreman-admin-username admin --foreman-admin-password RedHat
  10.  
  11. firewall-cmd --add-service=RH-Satellite-6 --permanent
  12. firewall-cmd --permanent --add-port="53/udp" --add-port="53/tcp" --add-port="67/udp" --add-port="68/udp" --add-port="69/udp"
  13. firewall-cmd --reload
  14.  
  15.  
  16. sestatus
  17. selinux --enforcing
  18.  
  19. foreman-rake permissions:reset
  20.  

Reply to "Re: install satellite"

Here you can reply to the paste above