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...")
Home > RHEL > RHEL 8.x > Backup tools > Spectrum Protect Backup > Spectrum Protect Storage pool modification
- Update the next storage pool
- > UPDATE STGPOOL DEVQADBPOOL NEXT=DEVQALTOPOOL
- If any storage pool data needs update
- > UPDATE STGPOOL DEVQADBPOOL MIGD=1 MIGC=no
- If pool data migrate to next pool
- > migrate stgp DEVQADBPOOL
- 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
- 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