ibm-information-center/dist/eclipse/plugins/i5OS.ic.cl_5.4.0.1/lodoptfmw.htm

152 lines
4.7 KiB
HTML

<!doctype html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head><META http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Load Optical Firmware (LODOPTFMW)</title>
<link rel="stylesheet" type="text/css" href="../rzahg/ic.css">
</head>
<body bgcolor="white">
<script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<a name="LODOPTFMW.Top_Of_Page"></a>
<h2>Load Optical Firmware (LODOPTFMW)</h2>
<table width="100%">
<tr>
<td valign="top" align="left"><b>Where allowed to run: </b>All environments (*ALL)<br>
<b>Threadsafe: </b>No
</td>
<td valign="top" align="right">
<a href="#LODOPTFMW.PARAMETERS.TABLE">Parameters</a><br>
<a href="#LODOPTFMW.COMMAND.EXAMPLES">Examples</a><br>
<a href="#LODOPTFMW.ERROR.MESSAGES">Error messages</a></td>
</tr>
</table>
<div> <a name="LODOPTFMW"></a>
<p>The Load Optical Firmware (LODOPTFMW) command loads optical device firmware into a staging area that can be accessed by the Optical Hardware Service Manager. The Optical Hardware Service Manager must be used to load the firmware onto the device.
</p>
<p><b>Restrictions:</b>
</p>
<ol>
<li>This command is shipped with *EXCLUDE public authority.
</li>
<li>You must have an active optical device although it does not need to be the destination device for the firmware. The system will find the varied on device.
</li>
</ol>
</div>
<table width="100%">
<tr><td align="right"><a href="#LODOPTFMW.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div>
<h3><a name="LODOPTFMW.PARAMETERS.TABLE">Parameters</a></h3>
<table border="1" cellpadding="4" cellspacing="0">
<!-- col1="10" col2="15" col3="30" col4="10" -->
<tr>
<th bgcolor="aqua" valign="bottom" align="left">Keyword</th>
<th bgcolor="aqua" valign="bottom" align="left">Description</th>
<th bgcolor="aqua" valign="bottom" align="left">Choices</th>
<th bgcolor="aqua" valign="bottom" align="left">Notes</th>
</tr>
<tr>
<td valign="top"><a href="#LODOPTFMW.FROMSTMF"><b>FROMSTMF</b></a></td>
<td valign="top">From stream file</td>
<td valign="top"><i>Path name</i></td>
<td valign="top">Required, Positional 1</td>
</tr>
<tr>
<td valign="top"><a href="#LODOPTFMW.TYPE"><b>TYPE</b></a></td>
<td valign="top">Device type</td>
<td valign="top"><i>Character value</i></td>
<td valign="top">Required, Positional 2</td>
</tr>
<tr>
<td valign="top"><a href="#LODOPTFMW.MODEL"><b>MODEL</b></a></td>
<td valign="top">Device model</td>
<td valign="top"><i>Character value</i></td>
<td valign="top">Required, Positional 3</td>
</tr>
</table>
<table width="100%">
<tr><td align="right"><a href="#LODOPTFMW.Top_Of_Page">Top</a></td></tr>
</table>
</div>
<div> <a name="LODOPTFMW.FROMSTMF"></a>
<h3>From stream file (FROMSTMF)</h3>
<p>Specifies the stream file that contains the firmware to be read into cache.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#LODOPTFMW.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="LODOPTFMW.TYPE"></a>
<h3>Device type (TYPE)</h3>
<p>Specifies the optical media library type that the firmware will eventually be loaded on.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#LODOPTFMW.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="LODOPTFMW.MODEL"></a>
<h3>Device model (MODEL)</h3>
<p>Specifies the model the firmware is for.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#LODOPTFMW.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="LODOPTFMW.COMMAND.EXAMPLES">Examples</a> </h3>
<p><b>Example 1: Specify a Media Library</b>
</p>
<p>
<pre>
LODOPTFMW FROMSTMF('/MyDir/MyFile') TYPE(399F)
MODEL(200)
</pre>
</p>
<p>This command loads the optical device firmware from MyFile into system storage for a 399F Optical Media Library Model 200.
</p>
<p><b>Example 2: Specify an Optical Drive</b>
</p>
<p>
<pre>
LODOPTFMW FROMSTMF('/MyDir/MyFile') TYPE(399F)
MODEL(001)
</pre>
</p>
<p>This command loads the optical device firmware from MyFile into system storage for a 14x optical drive.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#LODOPTFMW.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="LODOPTFMW.ERROR.MESSAGES">Error messages</a> </h3>
<p><b><u>*ESCAPE Messages</u></b>
</p>
<dl>
<dt><b>OPT1114</b></dt>
<dd>Error accessing stream file.
</dd>
<dt><b>OPT1121</b></dt>
<dd>Length beyond end of buffer.
</dd>
<dt><b>OPT1681</b></dt>
<dd>An active optical device was not found.
</dd>
<dt><b>OPT1815</b></dt>
<dd>Internal program error occurred.
</dd>
<dt><b>OPT1821</b></dt>
<dd>Error occurred on optical device &amp;1.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#LODOPTFMW.Top_Of_Page">Top</a></td></tr>
</table>
</body>
</html>