CTS Volume Pool Monitor reporting rel 12.6 when it is really 14.0
search cancel

CTS Volume Pool Monitor reporting rel 12.6 when it is really 14.0

book

Article ID: 13612

calendar_today

Updated On:

Products

CA 1 Flexible Storage CA 1 Tape Management - Copycat Utility CA 1 Tape Management - Add-On Options

Issue/Introduction



In CA 1 rel 14.0, when displaying the VPM (volume pool monitor) product variable list it shows rel 12.6.

CTS_Tape_System CA 1 Tape Management 12.6 

How can I correct this?

 

Environment

CA 1 rel 14.0

Resolution

This job will need to be run to set the release information correctly: 
//STEP1 EXEC PGM=CTSVDBU,PARM=CADIAG 
//CA$FVDB DD DSN=xxxxxxxx.TMC.V,DISP=SHR    <== change to your VDB 
//SYSPRINT DD SYSOUT=* 
//SYSUDUMP DD SYSOUT=* 
//CADIAG DD * 
OPEN ACC=UPDATE DDN=CA$FVDB 
PUT 'CTS_Tape_System' TYPE=@VAR DATA='CA 1 Tape Management 14.0' 
CLOSE 
END

 

Be sure to use as coded and have both upper and lower case letters on the PUT statement.