TSM Server Extend Database: Difference between revisions

From UNIX Systems Administration
Jump to navigation Jump to search
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Extending the TSM Database AIX==
== Planning ==
# This procedure can only be performed on TSM Server 5.x
# Efficient available space.
 
== Server Preparation ==
# On the AIX command line extend the logical volume containing the database files.
# On the AIX command line extend the logical volume containing the database files.
## '''<tt># chfs size=+<Space in MB> <path to logical volume></tt>'''
#: '''<tt># chfs size=+<Space in MB> <path to logical volume></tt>'''
 
== Extending the TSM Database ==
 
=== Integrated Solutions Console ===
=== Integrated Solutions Console ===
## Extend Tivoli Storage Manager
# Extend Tivoli Storage Manager
### Click on Storage Devices
#: Click: <tt>'''Storage Devices'''</tt>
### Select the server.
#: Select: the server.
### From the drop down menu Select: Server Properties
#: From the drop down menu Select: <tt>'''Server Properties'''</tt>
### Select Database and Log
#: Select: <tt>'''Database and Log'''</tt>
### In the Database Window Select Action, Select: Add Volume
#: In the Database Window Select Action, Select: <tt>'''Add Volume'''</tt>
### 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 database capacity by
#: Check: <tt>'''When adding the new volume, expand the database capacity by'''</tt>
### Enter the amount you allocated int the MB box.
#: Enter the amount you allocated int the MB box.
### Click OK.
#: Click: <tt>'''OK'''</tt>
=== Tivoli Console ===
 
=== Tivoli Console v5 and Prior ===
# Open the Tivoli Storage Manager Administrative Console
# Open the Tivoli Storage Manager Administrative Console
## '''<tt># cd /usr/tivoli/tsm/client/ba/bin</tt>'''
#: <tt>'''# cd /usr/tivoli/tsm/client/ba/bin'''</tt>
## '''<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>
 
=== Tivoli Console v6 and above ===
# Open the Tivoli Storage Manager Administrative Console
#: <tt>'''# cd /usr/tivoli/tsm/client/ba/bin'''</tt>
#: <tt>'''# dsmadmc'''</tt>
# Create a new database volume.
#: <tt>'''TSM> EXTend DBSpace <path to db directory>'''</tt>


== Further Reading ==
== Further Reading ==

Latest revision as of 12:50, 6 April 2026

Planning

  1. This procedure can only be performed on TSM Server 5.x
  2. Efficient available space.

Server Preparation

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

Extending the TSM Database

Integrated Solutions Console

  1. Extend Tivoli Storage Manager
    Click: Storage Devices
    Select: the server.
    From the drop down menu Select: Server Properties
    Select: Database and Log
    In the Database 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 database capacity by
    Enter the amount you allocated int the MB box.
    Click: OK

Tivoli Console v5 and Prior

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

Tivoli Console v6 and above

  1. Open the Tivoli Storage Manager Administrative Console
    # cd /usr/tivoli/tsm/client/ba/bin
    # dsmadmc
  2. Create a new database volume.
    TSM> EXTend DBSpace <path to db directory>

Further Reading

  1. IBM Tivoli Storage Manager Infocenter