Hi Prem,
with single drive library is hard to perform reclamation, so to preform
reclamation you need at least two drives.
You still can reclamation, but procedure is ... see below...
You to reclaim primary storage pool you will need:
1. addition disk space (I strongly recommend to use separate LUN) with size
at lease size of single tape for example if you tape device is LTO5 you
will need LUN with ~ 3 TB
2. you need to create new device class and additional storage pool for
reclamation
- def devc recl_devc devt=file maxcap=40G (could be different)
3. define stg recl_stg recl_devc maxscr=74 (74 is calculated as 3TB/40G ->
from maxcap when you defined device class)
4. update stg sqldbpool reclaimstg=recl_stg
5. start reclamation as recl stg sqldbpool th=90 (start from 90% and
continue to 85%, 80% and so on)
6. Monitor recl_stg pool utilization if it hits 90% stop reclamation
7. update storage pool as update stg recl_stg next=sqldbpoo
8. migrate stg recl_stg low=0, it will move reclaimed data to tape pool.
9. update storage pool as update stg recl_stg next=""
10. repeat steps from 5 to 9. to free tapes.
I know it is ugly procedure ... but IBM strongly recommends to have min two
tape drives. As far as I know TS3100 supports two half-high drives and it
is good if you can have one more drive
Have a good day
Chavdar
On Mon, Jun 20, 2016 at 11:45 AM, Prem Singh