IBM i5/iSeries Primer(c) Concepts and Techniques for Programmers, Administrators, and Sys[... ]ators

You need to prepare the tape or diskette before you back up anything to tape or diskette. This process is called initialization.

Initializing Tapes

To initialize a tape, run the Initialize Tape (INZTAP) command. Here is an example:

INZTAP DEV(TAP01) NEWVOL(BACKUP) NEWOWNID(ABC_CORP) + VOL(*MOUNTED) CHECK(*NO) DENSITY(*DEVTYPE) + CODE(*EBCDIC) ENDOPT(*REWIND) CLEAR(*NO)

Tip 

If you have a used tape and you want to erase it quickly, the best method is to use a degausser, an electromagnetic device that erases magnetic media. Then reinitialize the tape using INZTAP CLEAR(*NO). The initialization process takes just a few seconds. You can obtain degaussers from computer supply or mail-order stores.

Категории