VMFSET1965E error in ACF2 VM installation on z/VM 7.2 (CPSFS & CMSSFS installed)
search cancel

VMFSET1965E error in ACF2 VM installation on z/VM 7.2 (CPSFS & CMSSFS installed)

book

Article ID: 244311

calendar_today

Updated On:

Products

ACF2 for zVM

Issue/Introduction

Installing ACF2 VM on a SFS installed z/VM 7.2. The VMFSETUP command issued is:

VMFSETUP ACFZ720 CP (same applies to VMFSETUP ACFZ720 CPTEST) 
 
This results in:

VMFSET2760I VMFSETUP processing started for ACFZ720 CPTEST
VMFSET2204I Linking MAINT999 CCC as CCC with link mode MR
HCPLNM107E MAINT999 0CCC not linked; not in CP directory
VMFSET1965E Command CP LINK MAINT999 CCC CCC MR failed with RC=107

 

Environment

Release : 12.0

Component : ACF2 for z/VM

Resolution

The problem is the :OVERLST section of the $PPF.  The CPSFS and CMSSFS will be needed to be included in the :OVERLST section of the $PPF.  Here's a sample $PPF.  The CPSFS is highlighted in red.

*============================================================        
* Start of Product Parameter File for z/VM                           
*============================================================        
:OVERLST. CP CPSFS                                                   
*============================================================        
* End of Product Header                                              
*============================================================        
:CP. CP SERVP2P                                                      
:DCL.                                                                
&AKVUPD LINK TSSMAINT 193 206 RR * Test CP Updates disk TSSVM        
&CSSADM LINK CAIMAINT 176 207 RR * Test CSS Administrator disk       
:EDCL.                                                               
:MDA.                                                                
LOCALMOD    &LMODZ &AKVUPD &CSSADM         * Local modifications disk
:EMDA.                                                               
*============================================================        
* Control Parmeters                                                  
*============================================================        
:CNTRLOP.                                                            
:USEREXIT. USEREXIT              * User exit exec called for         
:ECNTRLOP.                                                           
:END.                                                                
:CPSFS. CPSFS SERVP2P                                                
:DCL.                                                                
&AKVUPD LINK TSSMAINT 193 206 RR * Test CP Updates disk TSSVM        
&CSSADM LINK CAIMAINT 176 207 RR * Test CSS Administrator disk       
:EDCL.                                                               
:MDA.                                                                
LOCALMOD    &LMODZ &AKVUPD &CSSADM         * Local modifications disk
:EMDA.                                                               
*============================================================        
* Control Parmeters                                                  
*============================================================        
:CNTRLOP.                                                            
:USEREXIT. USEREXIT              * User exit exec called for         
:ECNTRLOP.                                                           
:END.                                                                

The ACFZ720 PPF will need to be recreated  after modifying the ACFZ720 $PPF via the CA-Activator step or using the VMFPPF Exec.

The M9C0I017 task mentions the following.

To use component names other than the default names (CP, CPTEST, CMS and CMSTEST), the $PPF file must be manually compiled by issuing a VMFPPF command.

Since the ACFZ720 $PPF has the :OVERLST. CPSFS CMSSFS, the following manual command should be executed:

VMFPPF ACFZ720 *

This command would create the ACFZ720 PPF file with both the CPSFS and CMSSFS components.