Managing Common Media Recorded in Different Densities with ACSLS Pools
The following procedure applies to all cases where different tape drives record on a common media, in different densities. Use the following table to apply the procedure to your specific case:
| Old Format Drive(s) | New Format Drive(s) |
|---|---|
|
T10000C |
T10000D |
|
T9840C |
T9840D |
|
LTO 7 |
LTO 8 |
Procedure
-
Identify all LTO data (non-scratch) cartridges in the ACS, and assign them to a LTO 7 pool. Do this before installing LTO 8 drives in an ACS that has LTO 7 drives.
Now you can assign LTO scratch cartridges to either the LTO 7 or LTO 8 pool.
-
Define LTO 7 and LTO 8 media pools using the following command:
define poolpool_id -
Report all LTO 7 media.
You can do this by using either the
display volumecommand (option 1) or a customvolrpt(option 2), as shown below:Results write a file.
-
Option 1
Use the
display volumecommand to write the results to a file.display volume * -media LTO-6.4T > filenamewhere:
All LTO 7 tape cartridges (media LTO-6.4T) are reported.
filename is the filename to which the output is written. The ACS ID in which the cartridge is located is also listed.
Read the output, selecting cartridges from specific ACS(s), if desired.
If you want cartridges from one ACS, use the
-homeoperand to only select cartridges from this ACS.display volume * -homeacs_id.*,*,*,* -media LTO-6.4T>filename -
Option 2
Use the custom
volrptfor all volumes in the ACS. The results write a file:volrpt -d -fcustom_volrpt_file-aacs_id>filenamewhere:
custom_volrpt_fileis the filename specifying the fields reported in a customvolrpt. The following fields are reported:VOLUME_ID 6 2 MEDIA_TYPE 7 2 VOLUME_TYPE 4 2
acs_idis the ID of the ACS that you are managing.filenameis the filename to which the output is written.
Read the output, selecting only the volumes with a media type of LTO-6.4T.
-
-
Assign the selected volumes to the appropriate pools.
Assign all non-scratch (
VOLUME_TYPE=D) cartridges to the LTO 7 pool using the following command:set scratch offpool_idvol_idAssign the scratch cartridges (
VOLUME_TYPE=S) to either the LTO 7 or LTO 8 pools using the following command:set scratchpool_idvol_id
-
-
After the LTO 8 drives are installed, use the pools to mount cartridges on compatible tape drives.
Again, cartridges written at LTO 7 recording density can be read by either LTO 7 drives or LTO 8 drives.
The following commands can be used to identify, select and mount cartridges from the pool appropriate for an LTO 7 or LTO 8 drive. Use the pools to ensure you are mounting cartridges on the correct drive.
Note:
If you want to mount a scratch cartridge on the correct drive type, follow procedure A. If you want to mount a non-scratch cartridge with data already recorded on it, follow procedure B.
Procedure A - Mounting Scratch Cartridges
-
Query drive(s) to identify drive types.
query drive drive_id | all -
Identify the correct pool (media type) for the cartridges to be mounted on the desired drive.
-
Mount scratch cartridges to a drive from the specified pool.
mount * drive_id pool_id
Procedure B - Mounting Non-scratch Cartridges
-
Display the status of drives compatible with a cartridge.
display volume vol_id -f poolThe pool for this volume is displayed.
-
Identify a compatible drive using the query command.
query mount vol_idDrives compatible with a cartridge are displayed.
Select the correct drive type before mounting the cartridge. This query command returns both LTO 7 and LTO 8 drives (because both drive types are compatible with LTO-6.4T media).
Use drive type to separate T9940As from T9940Bs.
-
Mount the cartridge on the selected drive.
mount vol_id drive_id
-
-
When all of the data on the cartridge has expired, you can migrate the scratch cartridges to the pool for the new recording density. Because LTO 7 and LTO 8 drives can re-initialize cartridges in their density, scratch cartridges can be reassigned to a different pool.
set scratch pool_id vol_id
-
After all LTO 7 drives are converted to, or are replaced by LTO 8 drives, all LTO-6.4T media can be used by LTO 8 drives.