Skip to content

dx_get_osversions

Marcin Przepiorowski edited this page Aug 18, 2022 · 2 revisions

SYNOPSIS

dx_get_osversions    [-engine|d <delphix identifier> | -all ]
                     [-steps | -report ]
                     [-target targetversion]
                     [-format csv|json]
                     [-help|? ] [ -debug ]

DESCRIPTION

Get the results of the installed Delphix OS versions. Sysadmin type account is needed for this script to run

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

OPTIONS

  • -report Print a verification report of the upgrade check
  • -steps Print a verification steps of the upgrade check
  • -target targetversion Limit a verification report output to a target version specified by targetversion
  • -format Display output in csv or json format If not specified pretty formatting is used.
  • -help Print this screen
  • -debug Turn on debugging

EXAMPLE

Display a list of known Delphix versions

dx_get_osversions -d Delphix35

engine name                         name            status                         install date
----------------------------------- --------------- ------------------------------ ------------------------------
53sys                               5.3.0.0         PREVIOUS                       2018-09-28 13:07:51 IST
53sys                               5.3.2.0         PREVIOUS                       2019-02-15 14:57:16 GMT
53sys                               5.3.3.0         CURRENTLY_RUNNING              2019-04-12 12:05:47 IST


dx_get_osversions -d myenginesys -steps -target 6.0.10.1

engine name                         from            to              step                           status          Start test date
----------------------------------- --------------- --------------- ------------------------------ --------------- ------------------------------
myenginesys                         6.0.4.2         6.0.10.1
                                                                    InitializationRunReport        SUCCESS         2022-02-02 12:33:36 GMT
                                                                    FileSystemCheckRunReport       SUCCESS         2022-02-02 12:46:01 GMT
                                                                    Domain0ThresholdCheck          SUCCESS         2022-02-02 12:46:12 GMT
                                                                    MigrationRunReport             SUCCESS         2022-02-02 12:46:12 GMT
                                                                    ReplicationTargetCheck         SUCCESS         2022-02-02 12:46:21 GMT
                                                                    DeprecatedRulesetEditOptionsCh SKIPPED         2022-02-02 12:46:21 GMT
                                                                    PrimaryDbFileAvailabilityCheck SKIPPED         2022-02-02 12:46:21 GMT
                                                                    EnclosureEscapeCharacterCheck  SKIPPED         2022-02-02 12:46:21 GMT
                                                                    ReplicationSourceCheck         SUCCESS         2022-02-02 12:46:21 GMT
                                                                    HotfixCheck                    SUCCESS         2022-02-02 12:46:21 GMT
                                                                    SnapdirsVisibilityCheck        SUCCESS         2022-02-02 12:46:21 GMT


dx_get_osversions -d mask -report -target 6.0.15.0

engine name                         to              title                          status          severity
----------------------------------- --------------- ------------------------------ --------------- ---------------
mask                                6.0.15.0
                                                    Legacy algorithms are being re ACTIVE          WARNING
                                                    Legacy algorithms are being re ACTIVE          WARNING

Delphix

Clone this wiki locally