TSM Server Extend Database: Difference between revisions

From UNIX Systems Administration
Jump to navigation Jump to search
No edit summary
Line 19: Line 19:
## '''<tt># dsmadmc</tt>'''
## '''<tt># dsmadmc</tt>'''
# Create a new database volume.
# Create a new database volume.
## '''<tt>TSM> define dbv <fully qualified path>db<#>.dsm formatsize=<size from chfs command><tt>'''
## '''<tt>TSM> define dbv <fully qualified path>db<#>.dsm formatsize=<size from chfs command></tt>'''
# Extend the database.
# Extend the database.
## '''<tt>TSM> extend db <size from the chfs command></tt>'''
## '''<tt>TSM> extend db <size from the chfs command></tt>'''

Revision as of 15:04, 2 March 2012

Extending the TSM Database

  1. On the AIX command line extend the logical volume containing the database files.
    1. # chfs size=+<Space in MB> <path to logical volume>

Integrated Solutions Console

    1. Extend Tivoli Storage Manager
      1. Click on Storage Devices
      2. Select the server.
      3. From the drop down menu Select: Server Properties
      4. Select Database and Log
      5. In the Database Window Select Action, Select: Add Volume
      6. Enter the fully qualified path under Volume name.
      7. Add the size that you allocated when performing the chfs.
      8. Check "When adding the new volume, expand the database capacity by
      9. Enter the amount you allocated int the MB box.
      10. Click OK.

Tivoli Console

  1. Open the Tivoli Storage Manager Administrative Console
    1. # cd /usr/tivoli/tsm/client/ba/bin
    2. # dsmadmc
  2. Create a new database volume.
    1. TSM> define dbv <fully qualified path>db<#>.dsm formatsize=<size from chfs command>
  3. Extend the database.
    1. TSM> extend db <size from the chfs command>