67 lines
3.8 KiB
HTML
67 lines
3.8 KiB
HTML
|
<?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="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="task" />
|
||
|
<meta name="DC.Title" content="Schedule check service level" />
|
||
|
<meta name="abstract" content="Create a batch file to check your service level at regular intervals." />
|
||
|
<meta name="description" content="Create a batch file to check your service level at regular intervals." />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzaijhdrcheckveradm.htm" />
|
||
|
<meta name="copyright" content="(C) Copyright IBM Corporation 1999, 2006" />
|
||
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 1999, 2006" />
|
||
|
<meta name="DC.Format" content="XHTML" />
|
||
|
<meta name="DC.Identifier" content="hdrcheckversched" />
|
||
|
<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>Schedule check service level</title>
|
||
|
</head>
|
||
|
<body id="hdrcheckversched"><a name="hdrcheckversched"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">Schedule check service level</h1>
|
||
|
<div><p>Create a batch file to check your service level at regular intervals.</p>
|
||
|
<div class="section"> <p>You can, optionally, schedule check service level to run at regular
|
||
|
intervals. To do this, create a .bat file that runs check service level, and
|
||
|
then use the <strong>at</strong> command to specify when the batch file should run.</p>
|
||
|
</div>
|
||
|
<ol><li class="stepexpand"><span>Create a .bat file that the scheduler calls. </span> <ul><li>To have check service level use the parameters on the iSeries™ Access
|
||
|
for Windows<sup>®</sup> Properties
|
||
|
Service tab, put a line similar to the following example in the .bat file:
|
||
|
<pre>c:\...\Client~1\CWBCKVER.EXE LOGIN</pre>
|
||
|
</li>
|
||
|
<li>To have check service level to run whenever the schedule entry starts,
|
||
|
put a line similar to the following example in the .bat file: <pre>c:\...\Client~1\CWBCKVER.EXE SCHEDCHECK</pre>
|
||
|
</li>
|
||
|
</ul>
|
||
|
</li>
|
||
|
<li class="stepexpand"><span>Use the<samp class="codeph">at</samp> command to schedule check service level.</span> For example: <pre>at 10:00/INTERACTIVE/EVERY:15 "c:\scheddir\ckverscd.bat"</pre>
|
||
|
<p>This
|
||
|
will start check service level at 10:00 a.m. on the 15th day of every month.</p>
|
||
|
</li>
|
||
|
</ol>
|
||
|
<div class="section"> <div class="note"><span class="notetitle">Note:</span> This example uses a .bat file named ckverscd.bat in directory
|
||
|
c:\scheddir. Your .bat file name and the directory where you store it are
|
||
|
your choice.</div>
|
||
|
<p>When the schedule entry starts, a command prompt window
|
||
|
opens on your desktop. Check service level prompts the user with message boxes
|
||
|
and installation wizards. The user interface is identical to the interface
|
||
|
that a Windows administrator would see running check service
|
||
|
level. </p>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div>
|
||
|
<div class="familylinks">
|
||
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzaijhdrcheckveradm.htm" title="Check for updates to iSeries Access for Windows.">When to check service level function</a></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|