Comments on: How to Install and Configure Foreman on CentOS 7 https://www.linuxtechi.com/install-and-configure-foreman-on-centos-7-x/ Sat, 01 May 2021 03:12:43 +0000 hourly 1 By: Subash https://www.linuxtechi.com/install-and-configure-foreman-on-centos-7-x/#comment-23019 Sat, 01 May 2021 03:12:43 +0000 http://www.linuxtechi.com/?p=4048#comment-23019 unable to find content management tab in foreman after successful installation. Kindly check and update what exactly need to be installed for the content tab to be visible in the foreman home page.

]]>
By: Christian Patillo https://www.linuxtechi.com/install-and-configure-foreman-on-centos-7-x/#comment-21423 Tue, 18 Aug 2020 20:52:47 +0000 http://www.linuxtechi.com/?p=4048#comment-21423 Use this command to add ntp module in centos 7:

sudo /opt/puppetlabs/bin/puppet module install puppetlabs/ntp

]]>
By: Matthew Gregory https://www.linuxtechi.com/install-and-configure-foreman-on-centos-7-x/#comment-19675 Mon, 13 Apr 2020 01:57:30 +0000 http://www.linuxtechi.com/?p=4048#comment-19675 Hello there, I have install Foreman but running into memory problems with Java, can i decease the memory usage as I am already running Tomcat on the same server, Thanks

OS CentOS 7
Platform: Azure

]]>
By: Pradeep Kumar https://www.linuxtechi.com/install-and-configure-foreman-on-centos-7-x/#comment-18946 Thu, 27 Feb 2020 01:58:03 +0000 http://www.linuxtechi.com/?p=4048#comment-18946 In reply to Giedrius Tuminauskas.

Hi Giedrius,

I agree with you, but just for demonstration,i have used multiple firewall-cmd commands otherwise all ports can be opened via single command.

]]>
By: Giedrius Tuminauskas https://www.linuxtechi.com/install-and-configure-foreman-on-centos-7-x/#comment-18945 Wed, 26 Feb 2020 21:05:20 +0000 http://www.linuxtechi.com/?p=4048#comment-18945 Why don’t you use one line in step 2?
“`
firewall-cmd –permanent –add-port={53/tcp,67-69/udp,80/tcp,443/tcp,3000/tcp,3306/tcp,5910-5930/tcp,5432/tcp,8140/tcp,8443/tcp}
“`

]]>
By: Pradeep Kumar https://www.linuxtechi.com/install-and-configure-foreman-on-centos-7-x/#comment-1324 Fri, 22 Sep 2017 02:08:15 +0000 http://www.linuxtechi.com/?p=4048#comment-1324 In reply to zubing.

Hi Zubing,

did you set the hostname and update /etc/hosts file. Apart from this make sure SELinux is either permissive or disabled mode. Also make sure your foreman server have internet connectivity. In case you want to try latest version for foreman 1.15, set file following repositories and then run foreman-installer command,

yum -y install ‘https://yum.puppetlabs.com/puppetlabs-release-el-7.noarch.rpm’
yum -y install ‘http://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm’
yum -y install ‘https://yum.theforeman.org/releases/1.15/el7/x86_64/foreman-release.rpm’
yum -y install foreman-installer
foreman-installer

]]>
By: zubing https://www.linuxtechi.com/install-and-configure-foreman-on-centos-7-x/#comment-1322 Thu, 21 Sep 2017 23:01:17 +0000 http://www.linuxtechi.com/?p=4048#comment-1322 Hey Pradeep,

I have installed foreman ,when i executed the step3, I always failed, could you tell me what is the problem,thanks.

centos7

]]>
By: UDay https://www.linuxtechi.com/install-and-configure-foreman-on-centos-7-x/#comment-1279 Wed, 20 Sep 2017 06:27:04 +0000 http://www.linuxtechi.com/?p=4048#comment-1279 Hey Pradeep,

I have installed it on a Centos 7 box. I see the host registered now after writing the hostname to the /etc/hosts /etc/hostname and running the hostname command. Again, thanks for the response.

I have a new problem now, where I have been trying to create a kickstart file that makes use of and the kickstart process is not able to resolve foreman.example.com and any other dns domain. Any suggestions on how I can work around this ? I am using virtualbox as my setup.

Thanks,
Uday

]]>
By: Pradeep Kumar https://www.linuxtechi.com/install-and-configure-foreman-on-centos-7-x/#comment-1253 Mon, 18 Sep 2017 08:02:10 +0000 http://www.linuxtechi.com/?p=4048#comment-1253 In reply to UDay.

Hi Uday,

Whenever Foreman is installed successfully, then under the hosts tab your foreman server with its hostname should register automatically.

Can you tell me on which OS you have installed Foreman …? Did you get any error during foreman installation ..?

]]>
By: UDay https://www.linuxtechi.com/install-and-configure-foreman-on-centos-7-x/#comment-1251 Mon, 18 Sep 2017 04:33:46 +0000 http://www.linuxtechi.com/?p=4048#comment-1251 Hey Pradeep,

I dont find the default host foreman.example.com registered to my foreman after it comes up, can you point me to some debugging options ?

Again, thanks a lot for all the great work.

– Uday

]]>