Results 1 to 11 of 11
  1. #1
    Member JonRoenick's Avatar
    Join Date
    Feb 2008
    Location
    Maryland, US
    Posts
    152
    Thanks
    2
    Thanked 1 Time in 1 Post

    Default disk pool has files that won't migrate to tape

    Here are the relevant portions of 2 queries.
    Code:
    q stg
    Storage      Device       Estimated    Pct    Pct  High  Low  Next Stora-
    Pool Name    Class Name    Capacity   Util   Migr   Mig  Mig  ge Pool    
                                                        Pct  Pct  
    -----------  ----------  ----------  -----  -----  ----  ---  -----------
    DISK01       DISK             600 G    0.7    0.7    90   60  TAPE01
    Code:
    q vol stg=disk01
    Volume Name               Storage      Device      Estimated    Pct   Volume 
                              Pool Name    Class Name   Capacity   Util   Status 
    ------------------------  -----------  ----------  ---------  -----  --------
    /disk01/disk01.dsm        DISK01       DISK           20.0 G   12.9  On-Line 
    /disk01/disk02.dsm        DISK01       DISK           20.0 G    0.0  On-Line 
    /disk01/disk03.dsm        DISK01       DISK           20.0 G    8.5  On-Line
    I can start a migration process just fine, tapes will mount just fine, but no data past that 0.7 mark will migrate off the disk01 pool. I can put more data into the pool and it migrates just fine, but i just can't get these files off disk01.dsm and disk03.dsm. Is there anything i can do or will i just have to delete these volumes and lose the data on them?

  2. #2
    Senior Member Raakin's Avatar
    Join Date
    Aug 2008
    Posts
    373
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Any (error) messages in the activity log concerning these files/volumes?
    Have you determined what files are not migrating? Which node holds the source file(s)? Are they business critical?
    Are they the latest version (vs. an inactive version) of the source file?

    Answers to these questions should help guide you in determining if you can delete them vs. trying to perform other actions.
    Last time I had something similar I ended up doing a sub audit process... I'll have to look back in my notes for what I did but it was much MUCH less time than a full blown DB audit.

  3. #3
    Member JonRoenick's Avatar
    Join Date
    Feb 2008
    Location
    Maryland, US
    Posts
    152
    Thanks
    2
    Thanked 1 Time in 1 Post

    Default

    No error messages at all, other than the migration processes timing out since i run them with dur=120. If i don't use the dur=120, then the migration will literally never end and never dismount the tapes since they are "In Use" without data moving to them. I don't know what the files are on those volumes, nor do i know what nodes have data on those volumes--is there a way to find out?

    This stg pool, disk01, is used just for small SQL .bak and .trn files, but the management class only holds them for a week anyway, so they aren't really "critical" since i already have more updated versions of whatever files are here.

  4. #4
    Senior Member Raakin's Avatar
    Join Date
    Aug 2008
    Posts
    373
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    No error messages means you don't need a TSM DB audit.
    Sure there are ways to look at the contents of the disk01 volume BUT if you know they are not critical then why go through the effort to find them. If you are unsure if they are critical then go down that route.

    One last thought is do you have a migration delay set? 'q stg disk01 f=d'

  5. #5
    Member JonRoenick's Avatar
    Join Date
    Feb 2008
    Location
    Maryland, US
    Posts
    152
    Thanks
    2
    Thanked 1 Time in 1 Post

    Default

    No delay setting
    Code:
    q stg disk01 f=d
                        Storage Pool Name: DISK01
                        Storage Pool Type: Primary
                        Device Class Name: DISK
                       Estimated Capacity: 600 G
                       Space Trigger Util: 1.0
                                 Pct Util: 1.0
                                 Pct Migr: 1.0
                              Pct Logical: 100.0
                             High Mig Pct: 90
                              Low Mig Pct: 60
                          Migration Delay: 0
                       Migration Continue: Yes
                      Migration Processes: 2
                    Reclamation Processes: 
                        Next Storage Pool: TAPE01
                     Reclaim Storage Pool: 
                   Maximum Size Threshold: No Limit
                                   Access: Read/Write
                              Description: 
                        Overflow Location: 
                    Cache Migrated Files?: No
                               Collocate?: 
                    Reclamation Threshold: 
                Offsite Reclamation Limit: 
          Maximum Scratch Volumes Allowed: 
           Number of Scratch Volumes Used: 
            Delay Period for Volume Reuse: 
                   Migration in Progress?: No
                     Amount Migrated (MB): 23,192.21
         Elapsed Migration Time (seconds): 1,200
                 Reclamation in Progress?: 
           Last Update by (administrator): JROENICK
                    Last Update Date/Time: 03/21/2011 16:23:02
                 Storage Pool Data Format: Native
                     Copy Storage Pool(s): 
                      Active Data Pool(s): 
                  Continue Copy on Error?: Yes
                                 CRC Data: No
                         Reclamation Type: 
              Overwrite Data when Deleted: 
                        Deduplicate Data?: No
     Processes For Identifying Duplicates: 
                Duplicate Data Not Stored: 
                           Auto-copy Mode: Client
    Contains Data Deduplicated by Client?: No

  6. #6
    Senior Member Raakin's Avatar
    Join Date
    Aug 2008
    Posts
    373
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Ok, I am out of ideas of anything legitimate that would keep that data in there.
    I do not know of other impact deleting the volumes will have.

  7. #7
    Member
    Join Date
    Jan 2005
    Location
    Indiana
    Posts
    53
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    How long has this been going on? Could it be that you have cached data still sitting on that drive that has not expired yet. look up the meaning for space trigger util from your q stg command

  8. #8
    Member JonRoenick's Avatar
    Join Date
    Feb 2008
    Location
    Maryland, US
    Posts
    152
    Thanks
    2
    Thanked 1 Time in 1 Post

    Default

    It been going on for about 2 weeks. I put in a PMR and it was escalated to level 2 with a lot of traces, but no success.

  9. #9
    Member
    Join Date
    Feb 2008
    Location
    Bismarck, ND
    Posts
    52
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Did you have caching enabled on this pool in the past at some point? I enabled caching on a pool, then disabled it several months later and ran into this problem where the data stays there and won't migrate out. It was determined by support that it was cached files. I ended up having to delete the volumes with discarddata=yes

  10. #10
    Member JonRoenick's Avatar
    Join Date
    Feb 2008
    Location
    Maryland, US
    Posts
    152
    Thanks
    2
    Thanked 1 Time in 1 Post

    Default

    Nope, never had caching turned on for any of my diskpools. Did you have to delete every volume in the pool or just the one(s) that had cached data?

  11. #11
    Member
    Join Date
    Feb 2008
    Location
    Bismarck, ND
    Posts
    52
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    just had to delete the ones with cached data. if you have never turned on disk caching, then turned it off like i did, this probably isn't the same issue. figured i would ask, sorry i dont have a better answer for you.

Similar Threads

  1. Disk pool migrating to itself not to tape
    By Jarmstrong in forum TSM Operation
    Replies: 2
    Last Post: 12-10-2010, 03:43 AM
  2. Data from tape pool to disk pool ?
    By fdiperna in forum Tape / Media Library
    Replies: 5
    Last Post: 03-26-2010, 04:43 PM
  3. Migrate current Disk Pool to new physical drives
    By jfbelmar in forum TSM Server
    Replies: 7
    Last Post: 12-07-2009, 08:59 PM
  4. How to control which data will be migrated from disk pool to tape pool?
    By goodboy in forum Backup / Archive Discussion
    Replies: 2
    Last Post: 05-07-2009, 05:44 PM
  5. Issue with Migration from Disk Pool to Tape Pool
    By millerc in forum Backup / Archive Discussion
    Replies: 6
    Last Post: 06-05-2007, 11:23 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •