how to migrate STGpool(VTL) when PctMigr has been 0%

zaturday

ADSM.ORG Member
Joined
Jun 5, 2014
Messages
18
Reaction score
0
Points
0
how to migrate STGpool(VTL) when PctMigr has been 0%. i use command "migrate stg XXXXX lo=0" but server can't run everything. i think because PctMigr has been 0%. pls help for i missing step for migrate this pool.

sorry for bad English conversation.


q stg VTL02_W3_3Y

Storage Device Estimated Pct Pct High Low Next Stora-
Pool Name Class Name Capacity Util Migr Mig Mig ge Pool
Pct Pct
----------- ---------- ---------- ----- ----- ---- --- -----------
VTL02_W3_3Y VTL02 21,731 G 21.3 0.0 90 70 ACS_BACKUP

step migrate

migrate stg VTL02_W3_3Y lo=0 wait=yes
ANR0984I Process 3933 for MIGRATION started in the FOREGROUND at 15:48:01.
ANR2110I MIGRATE STGPOOL started as process 3933.
ANR1000I Migration process 3933 started for storage pool VTL02_W3_3Y manually, highMig=90, lowMig=0, duration=None.
ANR0985I Process 3933 for MIGRATION running in the FOREGROUND completed with completion state SUCCESS at 15:48:01.
ANR4935I Migration of primary storage pool VTL02_W3_3Y has ended. Files migrated: 0, Bytes migrated: 0, Unreadable Files: 0.
 
Can you send the same Q STG, but with the option F=D?
Code:
q stg VTL02_W3_3Y f=d

Also use the code tag when pasting outputs. You can obtain it by pressing the # on the button bar. That will help keep the output formatting and make it easier to read.
 
Can you send the same Q STG, but with the option F=D?
Code:
q stg VTL02_W3_3Y f=d

Also use the code tag when pasting outputs. You can obtain it by pressing the # on the button bar. That will help keep the output formatting and make it easier to read.

thank for responding and detail below.

Code:
q stg vtl02_w3_3y f=d


                    Storage Pool Name: VTL02_W3_3Y
                    Storage Pool Type: Primary
                    Device Class Name: VTL02
                   Estimated Capacity: 21,731 G
                   Space Trigger Util: 
                             Pct Util: 21.3
                             Pct Migr: 0.0
                          Pct Logical: 100.0
                         High Mig Pct: 90
                          Low Mig Pct: 70
                      Migration Delay: 0
                   Migration Continue: Yes
                  Migration Processes: 1
                Reclamation Processes: 4
                    Next Storage Pool: ACS_BACKUP
                 Reclaim Storage Pool: 
               Maximum Size Threshold: No Limit
                               Access: Read/Write
                          Description: 
                    Overflow Location: 
                Cache Migrated Files?: 
                           Collocate?: Group
                Reclamation Threshold: 60
            Offsite Reclamation Limit: 
      Maximum Scratch Volumes Allowed: 200
       Number of Scratch Volumes Used: 58
        Delay Period for Volume Reuse: 0 Day(s)
               Migration in Progress?: No
                 Amount Migrated (MB): 0.00
     Elapsed Migration Time (seconds): 0
             Reclamation in Progress?: No
       Last Update by (administrator): MF01697
                Last Update Date/Time: 06/04/14   10:34:21
             Storage Pool Data Format: Native
                 Copy Storage Pool(s): 
                  Active Data Pool(s): 
              Continue Copy on Error?: Yes
                             CRC Data: No
                     Reclamation Type: Threshold
          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
 
I was looking to see if migrated files were cached, but that's only for random pool, yours is sequential. I can't explain why there is still 21.3 pct utilized, but nothing is migrated because there is 0 pct migratable.

Unless you have to run reclamation to clear the remaining space occupied by expired objects.
 
I was looking to see if migrated files were cached, but that's only for random pool, yours is sequential. I can't explain why there is still 21.3 pct utilized, but nothing is migrated because there is 0 pct migratable.

Unless you have to run reclamation to clear the remaining space occupied by expired objects.


i can't reclaim this pool
Code:
tsm: CWNTSM02>RECLaim STGpool VTL02_W3_3Y wait=yes
ANR2111W RECLAIM STGPOOL: There is no data to process for VTL02_W3_3Y.
ANS8001I Return code 11.
if can't be migrated to tape. can you suggest me the way to move data to tape(ACSLS).
 
What reclamation threshold did you use?

If you check the volumes in this pool that are not empty, how much data do they hold and what is their percent reclaimable?
select volume_name,pct_utilized,pct_reclaim from volumes where pct_utilized<>0 and stgpool_name='BACKUPPOOL'

Possibly, you might need to use a higher reclamation threshold.

Alternatively, you can just do a MOVE DATA to empty the pool manually.
 
I do not reclaim
Code:
tsm: TSM02>reclaim stg VTL02_W3_3Y wait=yesANR2111W RECLAIM STGPOOL: There is no data to process for VTL02_W3_3Y.
ANS8001I Return code 11.

pct_reclaim
Code:
[TABLE="width: 221"]
[TR]
[TD="align: left"]volume[/TD]
[TD="align: left"]PCT USE[/TD]
[TD="align: left"]PCT RECLAIM[/TD]
[/TR]
[TR]
[TD="align: left"]AA0087[/TD]
[TD="align: right"]99.8[/TD]
[TD="align: right"]0.2[/TD]
[/TR]
[TR]
[TD="align: left"]AA0089[/TD]
[TD="align: right"]66.2[/TD]
[TD="align: right"]33.8[/TD]
[/TR]
[TR]
[TD="align: left"]AA0090[/TD]
[TD="align: right"]82.9[/TD]
[TD="align: right"]17.1[/TD]
[/TR]
[TR]
[TD="align: left"]AA0104[/TD]
[TD="align: right"]40.2[/TD]
[TD="align: right"]59.8[/TD]
[/TR]
[TR]
[TD="align: left"]AA0106[/TD]
[TD="align: right"]89.6[/TD]
[TD="align: right"]10.4[/TD]
[/TR]
[TR]
[TD="align: left"]AA0122[/TD]
[TD="align: right"]98.5[/TD]
[TD="align: right"]1.5[/TD]
[/TR]
[TR]
[TD="align: left"]AA0124[/TD]
[TD="align: right"]99.6[/TD]
[TD="align: right"]0.4[/TD]
[/TR]
[TR]
[TD="align: left"]AA0139[/TD]
[TD="align: right"]40.5[/TD]
[TD="align: right"]59.5[/TD]
[/TR]
[TR]
[TD="align: left"]AA0140[/TD]
[TD="align: right"]48.8[/TD]
[TD="align: right"]51.2[/TD]
[/TR]
[TR]
[TD="align: left"]AA0165[/TD]
[TD="align: right"]94.5[/TD]
[TD="align: right"]5.5[/TD]
[/TR]
[TR]
[TD="align: left"]AA0168[/TD]
[TD="align: right"]99.7[/TD]
[TD="align: right"]0.3[/TD]
[/TR]
[TR]
[TD="align: left"]AA0173[/TD]
[TD="align: right"]97.4[/TD]
[TD="align: right"]2.6[/TD]
[/TR]
[TR]
[TD="align: left"]AA0174[/TD]
[TD="align: right"]96.6[/TD]
[TD="align: right"]3.4[/TD]
[/TR]
[TR]
[TD="align: left"]AA0175[/TD]
[TD="align: right"]99.6[/TD]
[TD="align: right"]0.4[/TD]
[/TR]
[TR]
[TD="align: left"]AA0176[/TD]
[TD="align: right"]100[/TD]
[TD="align: right"]0[/TD]
[/TR]
[TR]
[TD="align: left"]AA0177[/TD]
[TD="align: right"]100[/TD]
[TD="align: right"]0[/TD]
[/TR]
[TR]
[TD="align: left"]AA0178[/TD]
[TD="align: right"]100[/TD]
[TD="align: right"]0[/TD]
[/TR]
[TR]
[TD="align: left"]AA0179[/TD]
[TD="align: right"]100[/TD]
[TD="align: right"]0[/TD]
[/TR]
[TR]
[TD="align: left"]AA0181[/TD]
[TD="align: right"]100[/TD]
[TD="align: right"]0[/TD]
[/TR]
[TR]
[TD="align: left"]AA0182[/TD]
[TD="align: right"]100[/TD]
[TD="align: right"]0[/TD]
[/TR]
[TR]
[TD="align: left"]AA0184[/TD]
[TD="align: right"]39.9[/TD]
[TD="align: right"]0[/TD]
[/TR]
[TR]
[TD="align: left"]AA0185[/TD]
[TD="align: right"]100[/TD]
[TD="align: right"]0[/TD]
[/TR]
[TR]
[TD="align: left"]AA0187[/TD]
[TD="align: right"]100[/TD]
[TD="align: right"]0[/TD]
[/TR]
[TR]
[TD="align: left"]AA0188[/TD]
[TD="align: right"]26.8[/TD]
[TD="align: right"]0[/TD]
[/TR]
[TR]
[TD="align: left"]AA0189[/TD]
[TD="align: right"]100[/TD]
[TD="align: right"]0[/TD]
[/TR]
[TR]
[TD="align: left"]AA0190[/TD]
[TD="align: right"]100[/TD]
[TD="align: right"]0[/TD]
[/TR]
[TR]
[TD="align: left"]AA0192[/TD]
[TD="align: right"]100[/TD]
[TD="align: right"]0[/TD]
[/TR]
[TR]
[TD="align: left"]AA0195[/TD]
[TD="align: right"]100[/TD]
[TD="align: right"]0[/TD]
[/TR]
[TR]
[TD="align: left"]AA0196[/TD]
[TD="align: right"]100[/TD]
[TD="align: right"]0[/TD]
[/TR]
[TR]
[TD="align: left"]AA0197[/TD]
[TD="align: right"]100[/TD]
[TD="align: right"]0[/TD]
[/TR]
[TR]
[TD="align: left"]AA0198[/TD]
[TD="align: right"]100[/TD]
[TD="align: right"]0[/TD]
[/TR]
[TR]
[TD="align: left"]AA0200[/TD]
[TD="align: right"]100[/TD]
[TD="align: right"]0[/TD]
[/TR]
[TR]
[TD="align: left"]AA0201[/TD]
[TD="align: right"]100[/TD]
[TD="align: right"]0[/TD]
[/TR]
[TR]
[TD="align: left"]AA0202[/TD]
[TD="align: right"]100[/TD]
[TD="align: right"]0[/TD]
[/TR]
[TR]
[TD="align: left"]AA0203[/TD]
[TD="align: right"]100[/TD]
[TD="align: right"]0[/TD]
[/TR]
[/TABLE]
 
Last edited:
What reclamation threshold did you use?

If you check the volumes in this pool that are not empty, how much data do they hold and what is their percent reclaimable?


Possibly, you might need to use a higher reclamation threshold.

Alternatively, you can just do a MOVE DATA to empty the pool manually.

Dear Marclant

command MOVE DATA have effective a volume per volume, i want clear all data on VTL02_W3_3Y.
 
Back
Top