-
Notifications
You must be signed in to change notification settings - Fork 34
dx_get_appliance
Marcin Przepiorowski edited this page Jan 26, 2023
·
8 revisions
dx_get_appliance [-d <delphix identifier> | -all ]
[-format csv|json ]
[-output_unit K|M|G|T]
[-nohead ]
[-details ]
[-help|? ]
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
- -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
- -details Display vCPU and vMemory
- -format Display output in csv or json format If not specified pretty formatting is used.
- -nohead Turn off header
- -help Print this screen
- -debug Turn on debugging
Columns description
- Appliance - Delphix Engine name from dxtools.conf file
- Status - Status of Delphix Engine
- Version - Version of Delphix Engine
- Total - Total storage allocated to Delphix Engine
- Used - Used space. Up to version 6.0.7 this is space used by data objects. Since 6.0.7 this include a reserved space as well.
- Free - Free space on engine
- PctUsed - Percent of used space
- dSource# - Number of dSources on the engine
- VDBs# - Number of VDBs on the engine
- Total Objects - Total number of objects on the engine
- vCpu - No of vCPU allocated to the engine
- vMem - Size of memory allocated to the engine
Display a Delphix Engine summary
dx_get_appliance -d Landshark5
Appliance Status Version Total (GB) Used (GB) Free (GB) PctUsed(%) dSource# VDBs# Total Ob
-------------------- -------- -------- ---------- ---------- ---------- ---------- -------- -------- --------
Landshark5 UP 5.0.5.1 28.82 5.20 23.62 0.18 8 4 12
Display a Delphix Engine details
dx_get_appliance.pl -d dxt1 -details
Appliance Status Version Total (GB) Used (GB) Free (GB) PctUsed(%) dSource# VDBs# Total Ob vCpu vMem [GB] UUID
-------------------- -------- -------- ---------- ---------- ---------- ---------- -------- -------- -------- -------- --------- ----------------------------------------
dxt1 UP 6.0.12.1 21.80 7.62 14.18 34.96 1 0 1 2 8.00 564d754d-eb0f-bb3e-15a2-f45c08d0ae24
Delphix