Dynamically removing Common Services CCI CONNECTIONS
search cancel

Dynamically removing Common Services CCI CONNECTIONS

book

Article ID: 195289

calendar_today

Updated On:

Products

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 LDAP SERVER FOR Z/OS 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 MF - MISC OLD CODES SERVICE ASSURE GENERIC UNISERVICE FOR CICS GENERIC UNISERVICE II Output Management Web Viewer

Issue/Introduction

ENF/CCI procedures uses NODE and CONNECT statements so that during ENF startup (after VTAM initialization is complete) CONNECT is established .
How do you dynamically remove these connections (prior to changing CCIPARMs in ENF procedure) so that no retries are generated for remaining z/OS lpars .

Environment

Releases 14.1 and 15.0

Component :CA COMMON SERVICES FOR Z/OS CCIMVS

Cause

shut down z/OS lpars that now communicate with others via Common Services and VTAM links 

Resolution

To remove a node within a VTAM/LU0 connection, it must be inactivated
before the remove e.g.

1 - /ENF,VARY(INACT,SYSID,ASYS)
2 - /ENF,REMOVE(SYSID,ASYS)

If the connections are driven from multiple systems, the vary/remove commands must be executed from each connected system.

 

 

Additional Information

KD as a result of case 32110436

Documentation on this can be found:

https://techdocs.broadcom.com/content/broadcom/techdocs/us/en/ca-mainframe-software/traditional-management/ca-common-services-for-z-os/15-0/component-reference/caicci-control-options/control-options-summary-caicci/vary-act-inact-sysid-sysid.html