Page 1 of 1

RHEL linux agent install problem

Posted: Mon Apr 25, 2016 4:49 am
by pccwglobalit
We have some problems when installing RHEL agent
1. EPEL is installed by redhat satellite. can we skip to install epel in install script
2. Due to some application reasons, we cannot upgrade kernel, can we skip to update/upgrade kernel in install script
3. can we disable firewall check during installation. we would like to install firewall rules ourself.

Re: RHEL linux agent install problem

Posted: Mon Apr 25, 2016 10:47 am
by rkennedy
1. Yes, you'll need to modify the install script accordingly though as it may take additional changes depending on your setup. As long as you have EPEL installed some how, it should work.
2. Can you show us what part of the script you're referring to?
3. Yes, you'll need to comment out or create the file it's looking for in the if statement. It should just be 5666 that you need to open up.