<?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 on: Solaris 10 patch return codes</title>
	<atom:link href="http://solaris.reys.net/solaris-10-patch-return-codes/feed/" rel="self" type="application/rss+xml" />
	<link>http://solaris.reys.net/solaris-10-patch-return-codes/</link>
	<description>Tips and tricks on DTrace, ZFS, Zones and Solaris administration</description>
	<lastBuildDate>Sun, 08 Jan 2012 03:14:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Rob</title>
		<link>http://solaris.reys.net/solaris-10-patch-return-codes/comment-page-1/#comment-1487</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Tue, 30 Jun 2009 20:21:13 +0000</pubDate>
		<guid isPermaLink="false">http://solaris.reys.net/?p=323#comment-1487</guid>
		<description>Is there an exact url for this path check advanced? Thanks!</description>
		<content:encoded><![CDATA[<p>Is there an exact url for this path check advanced? Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: s</title>
		<link>http://solaris.reys.net/solaris-10-patch-return-codes/comment-page-1/#comment-1021</link>
		<dc:creator>s</dc:creator>
		<pubDate>Fri, 29 May 2009 21:03:11 +0000</pubDate>
		<guid isPermaLink="false">http://solaris.reys.net/?p=323#comment-1021</guid>
		<description>For patching goodness check out PCA - &quot;patch check advanced&quot; it is simply a perl script by a dude, but ohmygod it rules compared to the built in sun tools.</description>
		<content:encoded><![CDATA[<p>For patching goodness check out PCA &#8211; &#8220;patch check advanced&#8221; it is simply a perl script by a dude, but ohmygod it rules compared to the built in sun tools.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gleb Reys</title>
		<link>http://solaris.reys.net/solaris-10-patch-return-codes/comment-page-1/#comment-945</link>
		<dc:creator>Gleb Reys</dc:creator>
		<pubDate>Thu, 28 May 2009 20:06:06 +0000</pubDate>
		<guid isPermaLink="false">http://solaris.reys.net/?p=323#comment-945</guid>
		<description>Hi Colin,

Thanks for leaving a comment! You&#039;re quite right about the rule of thumb: if it&#039;s 0, things are green, if it&#039;s anything else - watch out. I always end up checking the install logs, sometimes for each patch, just to make sure the patching is successful.</description>
		<content:encoded><![CDATA[<p>Hi Colin,</p>
<p>Thanks for leaving a comment! You&#8217;re quite right about the rule of thumb: if it&#8217;s 0, things are green, if it&#8217;s anything else &#8211; watch out. I always end up checking the install logs, sometimes for each patch, just to make sure the patching is successful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin</title>
		<link>http://solaris.reys.net/solaris-10-patch-return-codes/comment-page-1/#comment-923</link>
		<dc:creator>Colin</dc:creator>
		<pubDate>Thu, 28 May 2009 12:15:08 +0000</pubDate>
		<guid isPermaLink="false">http://solaris.reys.net/?p=323#comment-923</guid>
		<description>Be careful with this list: the exit codes were never officially documented (and thus never really supported) so Sun is at liberty to change these at will, without notification.  

In fact this is indeed the case with Solaris 10&#039;s new patching mechanism that was introduced when zones were introduced.  The only reliable exit codes are 0 and &gt;0 (see the patchadd(1M) man page) and you&#039;ll find the exit codes very rarely actually match this list unless you use the -t option to patchadd.

Note, the -t option is NOT compatible with zones.

Like with any application with undocumented exit codes, your only option is to check for 0 and if it&#039;s not 0, read the log/output to determine why it failed.</description>
		<content:encoded><![CDATA[<p>Be careful with this list: the exit codes were never officially documented (and thus never really supported) so Sun is at liberty to change these at will, without notification.  </p>
<p>In fact this is indeed the case with Solaris 10&#8242;s new patching mechanism that was introduced when zones were introduced.  The only reliable exit codes are 0 and &gt;0 (see the patchadd(1M) man page) and you&#8217;ll find the exit codes very rarely actually match this list unless you use the -t option to patchadd.</p>
<p>Note, the -t option is NOT compatible with zones.</p>
<p>Like with any application with undocumented exit codes, your only option is to check for 0 and if it&#8217;s not 0, read the log/output to determine why it failed.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

