Skip to content

dx_resolve_faults

Marcin Przepiorowski edited this page Jan 10, 2019 · 4 revisions

SYNOPSIS

dx_resolve_faults [ -engine|d <delphix identifier> | -all ] [ -configfile file ]
                  [ -fault FAULTREF | all]
                  [ -st timestamp]
                  [ -et timestamp]
                  [ -severity severity]
                  [ -status status]
                  [ -target target]
                  [ -format csv|json ]
                  [ -help|? ]
                  [ -debug ]

DESCRIPTION

Resolve faults of Delphix Engine defined by filters

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 Resolve faults on all Delphix appliance

Filters

  • -fault faultref | all Resolve fault defined by fault ref or all faults limited by filter

Filter faults using one of the following filters if fault parameter is set to all

  • -severity Fault severity - WARNING / CRITICAL
  • -status Fault status - ACTIVE / RESOLVED
  • -target Fault target ( VDB name, target host name)

OPTIONS

  • -st timestamp Start time for faults list - default value is 7 days
  • -et timestamp End time for faults list
  • -format Display output in csv or json format If not specified pretty formatting is used.
  • -help Print this screen
  • -debug Turn on debugging
  • -nohead Turn off header output

EXAMPLES

Resolve fault with reference FAULT-130

dx_resolve_faults -d Landshark -fault FAULT-130

Appliance            Fault ref            Resolved
-------------------- -------------------- ----------
Landshark            FAULT-130            RESOLVED

Resolve all faults

dx_resolve_faults -d Landshark -fault all

Appliance            Fault ref            Resolved
-------------------- -------------------- ----------
Landshark            FAULT-128            RESOLVED
Landshark            FAULT-129            RESOLVED
Landshark            FAULT-130            RESOLVED

Resolve faults for target "Employee Oracle DB" since 2015-08-01

dx_resolve_faults -d Landshark -fault all -target "Employee Oracle DB" -st "2015-08-01"

Appliance            Fault ref            Resolved
-------------------- -------------------- ----------
Landshark            FAULT-125            RESOLVED
Landshark            FAULT-126            RESOLVED

Delphix

Clone this wiki locally