<?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>Scandals of an ITian &#187; Openfiler</title>
	<atom:link href="http://wellytonian.com/tag/openfiler/feed/" rel="self" type="application/rss+xml" />
	<link>http://wellytonian.com</link>
	<description>Not just another Wordpress Site</description>
	<lastBuildDate>Wed, 09 May 2012 15:24:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>OpenFiler &#8211; SNMP Monitoring</title>
		<link>http://wellytonian.com/2010/03/openfiler-snmp-monitoring/</link>
		<comments>http://wellytonian.com/2010/03/openfiler-snmp-monitoring/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 01:43:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT Shop]]></category>
		<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[Openfiler]]></category>
		<category><![CDATA[SNMP]]></category>

		<guid isPermaLink="false">http://wellytonian.com/?p=622</guid>
		<description><![CDATA[After the decommission of  our IBM X345 and IBM X346 servers, I started looking at how to make use of them. Reasons being that they are 32bit servers with heaps of space but the constraints of 3 GB RAM. After reading the bible on getting ESXi and Openfiler talking, decided to turn those babies into Openfiler NAS devices. [...]]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fwellytonian.com%252F2010%252F03%252Fopenfiler-snmp-monitoring%252F%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22OpenFiler%20-%20SNMP%20Monitoring%22%20%7D);"></div>
<p>After the decommission of  our IBM X345 and IBM X346 servers, I started looking at how to make use of them.</p>
<p>Reasons being that they are 32bit servers with heaps of space but the constraints of 3 GB RAM.</p>
<p>After reading the <a href="http://www.techhead.co.uk/vmware-esxi-4-0-vsphere-connecting-to-an-iscsi-storage-target">bible</a> on getting ESXi and Openfiler talking, decided to turn those babies into Openfiler NAS devices. Follow the bible and your sweet.</p>
<p>Now thats all good but I need to monitor everything and anything that runs in my environment and one of my favourite would be the poor mans monitoring system <a href="http://www.cacti.net/">Cacti</a>. I use other monitoring systems as well but love Cacti for the visual and graphical approach to monitoring. But thats for another post.</p>
<p>So to Config SNMP on Openfiler do the following:-</p>
<p>1. Get WinSCP. Awesome tool to transfer files between your Windows Box and Linux boxes. Basically you would need SSH enabled on the linux Box</p>
<p>2. Use WinSCP to connect to your Openfiler Box</p>
<p><a href="http://wellytonian.com/wp-content/uploads/2010/03/1.jpg"><img class="aligncenter size-medium wp-image-626" title="1" src="http://wellytonian.com/wp-content/uploads/2010/03/1-300x168.jpg" alt="" width="300" height="168" /></a></p>
<p>3. On the Openfiler Side of WinSCP browse to the folder /etc/snmp and right click and press copy on the snmp.conf file.</p>
<p>4. Open your My Documents or the location that you copied the snmp.conf file to.</p>
<p>5. Use your favorite notepad editor, for me notepad++ does the job , to open the file and create a COPY FIRST so that if we do muck up we always have the original.</p>
<p><a href="http://wellytonian.com/wp-content/uploads/2010/03/2.jpg"><img class="aligncenter size-medium wp-image-627" title="2" src="http://wellytonian.com/wp-content/uploads/2010/03/2-300x207.jpg" alt="" width="300" height="207" /></a></p>
<p>6. Type the following into the file at the very end</p>
<p>rocommunity <em><span style="color: #3366ff;">public</span></em><br />
com2sec local localhost <em><span style="color: #3366ff;">{IP address of the monitoring server}</span></em><br />
com2sec network_l<em> <span style="color: #3366ff;">{Network address allowed to access the server}/</span></em>24<br />
group MyROGroup_1 v2c local<br />
group MyROGroup_1 v2c network_1<br />
view all-mibs included .1 80<br />
access MyROGroup_1 .. v1 noauth exact all-mibs none none<br />
access MyROGroup_2 .. v2c noauth exact all-mibs none none</p>
<p>7. Either use putty or WinSCP to restart the SNMP service on OpenFiler by running the following command:</p>
<p><em><span style="color: #3366ff;">service snmpd restart</span></em></p>
<p>8. Go back to your monitoring software and start monitoring your Openfiler Appliance.</p>
<p>Some of the graphs that I have just started generating</p>
<p><a href="http://wellytonian.com/wp-content/uploads/2010/03/3.jpg"><img class="aligncenter size-medium wp-image-628" title="3" src="http://wellytonian.com/wp-content/uploads/2010/03/3-300x148.jpg" alt="" width="300" height="148" /></a></p>
<p><a href="http://wellytonian.com/wp-content/uploads/2010/03/4.jpg"><img class="aligncenter size-medium wp-image-629" title="4" src="http://wellytonian.com/wp-content/uploads/2010/03/4-300x146.jpg" alt="" width="300" height="146" /></a></p>

]]></content:encoded>
			<wfw:commentRss>http://wellytonian.com/2010/03/openfiler-snmp-monitoring/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 18/22 queries in 0.061 seconds using disk: basic

Served from: wellytonian.com @ 2012-05-21 23:10:54 -->
