<?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>My Blog &#187; Linux</title>
	<atom:link href="http://blog.wianecki.com/category/unix/os/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.wianecki.com</link>
	<description>my own personal blog</description>
	<lastBuildDate>Thu, 09 Feb 2012 15:39:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>How to: Mount an ISO image under Linux</title>
		<link>http://blog.wianecki.com/2010/05/15/how-to-mount-an-iso-image-under-linux/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-mount-an-iso-image-under-linux</link>
		<comments>http://blog.wianecki.com/2010/05/15/how-to-mount-an-iso-image-under-linux/#comments</comments>
		<pubDate>Sat, 15 May 2010 18:17:04 +0000</pubDate>
		<dc:creator>cw</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[iso]]></category>
		<category><![CDATA[loop]]></category>
		<category><![CDATA[mount]]></category>

		<guid isPermaLink="false">http://blog.wianecki.com/?p=4453</guid>
		<description><![CDATA[<p>Posted in <a href="http://blog.wianecki.com/category/unix/os/linux/" title="Linux">Linux</a></p>Procedure to mount ISO images under Linux 1) You must login as a root user 2) Create the directory i.e. mount point: # mkdir -p /mnt/temp_disk1 3) Use mount command to mount iso file called disk1.iso with loop option: # mount -o loop disk1.iso /mnt/temp_disk1 Now you should be able to access all the files [...]]]></description>
		<wfw:commentRss>http://blog.wianecki.com/2010/05/15/how-to-mount-an-iso-image-under-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>virtual server on my rhel 5 not starting</title>
		<link>http://blog.wianecki.com/2009/07/25/virtual-server-on-my-rhel-5-not-starting/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=virtual-server-on-my-rhel-5-not-starting</link>
		<comments>http://blog.wianecki.com/2009/07/25/virtual-server-on-my-rhel-5-not-starting/#comments</comments>
		<pubDate>Sat, 25 Jul 2009 13:27:54 +0000</pubDate>
		<dc:creator>cw</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Opsware SAS]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[virtual server]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[vm]]></category>
		<category><![CDATA[xen]]></category>

		<guid isPermaLink="false">http://blog.wianecki.com/?p=3689</guid>
		<description><![CDATA[<p>Posted in <a href="http://blog.wianecki.com/category/unix/os/linux/" title="Linux">Linux</a><a href="http://blog.wianecki.com/category/work/frb/opsware-sas/" title="Opsware SAS">Opsware SAS</a><a href="http://blog.wianecki.com/category/unix/os/" title="OS">OS</a></p>Sometime ago installed my RedHat 5 with xen. Then I needed to create a virtual server running RedHat 4 in it, all needed to be 64 bit because Opsware required 64 bit RHEL AS4, so had to come up with an inexpensive solution. Got Intel Quad from Dell for $400 with 8gb ram, inexpensive desktop, [...]]]></description>
		<wfw:commentRss>http://blog.wianecki.com/2009/07/25/virtual-server-on-my-rhel-5-not-starting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Freshly installed RedHat &#8211; Root logins are not allowed</title>
		<link>http://blog.wianecki.com/2009/05/04/freshly-installed-redhat-root-logins-are-not-allowed/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=freshly-installed-redhat-root-logins-are-not-allowed</link>
		<comments>http://blog.wianecki.com/2009/05/04/freshly-installed-redhat-root-logins-are-not-allowed/#comments</comments>
		<pubDate>Mon, 04 May 2009 21:39:41 +0000</pubDate>
		<dc:creator>cw</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[login]]></category>
		<category><![CDATA[root]]></category>

		<guid isPermaLink="false">http://blog.wianecki.com/?p=1698</guid>
		<description><![CDATA[<p>Posted in <a href="http://blog.wianecki.com/category/unix/os/linux/" title="Linux">Linux</a></p>Just installed Red Hat AS4 and I am unable to login with root account. Passwd is all set but I am getting popup message saying &#8220;Root logins are not allowed&#8221;, simple solution is to press CTRL+ALT+F1 and switch to console login and you will be on your way Nice and simple.]]></description>
		<wfw:commentRss>http://blog.wianecki.com/2009/05/04/freshly-installed-redhat-root-logins-are-not-allowed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ipcalc &#8211; perform simple manipulation of IP addresses</title>
		<link>http://blog.wianecki.com/2009/05/02/ipcalc-perform-simple-manipulation-of-ip-addresses/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=ipcalc-perform-simple-manipulation-of-ip-addresses</link>
		<comments>http://blog.wianecki.com/2009/05/02/ipcalc-perform-simple-manipulation-of-ip-addresses/#comments</comments>
		<pubDate>Sat, 02 May 2009 21:38:14 +0000</pubDate>
		<dc:creator>cw</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[BROADCAST]]></category>
		<category><![CDATA[ipcalc]]></category>
		<category><![CDATA[NETMASK]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[simple manipulation of IP addresses]]></category>

		<guid isPermaLink="false">http://blog.wianecki.com/?p=1638</guid>
		<description><![CDATA[<p>Posted in <a href="http://blog.wianecki.com/category/unix/os/linux/" title="Linux">Linux</a></p>This utility is so cool, how many times I did try to figure out netmasks, broadcasts etc, this utility actualy performs simple manipulation of IP addresses: ipcalc &#8211; provides a simple way to calculate IP information for a host.  The various options specify what information ipcalc should display on standard out. Multiple options may be [...]]]></description>
		<wfw:commentRss>http://blog.wianecki.com/2009/05/02/ipcalc-perform-simple-manipulation-of-ip-addresses/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reinstalling the Boot Loader on Linux Red Hat server</title>
		<link>http://blog.wianecki.com/2009/04/16/reinstalling-the-boot-loader-on-linux-red-hat-server/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=reinstalling-the-boot-loader-on-linux-red-hat-server</link>
		<comments>http://blog.wianecki.com/2009/04/16/reinstalling-the-boot-loader-on-linux-red-hat-server/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 21:13:18 +0000</pubDate>
		<dc:creator>cw</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[Red Hat]]></category>
		<category><![CDATA[redhat]]></category>

		<guid isPermaLink="false">http://blog.wianecki.com/?p=1471</guid>
		<description><![CDATA[<p>Posted in <a href="http://blog.wianecki.com/category/unix/os/linux/" title="Linux">Linux</a></p>I had server that rebooted and then was hanging at the GRUB line and was not booting, so I did decide to reinstall grub which seems like it did help. Here is the procedure that I did to get it boot again: Reinstalling the Boot Loader In many cases, the GRUB boot loader can mistakenly [...]]]></description>
		<wfw:commentRss>http://blog.wianecki.com/2009/04/16/reinstalling-the-boot-loader-on-linux-red-hat-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>yum repolist &#8211; how to check what yum repository is pointing at.</title>
		<link>http://blog.wianecki.com/2009/03/30/yum-repolist-how-to-check-what-yum-repository-is-pointing-at/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=yum-repolist-how-to-check-what-yum-repository-is-pointing-at</link>
		<comments>http://blog.wianecki.com/2009/03/30/yum-repolist-how-to-check-what-yum-repository-is-pointing-at/#comments</comments>
		<pubDate>Mon, 30 Mar 2009 15:39:37 +0000</pubDate>
		<dc:creator>cw</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[repolist]]></category>
		<category><![CDATA[yum]]></category>

		<guid isPermaLink="false">http://blog.wianecki.com/?p=1084</guid>
		<description><![CDATA[<p>Posted in <a href="http://blog.wianecki.com/category/unix/os/linux/" title="Linux">Linux</a></p>How to check what repository is your yum setup to retrieve packages from? [root@server1 ~]# yum repolist Loaded plugins: rhnplugin, security repo id              repo name                                status rhel-i386-server-5   Red Hat Enterprise Linux (v. 5 for 32-bi enabled :   5,186 rhel-i386-server-clu RHEL Clustering (v. 5 for 32-bit x86)    enabled :     116 rhel-i386-server-clu RHEL Cluster-Storage (v. 5 for [...]]]></description>
		<wfw:commentRss>http://blog.wianecki.com/2009/03/30/yum-repolist-how-to-check-what-yum-repository-is-pointing-at/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>how to change timezone on my redhat server</title>
		<link>http://blog.wianecki.com/2009/03/25/how-to-change-timezone-on-my-redhat-server/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-change-timezone-on-my-redhat-server</link>
		<comments>http://blog.wianecki.com/2009/03/25/how-to-change-timezone-on-my-redhat-server/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 02:00:50 +0000</pubDate>
		<dc:creator>cw</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[timezone]]></category>

		<guid isPermaLink="false">http://blog.wianecki.com/?p=843</guid>
		<description><![CDATA[<p>Posted in <a href="http://blog.wianecki.com/category/unix/os/linux/" title="Linux">Linux</a></p>How do I change my system timezone from the command line without using redhat-config-date? In order to change the timezone of your system you will need to access the file /etc/sysconfig/clock directly: #ZONE=&#8221;America/New_York&#8221; ZONE=&#8221;GMT&#8221; UTC=false ARC=false Note: If your system&#8217;s BIOS has UTC set to true, then set UTC to true. If it has it [...]]]></description>
		<wfw:commentRss>http://blog.wianecki.com/2009/03/25/how-to-change-timezone-on-my-redhat-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to mount iso image under linux RedHat</title>
		<link>http://blog.wianecki.com/2009/03/15/how-to-mount-iso-image-under-linux-redhat/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-mount-iso-image-under-linux-redhat</link>
		<comments>http://blog.wianecki.com/2009/03/15/how-to-mount-iso-image-under-linux-redhat/#comments</comments>
		<pubDate>Mon, 16 Mar 2009 02:47:10 +0000</pubDate>
		<dc:creator>cw</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[iso]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[redhat]]></category>

		<guid isPermaLink="false">http://blog.wianecki.com/?p=517</guid>
		<description><![CDATA[<p>Posted in <a href="http://blog.wianecki.com/category/unix/os/linux/" title="Linux">Linux</a></p>To mount /root/linux.iso file under /mnt directory. issue the following commands. # mount -o loop /root/linux.iso /mn/linux to unmount # umount /mnt/linux for example: # mkdir /mnt/sol-10-u6-ga1-sparc-dvd # mkdir /mnt/rhel4.7-x86_64-as-dvd # mkdir /mnt/rhel-server-5.3-x86_64-dvd # # mount -o loop /media/opsware/sunos/sol-10-u6-ga1-sparc-dvd.iso /mnt/sol-10-u6-ga1-sparc-dvd # mount -o loop /media/opsware/linux/RHEL4.7-x86_64-AS-DVD.iso /mnt/rhel4.7-x86_64-as-dvd # mount -o loop /media/opsware/linux/rhel-server-5.3-x86_64-dvd.iso /mnt/rhel-server-5.3-x86_64-dvd # mkdir /mnt/en_winxp_pro_with_sp2 [...]]]></description>
		<wfw:commentRss>http://blog.wianecki.com/2009/03/15/how-to-mount-iso-image-under-linux-redhat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Multipathing</title>
		<link>http://blog.wianecki.com/2009/03/01/linux-multipathing/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=linux-multipathing</link>
		<comments>http://blog.wianecki.com/2009/03/01/linux-multipathing/#comments</comments>
		<pubDate>Sun, 01 Mar 2009 20:03:32 +0000</pubDate>
		<dc:creator>cw</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[LUN]]></category>
		<category><![CDATA[multipathing]]></category>
		<category><![CDATA[SAN]]></category>

		<guid isPermaLink="false">http://blog.wianecki.com/?p=64</guid>
		<description><![CDATA[<p>Posted in <a href="http://blog.wianecki.com/category/unix/os/linux/" title="Linux">Linux</a><a href="http://blog.wianecki.com/category/unix/" title="UNIX">UNIX</a></p>Physically connect HBA to disk array. Create LUN on disk array (50 GB in this case). Reboot server to see new LUN. Note 2 separate device files with same size. This is normal. Reboot again and interrupt the boot process and enable BIOS on the HBA card by pressing Control-Q. Find disk device names (select [...]]]></description>
		<wfw:commentRss>http://blog.wianecki.com/2009/03/01/linux-multipathing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>disk add on linux hog8</title>
		<link>http://blog.wianecki.com/2007/01/02/disk-add-on-linux-hog8/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=disk-add-on-linux-hog8</link>
		<comments>http://blog.wianecki.com/2007/01/02/disk-add-on-linux-hog8/#comments</comments>
		<pubDate>Wed, 03 Jan 2007 04:48:28 +0000</pubDate>
		<dc:creator>cw</dc:creator>
				<category><![CDATA[HM]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[dmsetup]]></category>
		<category><![CDATA[fdisk]]></category>
		<category><![CDATA[multipath]]></category>

		<guid isPermaLink="false">http://blog.wianecki.com/?p=1261</guid>
		<description><![CDATA[<p>Posted in <a href="http://blog.wianecki.com/category/work/hm/" title="HM">HM</a><a href="http://blog.wianecki.com/category/unix/os/linux/" title="Linux">Linux</a></p>I have few dysks setup, local and on SAN, I needed to add additional 200gb partition to a system that is on SAN and I am not sure how to do it so that I would not mess this up. Here is what I have: [root@hog8 etc]# df -k Filesystem           1K-blocks      Used Available Use% Mounted [...]]]></description>
		<wfw:commentRss>http://blog.wianecki.com/2007/01/02/disk-add-on-linux-hog8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

