<?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>UNIX Note</title>
	<atom:link href="http://www.unixnote.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.unixnote.com</link>
	<description>A UNIX Administrator&#039;s Daily Notes</description>
	<lastBuildDate>Wed, 02 Nov 2011 06:13:47 +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>We Sun Solve! solves SunSolve</title>
		<link>http://www.unixnote.com/2011/11/we-sun-solve-solves-sunsolve.html</link>
		<comments>http://www.unixnote.com/2011/11/we-sun-solve-solves-sunsolve.html#comments</comments>
		<pubDate>Wed, 02 Nov 2011 06:13:47 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[IT News]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[Oracle Solaris]]></category>
		<category><![CDATA[patches]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[sunsolve]]></category>

		<guid isPermaLink="false">http://www.unixnote.com/?p=3384</guid>
		<description><![CDATA[Missed the old SunSolve where you can check and download the latest patches and fixes for Sun Solaris? We all<a href="http://www.unixnote.com/2011/11/we-sun-solve-solves-sunsolve.html" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
			<content:encoded><![CDATA[<p>Missed the old SunSolve where you can check and download the latest patches and fixes for Sun Solaris? We all know that SunSolve is now decommisioned by Oracle and has replaced it with Oracle Support and thanks to it&#8217;s Flash interface its one hell of sluggish support site.</p>
<p>Look no further because <a title="We Sun Solve!" href="http://wesunsolve.net/" target="_blank">We Sun Solve! </a>is here!!! Their patch database are always updated and easily seachable.</p>
<p>So if you are like me that missed the old SunSolve, go to <a title="We Sun Solve!" href="http://wesunsolve.net/" target="_blank">We Solve Sun!</a></p>
<img src="http://www.unixnote.com/7e4be4ee/266bb3d9/CCBot/1.0 (+http://www.commoncrawl.org/bot.html).gif" /><p><a href="http://www.unixnote.com/2011/11/we-sun-solve-solves-sunsolve.html" rel="bookmark">We Sun Solve! solves SunSolve</a> originally appeared on <a href="http://www.unixnote.com">UNIX Note</a> on November 2, 2011.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.unixnote.com/2011/11/we-sun-solve-solves-sunsolve.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Integrated Lights Out Manager (ILOM) CLI Cheat Sheet</title>
		<link>http://www.unixnote.com/2011/10/integrated-lights-out-manager-ilom-cli-cheat-sheet.html</link>
		<comments>http://www.unixnote.com/2011/10/integrated-lights-out-manager-ilom-cli-cheat-sheet.html#comments</comments>
		<pubDate>Wed, 26 Oct 2011 13:57:42 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[ILOM]]></category>
		<category><![CDATA[Oracle Solaris]]></category>
		<category><![CDATA[Solaris]]></category>

		<guid isPermaLink="false">http://www.unixnote.com/?p=3379</guid>
		<description><![CDATA[Learning the Integrated Lights Out Manager (ILOM) will be a big help when a System Administrator cannot login anymore to<a href="http://www.unixnote.com/2011/10/integrated-lights-out-manager-ilom-cli-cheat-sheet.html" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
			<content:encoded><![CDATA[<p>Learning the Integrated Lights Out Manager (ILOM) will be a big help when a System Administrator cannot login anymore to the server. ILOM can be accessed via IP network or serial console. Here are some of the most commonly used commands that could get anyone on track on managing the ILOM:</p>
<p>Display SP firmware version:</p>
<pre>-&gt; version</pre>
<p>Show available CLI commands:</p>
<pre>-&gt; show /SP/cli/commands</pre>
<p>Display help information about commands and targets</p>
<pre>-&gt; help</pre>
<p>Connect to host serial console:</p>
<pre>-&gt; start /SP/console</pre>
<p>List users with open sessions to the system console (who is using the console?):</p>
<pre>-&gt; show /SP/sessions</pre>
<p>Terminate a server console session started by another user:</p>
<pre>-&gt; stop /SP/console</pre>
<p>Power on host:</p>
<pre>-&gt; start /SYS</pre>
<p>Power off host:</p>
<pre>-&gt; stop /SYS</pre>
<p>Reset host:</p>
<pre>-&gt; reset /SYS</pre>
<p>Reset ILOM:</p>
<pre>-&gt; reset /SP</pre>
<p>Enable locate LED:</p>
<pre>-&gt; set /SYS LOCATE=on</pre>
<p>Disable locate LED:</p>
<pre>-&gt; set /SYS LOCATE=off</pre>
<p>Add a local user account:</p>
<pre>-&gt; create /SP/users/username password=password role=[administrator|operator]</pre>
<p>Displaying Users:</p>
<pre>-&gt; show /SP/users</pre>
<img src="http://www.unixnote.com/7e4be4ee/266bb3d9/CCBot/1.0 (+http://www.commoncrawl.org/bot.html).gif" /><p><a href="http://www.unixnote.com/2011/10/integrated-lights-out-manager-ilom-cli-cheat-sheet.html" rel="bookmark">Integrated Lights Out Manager (ILOM) CLI Cheat Sheet</a> originally appeared on <a href="http://www.unixnote.com">UNIX Note</a> on October 26, 2011.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.unixnote.com/2011/10/integrated-lights-out-manager-ilom-cli-cheat-sheet.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unix or Linux Crontab Headers</title>
		<link>http://www.unixnote.com/2011/10/unix-or-linux-crontab-headers.html</link>
		<comments>http://www.unixnote.com/2011/10/unix-or-linux-crontab-headers.html#comments</comments>
		<pubDate>Thu, 20 Oct 2011 12:01:27 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[Scripting]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[AIX]]></category>
		<category><![CDATA[cron]]></category>
		<category><![CDATA[HP-UX]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Solaris]]></category>

		<guid isPermaLink="false">http://www.unixnote.com/?p=3376</guid>
		<description><![CDATA[Even though cron is our usual lifesaver for redundant tasks on a Unix or Linux Systems, there are times that<a href="http://www.unixnote.com/2011/10/unix-or-linux-crontab-headers.html" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
			<content:encoded><![CDATA[<p>Even though cron is our usual lifesaver for redundant tasks on a Unix or Linux Systems, there are times that we really forget the syntax that is needed for our cronjobs. Here is a simple yet effective headers that we could place on top of the crontab as comments:</p>
<pre>###############################################################
#.---------------- minute (0 - 59)
#|  .------------- hour (0 - 23)
#|  |  .---------- day of month (1 - 31)
#|  |  |  .------- month (1 - 12) OR jan,feb,mar,apr ...
#|  |  |  |  .---- day of week (0 - 6) (Sunday=0 or 7)  OR
#|  |  |  |  |         sun,mon,tue,wed,thu,fri,sat
#|  |  |  |  |
*  *  *  *  *  command to be executed</pre>
<img src="http://www.unixnote.com/7e4be4ee/266bb3d9/CCBot/1.0 (+http://www.commoncrawl.org/bot.html).gif" /><p><a href="http://www.unixnote.com/2011/10/unix-or-linux-crontab-headers.html" rel="bookmark">Unix or Linux Crontab Headers</a> originally appeared on <a href="http://www.unixnote.com">UNIX Note</a> on October 20, 2011.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.unixnote.com/2011/10/unix-or-linux-crontab-headers.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dennis Richie, one of the creators of UNIX and C has died</title>
		<link>http://www.unixnote.com/2011/10/dennis-richie-one-of-the-creators-of-unix-and-c-has-died.html</link>
		<comments>http://www.unixnote.com/2011/10/dennis-richie-one-of-the-creators-of-unix-and-c-has-died.html#comments</comments>
		<pubDate>Thu, 13 Oct 2011 11:33:50 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[IT News]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[AIX]]></category>
		<category><![CDATA[C Language]]></category>
		<category><![CDATA[Dennis Richie]]></category>
		<category><![CDATA[HP-UX]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[UNIX]]></category>

		<guid isPermaLink="false">http://www.unixnote.com/?p=3361</guid>
		<description><![CDATA[It is a very sad news for all of us. A true pioneer in modern computing and the one that<a href="http://www.unixnote.com/2011/10/dennis-richie-one-of-the-creators-of-unix-and-c-has-died.html" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
			<content:encoded><![CDATA[<p>It is a very sad news for all of us. A true pioneer in modern computing and the one that revolutionizes on what we are all using today. Without C language, we will not have Java, C++, Basic. Without Unix, what Operating System will the world would be using.</p>
<pre>#include &lt;stdio.h&gt;

int main(void)
{
printf("RIP Dennis Richie.\n");
return(0);
}</pre>
<p>Check out <a title="Dennis M. Ritchie" href="http://cm.bell-labs.com/who/dmr/" target="_blank">Dennis&#8217; site at Bell-Labs</a></p>
<img src="http://www.unixnote.com/7e4be4ee/266bb3d9/CCBot/1.0 (+http://www.commoncrawl.org/bot.html).gif" /><p><a href="http://www.unixnote.com/2011/10/dennis-richie-one-of-the-creators-of-unix-and-c-has-died.html" rel="bookmark">Dennis Richie, one of the creators of UNIX and C has died</a> originally appeared on <a href="http://www.unixnote.com">UNIX Note</a> on October 13, 2011.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.unixnote.com/2011/10/dennis-richie-one-of-the-creators-of-unix-and-c-has-died.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Printer Management on AIX</title>
		<link>http://www.unixnote.com/2011/09/printer-management-on-aix.html</link>
		<comments>http://www.unixnote.com/2011/09/printer-management-on-aix.html#comments</comments>
		<pubDate>Tue, 20 Sep 2011 12:22:06 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[AIX]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[enq]]></category>
		<category><![CDATA[HowTo]]></category>

		<guid isPermaLink="false">http://www.unixnote.com/?p=3358</guid>
		<description><![CDATA[Managing printer is one of the least task of a Unix System Admin. But printer management is typically easy to<a href="http://www.unixnote.com/2011/09/printer-management-on-aix.html" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
			<content:encoded><![CDATA[<p>Managing printer is one of the least task of a Unix System Admin. But printer management is typically easy to get along with as there is just minimal commands and options that we use. Here are some of my trusted commands to manage printers:</p>
<p>From the man pages of enq(1):</p>
<pre>The enq command is a general-purpose utility for enqueuing requests to a
shared resource, typically a printer device. Use the enq command to enqueue
requests, cancel requests, alter the priority of a request, and display the
status of queues and devices.</pre>
<p>Check ALL Printer Queues:</p>
<pre>root@aix# lsallq</pre>
<p>Check Printer status:</p>
<pre>root@aix# enq -s -P &lt;PRINTER NAME&gt;</pre>
<p>Check Printer Queue:</p>
<pre>root@aix# enq -q -P &lt;PRINTER NAME&gt;</pre>
<p>Start UP Printer</p>
<pre>root@aix# enq -U -P &lt;PRINTER NAME&gt;</pre>
<p>Shutdown abruptly the Printer</p>
<pre>root@aix# enq -D -P &lt;PRINTER NAME&gt;</pre>
<p>Shutdown Gracefully the printer</p>
<pre>root@aix# enq -G -P &lt;PRINTER NAME&gt;</pre>
<p>Delete ALL print JOBS</p>
<pre>root@aix# enq -X -P &lt;PRINTER NAME&gt;</pre>
<p>Delete specific Print Job</p>
<pre>root@aix# enq -x &lt;print ID&gt; -P &lt;PRINTER NAME&gt;</pre>
<img src="http://www.unixnote.com/7e4be4ee/266bb3d9/CCBot/1.0 (+http://www.commoncrawl.org/bot.html).gif" /><p><a href="http://www.unixnote.com/2011/09/printer-management-on-aix.html" rel="bookmark">Printer Management on AIX</a> originally appeared on <a href="http://www.unixnote.com">UNIX Note</a> on September 20, 2011.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.unixnote.com/2011/09/printer-management-on-aix.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sun StorEdge A1000 Battery Replacement Procedure</title>
		<link>http://www.unixnote.com/2011/08/sun-storedge-a1000-battery-replacement-procedure.html</link>
		<comments>http://www.unixnote.com/2011/08/sun-storedge-a1000-battery-replacement-procedure.html#comments</comments>
		<pubDate>Mon, 15 Aug 2011 20:19:24 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[A1000]]></category>
		<category><![CDATA[OBP]]></category>
		<category><![CDATA[Oracle Solaris]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[StorEdge]]></category>

		<guid isPermaLink="false">http://www.unixnote.com/?p=3342</guid>
		<description><![CDATA[Sun StorEdge A1000 is one of the oldest storage array from SUN but still widely used. Just recently, we received<a href="http://www.unixnote.com/2011/08/sun-storedge-a1000-battery-replacement-procedure.html" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
			<content:encoded><![CDATA[<p>Sun StorEdge A1000 is one of the oldest storage array from SUN but still widely used. Just recently, we received a battery expiration and we need this replaced as soon as possible to ensure optimal operation of the said Sun StorEdge A1000 array. Below are the steps that we used to replace the expired battery:</p>
<p>Run the following Sun StorEdge RAID Manager 6(RM6) CLI command:</p>
<p>Determine the device name:</p>
<pre>root@solaris# /usr/lib/osa/bin/lad
c1t0d0 1T93803809 LUNS: 0 1</pre>
<p>Determine the battery age, use the device name listed in lad command:</p>
<pre>root@solaris# /usr/lib/osa/bin/raidutil -c c1t0d0 -B
LUNs found on c1t0d0.
LUN 0    RAID 0    10 MB
LUN 1    RAID 5    1000 MB

Battery age is between 720 days and 810 days.

raidutil succeeded!</pre>
<p>battery age between 630 and 720 days &#8211; near expiration<br />
battery age greater than 720 days &#8211; expired</p>
<p>Battery should be replaced for all the above cases.</p>
<p>NOTE: A1000 battery is not hotswappable.</p>
<p>Disable the Write Caching option by using the RM6 command line commands:</p>
<pre>root@solaris# /usr/lib/osa/bin/lad
c1t0d0 1T93803809 LUNS: 0 1</pre>
<p>Write cache disabling:</p>
<pre>root@solaris# /usr/lib/osa/bin/raidutil -c c1t0d0 -w off 0,1
LUNs found on c1t0d0.
LUN 0    RAID 5    8100 MB
LUN 1    RAID 5    8108 MB</pre>
<p>Stop the host machine that is connected to the Sun StorEdge A1000 array.</p>
<pre>root@solaris#  init 0</pre>
<p>Wait for atleast two (2) minutes before shutting down the Sun StorEdge A1000 Array. Then replace the battery.</p>
<p>Boot the host machine, without the -r option.</p>
<p>After the battery replacement, run the following RM6 command to reset the battery age: raidutil -c &lt;device&gt; -R</p>
<pre>root@solaris# /usr/lib/osa/bin/raidutil -c c1t0d0 -R
LUNs found on c1t0d0.
LUN 0    RAID 0    10 MB
LUN 1    RAID 5    1000 MB

raidutil succeeded!</pre>
<p>Check the new battery age:</p>
<pre>root@solaris# /usr/lib/osa/bin/raidutil -c c1t0d0 -B
LUNs found on c1t0d0.
LUN 0    RAID 0    10 MB
LUN 1    RAID 5    1000 MB

Battery age is between 0 days and 90 days.

raidutil succeeded!</pre>
<p>Re-enable the Write Caching option by using the RM6 GUI or by using the RM6 command line commands:</p>
<pre>root@solaris# /usr/lib/osa/bin/raidutil -c c1t0d0 -w on 0,1
LUNs found on c1t0d0.
LUN 0    RAID 5    8100 MB
LUN 1    RAID 5    8108 MB</pre>
<p>Theck to see if the battery is working, for example running RM6 GUI&#8217;s health check or running command &#8220;/usr/lib/osa/bin/healthck -a&#8221;.</p>
<img src="http://www.unixnote.com/7e4be4ee/266bb3d9/CCBot/1.0 (+http://www.commoncrawl.org/bot.html).gif" /><p><a href="http://www.unixnote.com/2011/08/sun-storedge-a1000-battery-replacement-procedure.html" rel="bookmark">Sun StorEdge A1000 Battery Replacement Procedure</a> originally appeared on <a href="http://www.unixnote.com">UNIX Note</a> on August 16, 2011.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.unixnote.com/2011/08/sun-storedge-a1000-battery-replacement-procedure.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Clearing FMA faults on Oracle/Sun Fire T1000/T2000</title>
		<link>http://www.unixnote.com/2011/07/clearing-fma-faults-on-oraclesun-fire-t1000t2000.html</link>
		<comments>http://www.unixnote.com/2011/07/clearing-fma-faults-on-oraclesun-fire-t1000t2000.html#comments</comments>
		<pubDate>Thu, 28 Jul 2011 15:49:40 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[FMA]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[Oracle Solaris]]></category>
		<category><![CDATA[SC]]></category>
		<category><![CDATA[Solaris]]></category>

		<guid isPermaLink="false">http://www.unixnote.com/?p=3338</guid>
		<description><![CDATA[After replacing a defective part on a Sun Fire T1000/T2000 boxes, we need to clear the FMA Faults. There are<a href="http://www.unixnote.com/2011/07/clearing-fma-faults-on-oraclesun-fire-t1000t2000.html" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
			<content:encoded><![CDATA[<p>After replacing a defective part on a Sun Fire T1000/T2000 boxes, we need to clear the FMA Faults. There are two ways that we can achieve this task &#8211; via the System Controller (SC) or Solaris OS. I usually prefer the path because there is no downtime required but there would be times that we need to do it on the OS side.</p>
<p><strong>Clearing faults from SC:</strong></p>
<p>Show the faults on the system controller</p>
<pre>sc&gt; showfaults -v</pre>
<p>For each fault listed run</p>
<pre>sc&gt; clearfault &lt;uuid&gt;</pre>
<p>If there are any disabled components run</p>
<pre>sc&gt; clearasrdb</pre>
<p>Clear ereports</p>
<pre>sc&gt; setsc sc_servicemode true
sc&gt; clearereports -y
sc&gt; setsc sc_servicemode false</pre>
<p><strong>To clear the FMA faults and error logs from Solaris:</strong></p>
<p>Show faults in FMA</p>
<pre>root@solaris# fmadm faulty</pre>
<p>For each fault listed in the &#8216;fmadm faulty&#8217; run</p>
<pre>root@solaris# fmadm repair &lt;uuid&gt;</pre>
<p>Clear ereports and resource cache</p>
<pre>root@solaris# cd /var/fm/fmd
root@solaris# rm e* f* c*/eft/* r*/*</pre>
<p>Reset the fmd serd modules</p>
<pre>root@solaris# fmadm reset cpumem-diagnosis
root@solaris# fmadm reset cpumem-retire
root@solaris# fmadm reset eft
root@solaris# fmadm reset io-retire</pre>
<p>Reboot the system</p>
<pre>root@solaris# reboot
or
root@solaris# shutdown -y -g0 -i6</pre>
<img src="http://www.unixnote.com/7e4be4ee/266bb3d9/CCBot/1.0 (+http://www.commoncrawl.org/bot.html).gif" /><p><a href="http://www.unixnote.com/2011/07/clearing-fma-faults-on-oraclesun-fire-t1000t2000.html" rel="bookmark">Clearing FMA faults on Oracle/Sun Fire T1000/T2000</a> originally appeared on <a href="http://www.unixnote.com">UNIX Note</a> on July 28, 2011.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.unixnote.com/2011/07/clearing-fma-faults-on-oraclesun-fire-t1000t2000.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install EMC PowerPath License on UNIX Systems</title>
		<link>http://www.unixnote.com/2011/07/install-emc-powerpath-license-on-unix-systems.html</link>
		<comments>http://www.unixnote.com/2011/07/install-emc-powerpath-license-on-unix-systems.html#comments</comments>
		<pubDate>Wed, 27 Jul 2011 12:17:07 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[UNIX]]></category>
		<category><![CDATA[AIX]]></category>
		<category><![CDATA[CLARiiON]]></category>
		<category><![CDATA[EMC]]></category>
		<category><![CDATA[HP-UX]]></category>
		<category><![CDATA[Oracle Solaris]]></category>
		<category><![CDATA[PowerPath]]></category>
		<category><![CDATA[Solaris]]></category>

		<guid isPermaLink="false">http://www.unixnote.com/?p=3332</guid>
		<description><![CDATA[Today we encountered a degraded policy in EMC PowerPath disk on one of our SUN/Oracle Solaris boxes. We found out<a href="http://www.unixnote.com/2011/07/install-emc-powerpath-license-on-unix-systems.html" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
			<content:encoded><![CDATA[<p>Today we encountered a degraded policy in EMC PowerPath disk on one of our SUN/Oracle Solaris boxes. We found out that the license for our PowerPath was not properly installed on the system. With this current issue &#8211; our disks is only running on Basic Failover policy which is not recommended for CLARiiON disks. To mitigate the issue, we need to install the license and set the policy back to CLARiiON Optimization Policy.</p>
<p>Check the current status of the EMC PowerPath</p>
<pre>root@solaris# /etc/powermt display dev=emcpower0a
Pseudo name=emcpower0a
CLARiiON ID=APM00063103821 [solaris]
Logical device ID=600601601C0XXXXXXXXXXXXXXXXXXX11 [LUN 356]
state=alive; policy=BasicFailover; priority=0; queued-IOs=0;
Owner: default=SP A, current=SP A       Array failover mode: 1
==============================================================================
--------------- Host ---------------   - Stor -   -- I/O Path --  -- Stats ---
###  HW Path               I/O Paths    Interf.   Mode    State   Q-IOs Errors
==============================================================================
3074 pci@7c0/pci@0/pci@9/SUNW,emlxs@0/fp@0,0 c3t500601234567890Bd0s0 SP A1
 active  alive       0      1
3074 pci@7c0/pci@0/pci@9/SUNW,emlxs@0/fp@0,0 c3t500601234567891Bd0s0 SP B1
 active  alive       0      0
3075 pci@7c0/pci@0/pci@9/SUNW,emlxs@0,1/fp@0,0 c3t500601234567892Bd0s0 SP A3
 unlic   alive       0      1
3075 pci@7c0/pci@0/pci@9/SUNW,emlxs@0,1/fp@0,0 c3t500601234567893Bd0s0 SP B3
 unlic   alive       0      0</pre>
<p>Install the license</p>
<pre>root@solaris# /etc/emcpreg -install
===========   EMC PowerPath Registration ===========
Do you have a new registration key or keys to enter?[n] y
Enter the registration keys(s) for your product(s),
one per line, pressing Enter after each key.
After typing all keys, press Enter again.

Key (Enter if done): ABCD-EFGH-1234-IJKL-5678-MNOP
1 key(s) successfully added.
Key successfully installed.

Key (Enter if done):
1 key(s) successfully registered.</pre>
<p>Check if the license was installed</p>
<pre>root@solaris# /etc/powermt check_registration
Key ABCD-EFGH-1234-IJKL-5678-MNOP
Product: PowerPath
Capabilities: All</pre>
<p>Set the policy to CLARiiON Optimization</p>
<pre>root@solaris# /etc/powermt set policy=co dev=emcpower0a</pre>
<p>Check the status of the EMC PowerPath after the changes</p>
<pre>root@solaris# /etc/powermt display dev=emcpower0a
Pseudo name=emcpower0a
CLARiiON ID=APM00063103821 [solaris]
Logical device ID=600601601C0XXXXXXXXXXXXXXXXXXX11 [LUN 356]
state=alive; policy=CLAROpt; priority=0; queued-IOs=0;
Owner: default=SP A, current=SP A       Array failover mode: 1
==============================================================================
--------------- Host ---------------   - Stor -   -- I/O Path --  -- Stats ---
###  HW Path               I/O Paths    Interf.   Mode    State   Q-IOs Errors
==============================================================================
3074 pci@7c0/pci@0/pci@9/SUNW,emlxs@0/fp@0,0 c3t500601234567890Bd0s0 SP A1
 active  alive       0      1
3074 pci@7c0/pci@0/pci@9/SUNW,emlxs@0/fp@0,0 c3t500601234567891Bd0s0 SP B1
 active  alive       0      0
3075 pci@7c0/pci@0/pci@9/SUNW,emlxs@0,1/fp@0,0 c3t500601234567892Bd0s0 SP A3
 active  alive       0      1
3075 pci@7c0/pci@0/pci@9/SUNW,emlxs@0,1/fp@0,0 c3t500601234567893Bd0s0 SP B3
 active  alive       0      0</pre>
<img src="http://www.unixnote.com/7e4be4ee/266bb3d9/CCBot/1.0 (+http://www.commoncrawl.org/bot.html).gif" /><p><a href="http://www.unixnote.com/2011/07/install-emc-powerpath-license-on-unix-systems.html" rel="bookmark">Install EMC PowerPath License on UNIX Systems</a> originally appeared on <a href="http://www.unixnote.com">UNIX Note</a> on July 27, 2011.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.unixnote.com/2011/07/install-emc-powerpath-license-on-unix-systems.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UNIX Note has a new logo</title>
		<link>http://www.unixnote.com/2011/07/unix-note-has-a-new-logo.html</link>
		<comments>http://www.unixnote.com/2011/07/unix-note-has-a-new-logo.html#comments</comments>
		<pubDate>Mon, 04 Jul 2011 05:47:33 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[Site News]]></category>
		<category><![CDATA[Oracle Solaris]]></category>
		<category><![CDATA[Solaris]]></category>

		<guid isPermaLink="false">http://www.unixnote.com/?p=3326</guid>
		<description><![CDATA[After more than a year of floating around the net. UNIX Note has a new logo!!! A very good friend<a href="http://www.unixnote.com/2011/07/unix-note-has-a-new-logo.html" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
			<content:encoded><![CDATA[<p>After more than a year of floating around the net. UNIX Note has a new logo!!! A very good friend of UNIX Note has given our logo a total make over. And now may we present to you our new logo:</p>
<p><a href="http://www.unixnote.com/blog/wp-content/uploads/2011/07/unixnote-logo.png"><img class="aligncenter size-full wp-image-3327" title="UNIX Note BOX Logo" src="http://www.unixnote.com/blog/wp-content/uploads/2011/07/unixnote-logo.png" alt="UNIX Note BOX Logo" width="300" height="300" /></a></p>
<p><a href="http://www.unixnote.com/blog/wp-content/uploads/2011/07/unixnote-logo-wide.png"><img class="aligncenter size-medium wp-image-3328" title="UNIX Note Banner" src="http://www.unixnote.com/blog/wp-content/uploads/2011/07/unixnote-logo-wide-300x117.png" alt="UNIX Note Banner" width="300" height="117" /></a>Tell us what you think.</p>
<img src="http://www.unixnote.com/7e4be4ee/266bb3d9/CCBot/1.0 (+http://www.commoncrawl.org/bot.html).gif" /><p><a href="http://www.unixnote.com/2011/07/unix-note-has-a-new-logo.html" rel="bookmark">UNIX Note has a new logo</a> originally appeared on <a href="http://www.unixnote.com">UNIX Note</a> on July 4, 2011.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.unixnote.com/2011/07/unix-note-has-a-new-logo.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google+ Invite Request</title>
		<link>http://www.unixnote.com/2011/06/google-plus-invite-request.html</link>
		<comments>http://www.unixnote.com/2011/06/google-plus-invite-request.html#comments</comments>
		<pubDate>Thu, 30 Jun 2011 06:39:22 +0000</pubDate>
		<dc:creator>andy</dc:creator>
				<category><![CDATA[IT News]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://www.unixnote.com/?p=3302</guid>
		<description><![CDATA[Just fill in your name and email address on the following fields for us to send you the invites. Your<a href="http://www.unixnote.com/2011/06/google-plus-invite-request.html" class="searchmore">Read the Rest...</a><div class="clr"></div>]]></description>
			<content:encoded><![CDATA[<p>Just fill in your name and email address on the following fields for us to send you the invites. Your details will not be displayed publicly. Currently Google+ is under maintenance but we will try to send the invites as soon as Google+ comes up again.</p>
<p><iframe src="https://spreadsheets.google.com/spreadsheet/embeddedform?formkey=dFMxYTJOcTlqYlNEd2MzQXRsX3RkOHc6MQ" width="300" height="350" frameborder="0" marginheight="0" marginwidth="0">Loading&#8230;</iframe></p>
<p>Looks like the invite system will be more strict than it has given its beta users hours back. You may still want to place in your details and we will try to send you the invite the soonest. Our apologies.</p>
<p><a href="http://www.unixnote.com/blog/wp-content/uploads/2011/06/google-plus-down.png"><img class="aligncenter size-medium wp-image-3323" title="Google+ Invite Shuts Down" src="http://www.unixnote.com/blog/wp-content/uploads/2011/06/google-plus-down-300x207.png" alt="Google+ Invite Shuts Down" width="300" height="207" /></a></p>
<img src="http://www.unixnote.com/7e4be4ee/266bb3d9/CCBot/1.0 (+http://www.commoncrawl.org/bot.html).gif" /><p><a href="http://www.unixnote.com/2011/06/google-plus-invite-request.html" rel="bookmark">Google+ Invite Request</a> originally appeared on <a href="http://www.unixnote.com">UNIX Note</a> on June 30, 2011.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.unixnote.com/2011/06/google-plus-invite-request.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

