install satellite

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

Replies to install satellite rss

Title Name Language When
Re: install satellite Lousy Mockingjay text 5 Years ago.

Reply to "install satellite"

Here you can reply to the paste above