<?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>Blog of a LAMP Developer based near Guildford, Surrey &#187; Dell Poweredge</title>
	<atom:link href="http://www.lampdeveloper.co.uk/tag/dell-poweredge/feed" rel="self" type="application/rss+xml" />
	<link>http://www.lampdeveloper.co.uk</link>
	<description>A day in the life of a Lamp Developer</description>
	<lastBuildDate>Wed, 18 Aug 2010 14:44:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Email alerts from Dell Poweredge using omreport</title>
		<link>http://www.lampdeveloper.co.uk/linux/email-alerts-from-dell-poweredge-using-omreport.html</link>
		<comments>http://www.lampdeveloper.co.uk/linux/email-alerts-from-dell-poweredge-using-omreport.html#comments</comments>
		<pubDate>Wed, 14 Nov 2007 22:26:47 +0000</pubDate>
		<dc:creator>Jamie</dc:creator>
				<category><![CDATA[Dell Poweredge]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[omreport]]></category>

		<guid isPermaLink="false">http://www.lampdeveloper.co.uk/linux/email-alerts-from-dell-poweredge-using-omreport.html</guid>
		<description><![CDATA[Dell Poweredge Servers come with tools to monitor the hardware and driver updates. They have called it, OpenManage Server Administrator and this is how you can get it running. (if using yum and Centos)
wget -q -O &#8211; http://linux.dell.com/repo/hardware/bootstrap.cgi &#124; bash
yum install srvadmin-all
srvadmin-services.sh start.
If all goes fine, you should be able to view a web interface [...]]]></description>
			<content:encoded><![CDATA[<p>Dell Poweredge Servers come with tools to monitor the hardware and driver updates. They have called it, OpenManage Server Administrator and this is how you can get it running. (if using yum and Centos)</p>
<p>wget -q -O &#8211; http://linux.dell.com/repo/hardware/bootstrap.cgi | bash</p>
<p>yum install srvadmin-all</p>
<p>srvadmin-services.sh start.</p>
<p>If all goes fine, you should be able to view a web interface via port 1311.</p>
<p>https://localhost:1311</p>
<p>I then had to log in with my root user name and password. I was pleased with the amount of features incorporated in Open Manage.</p>
<p>To setup the alerts you can click on Alerts Management &gt; Then on the individual sensor. I chose to select, Execute application, so that I can have the software email me a complete list of errors detected.</p>
<p>Here is the script I use to email me:</p>
<p>#!/bin/bash</p>
<p>ps -ef &gt;/tmp/psout.txt 2&gt;&amp;1</p>
<p>omreport system alertlog &gt; /tmp/alertmsg.txt 2&gt;&amp;1</p>
<p>mail -s “Server Alert” root &lt;/tmp/alertmsg.txt&gt; /tmp/mailout.txt 2&gt;&amp;1</p>
<p>Obviously substitute root with your email. Now when the server detects, will receive a printout of processes running at the time of the incident and a copy of the log file.</p>
<p class="addtoany_share_save_container">
    <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?sitename=Blog%20of%20a%20LAMP%20Developer%20based%20near%20Guildford%2C%20Surrey&amp;siteurl=http%3A%2F%2Fwww.lampdeveloper.co.uk%2F&amp;linkname=Email%20alerts%20from%20Dell%20Poweredge%20using%20omreport&amp;linkurl=http%3A%2F%2Fwww.lampdeveloper.co.uk%2Flinux%2Femail-alerts-from-dell-poweredge-using-omreport.html"><img src="http://www.lampdeveloper.co.uk/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Save/Bookmark"/></a>

	</p>]]></content:encoded>
			<wfw:commentRss>http://www.lampdeveloper.co.uk/linux/email-alerts-from-dell-poweredge-using-omreport.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
