TSM Server Extend Database: Difference between revisions

From UNIX Systems Administration
Jump to navigation Jump to search
(Created page with "== Extending the TSM Database == # On the AIX command line extend the logical volume containing the database files. ## '''<tt># chfs size=+<Space in MB> <path to logical volum...")
 
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Extending the TSM Database ==
== 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>'''
# The following will use the Integrated Solutions Console to perform the tasks.
 
## Extend Tivoli Storage Manager
== Extending the TSM Database ==
### Click on Storage Devices
 
### Select the server.
=== Integrated Solutions Console ===
### From the drop down menu Select: Server Properties
# Extend Tivoli Storage Manager
### Select Database and Log
## Click: <tt>'''Storage Devices'''</tt>
### In the Database Window Select Action, Select: Add Volume
## Select: the server.
### Enter the fully qualified path under Volume name.
## From the drop down menu Select: <tt>'''Server Properties'''</tt>
### Add the size that you allocated when performing the chfs.
## Select: <tt>'''Database and Log'''</tt>
### Check "When adding the new volume, expand the database capacity by
## In the Database Window Select Action, Select: <tt>'''Add Volume'''</tt>
### Enter the amount you allocated int the MB box.
## Enter the fully qualified path under Volume name.
### Click OK.
## Add the size that you allocated when performing the chfs.
## Check: <tt>'''When adding the new volume, expand the database capacity by'''</tt>
## Enter the amount you allocated int the MB box.
## Click: <tt>'''OK'''</tt>
 
=== Tivoli Console v5 and Prior ===
# 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> define dbv <fully qualified path>db<#>.dsm formatsize=<size from chfs command>'''</tt>
# Extend the database.
## <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 ==
# [http://publib.boulder.ibm.com/infocenter/tivihelp/v1r1/index.jsp IBM Tivoli Storage Manager Infocenter]
 
[[Category:Software]]
[[Category:Tivoli]]

Latest revision as of 18:49, 27 April 2017

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.
    1. # chfs size=+<Space in MB> <path to logical volume>

Extending the TSM Database

Integrated Solutions Console

  1. Extend Tivoli Storage Manager
    1. Click: 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 v5 and Prior

  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>

Tivoli Console v6 and above

  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> EXTend DBSpace <path to db directory>

Further Reading

  1. IBM Tivoli Storage Manager Infocenter