RHEL 8.x Spectrum Protect Storage pool modification

From Notes_Wiki
Revision as of 12:42, 2 May 2023 by Saurabh (talk | contribs) (Created page with "Home > RHEL > RHEL 8.x > Backup tools > Spectrum Protect Backup > Spectrum Protect Storage pool modification #Update the next storage pool #:<pre> #::> UPDATE STGPOOL DEVQADBPOOL NEXT=DEVQALTOPOOL #:</pre> #If any storage pool data needs update #:<pre> #::> UPDATE STGPOOL DEVQADBPOOL MIGD=1 MIGC=no #:</pre> #If pool data migrate to...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Home > RHEL > RHEL 8.x > Backup tools > Spectrum Protect Backup > Spectrum Protect Storage pool modification

  1. Update the next storage pool
    > UPDATE STGPOOL DEVQADBPOOL NEXT=DEVQALTOPOOL
  2. If any storage pool data needs update
    > UPDATE STGPOOL DEVQADBPOOL MIGD=1 MIGC=no
  3. If pool data migrate to next pool
    > migrate stgp DEVQADBPOOL
  4. Schedule for migrate storage pool data to next pool
    > DEFINE SCHEDULE DAILY_DEVQA_MIGR TYPE=ADMINISTRATIVE CMD='MIG stgp DEVQADBPOOL wait=no' ACTIVE=YES DESCRIPTION='Migrate old data to HANADBPOOL' SCHEDSTYLE=CLASSIC STARTDATE=04/07/2022 STARTTIME=03:00:00 PERIOD=1 PERUNITS=days PRIORITY=5 DURATION=1 DURUNITS=HOURS
  5. Check migration status
    > q actlog begint=00:00:00 search=migrate
    > q actlog begind=04/29/2022 begint=19:00:00 search=GPHDBNPRD_WKLY_BKP
    > q actlog begind=04/29/2022 begint=19:00:00 search=complete

Home > RHEL > RHEL 8.x > Backup tools > Spectrum Protect Backup > Spectrum Protect Storage pool modification