<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Sun Solaris System Admin</title>
	<atom:link href="http://www.sunsolarisadmin.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sunsolarisadmin.com</link>
	<description>Sun Solaris HowTo's Tips Tricks Tutorials</description>
	<lastBuildDate>Fri, 03 Feb 2012 16:46:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Configure Link based IPMP in Solaris by marie sorell</title>
		<link>http://www.sunsolarisadmin.com/networking/configure-link-based-ipmp-in-solaris/comment-page-1/#comment-894</link>
		<dc:creator>marie sorell</dc:creator>
		<pubDate>Fri, 03 Feb 2012 16:46:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.sunsolarisadmin.com/?p=111#comment-894</guid>
		<description>Solomon, Check in dmesg and grep for the device name.  You have to assign an ip to the nic card unless of course you are using dhcp.  Than an ifconfig -a should do the trick.  Check this link which is a basic networking in Solaris 10.  Good luck.</description>
		<content:encoded><![CDATA[<p>Solomon, Check in dmesg and grep for the device name.  You have to assign an ip to the nic card unless of course you are using dhcp.  Than an ifconfig -a should do the trick.  Check this link which is a basic networking in Solaris 10.  Good luck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on dladm &#8211; Display Link status,speed,duplex,statistics,MTU by anil</title>
		<link>http://www.sunsolarisadmin.com/solaris-10/dladm-display-link-statusspeedduplexstatisticsmtu/comment-page-1/#comment-893</link>
		<dc:creator>anil</dc:creator>
		<pubDate>Tue, 24 Jan 2012 20:11:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.sunsolarisadmin.com/?p=78#comment-893</guid>
		<description>badiya h 
jakkas</description>
		<content:encoded><![CDATA[<p>badiya h<br />
jakkas</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SSH access without password in Sun Solaris by smkumaran</title>
		<link>http://www.sunsolarisadmin.com/solaris-7/ssh-access-without-password-in-sun-solaris/comment-page-1/#comment-892</link>
		<dc:creator>smkumaran</dc:creator>
		<pubDate>Sat, 21 Jan 2012 12:30:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.sunsolarisadmin.com/solaris-7/ssh-access-without-password-in-sun-solaris/#comment-892</guid>
		<description>Nice....thanx a lot..helped a lot....:)</description>
		<content:encoded><![CDATA[<p>Nice&#8230;.thanx a lot..helped a lot&#8230;.:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to find System Serial Number in x86 using ipmitool by smkumaran</title>
		<link>http://www.sunsolarisadmin.com/hardware/how-to-find-system-serial-number-in-x86-using-ipmitool/comment-page-1/#comment-891</link>
		<dc:creator>smkumaran</dc:creator>
		<pubDate>Sat, 21 Jan 2012 12:22:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.sunsolarisadmin.com/?p=102#comment-891</guid>
		<description>@ken stailey : Nice one..dear .i tried :)</description>
		<content:encoded><![CDATA[<p>@ken stailey : Nice one..dear .i tried <img src='http://www.sunsolarisadmin.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to add a Static Route (persistent) in Sun Solaris by JFC</title>
		<link>http://www.sunsolarisadmin.com/solaris-7/how-to-add-a-static-route-persistent-in-sun-solaris/comment-page-1/#comment-890</link>
		<dc:creator>JFC</dc:creator>
		<pubDate>Tue, 17 Jan 2012 13:37:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.sunsolarisadmin.com/solaris-7/how-to-add-a-static-route-persistent-in-sun-solaris/#comment-890</guid>
		<description>Take care -p is only availiable since Solaris 10.
So the info is still valid for older versions!!</description>
		<content:encoded><![CDATA[<p>Take care -p is only availiable since Solaris 10.<br />
So the info is still valid for older versions!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fix errors in commands in Sun ILOM by Robert</title>
		<link>http://www.sunsolarisadmin.com/hardware/fix-errors-in-commands-in-sun-ilom/comment-page-1/#comment-887</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Thu, 12 Jan 2012 15:46:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.sunsolarisadmin.com/?p=105#comment-887</guid>
		<description>Try this:

#How to recover from hung ILOM on a T5220
install Oracle Hardware management pack
cd /opt/sun-ssm/bin
ilomconfig list network
#if it replies then ilom is not dead, just net interface jammed. to unjam, disable then enable again:
ilomconfig modify network --state=disabled
ilomconfig modify network --state=enabled

my 2 cents</description>
		<content:encoded><![CDATA[<p>Try this:</p>
<p>#How to recover from hung ILOM on a T5220<br />
install Oracle Hardware management pack<br />
cd /opt/sun-ssm/bin<br />
ilomconfig list network<br />
#if it replies then ilom is not dead, just net interface jammed. to unjam, disable then enable again:<br />
ilomconfig modify network &#8211;state=disabled<br />
ilomconfig modify network &#8211;state=enabled</p>
<p>my 2 cents</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on OBP Error: FATAL: system is not bootable, boot command is disabled by Ajay kumar Sahu</title>
		<link>http://www.sunsolarisadmin.com/hardware/obp-error-fatal-system-is-not-bootable-boot-command-is-disabled/comment-page-1/#comment-886</link>
		<dc:creator>Ajay kumar Sahu</dc:creator>
		<pubDate>Thu, 12 Jan 2012 13:05:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.sunsolarisadmin.com/?p=86#comment-886</guid>
		<description>I got the same error .fatal error .boot is disabled.then i make the auto-boot to false and gave reset-all .But this resetting is never completed .it stays in that processes/screens  going on.Still to comlete after 24 hours.pls help how to make it up
Advance thanks
Ajay</description>
		<content:encoded><![CDATA[<p>I got the same error .fatal error .boot is disabled.then i make the auto-boot to false and gave reset-all .But this resetting is never completed .it stays in that processes/screens  going on.Still to comlete after 24 hours.pls help how to make it up<br />
Advance thanks<br />
Ajay</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on GNU Tools out of the box in Solaris 11 by Nathan</title>
		<link>http://www.sunsolarisadmin.com/solaris-11/gnu-tools-out-of-the-box-in-solaris-11/comment-page-1/#comment-884</link>
		<dc:creator>Nathan</dc:creator>
		<pubDate>Sat, 24 Dec 2011 07:28:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.sunsolarisadmin.com/?p=133#comment-884</guid>
		<description>Cool. Now I don&#039;t have to install them manually. Nice to have things like grep -B and df -H

=]</description>
		<content:encoded><![CDATA[<p>Cool. Now I don&#8217;t have to install them manually. Nice to have things like grep -B and df -H</p>
<p>=]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to find the WWN (World Wide Name) in Sun Solaris by Andre</title>
		<link>http://www.sunsolarisadmin.com/hardware/how-to-find-the-wwn-world-wide-name-in-sun-solaris/comment-page-1/#comment-883</link>
		<dc:creator>Andre</dc:creator>
		<pubDate>Fri, 23 Dec 2011 07:01:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.sunsolarisadmin.com/?p=64#comment-883</guid>
		<description>good summary, may I know the exact path for scli, I couldn&#039;t find this command</description>
		<content:encoded><![CDATA[<p>good summary, may I know the exact path for scli, I couldn&#8217;t find this command</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Display/Add/Delete/modify ARP entries in ARP Table by Vinoth</title>
		<link>http://www.sunsolarisadmin.com/networking/displayadddeletemodify-arp-entries-in-arp-table/comment-page-1/#comment-880</link>
		<dc:creator>Vinoth</dc:creator>
		<pubDate>Wed, 21 Dec 2011 21:23:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.sunsolarisadmin.com/networking/displayadddeletemodify-arp-entries-in-arp-table/#comment-880</guid>
		<description>Hi,
I have accidentally deleted a ARP entry in my sun solaris machine. The session got terminated immediately thereafter. And I could no longer login to the machine.

The comand I used was arp -d SERVER01 , where SERVER01 was the hostname of the machine i was logged in and executing the command.

I can no longer login into the system. Could you please suggest me a way to solve this ?

Thanks and Regards, A</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I have accidentally deleted a ARP entry in my sun solaris machine. The session got terminated immediately thereafter. And I could no longer login to the machine.</p>
<p>The comand I used was arp -d SERVER01 , where SERVER01 was the hostname of the machine i was logged in and executing the command.</p>
<p>I can no longer login into the system. Could you please suggest me a way to solve this ?</p>
<p>Thanks and Regards, A</p>
]]></content:encoded>
	</item>
</channel>
</rss>

