InterviewSolution
| 1. |
What Is Reclamation, Migration? How Will You Do It Manually? |
|
Answer» Reclamation: It is the process moving the active data from fragmented VOLUMES to single or few no of volumes. It makes the fragmented volumes REUSABLE. COMMAND: RECLAIM stg poolname threshold=number duration=minutes offsitereclaimimit=no of volumes Migration:This is used to migrate FILES from one stgpool to the next storage pool Command: Migrate stgpool poolname lowmig=number duration=minutes reclaim=yes/no. Reclamation: It is the process moving the active data from fragmented volumes to single or few no of volumes. It makes the fragmented volumes reusable. Command: Reclaim stg poolname threshold=number duration=minutes offsitereclaimimit=no of volumes Migration:This is used to migrate files from one stgpool to the next storage pool Command: Migrate stgpool poolname lowmig=number duration=minutes reclaim=yes/no. |
|