<?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>JasonSamuel.com &#187; SNMP</title>
	<atom:link href="http://www.jasonsamuel.com/tag/snmp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jasonsamuel.com</link>
	<description>Cool stuff I see in the IT world</description>
	<lastBuildDate>Sat, 17 Jul 2010 21:35:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>How to install and configure SNMP via command line on your servers</title>
		<link>http://www.jasonsamuel.com/2009/07/22/how-to-install-and-configure-snmp-via-command-line-on-your-servers/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=how-to-install-and-configure-snmp-via-command-line-on-your-servers</link>
		<comments>http://www.jasonsamuel.com/2009/07/22/how-to-install-and-configure-snmp-via-command-line-on-your-servers/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 22:06:28 +0000</pubDate>
		<dc:creator>Jason Samuel</dc:creator>
				<category><![CDATA[Windows Server 2003]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Server 2003]]></category>
		<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[SNMP]]></category>

		<guid isPermaLink="false">http://www.jasonsamuel.com/?p=15</guid>
		<description><![CDATA[You can install pretty much any windows component locally or remotely on a server.  Here is an example of installing SNMP using an answer file via command line locally on a server: sysocmgr /i:%windir%\inf\sysoc.inf /u:&#8221;\\server\share\snmp.txt&#8221; /q This will install SNMP quietly using the answer file I give it which is located on a file share.  [...]<p><a href="http://www.jasonsamuel.com/2009/07/22/how-to-install-and-configure-snmp-via-command-line-on-your-servers/">How to install and configure SNMP via command line on your servers</a> is a post from: <a href="http://www.jasonsamuel.com">JasonSamuel.com</a></p>
]]></description>
			<content:encoded><![CDATA[<p>You can install pretty much any windows component locally or remotely on a server.  Here is an example of installing SNMP using an answer file via command line locally on a server:</p>
<p>sysocmgr /i:%windir%\inf\sysoc.inf /u:&#8221;<a href="file://server/share/snmp.txt">\\server\share\snmp.txt</a>&#8221; /q</p>
<p>This will install SNMP quietly using the answer file I give it which is located on a file share.  Here are the contents of the answer file:</p>
<p>[NetOptionalComponents]<br />
SNMP = 1</p>
<p>[SNMP]</p>
<p>Send_Authentication = Yes<br />
Accept_CommunityName = mine_ro:Read_Only<br />
Any_Host = No<br />
Limit_Host = xxx.xxx.xxx.xxx</p>
<p>This will automatically configure a new read only community you specify and add a single host that is allowed to connect (you can add more IPs but adding a comma after each one).  The only dilemma is that during the install, it needs to get at the i386 directory and by default in the registry, it is pointed to “D:/i386” more than likely since that is typically the CD-ROM drive you installed the OS from.  We just need to run a quick registry update to two keys that point it to the C: drive before running the line above and it should work with no issue.  This can be done in bulk on servers too using whatever remote management tool you prefer:</p>
<p>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\ CurrentVersion\Sourcepath</p>
<p>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows \CurrentVersion\Setup\Sourcepath</p>
<p>Keep in mind sysocmgr.exe has been replaced in Server 2008 by ocsetup.exe.  You can read up on command line switches for it here:</p>
<p><a href="http://technet.microsoft.com/en-us/magazine/dd673656.aspx">http://technet.microsoft.com/en-us/magazine/dd673656.aspx</a><br />
<a href="http://technet.microsoft.com/en-us/library/cc766272(WS.10).aspx">http://technet.microsoft.com/en-us/library/cc766272(WS.10).aspx</a></p>
<p><a href="http://www.jasonsamuel.com/2009/07/22/how-to-install-and-configure-snmp-via-command-line-on-your-servers/">How to install and configure SNMP via command line on your servers</a> is a post from: <a href="http://www.jasonsamuel.com">JasonSamuel.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jasonsamuel.com/2009/07/22/how-to-install-and-configure-snmp-via-command-line-on-your-servers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/


Served from: www.jasonsamuel.com @ 2010-07-31 20:06:13 -->