Disable automatic reclaim on all hosts
Hello,
It's about stopping reclaim completely on all hosts.
VTCS - Version 6.2 on IBM z/OS.
I see 2 topics on this query. Not sure which one to follow.
I am thinking of using both of them
Is it the right syntax:
---------------------------------------------------
CONFIG
RECLAIM THRESHLD=98 START=98
HOST NAME=PROD NORECLAM
HOST NAME=TEST NORECLAM
---------------------------------------------------
Solution #1
Make the following changes to the VTCS CONFIG:
1. Run the VTCS DECOM utility to list the current VTCS configuration.
2. Update the following values for the CONFIG RECLAIM statement parameters.
- Set RECLAIM START to 98
- Set RECLAIM THRESHLD to 98
3. Run the VTCS CONFIG utility. With an 'F' level CDS or higher, the changes are updated dynamically.