<?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>Seeds of Genius &#187; Live Upgrade</title>
	<atom:link href="http://www.seedsofgenius.net/category/solaris/live-upgrade/feed" rel="self" type="application/rss+xml" />
	<link>http://www.seedsofgenius.net</link>
	<description>Defining Value Add</description>
	<lastBuildDate>Wed, 19 Oct 2011 18:13:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Live Upgrade Troubleshooting</title>
		<link>http://www.seedsofgenius.net/solaris/live-upgrade-troubleshooting</link>
		<comments>http://www.seedsofgenius.net/solaris/live-upgrade-troubleshooting#comments</comments>
		<pubDate>Fri, 13 Nov 2009 19:39:54 +0000</pubDate>
		<dc:creator>kcassidy</dc:creator>
				<category><![CDATA[Errors]]></category>
		<category><![CDATA[Installation]]></category>
		<category><![CDATA[Live Upgrade]]></category>
		<category><![CDATA[Solaris]]></category>

		<guid isPermaLink="false">http://www.seedsofgenius.net/?p=52</guid>
		<description><![CDATA[This is meant to be a list of basic troubleshooting tips for Live Upgrade. It is a work in progress. #1 and #2 Troubleshooting Tips! Patch up to the most [...]]]></description>
			<content:encoded><![CDATA[<p>This is meant to be a list of basic troubleshooting tips for Live Upgrade. It is a work in progress.</p>
<p><strong>#1 and #2 Troubleshooting Tips!</strong></p>
<ol>
<li>Patch up to the most recent version of 121430 (SPARC) or 121431 (X86) before running any command that starts with &#8220;lu&#8221;</li>
<li>Incorrect syntax or an old buggy lu operation can leave the  configuration in a bad state and cause lu commands to fail, even  ludelete. Clean up the configuration and start fresh!
<pre>rm -f /etc/lutab
rm -f /etc/lu/.BE_CONFIG
rm -f /etc/lu/ICF.*</pre>
</li>
</ol>
<div>
<p><strong> Helpful links:</strong></p>
<ul>
<li>Use this document religiously &#8211; it contains procedures, required patch levels, and known bugs: <a href="http://sunsolve.sun.com/search/document.do?assetkey=1-61-206844-1">Solaris[TM] Live Upgrade Software: Patch Requirements</a> (now found here: <a href="https://support.oracle.com/CSP/main/article?cmd=show&amp;type=NOT&amp;doctype=HOWTO&amp;id=1004881.1">https://support.oracle.com/CSP/main/article?cmd=show&amp;type=NOT&amp;doctype=HOWTO&amp;id=1004881.1</a>)</li>
<li>Update 6: <a href="http://docs.sun.com/app/docs/doc/820-5238/esqbt">Solaris 10 10/08 Installation Guide: Solaris Live Upgrade and Upgrade Planning</a></li>
<li>Update 7: <a href="http://docs.sun.com/app/docs/doc/820-7013/esqbt">Solaris 10 5/09 Installation Guide: Solaris Live Upgrade and Upgrade Planning</a></li>
<li>NGZ Supplement: <a href="http://www.sun.com/bigadmin/sundocs/articles/sluonngzones.jsp">How to Upgrade the Solaris 10 OS With Non-global Zones Using Solaris Live Upgrade</a></li>
<li>SVM: <a href="http://docs.sun.com/app/docs/doc/820-5238/esqby?l=en&amp;a=view">Examples of Using Solaris Live Upgrade to Create RAID-1 Volumes</a></li>
</ul>
<p><strong> Debugging &amp; Helpful files:</strong> (in addition to Sun Explorer)</p>
<ol>
<li>First, change the following lines in /etc/default/lu
<pre>LU_DEBUG=0              &gt;&gt;  LU_DEBUG=10
LU_SESSION_LOG_FILE=""  &gt;&gt;  LU_SESSION_LOG_FILE="/etc/lu/sessionlog"
LU_ERROR_LOG_FILE=""    &gt;&gt;  LU_ERROR_LOG_FILE="/etc/lu/errorlog"</pre>
</li>
<li>Capture the debugging output with /usr/bin/script. Most of the output doesn&#8217;t end up in that session log file. The session and error logs are most helpful for capturing what happens during the shutdown scripts.</li>
<li>Grab the following:<br />
/etc/lu/ (entire directory)<br />
/etc/lutab<br />
/var/sadm/system/logs/upgrade_cleanup<br />
/var/sadm/system/logs/upgrade_log</li>
</ol>
<p><strong> Helpful commands:</strong></p>
<ul>
<li># /etc/lib/lu/lubootdev -b<br />
<em>Prints the PBE&#8217;s boot device as live upgrade sees it.</em></li>
<li># eeprom boot-device <em>new-boot-device</em><br />
<em>SPARC &#8211; specifies a new system boot device. Without </em>new-boot-device<em> it prints the current one.</em></li>
</ul>
<p><strong> Error diagnosis:</strong></p>
<ul>
<li>luupgrade:</li>
<p><em>ERROR: Installation of the packages from this media of the media failed; pfinstall returned these diagnostics:</em><br />
<a href="http://sunsolve.sun.com/search/document.do?assetkey=1-62-229412-1">SunSolve Problem Resolution procedure</a></ul>
<p>&#8230;work in progress.</p>
</div>
<div id="apf_post_footer">
<h4>Related Articles:</h4>
<ul>
<li class="apf_footer"><a href="http://www.seedsofgenius.net/?p=411">Mounting ISO Images in Solaris vs. AIX</a></li>
<li class="apf_footer"><a href="http://www.seedsofgenius.net/?p=406">Modify a Solaris Jumpstart Miniroot for Fun and Profit</a></li>
<li class="apf_footer"><a href="http://www.seedsofgenius.net/?p=363">Solaris Tips: Flash Archive (FLAR) with Zones</a></li>
<li class="apf_footer"><a href="http://www.seedsofgenius.net/?p=349">Solaris Tips: Unencapsulate SVM root mirror</a></li>
<li class="apf_footer"><a href="http://www.seedsofgenius.net/?p=337">Solaris Tips: Repairing the Boot Archive</a></li>
</ul>
</div>
<p><!-- HTML Codes by Quackit.com --><br />
<span style="font-family:Arial;font-size:18px;font-style:italic;font-weight:bold;text-decoration:underline;text-transform:none;color:000066;background-color:ffffff;">ABOUT US</span><br />
<span style="font-family:Arial;font-size:14px;font-style:normal;font-weight:bold;text-decoration:none;text-transform:none;color:003366;background-color:ffffff;">Seeds of Genius, Inc. offers a full range of IT solutions including hardware and software products in addition to consulting, installation and support services. For more information, please visit our main web site at <a href="http://www.seedsofgenius.com">http://www.seedsofgenius.com</a> or contact our Technical Sales department at (410) 312-9806.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.seedsofgenius.net/solaris/live-upgrade-troubleshooting/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

