Skip to content

dx_get_capacity

Marcin Przepiorowski edited this page Jan 26, 2023 · 8 revisions

SYNOPSIS

dx_get_capacity    [-engine|d <delphix identifier> | -all ]
                   [-group group_name | -name db_name | -host host_name | -type dsource|vdb | -dsource name ]
                   [-details [all]]
                   [-sortby size ]
                   [-output_unit K|M|G|T]
                   [-format csv|json ]
                   [-forcerefresh]
                   [-unvirt]
                   [-help|? ]
                   [-debug ]

DESCRIPTION

Get the information about databases space usage.

ARGUMENTS

Delphix Engine selection - if not specified a default host(s) from dxtools.conf will be used.

  • -engine|d Specify Delphix Engine name from dxtools.conf file
  • -all Display databases on all Delphix appliance
  • -configfile file Location of the configuration file. A config file search order is as follow:
  • configfile parameter
  • DXTOOLKIT_CONF variable
  • dxtools.conf from dxtoolkit location

Filters

Filter databases using one of the following filters

  • -group groupname Group Name
  • -name dbname Database Name
  • -host hostname Host Name
  • -type type Type (dsource|vdb)
  • -dsource name Name of dsource

OPTIONS

  • -forcerefresh Force refresh of capacity data (in >= 5.2 )
  • -details [all] Display breakdown of usage. If all is specified, breakdown snapshot usage into individual snapshots
  • -sortby size Sort output by size of VDB - can't be mixed with -details flag By default ourput is sorted by group name and db name
  • -unvirt Display a information about unvirtualized size of object - can't be mixed with -details flag
  • -output_unit K|M|G|T Display usage using different unit. By default GB are used Use K for KiloBytes, G for GigaBytes and M for MegaBytes, T for TeraBytes
  • -format Display output in csv or json format If not specified pretty formatting is used.
  • -help Print this screen
  • -debug Turn on debugging
  • -details Display more information about database capacity
  • -nohead Turn off header output

EXAMPLES

Display a size of databases on Delphix Engine

dx_get_capacity -d Landshark5

Engine                         Group                Database                       Rep Size [GB]
------------------------------ -------------------- ------------------------------ --- ----------
Landshark5                     Analytics            cont1                          NO        0.05
Landshark5                     Analytics            cont2                          NO        0.03
Landshark5                     Analytics            test                           NO        0.01
Landshark5                     Sources              AdventureWorksLT2008R2         NO        0.00
Landshark5                     Sources              Oracle dsource                 NO        0.55
Landshark5                     Sources              orcl_tar                       NO        0.49
Landshark5                     Sources              PDB                            NO        0.24
Landshark5                     Sources              racdba                         NO        0.53
Landshark5                     Sources              RMAN dsource                   NO        0.47
Landshark5                     Sources              singpdb                        NO        0.80
Landshark5                     Sources              Sybase dsource                 NO        0.00
Landshark5                     Sources              test_src                       NO        0.00
Landshark5                     Test                 vFiles                         NO        0.00

Display a size of databases from group Analytics with details

dx_get_capacity -d Landshark5 -details -group Analytics

Engine                         Group                Database                       Rep Size [GB]  Type                 Size [GB]
------------------------------ -------------------- ------------------------------ --- ---------- -------------------- ----------
Landshark5                     Analytics            cont1                          NO        0.05
                                                                                                  Current copy               0.04
                                                                                                  DB Logs                    0.00
                                                                                                  Snapshots total            0.00
Landshark5                     Analytics            cont2                          NO        0.03
                                                                                                  Current copy               0.02
                                                                                                  DB Logs                    0.00
                                                                                                  Snapshots total            0.00
Landshark5                     Analytics            test                           NO        0.01
                                                                                                  Current copy               0.01
                                                                                                  DB Logs                    0.00
                                                                                                  Snapshots total            0.00

Display a size of database name cont1 with snapshot details

dx_get_capacity -d Landshark5 -details all -name cont1

Engine                         Group                Database                       Rep Size [GB]  Type                 Size [GB]  Snapshots                           Size [GB]
------------------------------ -------------------- ------------------------------ --- ---------- -------------------- ---------- ----------------------------------- ----------
Landshark5                     Analytics            cont1                          NO        0.05
                                                                                                  Current copy               0.04
                                                                                                  DB Logs                    0.00
                                                                                                  Snapshots total            0.00
                                                                                                                                  Snapshots shared                          0.00
                                                                                                                                  Snapshot 2016-10-24T18:22:56.858Z         0.00
                                                                                                                                  Snapshot 2016-10-25T07:30:00.630Z         0.00
                                                                                                                                  Snapshot 2016-10-25T07:38:02.098Z         0.00
                                                                                                                                  Snapshot 2016-10-25T07:39:37.475Z         0.00
                                                                                                                                  Snapshot 2016-10-25T07:41:33.710Z         0.00
                                                                                                                                  Snapshot 2016-10-25T07:42:11.884Z         0.00
                                                                                                                                  Snapshot 2016-10-25T07:44:21.183Z         0.00
                                                                                                                                  Snapshot 2016-10-25T07:55:52.038Z         0.00
                                                                                                                                  Snapshot 2016-10-25T07:58:04.423Z         0.00

Delphix

Clone this wiki locally