82 lines
4.2 KiB
HTML
82 lines
4.2 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 xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-us">
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
|
<meta name="dc.language" scheme="rfc1766" 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. -->
|
||
|
<meta name="dc.date" scheme="iso8601" content="2005-09-13" />
|
||
|
<meta name="copyright" content="(C) Copyright IBM Corporation 1998, 2006" />
|
||
|
<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))' />
|
||
|
<title>How to safely shutdown your iSeries when integrated Windows servers are
|
||
|
present</title>
|
||
|
<link rel="stylesheet" type="text/css" href="ibmidwb.css" />
|
||
|
<link rel="stylesheet" type="text/css" href="ic.css" />
|
||
|
</head>
|
||
|
<body>
|
||
|
<a id="Top_Of_Page" name="Top_Of_Page"></a><!-- Java sync-link -->
|
||
|
<script language = "Javascript" src = "../rzahg/synch.js" type="text/javascript"></script>
|
||
|
|
||
|
|
||
|
<a name="rzahqstartnstopshutdown"></a>
|
||
|
<h3 id="rzahqstartnstopshutdown">How to safely shutdown your iSeries when integrated Windows servers are
|
||
|
present</h3>
|
||
|
<p>The easiest way to ensure your integrated servers will be shut-down safely
|
||
|
is to always manually shut them down before shutting down the iSeries™. You may
|
||
|
grow tired of this tedious task, however. The CL command <tt>PWRDWNSYS *CNTRLD</tt> will attempt to power-down each of the integrated servers,
|
||
|
giving each of them a period of time (the NWSD attribute SHUTDTIMO, by default
|
||
|
15 minutes) in which to shut-down. Note that there is no guarantee that they
|
||
|
will finish shutting down within this time period.</p>
|
||
|
<a name="wq263"></a>
|
||
|
<div class="notetitle" id="wq263">Note:</div>
|
||
|
<div class="notebody">The CL command <tt>PWRDWNSYS *IMMED</tt> is not recommended. This will power
|
||
|
down the iSeries immediately, without attempting to shut down any integrated servers.</div>
|
||
|
<p></p>
|
||
|
<a name="wq264"></a>
|
||
|
<table id="wq264" width="100%" summary="" border="1" frame="border" rules="all" class="singleborder">
|
||
|
<caption>Table 2. </caption>
|
||
|
<tbody valign="top">
|
||
|
<tr>
|
||
|
<td>Action</td>
|
||
|
<td>Result</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>Shut down the integrated server manually.</td>
|
||
|
<td>The integrated server is varied off properly, with no
|
||
|
risk of data loss.</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>Issue the CL command <tt>pwrdwnsys
|
||
|
*cntrld</tt>.</td>
|
||
|
<td>The integrated server is given the length of time specified
|
||
|
in the shutdown timeout attribute of its NWSD in which to shut down, then
|
||
|
the iSeries continues to power down.</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>Issue the CL command <tt>pwrdwnsys
|
||
|
*immed</tt>.</td>
|
||
|
<td>The iSeries powers down immediately and does not
|
||
|
shut down any integrated servers. Data corruption may result.</td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|
||
|
<p><img src="delta.gif" alt="Start of change" />If your i5/OS™ system uses the Power On/Off Schedule, the Power-Off
|
||
|
exit program (QEZPWROFFP) should be changed to vary off all NWSDs before calling
|
||
|
the PWRDWNSYS command. Careful consideration must be given to scheduling as
|
||
|
the number and activity of each server will determine the amount of time necessary
|
||
|
to completely vary off each server. Use the Submit multiple jobs (SBMMLTJOB)
|
||
|
and Job description (JOBD) parameters of the Vary Configuration (VRYCFG) command
|
||
|
to vary multiple servers at the same time in batch. The scheduled power on
|
||
|
must not occur before the system has a chance to vary off all servers and
|
||
|
issue the PWRDWNSYS. See the <a href="../rzal2/rzal2powersched.htm">Schedule a
|
||
|
system shutdown and restart</a> topic.<img src="deltaend.gif" alt="End of change" /></p>
|
||
|
<a id="Bot_Of_Page" name="Bot_Of_Page"></a>
|
||
|
</body>
|
||
|
</html>
|