77 lines
4.5 KiB
HTML
77 lines
4.5 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="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="task" />
|
|
<meta name="DC.Title" content="Formatting tape media for use by Linux" />
|
|
<meta name="abstract" content="This topic discusses how to format tape media." />
|
|
<meta name="description" content="This topic discusses how to format tape media." />
|
|
<meta name="DC.Relation" scheme="URI" content="rzau9linuxbackup.htm" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="rzau9formattap" />
|
|
<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>Formatting tape media for use by Linux</title>
|
|
</head>
|
|
<body id="rzau9formattap"><a name="rzau9formattap"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Formatting tape media for use by Linux</h1>
|
|
<div><p>This topic discusses how to format tape media.</p>
|
|
<div class="section"><p>The tape media formats used by <span class="keyword">i5/OS™</span> and Linux<sup>®</sup> are
|
|
mutually exclusive; <span class="keyword">i5/OS</span> uses
|
|
labels, Linux requires
|
|
a non-labelled tape. Therefore <span class="keyword">i5/OS</span> and Linux servers
|
|
cannot share the same tape media.</p>
|
|
<div class="note"><span class="notetitle">Note:</span> All new tapes must be initially
|
|
formatted using the Initialize Tape (INZTAP) CL command. After the tape has
|
|
been formatted using INZTAP, additional formatting can be done by Linux, if required.</div>
|
|
<p>From
|
|
an <span class="keyword">i5/OS</span> command line,
|
|
enter the Initialize Tape (INZTAP) CL command: </p>
|
|
<pre>INZTAP DEV(TAP01) NEWVOL(*NONE) NEWOWNID(*BLANK) VOL(*MOUNTED) CHECK(*NO) DENSITY(*DEVTYPE) CODE(*EBCDIC)</pre>
|
|
<p>TAP01 is the name of the tape device. Yours might be different. </p>
|
|
<p>DENSITY(*DEVTYPE)
|
|
gives the best performance; however, if you receive an error with this setting
|
|
when trying to initialize the tape cartridge, try using DENSITY(*CTGTYPE).
|
|
If you still receive an error, the tape cartridge is incompatible with your
|
|
tape drive. </p>
|
|
<p>This command produces a non-labelled tape that can be used
|
|
by Linux backup
|
|
applications. Note that if tapes are used that are not of the default density
|
|
for the drive (consult your drive's documentation), you need to reset the
|
|
tape density after the iSeries™ partition has been restarted. </p>
|
|
<p>To reset
|
|
the tape density after an iSeries partition has been restarted, complete the
|
|
following steps:</p>
|
|
</div>
|
|
<ol><li class="stepexpand"><span>Put a spare tape in the drive. Note that the next step erases all
|
|
the data on the tape.</span></li>
|
|
<li class="stepexpand"><span>Issue the following command: </span> <pre>INZTAP DEV(tape-device-name) CHECK(*NO) Density(*CTGTYPE).</pre>
|
|
</li>
|
|
<li class="stepexpand"><span>You can now switch the blank tape with the tape that you want to
|
|
use for Linux backups.
|
|
Backup applications should now work normally. Failure to initialize a blank
|
|
tape of the correct density can have unanticipated results. If you regularly
|
|
switch tape densities you might need to repeat the above steps
|
|
more often than just after an IPL.</span></li>
|
|
</ol>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzau9linuxbackup.htm" title="This topic introduces the techniques you can use to perform Linux-centric backup and recovery on an Integrated xSeries Server or Integrated xSeries Adapter running Linux.">Linux-centric backup and recovery</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |