<?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>AdmiNirvana &#187; Dell</title>
	<atom:link href="http://www.briandowney.net/blog/category/dell/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.briandowney.net/blog</link>
	<description>Technical musings of an entrepreneur.</description>
	<lastBuildDate>Fri, 20 Jan 2012 02:55:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Dell OMSA 5.2 and /opt</title>
		<link>http://www.briandowney.net/blog/2007/07/18/dell-omsa-52-and-opt/</link>
		<comments>http://www.briandowney.net/blog/2007/07/18/dell-omsa-52-and-opt/#comments</comments>
		<pubDate>Wed, 18 Jul 2007 21:45:30 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Dell]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tlf]]></category>

		<guid isPermaLink="false">http://www.briandowney.net/blog/2007/07/18/dell-omsa-52-and-opt/</guid>
		<description><![CDATA[Ran into somewhat of a bug, more of an oversight on Dell&#8217;s part today. I&#8217;m loading up a PowerEdge 860 running CentOS5 with Dell&#8217;s OpenManage Server Agents (OMSA). On reboot, I receive a udev error about &#8216;dataeng.hotplug&#8217; not being able to exec early in the system init. After scratching my head for a few&#8211;it hit [...]]]></description>
			<content:encoded><![CDATA[<p>Ran into somewhat of a bug, more of an oversight on Dell&#8217;s part today.</p>
<p>I&#8217;m loading up a PowerEdge 860 running CentOS5 with Dell&#8217;s OpenManage Server Agents (OMSA).  On reboot, I receive a udev error about &#8216;dataeng.hotplug&#8217; not being able to exec early in the system init.</p>
<p>After scratching my head for a few&#8211;it hit me:  it&#8217;s because  I have /opt on a separate filesystem as root (/), which isn&#8217;t available while udev is initializing.  Sure enough, in /etc/udev/rules.d, there&#8217;s an entry for Dell&#8217;s openmange stuff pointing to a shell script in /opt/dell.</p>
<p>Anyway, if you run into that just place the OMSA install on the root filesystem versus a submounted one and your problem wil disappear.  You could also just copy that script out and place it somewhere more appropriate&#8211;like /sbin&#8211;and modify that udev rules entry.</p>
<p>With great flexibility comes weirdness at times!  Dell probably shouldn&#8217;t have a sysinit level script running from a filesystem that is probably submounted by sysadmins 50% of the time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.briandowney.net/blog/2007/07/18/dell-omsa-52-and-opt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

