<?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>d o l l m o n t . n e t &#187; snmp</title>
	<atom:link href="http://dollmont.net/tag/snmp/feed" rel="self" type="application/rss+xml" />
	<link>http://dollmont.net</link>
	<description>Open Source Excellence</description>
	<lastBuildDate>Sun, 03 Jul 2011 07:36:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>admin confusion and sma on OpenSolaris</title>
		<link>http://dollmont.net/admin-confusion-and-sma-on-opensolaris</link>
		<comments>http://dollmont.net/admin-confusion-and-sma-on-opensolaris#comments</comments>
		<pubDate>Sun, 01 Mar 2009 00:19:53 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[General SysAdmin]]></category>
		<category><![CDATA[opensolaris]]></category>
		<category><![CDATA[snmp]]></category>
		<category><![CDATA[sysadmin]]></category>

		<guid isPermaLink="false">http://dollmont.net/?p=23</guid>
		<description><![CDATA[When coming from a Linux world to OpenSolaris, there’s a wee bit of retraining required. The latest example I came across is configuring snmp on OpenSolaris. snmp services on OpenSolaris are provided by a service called sma. To get snmp working on OpenSolaris: $pfexec pkg install SUNWsmmgr $pfexec svcadm enable sma The configuration file is [...]]]></description>
			<content:encoded><![CDATA[<p>When coming from a Linux world to OpenSolaris, there’s a wee bit of retraining required. The latest example I came across is configuring snmp on OpenSolaris.</p>

<p>snmp services on OpenSolaris are provided by a service called sma. To get snmp working on OpenSolaris:</p>

<blockquote>   <p><font style="background-color: #ffffff">$pfexec pkg install SUNWsmmgr</font></p>    <p><font style="background-color: #ffffff">$pfexec svcadm enable sma</font></p> </blockquote>

<p>The configuration file is net-snmp standard stuff, but it’s concealed in /etc/sma/snmp/snmpd.conf. After changing this file, restart sma:</p>

<blockquote>   <p><font style="background-color: #ffffff">$pfexec svcadm restart sma</font></p> </blockquote>

<p>OpenSolaris will now respond as normal to snmpwalk requests from your monitoring system.</p>

<p>By the way, pfexec is the OpenSolaris equivalent (roughly) to sudo on Linux. It allows you to execute commands as root. The first account created, by default, is allowed to execute pfexec against all OpenSolaris commands without requiring a password. A future note will tell you how to change that…</p>
]]></content:encoded>
			<wfw:commentRss>http://dollmont.net/admin-confusion-and-sma-on-opensolaris/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

