<?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>The Kevin Appel</title>
	<atom:link href="http://www.appeldesigns.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.appeldesigns.com</link>
	<description>Yes you&#039;ve come to the right place</description>
	<lastBuildDate>Fri, 14 May 2010 02:07:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Powerpath and Redhat</title>
		<link>http://www.appeldesigns.com/?p=6</link>
		<comments>http://www.appeldesigns.com/?p=6#comments</comments>
		<pubDate>Fri, 14 May 2010 02:07:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.appeldesigns.com/?p=6</guid>
		<description><![CDATA[Do you know that Redhat and Novell handle their boot process completely different?  Yes it&#8217;s true, Novell has modularized their boot process into individual files under /etc however Redhat 5 currently handles this in a linear process.  Ok thanks  now I feel smarter, but how does this affect me?  Here&#8217;s the deal, third party vendors [...]]]></description>
			<content:encoded><![CDATA[<p>Do you know that Redhat and Novell handle their boot process completely different?  Yes it&#8217;s true, Novell has modularized their boot process into individual files under /etc however Redhat 5 currently handles this in a linear process.  Ok thanks  now I feel smarter, but how does this affect me?  Here&#8217;s the deal, third party vendors that need to be leveraged, have to insert their code into the boot process so their modules are loaded and their product is functional.  On a typical Sles machine these files will be inserted into the boot.d structure; however on a Redhat system the code will be injected into rc.sysinit.</p>
<p>Now we get to the core, on Redhat machine who owns the /etc/rc.d/rc.sysinit file, yes you are correct, it is from initscripts.  And this is important because?  Well this is a rpm package that can and will be updated via content, therefore overriding any content that was previously stored.  And then the multipath is broken &#8230;</p>
<p>Have no fear however, the solution is a quick fix.  By restarting Powerpath (/etc/init.d/PowerPath start), it will re-inject itself into sysinit, which will provide the mechanism to survive a reboot and allow the modules to be loaded at default and re-enable your file systems depending upon the emc pseudo devices.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.appeldesigns.com/?feed=rss2&amp;p=6</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Restoring the Stage 1 Grub Loader in Linux</title>
		<link>http://www.appeldesigns.com/?p=4</link>
		<comments>http://www.appeldesigns.com/?p=4#comments</comments>
		<pubDate>Sun, 14 Mar 2010 13:54:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.appeldesigns.com/?p=4</guid>
		<description><![CDATA[Sometimes things go wrong when working with Linux, whether a side effect related to a process during patching or a mis-issued command can render your system unusable. In this brief post, I will describe a process that can be used in the event you have blown away Grub from the MBR (Master Boot Record).  This [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes things go wrong when working with Linux, whether a side effect related to a process during patching or a mis-issued command can render your system unusable.</p>
<p>In this brief post, I will describe a process that can be used in the event you have blown away Grub from the MBR (Master Boot Record).  This recovery takes a few minutes and in the event occurs to you, can save hours if your planned solution was rebuild and restore.</p>
<p>How do I know if this is possibly the issue that is affecting me?  The Linux boot process involves a few stages, the focus here will be based on the Stage 1 loader which occurs when the MBR is pulled to determine what boot loader should be used to facilitate the Stage 2 process.  A very common sympton that will occur when the Stage 1 loader is having issues is seeing only &#8220;GRUB &#8221; when your system boots.  This is a common indicator that the system is having problems locating the device map and allowing it to proceed to Stage 2 and continue with the boot process.</p>
<p>If this is the case that your system is experiencing, the process to restore is booting into rescue mode, mounting the file systems, and restoring the grub loader.  The below steps assume your boot partition is the first primary partition on your system, your root file system is contained inside LVM, called rootvg, and your / is called rootlv, and your primary disk&#8217;s name is sda.</p>
<p>First is to boot into rescue mode, this is defined based on the Linux distribution but is usually a trivial task and utilizes the rescue prompts provided from the media.  The next step is to mount your current disk in the rescue mode so it can be used for the repair.</p>
<blockquote><p>mount /dev/rootvg/rootlv /mnt</p>
<p>mount /dev/sda1 /mnt/boot</p>
<p>grub-install &#8211;root-directory=/mnt /dev/sda1</p>
<p>umount /mnt/boot</p>
<p>umount /mnt</p>
<p>sync</p>
<p>reboot</p></blockquote>
<p>The above commands will restore the grub loader and allow your system to move on after the Stage 1 loader, the above file systems and device names need to be adjusted given your setup</p>
]]></content:encoded>
			<wfw:commentRss>http://www.appeldesigns.com/?feed=rss2&amp;p=4</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Check out the new Lemon Lime front page</title>
		<link>http://www.appeldesigns.com/?p=1</link>
		<comments>http://www.appeldesigns.com/?p=1#comments</comments>
		<pubDate>Sat, 13 Mar 2010 19:46:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Websites]]></category>

		<guid isPermaLink="false">http://www.appeldesigns.com/?p=1</guid>
		<description><![CDATA[Just updated the home page for Lemon Lime, now in living colour. http://www.lemonlimeagency.com]]></description>
			<content:encoded><![CDATA[<p>Just updated the home page for Lemon Lime, now in living colour.</p>
<p><a title="Lemon Lime Agency" href="http://www.lemonlimeagency.com" target="_blank">http://www.lemonlimeagency.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.appeldesigns.com/?feed=rss2&amp;p=1</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hot off the press, new mnsav website</title>
		<link>http://www.appeldesigns.com/?p=3</link>
		<comments>http://www.appeldesigns.com/?p=3#comments</comments>
		<pubDate>Sat, 13 Mar 2010 19:59:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Websites]]></category>

		<guid isPermaLink="false">http://www.appeldesigns.com/?p=3</guid>
		<description><![CDATA[M&#38;S Associates debut of their highly demanded Audio and Video work, check it out http://www.mnsav.com]]></description>
			<content:encoded><![CDATA[<p>M&amp;S Associates debut of their highly demanded Audio and Video work, check it out</p>
<p><a title="M &amp; S Associates" href="http://www.mnsav.com/" target="_blank">http://www.mnsav.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.appeldesigns.com/?feed=rss2&amp;p=3</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
