You can identify the Commvault Distributed Storage (CDS) RPM version using the following commands:
Procedure
Login to a node using the root credentials.
Verify the Commvault Distributed Storage (CDS) RPM version using the following command:
# /usr/local/hedvig/scripts/whichCommit.sh
The resulting output will display the RPM version in the
Manifest-Version: 1.0
Created-By: Hedvig
Main-Class: com.simontuffs.onejar.Boot
One-Jar-Main-Class: com.quexascale.quexablock.pages.QuexaBlockPagesService
CommitId: QBD[c92d97c476bdedb194b895589f3665c42ce09914: 1.94: 2021-03-15T22:34Z]
Duro[4e4ba99cb77552ee56f7f7edf19112f3b3d64b86: 1.1: 2021-03-15T22:31Z]
Common[d353c7e277802aaa15d01e47c3d7e40aefa19237: 2021-03-15T22:28Z]
GMS[fce7026009692b7188876c35227ff1a36a09e734: 2021-03-15T22:29Z]
HPOD[0162c6263f7a647a05be8698b6b17f8863c09dd3:2021-03-15T22:30Z]
Thrift[5dc0e4f06d8c5f1a58785da64538d41e9a2d5082:2021-03-15T22:29Z]
Branch: QBD[v-4.2.3] Duro[v-4.2.3] Common[v-4.2.3] GMS[v-4.2.3] HPOD[v-4.2.3] Thrift[v-4.2]In the above example, v-4.2.3 is the RPM version.
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_64In the above example, 3564 is the minor RPM version.
If necessary upgrade the CDS RPM version on the re-imaged node to make sure all the existing and re-imaged node has same CDS version using the following command:
# ./cvupgradeos.py -upgrade_hedvig_only
Note:
cvupgradeos.py
must be run using the console. Do not runcvupgradeos.py
using SSH.