Views:

You can find the product version of Catalogic DPX Master Server in three ways: from the HTML5-based DPX Management Interface, from the Java-based DPX Management Interface, and from the product version files in the system.

Finding the product version from the HTML5-based DPX Management Interface

In the menu bar, click Help (?) > About DPX, and you can see the product version of the Catalogic DPX Master Server.

Restriction: The HTML5-based DPX Management Interface is only available in the Catalogic DPX Master Server virtual appliances for VMware and Microsoft Hyper-V.

Finding the product version from the Java-based DPX Management Interface

In the menu bar, click Help > About DPX and you can see the product version of the Catalogic DPX Master Server.

Finding the product version from the Linux shell

You can find the product version of the Catalogic DPX Master Server from the Linux shell if you are using one of the following releases:

  • The Catalogic DPX Master Server virtual appliance for VMware

  • The Catalogic DPX Master Server virtual appliance for Microsoft Hyper-V

  • The Catalogic DPX Master Server appliance for Linux

These products are based on the Linux operating system. You see the version information in the following files:
  • Product version information: /opt/DPX/.swinfo

  • Product patch level information: /opt/DPX/updates/patches.level

More precisely, take the following steps:
  1. Log in to the Linux shell of the Catalogic DPX Master Server as dpxadmin, typically, from an SSH client.

  2. Run the following shell command to open the text file for the product version information:

    $ cat /opt/DPX/.swinfo

    The output is structured as shown:

    # This file is auto-generated by BR Installer
    #Please DO NOT modify this file
    swinfo.version=4.8.1
    swinfo.platform=Linux-amd64
    swinfo.type=master
    swinfo.reldate=Wed Jun 15 15:44:06 EDT 2022
    swinfo.installdate=Fri Jun 17 13:16:11 UTC 2022
    swinfo.osname=Linux
    swinfo.osversion=4.18.0-348.23.1.el8_5.x86_64
    swinfo.osarch=x86_64
    swinfo.device=yes
    swinfo.nibbler=yes
    swinfo.xrc=yes
    swinfo.vap=yes
    swinfo.productname=DPX
    
  3. Run the following shell command to open the text file for the patch level information:

    $ cat /opt/DPX/updates/patches.level ; echo

    The output is structured as shown:

    500

In this example, you are using the Catalogic DPX Master Server 4.8.1 patch level 500.

Finding the product version on Microsoft Windows

If you are using the Catalogic DPX Master Server on Microsoft Windows, you can find the product version information by opening the following files:

  • <product-directory>\.swinfo

  • <product-directory>\updates\patches.level

By default, <product-directory> is located in C:\Product Files\DPX. Open either file with a text editor such as Microsoft Notepad, and you can see the contents that are similar to the examples in the Finding the product version from the Linux shell section.

Attention! Do not change either text file.

Finding the operating system version of the Catalogic DPX Master Server virtual appliance

The Catalogic DPX Master Server virtual appliance series are bundled with the Linux operating systems. Use the following command in the Linux shell to check the operating system version:

$ cat /etc/os-release

To check the Linux kernel version information, use the following command:

$ uname -r

Tip. You can use these two commands in the Catalogic vStor virtual appliance too.