<?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/tag/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, 30 Nov 2011 17:59:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Solaris HBA information</title>
		<link>http://www.system.adm.br/2011/04/solaris-hba-information/</link>
		<comments>http://www.system.adm.br/2011/04/solaris-hba-information/#comments</comments>
		<pubDate>Tue, 26 Apr 2011 21:38:06 +0000</pubDate>
		<dc:creator>Lincoln Zuljewic Silva</dc:creator>
				<category><![CDATA[Solaris]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[fc]]></category>
		<category><![CDATA[hba]]></category>

		<guid isPermaLink="false">http://www.system.adm.br/?p=369</guid>
		<description><![CDATA[On a Solaris system, you can use the command fcinfo to get HBA related information: # fcinfo hba-port HBA Port WWN: 210000144fe71480 &#160;&#160;&#160;&#160;OS Device Name: /dev/cfg/c1 &#160;&#160;&#160;&#160;Manufacturer: QLogic Corp. &#160;&#160;&#160;&#160;Model: 2200 &#160;&#160;&#160;&#160;Type: L-port &#160;&#160;&#160;&#160;State: online &#160;&#160;&#160;&#160;Supported Speeds: 1Gb &#160;&#160;&#160;&#160;Current Speed: 1Gb &#160;&#160;&#160;&#160;Node WWN: 200000144fe71480 HBA Port WWN: 10000000c950c6a2 &#160;&#160;&#160;&#160;OS Device Name: /dev/cfg/c5 &#160;&#160;&#160;&#160;Manufacturer: Emulex &#160;&#160;&#160;&#160;Model: [...]]]></description>
			<content:encoded><![CDATA[<p>On a Solaris system, you can use the command fcinfo to get HBA related information:</p>
<p><code><span style="font-size: 12px;"><br />
# fcinfo hba-port<br />
HBA Port WWN: 210000144fe71480<br />
&nbsp;&nbsp;&nbsp;&nbsp;OS Device Name: /dev/cfg/c1<br />
&nbsp;&nbsp;&nbsp;&nbsp;Manufacturer: QLogic Corp.<br />
&nbsp;&nbsp;&nbsp;&nbsp;Model: 2200<br />
&nbsp;&nbsp;&nbsp;&nbsp;Type: L-port<br />
&nbsp;&nbsp;&nbsp;&nbsp;State: online<br />
&nbsp;&nbsp;&nbsp;&nbsp;Supported Speeds: 1Gb<br />
&nbsp;&nbsp;&nbsp;&nbsp;Current Speed: 1Gb<br />
&nbsp;&nbsp;&nbsp;&nbsp;Node WWN: 200000144fe71480<br />
HBA Port WWN: 10000000c950c6a2<br />
&nbsp;&nbsp;&nbsp;&nbsp;OS Device Name: /dev/cfg/c5<br />
&nbsp;&nbsp;&nbsp;&nbsp;Manufacturer: Emulex<br />
&nbsp;&nbsp;&nbsp;&nbsp;Model: LP10000-S<br />
&nbsp;&nbsp;&nbsp;&nbsp;Type: N-port<br />
&nbsp;&nbsp;&nbsp;&nbsp;State: online<br />
&nbsp;&nbsp;&nbsp;&nbsp;Supported Speeds: 1Gb 2Gb<br />
&nbsp;&nbsp;&nbsp;&nbsp;Current Speed: 2Gb<br />
&nbsp;&nbsp;&nbsp;&nbsp;Node WWN: 20000000c950c6a2<br />
HBA Port WWN: 10000000c950c6b7<br />
&nbsp;&nbsp;&nbsp;&nbsp;OS Device Name: /dev/cfg/c4<br />
&nbsp;&nbsp;&nbsp;&nbsp;Manufacturer: Emulex<br />
&nbsp;&nbsp;&nbsp;&nbsp;Model: LP10000-S<br />
&nbsp;&nbsp;&nbsp;&nbsp;Type: N-port<br />
&nbsp;&nbsp;&nbsp;&nbsp;State: online<br />
&nbsp;&nbsp;&nbsp;&nbsp;Supported Speeds: 1Gb 2Gb<br />
&nbsp;&nbsp;&nbsp;&nbsp;Current Speed: 2Gb<br />
&nbsp;&nbsp;&nbsp;&nbsp;Node WWN: 20000000c950c6b7<br />
</span></code></p>
<p>In the example above, you can see that the server has three HBAs (one QLogic and two Emulex).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.system.adm.br/2011/04/solaris-hba-information/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>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>
	</channel>
</rss>

