<?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; RHEL</title> <atom:link href="http://newpush.com/tag/rhel/feed/" rel="self" type="application/rss+xml" /><link>http://newpush.com</link> <description>Server Hosting, Data Warehouse Hosting, Collaboration</description> <lastBuildDate>Wed, 23 May 2012 03:47:03 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <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>Installing RHEL from an AIX NIM master</title><link>http://newpush.com/2009/11/installing-rhel-from-an-aix-nim-master/</link> <comments>http://newpush.com/2009/11/installing-rhel-from-an-aix-nim-master/#comments</comments> <pubDate>Fri, 06 Nov 2009 23:41:55 +0000</pubDate> <dc:creator>Balazs</dc:creator> <category><![CDATA[AIX]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[IBM]]></category> <category><![CDATA[Kickstart]]></category> <category><![CDATA[NIM]]></category> <category><![CDATA[RHEL]]></category><guid isPermaLink="false">http://www.wdream.com/?p=419</guid> <description><![CDATA[Summary The AIX NIM server allows a very flexible automated installation process to deploy hundreds or AIX nodes as well as LPARs in a matter of hours. It is possible to achieve similar results using the RHEL kickstart system. This &#8230; <a href="http://newpush.com/2009/11/installing-rhel-from-an-aix-nim-master/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<h4>Summary</h4><p>The AIX NIM server allows a very flexible automated installation process to deploy hundreds or AIX nodes as well as LPARs in a matter of hours.  It is possible to achieve similar results using the RHEL kickstart system.  This article is about a way of automating the RHEL 5 deployment directly from AIX 6.1 NIM.</p><h4>Process</h4><ul><li> Copy the RHEL 5 DVD to an NFS file system. E.g. <code>/nfs/rhel5</code></li><li> Configure the NIM server to offer the correct boot image in <code>/etc/bootptab</code>:<br /> <code><br /> rhel-host1.domain.com:bf=/nfs/rhel5/images/netboot.img:ip=xxx.xxx.xxx.xxx:ht=ethernet::sa=xxx.xxx.xxx.yyy:sm=255.255.255.0:<br /> rhel-host2.domain.com:bf=/nfs/rhel5/images/netboot.img:ip=xxx.xxx.xxx.zzz:ht=ethernet::sa=xxx.xxx.xxx.yyy:sm=255.255.255.0<br /> </code></li><li> Configure TFTP on the NIM server in <code>/etc/tftpaccess.ctl</code>:<br /> <code><br /> # NIM access for network boot<br /> allow:/usr/lpp/sysback/netinst/boot<br /> allow:/tftpboot<br /> allow:/nfs/rhel5/images<br /> </code></li><li> Restart TFTP and reload INETD:<br /> <code><br /> stopsrc -s tftpd<br /> startsrc -a -n -s tftpd<br /> refresh -s inetd<br /> </code></li><li> Boot the network client with SMS: remote ip setup (with client ip, server ip, router ip, subnet mask, ping test), multiboot setup (with ethernet as first boot device)</li><li> Follow the regular RHEL install process. (This is where you can get kickstart going.)</li><li> Reboot the system and reset the boot order.</li></ul> ]]></content:encoded> <wfw:commentRss>http://newpush.com/2009/11/installing-rhel-from-an-aix-nim-master/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Error: kernel conflicts with e2fsprogs &lt; 1.37-4</title><link>http://newpush.com/2009/01/error-kernel-conflicts-with-e2fsprogs-137-4/</link> <comments>http://newpush.com/2009/01/error-kernel-conflicts-with-e2fsprogs-137-4/#comments</comments> <pubDate>Wed, 07 Jan 2009 12:47:07 +0000</pubDate> <dc:creator>Balazs</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[CentOS 5]]></category> <category><![CDATA[redhat 5]]></category> <category><![CDATA[RHEL]]></category> <category><![CDATA[x86_64]]></category><guid isPermaLink="false">http://www.wdream.com/archives/28</guid> <description><![CDATA[During an audit, we noticed that one of our Red Hat 5 / CentOS 5 servers wasn&#8217;t getting the security patches.&#160; Upon running the yum update command manually, we discovered that it fails with: Error: kernel conflicts with e2fsprogs &#60; &#8230; <a href="http://newpush.com/2009/01/error-kernel-conflicts-with-e2fsprogs-137-4/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>During an audit, we noticed that one of our Red Hat 5 / CentOS 5 servers wasn&#8217;t getting the security patches.&nbsp; Upon running the yum update command manually, we discovered that it fails with:<pre>Error: kernel conflicts with e2fsprogs &lt; 1.37-4</pre><p>The problem turned out to be the presence of a number if 32bit packages.  To solve it, we removed the 32bit architecture packages with:</p><pre>yum remove *.{i386,i586,i686}</pre><p>(only do that if you are on x86_64 and you verified that the packages you need are present in 64bit version)</p> ]]></content:encoded> <wfw:commentRss>http://newpush.com/2009/01/error-kernel-conflicts-with-e2fsprogs-137-4/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Served from: newpush.com @ 2012-05-23 05:35:12 by W3 Total Cache -->
