ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzakx_5.4.0.1/rzakxsetupservice.htm

73 lines
4.4 KiB
HTML
Raw Normal View History

2024-04-02 14:02:31 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-us" xml:lang="en-us">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="copyright" content="(C) Copyright IBM Corporation 2005" />
<meta name="DC.rights.owner" content="(C) Copyright IBM Corporation 2005" />
<meta name="security" content="public" />
<meta name="Robots" content="index,follow" />
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
<meta name="DC.Type" content="concept" />
<meta name="DC.Title" content="Example: Service section of setup.ini" />
<meta name="abstract" content="The fields in this section of the setup.ini file contain the information used by the Check Service Level program" />
<meta name="description" content="The fields in this section of the setup.ini file contain the information used by the Check Service Level program" />
<meta name="DC.Relation" scheme="URI" content="rzakxsetup.htm" />
<meta name="DC.Format" content="XHTML" />
<meta name="DC.Identifier" content="rzakxsetupservice" />
<meta name="DC.Language" content="en-us" />
<!-- All rights reserved. Licensed Materials Property of IBM -->
<!-- US Government Users Restricted Rights -->
<!-- Use, duplication or disclosure restricted by -->
<!-- GSA ADP Schedule Contract with IBM Corp. -->
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
<link rel="stylesheet" type="text/css" href="./ic.css" />
<title>Example: Service section of setup.ini</title>
</head>
<body id="rzakxsetupservice"><a name="rzakxsetupservice"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">Example: Service section of setup.ini</h1>
<div><p>The fields in this section of the setup.ini file contain the information
used by the Check Service Level program</p>
<p>The second section of the setup file (Service) provides the Check Service
Level program with the information it requires to determine if a new fix level
of the plug-in should be applied to the client workstation:</p>
<pre>[Service]
FixLevel=0
AdditionalSize=0</pre>
<p>Below is a listing of the meaning of each field:</p>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" frame="border" border="1" rules="all"><thead align="left"><tr><th valign="top" width="22.22222222222222%" id="d0e21">Field in [Service] section of Setup.ini</th>
<th valign="top" width="77.77777777777779%" id="d0e23">Description of field</th>
</tr>
</thead>
<tbody><tr><td valign="top" width="22.22222222222222%" headers="d0e21 ">FixLevel</td>
<td valign="top" width="77.77777777777779%" headers="d0e23 ">A numeric value that indicates the service level of the plug-in. The
Check Service Level program uses this value to determine whether the plug-in
requires servicing. This value must be incremented by some amount with each
service release for a particular Version. <p>The FixLevel value is compared
to the current FixLevel value of the installed plug-in on the customer's computer.
When this FixLevel value is greater than that of the plug-in that is installed
on the client workstation, the Check Service Level program will Service the
plug-in to the new FixLevel. The value must be reset to zero when a plug-in
is upgraded to a new Version or release level.</p>
</td>
</tr>
<tr><td valign="top" width="22.22222222222222%" headers="d0e21 ">AdditionalSize</td>
<td valign="top" width="77.77777777777779%" headers="d0e23 ">The amount of DASD space that is required to store any new or additional
executable files that will be added to the plug-in during servicing. Install
uses this value to determine if the workstation has adequate disk space for
the plug-in.</td>
</tr>
</tbody>
</table>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzakxsetup.htm" title="Your plug-in's setup.ini file provides the installation wizard with the information needed to install an iSeries Navigator plug-in on a client workstation. It also provides information that allows the Check Service Level program to determine when the plug-in needs to be upgraded or serviced.">Setup.ini file</a></div>
</div>
</div>
</body>
</html>