Quantcast
Channel: ADSM.ORG
Viewing all articles
Browse latest Browse all 2470

Define dbvol / Extend DB TSM 5.5

$
0
0
Hello Guys,

I'm a little bit confused about how to extend the TSM db. Already check TSM manual but still not kind clear. Sorry, still working my way up into TSM.

The issue at hand is the following "The database utilization is too high. 87.8 > 85". Which means that i need to grow the DB.

The DB disk E: have 295 GB free.

Code:

q db


Available    Assigned      Maximum      Maximum        Page        Total          Used      Pct      Max.
    Space    Capacity    Extension    Reduction        Size        Usable        Pages      Util      Pct
    (MB)        (MB)          (MB)          (MB)    (bytes)        Pages                              Util
---------    --------    ---------    ---------    -------    ---------    ---------    -----    -----
  81,920      81,920            0        9,644      4,096    20,971,52    18,370,67      87.6      88.2

The DBVolumes are 16Gb each.
Code:

q DBVolume


Volume Name          Copy      Volume Name          Copy      Volume Name          Copy
(Copy 1)            Status    (Copy 2)            Status    (Copy 3)            Status
----------------    ------    ----------------    ------    ----------------    ------
E:\DB\DB01.DSM      Sync'd                          Undef-                          Undef-
                                                      ined                            ined
E:\DB\DB02.DSM      Sync'd                          Undef-                          Undef-
                                                      ined                            ined
E:\DB\DB03.DSM      Sync'd                          Undef-                          Undef-
                                                      ined                            ined
E:\DB\DB04.DSM      Sync'd                          Undef-                          Undef-
                                                      ined                            ined
E:\DB\DB05.DSM      Sync'd                          Undef-                          Undef-
                                                      ined                            ined

But here is my doubt. Do I need to define a new volume? or do I need to extend the DB? or both?

Let's say i run "define dbvol E:\DB\DB06.DSM formatsize=16384" to create a new volume. After that do I need to run "extend DB"? or that's just it.

or just run "extend DB 1638" since i have the space on the disk.

Nevertheless, this is what i thought should be: Is my assumption right?

Code:

1.- Define a new volume:
define dbvol E:\DB\DB06.DSM formatsize=16384

2.- Extend the DB:
extend DB 1638


Thank you for your inputs and your time.

Viewing all articles
Browse latest Browse all 2470

Trending Articles