- cd /tmp
- wget http://content.example.com/rhsat6.2.1/x86_64/isos/satellite-6.2.1-rhel-7-x86_64-dvd.iso
- mkdir /mnt/iso
- mount -o loop /tmp/*iso /mnt/iso
- cd /mnt/iso
- ./install_packages
- # foreman-installer --scenario katello
- satellite-installer --scenario satellite # --foreman-admin-username admin --foreman-admin-password RedHat
- firewall-cmd --add-service=RH-Satellite-6 --permanent
- firewall-cmd --permanent --add-port="53/udp" --add-port="53/tcp" --add-port="67/udp" --add-port="68/udp" --add-port="69/udp"
- firewall-cmd --reload
- sestatus
- selinux --enforcing
- foreman-rake permissions:reset
Re: install satellite
From Lousy Mockingjay, 6 Years ago, written in Plain Text, viewed 353 times.
This paste will hop the perch 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
— Expand Paste to full width of browser