If the SYNCFILE needs to be moved to a different volume in a SYSPLEX. What are the steps to do this?
book
Article ID: 25830
calendar_today
Updated On:
Products
ACF2
ACF2 - DB2 Option
ACF2 for zVM
ACF2 - z/OS
ACF2 - MISC
PanApt
PanAudit
Issue/Introduction
If the SYNCFILE needs to be moved to a different volume in a SYSPLEX. What are the steps to do this?
Environment
Release:
Component: ACF2MS
Resolution
These are the recommend steps:
- Stop CACHE on all systems:
F ACF2,CACHE(STOP) on each connected system
- Change SYNCOPTS to NOACTIVATE:
ACF
SET C(GSO)
CHA SYNCOPTS(NOACTIVATE)
F ACF2,REFRESH(SYNCOPTS)
- Move file (assuming same filename)
- Change SYNCOPTS to ACTIVATE:
ACF
SET C(GSO)
CHA SYNCOPTS(ACTIVATE)
ACF2,REFRESH(SYNCOPTS)
- Restart CACHE on all systems:
F ACF2,CACHE(START) on each connected system
Feedback
thumb_up
Yes
thumb_down
No