<?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>AskNadya &#187; flash update</title>
	<atom:link href="http://asknadya.com/tag/flash-update/feed/" rel="self" type="application/rss+xml" />
	<link>http://asknadya.com</link>
	<description>solaris, linux, red hat, suse, vmware, virtualbox, sap basis, sap netweaver, oracle, mssql, sql</description>
	<lastBuildDate>Thu, 02 Sep 2010 06:27:38 +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>Update Sun System Firmware Using Flash Update</title>
		<link>http://asknadya.com/sun-solaris/how-to-update-sun-system-firmware-using-flash-update/</link>
		<comments>http://asknadya.com/sun-solaris/how-to-update-sun-system-firmware-using-flash-update/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 07:38:01 +0000</pubDate>
		<dc:creator>AskNadya</dc:creator>
				<category><![CDATA[SUN Solaris]]></category>
		<category><![CDATA[flash update]]></category>
		<category><![CDATA[update firmware]]></category>

		<guid isPermaLink="false">http://asknadya.com/?p=292</guid>
		<description><![CDATA[** Verifying that the Sun System Firmware supports this utility The version of Sun System Firmware running on the system to be flash-updated must be 6.1.10 or higher. Consult the Install.info or other system documentation to determine the system&#8217;s Sun System Firmware version. If the version of Sun System Firmware is older than 6.1.10, then [...]


Related posts:<ol><li><a href='http://asknadya.com/sun-solaris/how-to-check-patch-level-update/' rel='bookmark' title='Permanent Link: Check Patch Level Update'>Check Patch Level Update</a></li>
<li><a href='http://asknadya.com/sun-solaris/how-to-clear-faults-in-alom/' rel='bookmark' title='Permanent Link: Clear Faults in ALOM'>Clear Faults in ALOM</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>** <strong>Verifying </strong>that the <strong>Sun System Firmware</strong> supports this utility</p>
<p>The version of Sun System Firmware running on the system to be flash-updated must be <strong>6.1.10</strong> or <strong>higher</strong>. Consult the <strong>Install.info</strong> or other system documentation to determine the system&#8217;s Sun System Firmware version. If the version of Sun System Firmware is <strong>older </strong>than 6.1.10, then you must use the default protocol for flash-updating via the System Controller NET MGT port.</p>
<p>** <strong>Installing </strong>the Sun System Firmware from Solaris</p>
<p>1. <strong>Login </strong>to the system as <strong>root</strong>.</p>
<p>2. Change directory to <strong>/tmp</strong></p>
<p><strong># cd /tmp/</strong></p>
<p>3. <strong>Create </strong>a subdirectory named &#8216;<strong>images</strong>&#8216;.</p>
<p><strong># mkdir images</strong></p>
<p><strong><span id="more-292"></span></strong></p>
<p>4. Change directory to <strong>/images</strong></p>
<p><strong># cd images</strong></p>
<p>5. <strong>Copy </strong>the &#8216;<strong>sysfwdownload</strong>&#8216; binary and <strong>Sun System Firmware image</strong> (e.g. Sun_System_Firmware-&lt;version&gt;-&lt;platform&gt;-.bin) from the SunSolve site to the <strong>/tmp/images</strong> directory.</p>
<p>6. Use the <strong>sysfwdownload </strong>utility to <strong>download </strong>the Sun System Firmware image to the <strong>System Controller</strong>:<br />
(In this example, we use <strong>Sun_System_Firmware-6_2_0-Sun_Fire_T2000.bin</strong>)</p>
<p><strong># /tmp/images/sysfwdownload Sun_System_Firmware-6_2_0-Sun_Fire_T2000.bin</strong><br />
&#8230;&#8230;&#8230;. (10%)&#8230;&#8230;&#8230;. (20%)&#8230;&#8230;&#8230;. (30%)&#8230;&#8230;&#8230;. (41%)&#8230;&#8230;<br />
&#8230;. (51%)&#8230;&#8230;&#8230;. (61%)&#8230;&#8230;&#8230;. (71%)&#8230;&#8230;&#8230;. (82%)&#8230;&#8230;&#8230;. (92%)&#8230;&#8230;<br />
.. (100%)<br />
Download completed successfully.</p>
<p>7. Wait until the download <strong>completes </strong>successfully.  This should take <strong>10-15 minutes</strong>.</p>
<p>8. <strong>Power off </strong>the system.  (i.e. to standby mode).</p>
<p>a) As root, exit the OS such that the system returns to the PROM&#8217;s &#8220;<strong>ok</strong>&#8221; prompt:</p>
<p><strong># shutdown -i0</strong></p>
<p>{0} ok</p>
<p>b) Access the System Controller command line interface (CLI).  This is accomplished using the console escape characters. (normally &#8220;<strong>#.</strong>&#8220;)</p>
<p><strong>{0} ok #.</strong><br />
sc&gt;</p>
<p>c) From the System Controller CLI, issue the <strong>poweroff </strong>command.</p>
<p><strong>sc&gt; poweroff</strong><br />
Are you sure you want to power off the system [y/n]? <strong> y</strong><br />
sc&gt;<br />
SC Alert: SC Request to Power Off Host.<br />
SC Alert: Host system has shut down.<br />
sc&gt;</p>
<p>9. Make sure the <strong>virtual keyswitch</strong> setting is not in the <strong>LOCKED </strong>position. You can check the setting from the System Controller CLI with the following command:</p>
<p><strong>sc&gt; showkeyswitch</strong></p>
<p>If the virtual key switch is in <strong>LOCKED </strong>position you can change that with the following command:</p>
<p><strong>sc&gt; setkeyswitch -y normal</strong></p>
<p>10.<strong> Flash update</strong> the downloaded Sun System Firmware image:</p>
<p><strong>sc&gt; flashupdate -s 127.0.0.1</strong></p>
<p>&#8216;<strong>127.0.0.1</strong>&#8216; is the<strong> default address</strong> for the local host.</p>
<p>As the download process progresses, a series of periods appear across your screen.</p>
<p>&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;..</p>
<p>When the download process is finished, ALOM displays the message:</p>
<p><strong>Update complete. Reset device to use new software.</strong></p>
<p>11. The Sun System Firmware has now been updated. For the system to use the new firmware you must reset the System Controller. Type the resetsc command to reset ALOM.</p>
<p><strong>sc&gt; resetsc</strong><br />
User Requested SC Shutdown</p>


<p>Related posts:<ol><li><a href='http://asknadya.com/sun-solaris/how-to-check-patch-level-update/' rel='bookmark' title='Permanent Link: Check Patch Level Update'>Check Patch Level Update</a></li>
<li><a href='http://asknadya.com/sun-solaris/how-to-clear-faults-in-alom/' rel='bookmark' title='Permanent Link: Clear Faults in ALOM'>Clear Faults in ALOM</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://asknadya.com/sun-solaris/how-to-update-sun-system-firmware-using-flash-update/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
