No applicable ++VER when attempting receive of PTFs even though the FMID's being updated by the PTF's are in the target zone.
search cancel

No applicable ++VER when attempting receive of PTFs even though the FMID's being updated by the PTF's are in the target zone.

book

Article ID: 48718

calendar_today

Updated On:

Products

Compress Data Compression for MVS Compress Data Compression for Fujitsu Datacom DATACOM - AD Mainframe Software Manager (Chorus Software Manager) MICS Resource Management CIS COMMON SERVICES FOR Z/OS 90S SERVICES DATABASE MANAGEMENT SOLUTIONS FOR DB2 FOR Z/OS COMMON PRODUCT SERVICES COMPONENT Common Services CA ECOMETER SERVER COMPONENT FOC Easytrieve Report Generator for Common Services INFOCAI MAINTENANCE IPC UNICENTER JCLCHECK COMMON COMPONENT Mainframe VM Product Manager CHORUS SOFTWARE MANAGER CA ON DEMAND PORTAL CA Service Desk Manager - Unified Self Service PAM CLIENT FOR LINUX ON MAINFRAME MAINFRAME CONNECTOR FOR LINUX ON MAINFRAME GRAPHICAL MANAGEMENT INTERFACE WEB ADMINISTRATOR FOR TOP SECRET Xpertware Top Secret ACF2 - z/OS ACF2 - DB2 Option ACF2 CA 7 Workload Automation

Issue/Introduction

This is an SMP/E issue where the FMID LIST in the GLOBALZONE does not include the FMID's being updated by the PTF's. When the RECEIVE of a base install is done the FMID of the SYSMOD is added to the FMID list. It stays in the GLOBALZONE FMID list after it is applied and accepted.

Environment

Environment: Any Broadcom product using SMP/E to apply maintenance

Resolution

Since the FMID's being updated are not in the FMID list of the GLOBALZONE but are in the target zone the CSI must have been modified with UCLIN to delete the FMIDs from the FMID list, or the target zone was reassigned to this GLOBALZONE by adding it to it's ZONEINDEX. In either case the FMID list can be updated to include the FMID's being updated using UCLIN.

Syntax to verify that the FMID's being updated by the PTF's are not in the FMIDLIST:

 //SYSIN DD *       
 SET BOUNDARY(GLOBAL). 
 LIST GLOBALZONE.
 /*

 

Syntax to include FMID's in the FMID list:

 //SMPCNTL DD *       
 SET BDY(GLOBAL) . 
 UCLIN .
 REP GLOBALZONE
 FMID ( xxxxxxx.....)
 ENDUCL.
 //*