<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How to Install GLPI [IT Asset Management] Tool on RHEL Systems	</title>
	<atom:link href="https://www.tecmint.com/install-glpi-asset-management-rhel/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-glpi-asset-management-rhel/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Wed, 15 May 2024 13:30:10 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Zoran		</title>
		<link>https://www.tecmint.com/install-glpi-asset-management-rhel/comment-page-1/#comment-2171021</link>

		<dc:creator><![CDATA[Zoran]]></dc:creator>
		<pubDate>Wed, 15 May 2024 13:30:10 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=46269#comment-2171021</guid>

					<description><![CDATA[Good day, could you please guide us on how to install the GLPI agent on domain computers and also how to set it up? I have an environment within a domain, consisting of around 300 computers, and I aim to have all these computers visible on the dashboard of the GLPI server. 

How can I achieve this?]]></description>
			<content:encoded><![CDATA[<p>Good day, could you please guide us on how to install the GLPI agent on domain computers and also how to set it up? I have an environment within a domain, consisting of around 300 computers, and I aim to have all these computers visible on the dashboard of the GLPI server. </p>
<p>How can I achieve this?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Karen		</title>
		<link>https://www.tecmint.com/install-glpi-asset-management-rhel/comment-page-1/#comment-1810792</link>

		<dc:creator><![CDATA[Karen]]></dc:creator>
		<pubDate>Tue, 31 May 2022 22:25:21 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=46269#comment-1810792</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-glpi-asset-management-rhel/comment-page-1/#comment-1806497&quot;&gt;Karen&lt;/a&gt;.

Please disregard. I just needed to permit TCP port 80 on my CentOS firewall. Below is the command to enable TCP 80 and 443 ports on CentOS 8
&lt;pre&gt;
# firewall-cmd --add-port={80,443}/tcp --permanent
# firewall-cmd --reload
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-glpi-asset-management-rhel/comment-page-1/#comment-1806497">Karen</a>.</p>
<p>Please disregard. I just needed to permit TCP port 80 on my CentOS firewall. Below is the command to enable TCP 80 and 443 ports on CentOS 8</p>
<pre>
# firewall-cmd --add-port={80,443}/tcp --permanent
# firewall-cmd --reload
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Karen		</title>
		<link>https://www.tecmint.com/install-glpi-asset-management-rhel/comment-page-1/#comment-1806497</link>

		<dc:creator><![CDATA[Karen]]></dc:creator>
		<pubDate>Thu, 26 May 2022 01:03:47 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=46269#comment-1806497</guid>

					<description><![CDATA[Hi, 

I followed the steps exactly like it&#039;s described, but in step 5 when I enter &lt;code&gt;http://172.30.10.22&lt;/code&gt; it redirects to &lt;code&gt;www.172.30.10.22&lt;/code&gt;.

my config file &lt;strong&gt;/etc/httpd/conf.d/glpi.conf&lt;/strong&gt; looks like this
&lt;pre&gt;
   ServerName 172.30.10.22
   ServerName default-catch-all.example.org
   DocumentRoot /var/www/html/glpi

   ErrorLog &quot;/var/log/httpd/glpi_error.log&quot;
   CustomLog &quot;/var/log/httpd/glpi_access.log&quot; combined

    /var/www/html/glpi/config&#062;
           AllowOverride None
           Require all denied
   

    /var/www/html/glpi/files&#062;
           AllowOverride None
           Require all denied
   &lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>Hi, </p>
<p>I followed the steps exactly like it&#8217;s described, but in step 5 when I enter <code>http://172.30.10.22</code> it redirects to <code>www.172.30.10.22</code>.</p>
<p>my config file <strong>/etc/httpd/conf.d/glpi.conf</strong> looks like this</p>
<pre>
   ServerName 172.30.10.22
   ServerName default-catch-all.example.org
   DocumentRoot /var/www/html/glpi

   ErrorLog "/var/log/httpd/glpi_error.log"
   CustomLog "/var/log/httpd/glpi_access.log" combined

    /var/www/html/glpi/config&gt;
           AllowOverride None
           Require all denied
   

    /var/www/html/glpi/files&gt;
           AllowOverride None
           Require all denied
   </pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Bruno		</title>
		<link>https://www.tecmint.com/install-glpi-asset-management-rhel/comment-page-1/#comment-1804946</link>

		<dc:creator><![CDATA[Bruno]]></dc:creator>
		<pubDate>Tue, 24 May 2022 13:35:14 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=46269#comment-1804946</guid>

					<description><![CDATA[Nice tutorial

In php installation the &lt;strong&gt;php-intl&lt;/strong&gt; missed.

So, it can be:
&lt;pre&gt;
# dnf install php php-{intl,mbstring,mysqli,xml,cli,ldap,openssl,xmlrpc,pecl-apcu,zip,curl,gd,json,session,imap} -y
&lt;/pre&gt;
Thanks.]]></description>
			<content:encoded><![CDATA[<p>Nice tutorial</p>
<p>In php installation the <strong>php-intl</strong> missed.</p>
<p>So, it can be:</p>
<pre>
# dnf install php php-{intl,mbstring,mysqli,xml,cli,ldap,openssl,xmlrpc,pecl-apcu,zip,curl,gd,json,session,imap} -y
</pre>
<p>Thanks.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
