94 lines
5.9 KiB
HTML
94 lines
5.9 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="Optional: Prepare the target system for virtual images" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzai4install.htm" />
|
||
|
<meta name="copyright" content="(C) Copyright IBM Corporation 1998, 2006" />
|
||
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 1998, 2006" />
|
||
|
<meta name="DC.Format" content="XHTML" />
|
||
|
<meta name="DC.Identifier" content="rzai4createvirtoptdevtarget" />
|
||
|
<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>Optional: Prepare the target system for virtual images</title>
|
||
|
</head>
|
||
|
<body id="rzai4createvirtoptdevtarget"><a name="rzai4createvirtoptdevtarget"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">Optional: Prepare the target system for virtual images</h1>
|
||
|
<div><div class="section"><p><img src="./delta.gif" alt="Start of change" />To prepare the target system for virtual
|
||
|
images, complete these tasks.<img src="./deltaend.gif" alt="End of change" /></p>
|
||
|
</div>
|
||
|
<ol><li class="stepexpand"><span><strong>Create a virtual optical device</strong></span> <p><samp class="codeph">CRTDEVOPT
|
||
|
DEVD(<em>virtual-device-name</em>) RSRCNAME(*VRT) ONLINE(*YES) TEXT(<em>text-description</em>)</samp></p>
|
||
|
</li>
|
||
|
<li class="stepexpand"><span><strong>Vary on the virtual optical device</strong></span> <p><samp class="codeph">VRYCFG
|
||
|
CFGOBJ(<em>virtual-device-name</em>) CFGTYPE(*DEV) STATUS(*ON)</samp></p>
|
||
|
</li>
|
||
|
<li class="stepexpand"><span>Depending on how you distributed the virtual images, do either
|
||
|
of the following tasks:</span> <ul><li><em>If you distributed the virtual images from the central system using
|
||
|
FTP, </em>complete the following tasks. These tasks assume that the images
|
||
|
are located in directory specified on the Create Image Catalog command in
|
||
|
step <a href="#rzai4createvirtoptdevtarget__createimagecatalogex">3.a</a>. <ol type="a"><li id="rzai4createvirtoptdevtarget__createimagecatalogex"><a name="rzai4createvirtoptdevtarget__createimagecatalogex"><!-- --></a><strong>Create the image catalog</strong> <p><samp class="codeph">CRTIMGCLG
|
||
|
IMGCLG(<em>image-catalog-name</em>) DIR(<em>directory-name</em>) TEXT(<em>text-description</em>)</samp></p>
|
||
|
</li>
|
||
|
<li><strong>Add the image catalog entries for each image</strong> <p><samp class="codeph">ADDIMGCLGE
|
||
|
IMGCLG(<em>image-catalog-name</em>) FROMFILE(<em>image-file-name</em>) TOFILE(*FROMFILE)
|
||
|
IMGCLGIDX(*AVAIL)</samp></p>
|
||
|
<div class="note"><span class="notetitle">Note:</span> To prevent the system from generating
|
||
|
a new name for the catalog entry, specify the exact name of the file (without
|
||
|
the path) on the FROMFILE parameter. </div>
|
||
|
</li>
|
||
|
</ol>
|
||
|
</li>
|
||
|
<li><em>If you saved your image catalog and image files to physical media,</em> enter
|
||
|
the following on the target system to restore the image catalog from tape:
|
||
|
<pre>RSTOBJ OBJ(<em>image-catalog-name</em>) SAVLIB(QUSRSYS) OBJTYPE(*IMGCLG) DEV(<em>device name</em>)</pre>
|
||
|
<p>Enter
|
||
|
the following on the target system to restore the directory from tape:</p>
|
||
|
<pre>RST DEV('/QSYS.LIB/<em>device-name</em>.DEVD') OBJ(('/<em>directory-name</em>'))</pre>
|
||
|
</li>
|
||
|
</ul>
|
||
|
</li>
|
||
|
<li class="stepexpand"><span><strong>Load the image catalog</strong></span> <p>This step associates
|
||
|
the virtual optical device to the image catalog. Only one image catalog at
|
||
|
a time can be associated with a specific virtual optical device. </p>
|
||
|
<p><samp class="codeph">LODIMGCLG
|
||
|
IMGCLG(<em>catalog-name</em>) DEV(<em>virtual-device-name</em>) OPTION(*LOAD)</samp></p>
|
||
|
</li>
|
||
|
<li class="stepexpand"><span><strong>Verify that the images are in the correct order</strong></span> <p>Enter
|
||
|
either of the following commands: </p>
|
||
|
<ul><li><samp class="codeph">VFYIMGCLG IMGCLG(<em>catalog-name</em>) TYPE(*UPGRADE) SORT(*YES)</samp> </li>
|
||
|
<li><samp class="codeph">WRKIMGCLGE IMGCLG(<em>catalog-name</em>) </samp> <p>Then press
|
||
|
PF7 to prompt for the VFYIMGCLG command. Enter *UPGRADE for the type and *YES
|
||
|
for the sort field.</p>
|
||
|
<p>The server puts the images in the correct order.
|
||
|
By default, the volume with the lowest index is mounted; all the other volumes
|
||
|
are loaded. To see the order of the images, use the Work with Image Catalog
|
||
|
Entries (WRKIMGCLGE) command:</p>
|
||
|
<p><samp class="codeph">WRKIMGCLGEIMGCLG(<em>catalog-name</em>)</samp></p>
|
||
|
</li>
|
||
|
</ul>
|
||
|
</li>
|
||
|
</ol>
|
||
|
<div class="section"> <p><img src="./delta.gif" alt="Start of change" /><strong>Next topic:</strong> Either continue with the steps in <a href="rzai4installtasks.htm#rzai4installtasks">Installation tasks for the target systems</a> or complete the final
|
||
|
tasks in the <a href="rzai4install.htm#rzai4install">Checklist: Install central site distribution media on the target system</a>.<img src="./deltaend.gif" alt="End of change" /></p>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div>
|
||
|
<div class="familylinks">
|
||
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzai4install.htm" title="To install the distribution media at the target system, complete the following steps:">Checklist: Install central site distribution media on the target system</a></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|