Upgrading LTO4 (Drives and tapes) to LTO7

waz

ADSM.ORG Member
Joined
Jun 2, 2016
Messages
11
Reaction score
0
Points
0
Hi Everybody,

I have two intalled tsm 7.1.6 server:
The first server have TS3310 with 3 LTO4 drives and LTO4 tapes.
The second server have TS3200 with 2 LTO4 drives and LTO4 tapes.

I have to upgrade all TS3310 and TS3200 drives to LTO7 drives and use LTO7 tapes instead of all old LTO4 tapes.

I would like to know what is the best way to do this upgrade?

Thanks in advance for your help.
 
Since LTO7 can't read LTO4 (lto can only read N-2), you will need to add new LTO7 drives to both libraries while keeping LTO4 drives. Add as many LTO7 drives as you can while keeping the same number of LTO4 drives. For example your first server has 2 LTO4 drives, put at least 2 LTO7 drives if you can.

You will need 2 device classes, one for LTO4 and one for LTO7 (more info: https://www.ibm.com/support/knowled...v.doc/t_devclass_lto_generations_mix_ulw.html)
And you will need to create a new storage pool for LTO7.
For backups going directly to tape, update the copygroups to point to the new LTO7 devclass
For the disk pool, update the nextpool to point to the LTO7 pool.

And to move the data from LTO4 to LTO7, you have two options:
1 - Migrate the data.
- update the nextpool of the LTO4 pool to point to the LTO7 pool
- update the migprocess of the stgpool to match the number of pairs of LTO4/7 you have available. So if you have 2 LTO4 and 2 LTO7, you could use a migprocess=2 assuming there is no other activity using the drives
- use the MIGRATE STGPOOL command to move the data from LTO4 to LTO7 with a duration. For example, if you have 3 hours in the afternoon where the tape drives are free, do the migration in the afternoon with a duration of 3 hours and repeat every day until you are done.

2 - use move data
- anytime the server is idle, use the MOVE DATA command to move the data from individual LTO4 tapes one by one. You can issue as many MOVE DATA as you have free pairs of LTO4/7.
- repeat until all done.


For the offsite pools, the best way will be to use DELETE VOLUME DISCARDDATA=YES to delete individual offsite volumes and then perform a backup stgpool to create new offsite volumes on LTO7. Don't do all the volumes at once, the backup stgpool would run forever. Do a few a day, if you see you have spare cycles, you can do more.
 
  • Capacity: Up to 6.25 TB compressed 2.5:1 (2.5 TB native)
  • Data transfer rate: Up to 400 MB/s compressed (160 MB/s native)
  • Data rate matching: Digital Speed Matching, 40-160 MB/s
  • Data compression: SLDC (LTO data compression per ECMA-321)
  • Data cartridge: LTO-6 (rewritable) LTO-6 (WORM) Cleaning cartridge: LTO Universal Cleaning Cartridge (UCC)
  • Backwards Compatibility: Read/write LTO-5 media. Reads LTO-4 media.
  • Interface: 8Gb/s Fibre Channel (auto-negotiates to 4Gb/s or 2 Gb/s); 6 Gb/s SAS (auto-negotiates to 3Gb/s).
  • Encryption: AES256-GCM (256-bit Advanced Encryption Standard). LTO-6 reads/writes LTO-5 encrypted media.
Power Dissipation Specifications
  • Full Height: 7.5W (idle, cartridge loaded), 27W (typical)
  • Half Height: 6.5W (idle cartridge loaded), 24W (typical)
 
  • Like
Reactions: waz
Back
Top