TSM Server Extend Recovery Log: Difference between revisions
Jump to navigation
Jump to search
(Created page with "== Extending the TSM Recovery Log AIX== # On the AIX command line extend the logical volume containing the database files. ## '''<tt># chfs size=+<Space in MB> <path to logica...") |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 11: | Line 11: | ||
### Enter the fully qualified path under Volume name. | ### Enter the fully qualified path under Volume name. | ||
### Add the size that you allocated when performing the chfs. | ### Add the size that you allocated when performing the chfs. | ||
### Check "When adding the new volume, expand the | ### Check "When adding the new volume, expand the recovery log capacity by" | ||
### Enter the amount you allocated int the MB box. | ### Enter the amount you allocated int the MB box. | ||
### Click OK. | ### Click OK. |
Latest revision as of 10:58, 16 October 2013
Extending the TSM Recovery Log AIX
- On the AIX command line extend the logical volume containing the database files.
- # chfs size=+<Space in MB> <path to logical volume>
Integrated Solutions Console
- Extend Tivoli Storage Manager
- Click on Storage Devices
- Select the server.
- From the drop down menu Select: Server Properties
- Select Database and Log
- In the Recovery Log Window Select Action, Select: Add Volume
- Enter the fully qualified path under Volume name.
- Add the size that you allocated when performing the chfs.
- Check "When adding the new volume, expand the recovery log capacity by"
- Enter the amount you allocated int the MB box.
- Click OK.
- Extend Tivoli Storage Manager
Tivoli Console
- Open the Tivoli Storage Manager Administrative Console
- # cd /usr/tivoli/tsm/client/ba/bin
- # dsmadmc
- Create a new database volume.
- TSM> define logvolume <fully qualified path>log<#>.dsm formatsize=<size from chfs command>
- Extend the database.
- TSM> extend log <size from the chfs command>