<?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>System Adm &#187; Solaris</title>
	<atom:link href="http://www.system.adm.br/category/solaris/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.system.adm.br</link>
	<description>Some IT Tips (Linux, Unix, HP-UX, AIX, Solaris, etc).</description>
	<lastBuildDate>Wed, 19 May 2010 20:11:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Working with “SVC”</title>
		<link>http://www.system.adm.br/2009/12/working-with-%e2%80%9csvc%e2%80%9d/</link>
		<comments>http://www.system.adm.br/2009/12/working-with-%e2%80%9csvc%e2%80%9d/#comments</comments>
		<pubDate>Wed, 02 Dec 2009 12:29:40 +0000</pubDate>
		<dc:creator>Lincoln Zuljewic Silva</dc:creator>
				<category><![CDATA[Solaris]]></category>
		<category><![CDATA[ad]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[sec]]></category>
		<category><![CDATA[services]]></category>

		<guid isPermaLink="false">http://www.system.adm.br/?p=181</guid>
		<description><![CDATA[Follow useful commands to work with &#8220;SVC&#8221; in Solaris: More option can be found at &#8220;man svcadm&#8221; # svcs -a -&#62; list all installed services. # svcadm disable SERVICE -&#62; disable a service. if you use &#8220;svcadm disable -t SERVICE&#8221;, the service will be disabled only until the next reboot. You can use this commando [...]]]></description>
			<content:encoded><![CDATA[<p>Follow useful commands to work with &ldquo;SVC&rdquo; in Solaris:</p>
<p>	More option can be found at &ldquo;man svcadm&rdquo;<br />
	<span style="font-size: 12px;"><code># svcs -a</code></span> -&gt; list all installed services.<br />
	<span style="font-size: 12px;"><code># svcadm disable SERVICE</code></span> -&gt; disable a service. if you use &ldquo;svcadm disable -t SERVICE&rdquo;, the service will be disabled only until the next reboot. You can use this commando to stop a service.<br />
	<span style="font-size: 12px;"><code># svcadm enable SERVICE</code></span> -&gt; enable a service. If you use &ldquo;svcadm enable -t SERVICE&rdquo;, the service will not be enabled automatically on reboot.<br />
	<span style="font-size: 12px;"><code># svcadm restart SERVICE</code></span> -&gt; restart a service.<br />
	<span style="font-size: 12px;"><code># svcadm reload SERVICE</code></span> -&gt; reload the configuration file.</p>
<p>	More options can be found at &ldquo;<span style="font-size: 12px;"><code>man svcadm</code></span>&rdquo;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.system.adm.br/2009/12/working-with-%e2%80%9csvc%e2%80%9d/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solaris and NRPE</title>
		<link>http://www.system.adm.br/2009/08/solaris-and-nrpe/</link>
		<comments>http://www.system.adm.br/2009/08/solaris-and-nrpe/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 17:16:20 +0000</pubDate>
		<dc:creator>Lincoln Zuljewic Silva</dc:creator>
				<category><![CDATA[Solaris]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.system.adm.br/?p=148</guid>
		<description><![CDATA[A very nice guide to install NRPE and nagios-plugins on Solaris 10 can be found here. To stop/start the NRPE, you can use the following command: # svcadm disable svc:/network/nrpe/tcp # svcadm enable svc:/network/nrpe/tcp If you keep getting the &#34;CHECK_NRPE: Error &#8211; Could not complete SSL handshake.&#34; message, see this FAQ comment]]></description>
			<content:encoded><![CDATA[<p>A very nice guide to install NRPE and nagios-plugins on Solaris 10 can be found <a href="http://www.utahsysadmin.com/2008/03/14/configuring-nagios-plugins-nrpe-on-solaris-10/">here</a>. To stop/start the NRPE, you can use the following command:</p>
<pre><span style="font-size: 12px;"><code># svcadm disable svc:/network/nrpe/tcp
# svcadm enable svc:/network/nrpe/tcp
</code></span></pre>
<p>
	If you keep getting the &quot;CHECK_NRPE: Error &#8211; Could not complete SSL handshake.&quot; message, see <a href="http://support.nagios.com/knowledgebase/faqs/index.php?option=com_content&amp;view=article&amp;id=52&amp;catid=35&amp;faq_id=372&amp;expand=false&amp;showdesc=true">this FAQ comment</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.system.adm.br/2009/08/solaris-and-nrpe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>name/address mismatch</title>
		<link>http://www.system.adm.br/2009/07/136/</link>
		<comments>http://www.system.adm.br/2009/07/136/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 19:38:37 +0000</pubDate>
		<dc:creator>Lincoln Zuljewic Silva</dc:creator>
				<category><![CDATA[Solaris]]></category>

		<guid isPermaLink="false">http://www.system.adm.br/2009/07/136/</guid>
		<description><![CDATA[You may get in the messages log the follow error when trying access a FTP server on Solaris: Jul 16 16:19:13 SolarisServer in.ftpd[1940]: [ID 913506 daemon.warning] refused connect from 172.152.121.114 (name/address mismatch) This happends because the server cannot resolve your IP address. To solve it, you need disable TCP_WRAPPERS checks for in.ftpd by using this [...]]]></description>
			<content:encoded><![CDATA[<p>You may get in the messages log the follow error when trying access a FTP server on Solaris:</p>
<p>	<span style="font-size: 12px;"><code>Jul 16 16:19:13 SolarisServer in.ftpd[1940]: [ID 913506 daemon.warning] refused connect from 172.152.121.114 (name/address mismatch)</code></span></p>
<p>	This happends because the server cannot resolve your IP address. To solve it, you need disable TCP_WRAPPERS checks for in.ftpd by using this command:</p>
<p>	<span style="font-size: 12px;"><code># inetadm -m&nbsp; svc:/network/ftp:default tcp_wrappers=FALSE</code></span></p>
<p>	After that, you will be able to do FTP again</p>
]]></content:encoded>
			<wfw:commentRss>http://www.system.adm.br/2009/07/136/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Forcing an user changing the password on Solaris</title>
		<link>http://www.system.adm.br/2009/06/forcing-a-user-changing-the-password-on-solaris/</link>
		<comments>http://www.system.adm.br/2009/06/forcing-a-user-changing-the-password-on-solaris/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 19:18:28 +0000</pubDate>
		<dc:creator>Lincoln Zuljewic Silva</dc:creator>
				<category><![CDATA[Solaris]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.system.adm.br/?p=125</guid>
		<description><![CDATA[On Solaris, you can use the following commands to unlock na user and force it to change it&#8217;s password on first logon: # passwd -f &#60;username&#62; passwd: password information changed for &#60;USER&#62; &#160;]]></description>
			<content:encoded><![CDATA[<p>On Solaris, you can use the following commands to unlock na user and force it to change it&rsquo;s password on first logon:</p>
<p>	<span style="font-size: 12px;"><code># passwd -f &lt;username&gt;<br />
	passwd: password information changed for &lt;USER&gt;</code></span><br />
	&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.system.adm.br/2009/06/forcing-a-user-changing-the-password-on-solaris/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Restarting SNMP service on Solaris</title>
		<link>http://www.system.adm.br/2009/04/restarting-snmp-service-on-solaris/</link>
		<comments>http://www.system.adm.br/2009/04/restarting-snmp-service-on-solaris/#comments</comments>
		<pubDate>Wed, 15 Apr 2009 12:59:25 +0000</pubDate>
		<dc:creator>Lincoln Zuljewic Silva</dc:creator>
				<category><![CDATA[Solaris]]></category>

		<guid isPermaLink="false">http://www.system.adm.br/?p=32</guid>
		<description><![CDATA[To restart SNMP on Solaris you can use the following command: # /etc/init.d/init.snmpdx stop /etc/init.d/init.snmpdx start &#160;]]></description>
			<content:encoded><![CDATA[<p>To restart SNMP on Solaris you can use the following command:</p>
<p>	<span style="font-size: 12px;"><code># /etc/init.d/init.snmpdx stop /etc/init.d/init.snmpdx start</code></span></p>
<p>	&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.system.adm.br/2009/04/restarting-snmp-service-on-solaris/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
