I am working on an IBM System Z10 with ZOS 1.12.
There is a backup procedure in our daily routine which the mentioned backup files reside in a SMS storage group. The related disks are shared with another Z10 machine.
The problem is here that we have to delete these backup files in another machine. Therefore the mentioned data sets are allocated in machine "A" and are deleted in machine "B". Just the related disks are shared between two machines.
In this situation, Machine "A" is not aware of deletion, hence the information of it's related storage group can not be updated after deletion. for example despite that all the files are deleted, but the used percent of storage group can not be updated and increases day by day. Because machine "A" just see allocation not deletion.
As a result after some days, according to the statistics, SMS can not manage volumes correctly for allocation as it thinks storage group is full.
1-I know the easiest way is to perform both allocation and deletion in the same machine but its not possible now the time.
2-Another simple way can be allocation and deletion of some temporary small data sets in all the related volumes in Machine "A" everyday. By this work, machine "A" can be aware of disks new status. But the storage group is SMS managed and to be able to allocate data sets on all volumes, we have to set " Guaranteed Space " to "YES" before allocation and set to "NO" after deletion. Each time a "setsms" command is necessary too, in order to activate new configuration.
But I'm worried to perform this everyday. Can anyone suggest a better solution?