How to Disable ACF2 LDS
search cancel

How to Disable ACF2 LDS

book

Article ID: 235962

calendar_today

Updated On:

Products

ACF2

Issue/Introduction

Need to disable LDS on all our PRODPLEX and TESTPLEX LPARS.

What settings needs to be modified to disable it from all PROD/DEV settings?

 

Environment

Release : 16.0

Component : ACF2 for z/OS

Resolution

If LDS is currently active on a lpar issue the following commands to stop LDS:

To stop LDS, use the following command:
F, ACF2,LDS(STOP)

To prevent LDS from re-starting and from starting during the next IPL issue the following commands:

ACF
SET CONTROL(GSO)
CHANGE OPTS NOLDS
F ACF2,REFRESH(OPTS)

SET CONTROL(LDS)
CHANGE LDAP.qualifier NOACTIVE
F ACF2,REFRESH(LDAP),TYPE(LDS)