<?xml version="1.0" encoding="UTF-8"?> <rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" 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/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" ><channel><title>NewPush &#187; CentOS</title> <atom:link href="http://newpush.com/tag/centos/feed/" rel="self" type="application/rss+xml" /><link>http://newpush.com</link> <description>Server Hosting, Data Warehouse Hosting, Collaboration</description> <lastBuildDate>Mon, 30 Jan 2012 15:40:45 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <item><title>Cacti Install on RHEL 5 or CentOS 5</title><link>http://newpush.com/2010/01/cacti-install-on-rhel-5-or-centos-5/</link> <comments>http://newpush.com/2010/01/cacti-install-on-rhel-5-or-centos-5/#comments</comments> <pubDate>Fri, 22 Jan 2010 19:36:48 +0000</pubDate> <dc:creator>Balazs</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Cacti]]></category> <category><![CDATA[CentOS]]></category> <category><![CDATA[RHEL 5]]></category><guid isPermaLink="false">http://www.wdream.com/?p=459</guid> <description><![CDATA[Introduction Cacti is a great tool to graph performance of the various hardware components of a network. With the use of the yum repository manager, it is very simple to install on Red Hat Enterprise Linux 5 or CentOS 5. &#8230; <a href="http://newpush.com/2010/01/cacti-install-on-rhel-5-or-centos-5/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<h4>Introduction</h4><p><a href="http://www.cacti.net/">Cacti</a> is a great tool to graph performance of the various hardware components of a network.  With the use of the <code>yum</code> repository manager, it is very simple to install on <a href="http://www.redhat.com/">Red Hat Enterprise Linux 5</a> or <a href="http://centos.org/">CentOS 5</a>.</p><h4>Install steps</h4><ul><li>First make sure that you have the <code><a href="http://dag.wieers.com/rpm/">dag</a></code> repository configured in <code>yum</code>.  Edit or create the file <code>/etc/yum.repos.d/dag.repo</code>:<code><br /> [dag]<br /> name=Dag RPM Repository for Red Hat Enterprise Linux<br /> baseurl=http://apt.sw.be/redhat/el$releasever/en/$basearch/dag<br /> gpgcheck=0<br /> enabled=1<br /> protect=0</code></li><li>Now install the required packages:<code><br /> sudo yum install net-snmp mysql mysql-server cacti</code></li><li>Edit the /etc/httpd/conf.d/cacti.conf file to allow access to cacti as needed.</li><li>Make sure Apache and MySQL are started and set to start automatically:<code><br /> sudo service mysqld start<br /> sudo service httpd start<br /> sudo chkconfig –level 345 mysqld on<br /> sudo chkconfig –level 345 httpd on</code></li><li>Set up the cacti database in <a href="http://www.mysql.com/">MySQL</a>:<code><br /> sudo mysqladmin –user=root create cacti<br /> cd /var/www/cacti<br /> sudo mysql cacti < cacti.sql<br /> sudo mysql --user=root mysql<br /> mysql> GRANT ALL ON cacti.* TO cactiuser@localhost IDENTIFIED BY ‘cactiuser’;<br /> mysql> SET PASSWORD FOR cactiuser = PASSWORD('my_super_secret_cacti_password');<br /> mysql> flush privileges;<br /> mysql> exit<br /> sudo mysqladmin –user=root password "my_super_secret_root_password"</code></li><li>Setup the cacti poll schedule in /etc/crontab:<code><br /> */5 * * * * cacti php /var/www/cacti/poller.php > /dev/null 2>&#038;1</code></li><li>Run the cacti installer in the browser:<code><br /> http://your.server.com/cacti/index.php</code> provide the user and password for the database, you can accept all defaults and just click next</li><li>That is it, you are good to go.</li></ul><h4>References</h4><p><a href="http://blogs.kranich.org/karl/2006/09/14/installing-cacti-on-centos-with-yum/">Installing Cacti on CentOS with yum</a></p> ]]></content:encoded> <wfw:commentRss>http://newpush.com/2010/01/cacti-install-on-rhel-5-or-centos-5/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Setting up shared VMWare Fusion host folders on CentOS and RHEL guest</title><link>http://newpush.com/2010/01/setting-up-shared-vmware-fusion-host-folders-on-centos-and-rhel-guest/</link> <comments>http://newpush.com/2010/01/setting-up-shared-vmware-fusion-host-folders-on-centos-and-rhel-guest/#comments</comments> <pubDate>Thu, 21 Jan 2010 13:11:59 +0000</pubDate> <dc:creator>Balazs</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Mac OS X]]></category> <category><![CDATA[CentOS]]></category> <category><![CDATA[OS X 10.6]]></category> <category><![CDATA[RHEL]]></category> <category><![CDATA[Shared Folders]]></category> <category><![CDATA[VMWare]]></category> <category><![CDATA[VMWare Fusion]]></category><guid isPermaLink="false">http://www.wdream.com/?p=453</guid> <description><![CDATA[Problem How to view folders from the Mac that hosts the VMWare Fusion guest operating system CentOS or Red Hat Linux? Solution First, make sure that the VMWare Tools are installed. That always helps. Next, in the WMWare configuration menu &#8230; <a href="http://newpush.com/2010/01/setting-up-shared-vmware-fusion-host-folders-on-centos-and-rhel-guest/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<h4>Problem</h4><p>How to view folders from the Mac that hosts the VMWare Fusion guest operating system CentOS or Red Hat Linux?</p><h4>Solution</h4><ul><li>First, make sure that the VMWare Tools are installed.  That always helps.</li><li>Next, in the WMWare configuration menu of the guest, set up the desired shared folders.  There might be already a default shared folder pointing to the user&#8217;s home directory.</li><li>Next, in the guest OS, <code>ls -ld /mnt/hgfs</code> will display the available shared folders.</li></ul><h4>References</h4><p><a href="http://lists.centos.org/pipermail/centos-virt/2008-February/000203.html">[CentOS-virt] CentOS 5.1 guide for VMware Fusion</a></p> ]]></content:encoded> <wfw:commentRss>http://newpush.com/2010/01/setting-up-shared-vmware-fusion-host-folders-on-centos-and-rhel-guest/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Fixing Yum dependency problems on RedHat Linux and CentOS</title><link>http://newpush.com/2009/08/fixing-yum-dependency-problems-on-redhat-linux-and-centos/</link> <comments>http://newpush.com/2009/08/fixing-yum-dependency-problems-on-redhat-linux-and-centos/#comments</comments> <pubDate>Sun, 30 Aug 2009 16:49:55 +0000</pubDate> <dc:creator>Balazs</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[CentOS]]></category> <category><![CDATA[yum]]></category><guid isPermaLink="false">http://www.wdream.com/?p=391</guid> <description><![CDATA[Yum update fails I see the question of failed dependencies come up on forums quite a bit. Users post errors like: Missing Dependency: bind-utils = 9.3.4-10.P1.el5_3.1 is needed bind-sdb-9.3.4-10.P1.el5_3.1 or ImageMagick-perl-6.2.8.0-4.el5_1.1.x86_64 from installed has depsolving problems --> Missing Dependency: /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi &#8230; <a href="http://newpush.com/2009/08/fixing-yum-dependency-problems-on-redhat-linux-and-centos/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<h4>Yum update fails</h4><p>I see the question of failed dependencies come up on forums quite a bit.  Users post errors like:</p><blockquote><p><code>Missing Dependency: bind-utils = 9.3.4-10.P1.el5_3.1 is needed bind-sdb-9.3.4-10.P1.el5_3.1<br /> </code></p></blockquote><p>or<br /><blockquote><code>ImageMagick-perl-6.2.8.0-4.el5_1.1.x86_64 from installed has depsolving problems<br /> --> Missing Dependency: /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi is needed by package ImageMagick-perl-6.2.8.0-4.el5_1.1.x86_64<br /> </code></p></blockquote><p>or<br /><blockquote><code>httpd-2.2.3-22.el5.centos.2.x86_64 from updates has depsolving problems<br /> --> Missing Dependency: /usr/share/magic.mime is needed by package httpd-2.2.3-22.el5.centos.2.x86_64 (updates)<br /> </code></p></blockquote><p>In all these cases, the solution is to clean yum:<code><br /> yum clean all<br /> </code></p><h4>References</h4><ul><li><a href="http://kajuhome.com/patio_thread/1789.shtml">Kajuhome.com</a></li></ul> ]]></content:encoded> <wfw:commentRss>http://newpush.com/2009/08/fixing-yum-dependency-problems-on-redhat-linux-and-centos/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Served from: newpush.com @ 2012-02-09 22:23:15 by W3 Total Cache -->
