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?
Release : 16.0
Component : ACF2 for z/OS
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)