Difference between revisions of "RHEL 8.x Spectrum Protect Storage pool modification"

From Notes_Wiki
(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...")
 
m
Line 1: Line 1:
[[Main Page|Home]] > [[RHEL]] > [[RHEL 8.x]] > [[RHEL 8.x Backup tools|Backup tools]] > [[RHEL 8.x Spectrum Protect Backup|Spectrum Protect Backup]] > [[RHEL 8.x Spectrum Protect Storage pool modification|Spectrum Protect Storage pool modification]]
[[Main Page|Home]] > [[RHEL]] > [[RHEL 8.x]] > [[RHEL 8.x Backup tools|Backup tools]] > [[RHEL 8.x Spectrum Protect Backup|Spectrum Protect Backup]] > [[RHEL 8.x Spectrum Protect Storage pool modification|Spectrum Protect Storage pool modification]]


#On the backup server, open backup console
#:<pre>
#::dsmadmc
#:</pre>
#Update the next storage pool
#Update the next storage pool
#:<pre>
#:<pre>

Revision as of 05:34, 3 May 2023

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


  1. On the backup server, open backup console
    dsmadmc
  2. Update the next storage pool
    > UPDATE STGPOOL DEVQADBPOOL NEXT=DEVQALTOPOOL
  3. If any storage pool data needs update
    > UPDATE STGPOOL DEVQADBPOOL MIGD=1 MIGC=no
  4. If pool data migrate to next pool
    > migrate stgp DEVQADBPOOL
  5. 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
  6. 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