Tape fill stuck at 77%

seempoke

Newcomer
Joined
Mar 12, 2024
Messages
2
Reaction score
0
Points
0
Hi.
I'm new to TSM. Help with advice please.
Tape ML3146L6 fill stuck at 77%. It looks like the tape has failed. TSM continues unsuccessful attempts to write data for the third day.
How to properly remove it from the stgpool by transferring the data to another tape?

Code:
tsm: TSMSRV_SERVER1>q vol stgpool=VIRT_STG


Volume Name               Storage      Device      Estimated    Pct   Volume
                          Pool Name    Class Name   Capacity   Util   Status
------------------------  -----------  ----------  ---------  -----  --------
003019L6                  VIRT_STG     VIRT_TAPE       4.8 T    2.5    Full
003020L6                  VIRT_STG     VIRT_TAPE       4.7 T    4.7    Full
ML2269L6                  VIRT_STG     VIRT_TAPE       0.0 M    0.0   Empty
ML2275L6                  VIRT_STG     VIRT_TAPE       4.8 T   76.4    Full
ML3145L6                  VIRT_STG     VIRT_TAPE       4.7 T   19.8    Full
ML3146L6                  VIRT_STG     VIRT_TAPE       5.7 T   77.0  Filling
ML3147L6                  VIRT_STG     VIRT_TAPE       4.7 T   19.7    Full
 
try moving it off the tape , if it does consider the tape defuncted. - destory the volume after you can recreate it cause you have a vtl ..lol
 
The TSM command to move data from a tape in a storage pool is MOVE DATA. Here's the general syntax:

MOVE DATA <options>

Key options:

  • FROMSTOPOOL: Specifies the source and target storage pools.
  • FROMVOLUME: Specifies the volume ID of the tape you want to move data from.
  • NODEDATA: Moves all data for a specific node.
  • FILESPACE: Moves data from a specific file space.
  • OBJECT: Moves a specific object or set of objects.
Example:

To move all data from tape volume 00004A in storage pool DISKPOOL to storage pool TAPEPOOL:

MOVE DATA ML3146L6 try that
 
  1. Verify the Tape's Status: Make sure the tape (ML3146L6) is in an appropriate state for removal. Check if there are any error messages or status indications in TSM that suggest the tape is bad.
  2. Move the Data: Use the move data command in TSM to move the data from the problematic tape (ML3146L6) to another available tape in the storage pool.
 
Back
Top