-
Notifications
You must be signed in to change notification settings - Fork 36
dx_get_capacity
Marcin Przepiorowski edited this page Oct 10, 2016
·
8 revisions
dx_get_capacity.pl [ -engine|d <delphix identifier> | -all ] [ -group group_name | -name db_name | -host host_name | -type dsource|vdb ] [-details [all]]
[-sortby size ][ -format csv|json ] [ --help|? ] [ -debug ]
Get the information about databases space usage.
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
Filter databases using one of the following filters
- -group Group Name
- -name Database Name
- -host Host Name
- -type Type (dsource|vdb)
- -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
-
-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
Delphix