View the Commvault File System (CVFS) RPM Version in HyperScale X

You can view the Commvault File System RPM version using the following commands:

Procedure

  1. Login to a node using the root credentials.

  2. Verify the Commvault File System RPM version using the following command:

    # /usr/local/hedvig/scripts/whichCommit.sh

    The resulting output will display the RPM version in the Branch: section, as shown in the following sample output:

    Manifest-Version: 1.0
    CommitId: QBD[3292d3b4af7731d248041ed51da4b12f071a9494: 1.12: 2024-08-04T21:57Z] 
    Duro[5049a30cab2ff1e4fe034931ec6657bfb4775ab7: 1.1: 2024-08-04T21:55Z] 
    Common[d3f000e7317c9649d0f52fd6440b7b5b20cba04c: 2024-08-04T21:51Z] 
    GMS[d977dbb5bfd9d98dba152fd9c419ebe53bcb82e1: 2024-08-04T21:54Z] 
    HPOD[af00add86acff7643ac8f6e8dcc10f5bc5d32930:2024-08-04T21:55Z] 
    Thrift[6dd89a92284846e1b6a31719cbf7cab9971cb874:2024-08-04T21:54Z]
    Branch: QBD[v-5.0.5] Duro[v-5.0.5] Common[v-5.0.3] GMS[v-5.0.1] HPOD[v-5.0.5] Thrift[v-5.0.1]
    Created-By: Hedvig
    Main-Class: com.simontuffs.onejar.Boot
    One-Jar-Main-Class: com.quexascale.quexablock.pages.QuexaBlockPagesService

    In the above example, v-5.0.5 is the RPM version.

  3. Verify the minor version of the RPM using the following command:

    # rpm -qa | grep hedvig

    The resulting output will display the minor RPM version, as shown in the following sample output:

    hedvig-cluster-1.0.0_3564_2484803ffb-1.x86_64
    hedvig-common-1.0.0_3564_2484803ffb-1.x86_64

    In the above example, 3564 is the minor RPM version.

Loading...