Re: install satellite

From Lousy Mockingjay, 5 Years ago, written in Plain Text, viewed 238 times. This paste will hop the perch in 1 Second. This paste is a reply to install satellite from Big Gorilla - go back
URL https://paste.steamr.com/view/308beb49/diff Embed
Viewing differences between install satellite and Re: install satellite
\ncd /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

/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:resetpermissions:reset

Reply to "Re: install satellite"

Here you can reply to the paste above