Skip to main content
Delphix

Listing Hotfixes Deployed on Delphix Engine (KBA1804)

 

 

KBA

KBA#1804

Issue

Delphix system administrators need to know which hotfixes are deployed on their engine in order to assure all their engines running similar environments are running the same level.

Applicable Delphix Versions 

Click here to view the versions of the Delphix engine to which this article applies

Major Release

Sub Releases

6.0 6.0.0.0, 6.0.1.0, 6.0.1.1, 6.0.2.0, 6.0.2.1, 6.0.3.0, 6.0.3.1, 6.0.4.0, 6.0.4.1, 6.0.4.2, 6.0.5.0, 6.0.6.0, 6.0.6.1, 6.0.7.0, 6.0.8.0, 6.0.8.1, 6.0.9.0, 6.0.10.0, 6.0.10.1, 6.0.11.0, 6.0.12.0, 6.0.12.1, 6.0.13.0, 6.0.13.1
5.3 5.3.1.0, 5.3.2.0, 5.3.3.0, 5.3.4.0, 5.3.5.0, 5.3.6.0, 5.3.7.0, 5.3.7.1, 5.3.8.0, 5.3.8.1, 5.3.9.0

Resolution

For releases 5.3.1.0 and above, hotfixes are now listed in the system details via the CLI under "system".

Note that this does not apply to toolkit/plugin hotfixes. 

Also note that after applying a Masking Engine hotfix, that a management stack restart is required in order to register that the hotfix has been installed. This can be accomplished through the CLI by following the How To Restart The Delphix Engine Management Process document.

The following example shows there are no hotfixes deployed on this engine:

mikevmbb.dcenter> system
mikevmbb.dcenter system> ls
Properties
    type: SystemInfo
    apiVersion:
        type: APIVersion
        major: 1
        micro: 1
        minor: 10
    buildTimestamp: 2018-12-13T05:03:46.000Z
    buildTitle: Dynamic Data Platform 5.3.1.2
    buildVersion:
        type: VersionInfo
        major: 5
        micro: 1
        minor: 3
        patch: 2
    configured: true
    cpuReservation: 0%
    currentLocale: en-US
    enabledFeatures: XPP,MDD
    engineQualifier: Delphix
    hostname: mikevmbb.dcenter
    hotfixes: none present.              <<<<<<<<< no hotfixes deployed on this engine
    installationTime: 2017-11-04T01:33:49.000Z
    kernelName: SunOS

The following example shows a hotfix deployed on this engine:

mikevmbb.dcenter> system
mikevmbb.dcenter system> ls
Properties
    type: SystemInfo
    apiVersion:
        type: APIVersion
        major: 1
        micro: 3
        minor: 10
    buildTimestamp: 2019-03-30T02:12:49.000Z
    buildTitle: Dynamic Data Platform 5.3.3.0
    buildVersion:
        type: VersionInfo
        major: 5
        micro: 3
        minor: 3
        patch: 0
    configured: true
    cpuReservation: 0%
    currentLocale: en-US
    enabledFeatures: XPP,UI_USAGE_TILE,UI_UNIFIEDSETUPWIZARD,UI_MANAGED_SOURCE_DATA_PAGE,JETSTREAM,MDD,FCR
    engineQualifier: Delphix
    engineType: VIRTUALIZATION
    hostname: mikevmbb.dcenter
    hotfixes: [HF-707]              <<<<<<<<< hotfix HF-707 is installed on this engine
    installationTime: 2017-11-04T01:33:49.000Z
    kernelName: SunOS