<?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>Linux T&#38;T &#187; RedHat</title>
	<atom:link href="http://linux.wxs.ro/category/redhat/feed/" rel="self" type="application/rss+xml" />
	<link>http://linux.wxs.ro</link>
	<description>WladyX’s collection of linux tips&#38;tricks</description>
	<lastBuildDate>Fri, 27 Jan 2012 16:42:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Vmware tools on oracle linux 5.7</title>
		<link>http://linux.wxs.ro/2011/11/29/vmware-tools-on-oracle-linux-5-7/</link>
		<comments>http://linux.wxs.ro/2011/11/29/vmware-tools-on-oracle-linux-5-7/#comments</comments>
		<pubDate>Tue, 29 Nov 2011 14:45:16 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[RedHat]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/?p=1748</guid>
		<description><![CDATA[When installing Oracle Linux 5U7 as a Guest OS on VMWare fusion 4, you will probably run into the &#8220;no module ehci-hcd found for kernel 2.6.32-200.13.1.el5uek&#8221; during the VMWare Tools installation process. This error is caused by missing usb kernel modules in /lib/modules/2.6.32-200.13.1.el5uek. You can easily solve this by opening a Terminal session, substitute the [...]]]></description>
			<content:encoded><![CDATA[<p>When installing Oracle Linux 5U7 as a Guest OS on VMWare fusion 4, you will probably run into the &#8220;no module ehci-hcd found for kernel 2.6.32-200.13.1.el5uek&#8221; during the VMWare Tools installation process. This error is caused by missing usb kernel modules in /lib/modules/2.6.32-200.13.1.el5uek. You can easily solve this by opening a Terminal session, substitute the user by root (su &#8211; root) and executing the command below.</p>
<p>cp /lib/modules/2.6.18-274.el5/kernel/drivers/usb/host/?hci-hcd.ko \</p>
<p>/lib/modules/2.6.32-200.13.1.el5uek/kernel/drivers/usb/host</p>
<p>Now you can start the installation of VMWare tools by executing</p>
<p>./vmware-install.pl</p>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2011/11/29/vmware-tools-on-oracle-linux-5-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>rhn_register</title>
		<link>http://linux.wxs.ro/2011/11/18/rhn_register/</link>
		<comments>http://linux.wxs.ro/2011/11/18/rhn_register/#comments</comments>
		<pubDate>Fri, 18 Nov 2011 15:48:22 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[RedHat]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/?p=1723</guid>
		<description><![CDATA[setup proxy in /etc/sysconfig/rhn/up2date enableProxy=1 httpProxy=host:3128 rhn_register]]></description>
			<content:encoded><![CDATA[<p>setup proxy in /etc/sysconfig/rhn/up2date<br />
enableProxy=1<br />
httpProxy=host:3128</p>
<p>rhn_register</p>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2011/11/18/rhn_register/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RedHat/Centos change hostname</title>
		<link>http://linux.wxs.ro/2011/09/23/redhatcentos-change-hostname/</link>
		<comments>http://linux.wxs.ro/2011/09/23/redhatcentos-change-hostname/#comments</comments>
		<pubDate>Fri, 23 Sep 2011 08:21:37 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[Centos]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/?p=1610</guid>
		<description><![CDATA[edit /etc/sysconfig/network and /etc/hosts source]]></description>
			<content:encoded><![CDATA[<p>edit /etc/sysconfig/network and /etc/hosts</p>
<p><a href="http://www.networknet.nl/apps/wp/archives/41">source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2011/09/23/redhatcentos-change-hostname/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Red Hat / CentOS: Swap / Change Ethernet Aliases</title>
		<link>http://linux.wxs.ro/2011/09/16/red-hat-centos-swap-change-ethernet-aliases/</link>
		<comments>http://linux.wxs.ro/2011/09/16/red-hat-centos-swap-change-ethernet-aliases/#comments</comments>
		<pubDate>Fri, 16 Sep 2011 11:51:25 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[RedHat]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/?p=1597</guid>
		<description><![CDATA[Open each interfaces configuration file: /etc/sysconfig/network-scripts/ifcfg-eth0 &#8211; eth0 configuration file /etc/sysconfig/network-scripts/ifcfg-eth1 &#8211; eth1 configuration file Open file for eth0 using vi, type: vi /etc/sysconfig/network-scripts/ifcfg-eth0 Add the following line: HWADDR=&#60;MAC address of the network interface&#62; Here is my sample config file: # Intel Corporation 80003ES2LAN Gigabit Ethernet Controller (Copper) DEVICE=eth0 BOOTPROTO=static DHCPCLASS= HWADDR=00:19:B1:2A:BA:B8 IPADDR=10.10.11.24 NETMASK=255.255.255.192 ONBOOT=yes [...]]]></description>
			<content:encoded><![CDATA[<p>Open each interfaces configuration file:</p>
<ol>
<li><strong>/etc/sysconfig/network-scripts/ifcfg-eth0</strong> &#8211; eth0 configuration file</li>
<li><strong>/etc/sysconfig/network-scripts/ifcfg-eth1</strong> &#8211; eth1 configuration file</li>
</ol>
<p>Open file for eth0 using vi, type:<br />
<code>vi /etc/sysconfig/network-scripts/ifcfg-eth0</code><br />
Add the following line:</p>
<pre>HWADDR=&lt;MAC address of the network interface&gt;</pre>
<p>Here is my sample config file:</p>
<pre># Intel Corporation 80003ES2LAN Gigabit Ethernet Controller (Copper)
DEVICE=eth0
BOOTPROTO=static
DHCPCLASS=
HWADDR=00:19:B1:2A:BA:B8
IPADDR=10.10.11.24
NETMASK=255.255.255.192
ONBOOT=yes</pre>
<p>Save and close the file. Update /etc/sysconfig/network-scripts/ifcfg-eth1 file with correct HWADDR entry. Once done restart networking or just reboot the server:<br />
<code># reboot</code></p>
<p><a href="http://www.cyberciti.biz/faq/rhel-fedora-centos-howto-swap-ethernet-aliases/">source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2011/09/16/red-hat-centos-swap-change-ethernet-aliases/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Data Protector CentOS/RedHat Linux client install</title>
		<link>http://linux.wxs.ro/2011/05/02/data-protector-linux-client-install/</link>
		<comments>http://linux.wxs.ro/2011/05/02/data-protector-linux-client-install/#comments</comments>
		<pubDate>Mon, 02 May 2011 13:08:07 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[RedHat]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/?p=1439</guid>
		<description><![CDATA[Make sure that both the server and the client resolve each others hostnames. Disable firewall on the client/or permit access to the 5555 port. Check if xinetd is installed and running: service xinetd status if it is not then: yum install xinetd create /etc/xinetd.d/omni: service omni { socket_type = stream protocol = tcp wait = [...]]]></description>
			<content:encoded><![CDATA[<p>Make sure that both the server and the client resolve each others hostnames.<br />
Disable firewall on the client/or permit access to the 5555 port.</p>
<p>Check if xinetd is installed and running:<br />
<code>service xinetd status</code><br />
if it is not then:<br />
<code>yum install xinetd</code></p>
<p>create /etc/xinetd.d/omni:<br />
<code>service omni<br />
{<br />
socket_type = stream<br />
protocol = tcp<br />
wait = no<br />
user = root<br />
server = /opt/omni/lbin/inet<br />
server_args = inet -log /var/opt/omni/log/inet.log<br />
disable = no<br />
}</code></p>
<p><code>service xinetd start</code></p>
<p>go to the HP-UX kit folder<br />
<code>./omnisetup.sh -server dpserver.fqdn -install da</code></p>
<p><a href="http://www.108.bz/posts/it/installing-hp-data-protector-disk-agent-on-linux/">source1</a> <a href="http://www.unixmen.com/linux-tutorials/unix-tutorials/301-install-data-protector-client-in-linux">source2</a> <a href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1330346">source3</a> <a href="http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1472759">source4</a></p>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2011/05/02/data-protector-linux-client-install/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CentOS VMWare tools install</title>
		<link>http://linux.wxs.ro/2011/04/29/centos-vmware-tools-install/</link>
		<comments>http://linux.wxs.ro/2011/04/29/centos-vmware-tools-install/#comments</comments>
		<pubDate>Fri, 29 Apr 2011 13:49:56 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[RedHat]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/?p=1437</guid>
		<description><![CDATA[mount the VMWare tools CDROM rpm -ivh /mnt/VMwareTools-*.i386.rpm vmware-config-tools.pl source]]></description>
			<content:encoded><![CDATA[<p>mount the VMWare tools CDROM<br />
<code>rpm -ivh /mnt/VMwareTools-*.i386.rpm<br />
vmware-config-tools.pl</code></p>
<p><a href="http://www.networknet.nl/apps/wp/tag/centos-vmware-tools-linux-rpm">source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2011/04/29/centos-vmware-tools-install/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>missing libstdc++.so.5 on CentOS 5.1</title>
		<link>http://linux.wxs.ro/2011/04/27/missing-libstdc-so-5-on-centos-5-1/</link>
		<comments>http://linux.wxs.ro/2011/04/27/missing-libstdc-so-5-on-centos-5-1/#comments</comments>
		<pubDate>Wed, 27 Apr 2011 11:56:40 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[RedHat]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/?p=1433</guid>
		<description><![CDATA[yum whatprovides libstdc++.so.5 yum install compat-libstdc++-33 source]]></description>
			<content:encoded><![CDATA[<p><code>yum whatprovides libstdc++.so.5<br />
yum install compat-libstdc++-33</code></p>
<p><a href="http://www.centos.org/modules/newbb/viewtopic.php?topic_id=12316">source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2011/04/27/missing-libstdc-so-5-on-centos-5-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spacewalk</title>
		<link>http://linux.wxs.ro/2010/11/23/spacewalk/</link>
		<comments>http://linux.wxs.ro/2010/11/23/spacewalk/#comments</comments>
		<pubDate>Tue, 23 Nov 2010 11:34:30 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[RedHat]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/?p=1180</guid>
		<description><![CDATA[Spacewalk is an open source (GPLv2) Linux systems management solution. It is the upstream community project from which the Red Hat Network Satellite product is derived. link]]></description>
			<content:encoded><![CDATA[<p>Spacewalk is an open source (GPLv2) Linux systems management solution.  It is the upstream community project from which the Red Hat Network  Satellite product is derived.</p>
<p><a href="http://spacewalk.redhat.com/">link</a></p>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2010/11/23/spacewalk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RPM quickies</title>
		<link>http://linux.wxs.ro/2010/08/04/rpm-quickies/</link>
		<comments>http://linux.wxs.ro/2010/08/04/rpm-quickies/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 07:06:50 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[RedHat]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/?p=963</guid>
		<description><![CDATA[rpm -ivh apache2.i386.rpm Install package apache2 already download on the system. rpm -i ftp://ftp.mynitor.com/apache-3.i386.rpm You can do it with http:// as well. Simple of installing RPM from remote server. rpm -ev apache2 Uninstall apache2 package.. rpm -Uvh apache2-1.i386.rpm Upgrade an existing package. You can also do rpm -Uvh ftp/http to fetch pkg. rpm –verify apache2 [...]]]></description>
			<content:encoded><![CDATA[<table style="height: 298px;" width="897">
<tbody>
<tr>
<td>rpm -ivh apache2.i386.rpm</td>
<td>Install package apache2 already download on the system.</td>
</tr>
<tr>
<td>rpm -i ftp://ftp.mynitor.com/apache-3.i386.rpm</td>
<td>You can do it with http:// as well.  Simple of installing RPM from remote server.</td>
</tr>
<tr>
<td>rpm -ev apache2</td>
<td>Uninstall apache2 package..</td>
</tr>
<tr>
<td>rpm -Uvh apache2-1.i386.rpm</td>
<td>Upgrade an existing package.  You can also do rpm -Uvh ftp/http to fetch pkg.</td>
</tr>
<tr>
<td>rpm –verify apache2</td>
<td>List files that did not pass the verify tests.</td>
</tr>
<tr>
<td>rpm -qpl apache2.i386.rpm</td>
<td>List location where RPM would be installed.</td>
</tr>
<tr>
<td>rpm -ql apache2</td>
<td>List location of files on the system where the RPM has already been installed.</td>
</tr>
<tr>
<td>rpm -qi apache2</td>
<td>This one is my favorite.  It displays pkg information such as version, release, installed date and much more.</td>
</tr>
<tr>
<td>rpm -qf /etc/apache2/conf/httpd.conf</td>
<td>This will tell you which package the file httpd.conf belongs to.</td>
</tr>
<tr>
<td>rpm -qa</td>
<td>List all installed RPM packages on the system.</td>
</tr>
<tr>
<td>rpm -qa –last</td>
<td>List all the recently installed RPM packages.</td>
</tr>
<tr>
<td>rpm -qR apache2.i386.rpm</td>
<td>Outputs dependencies for the RPM.</td>
</tr>
</tbody>
</table>
<p><a href="http://www.mynitor.com/2010/07/23/rpm-quickies-the-ultimate-rpm-guide-for-newbies/">source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2010/08/04/rpm-quickies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CentOS / Red Hat Linux: Install and manage iSCSI Volume</title>
		<link>http://linux.wxs.ro/2009/08/07/centos-red-hat-linux-install-and-manage-iscsi-volume/</link>
		<comments>http://linux.wxs.ro/2009/08/07/centos-red-hat-linux-install-and-manage-iscsi-volume/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 11:24:24 +0000</pubDate>
		<dc:creator>WladyX</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[RedHat]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://linux.wxs.ro/2009/08/07/centos-red-hat-linux-install-and-manage-iscsi-volume/</guid>
		<description><![CDATA[# yum install iscsi-initiator-utils or $ sudo apt-get install open-iscsi # vi /etc/iscsi/iscsid.conf node.session.auth.username = My_ISCSI_USR_NAMEnode.session.auth.password = MyPassworddiscovery.sendtargets.auth.username = My_ISCSI_USR_NAMEdiscovery.sendtargets.auth.password = MyPassword # /etc/init.d/iscsi start # iscsiadm -m discovery -t sendtargets -p 192.168.1.5# /etc/init.d/iscsi restart # fdisk -l CentOS / Red Hat Linux: Install and manage iSCSI Volume]]></description>
			<content:encoded><![CDATA[<p># yum install iscsi-initiator-utils</p>
<p>or </p>
<p>$ sudo apt-get install open-iscsi</p>
<p># vi /etc/iscsi/iscsid.conf</p>
<p>node.session.auth.username = My_ISCSI_USR_NAME<br />node.session.auth.password = MyPassword<br />discovery.sendtargets.auth.username = My_ISCSI_USR_NAME<br />discovery.sendtargets.auth.password = MyPassword</p>
<p># /etc/init.d/iscsi start</p>
<p># iscsiadm -m discovery -t sendtargets -p 192.168.1.5<br /># /etc/init.d/iscsi restart</p>
<p># fdisk -l</p>
<p><a href="http://www.cyberciti.biz/tips/rhel-centos-fedora-linux-iscsi-howto.html">CentOS / Red Hat Linux: Install and manage iSCSI Volume</a></p>
<blockquote></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://linux.wxs.ro/2009/08/07/centos-red-hat-linux-install-and-manage-iscsi-volume/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

