Hi, Roger.  I don't have one already made, but this should get you
started.  Hopefully there won't be too many typos.

#!/usr/bin/ksh
dsmadmc -id=id -pa=pa audit vol /path/file1
sleep 10
while dsmadmc -id=id -pa=pa -comma q pr | grep -qi audit ; do
   sleep 10
done
dsmadmc -id=id -pa=pa update vol /path/file1 acc=readw

On 11/6/2012 3:17 PM, Roger Deschner wrote:
Does anybody have a script or program that can issue a TSM AUDIT VOLUME
command and wait for it to finish - as though WAIT=YES existed?

I keep getting r/o vols in my DEVCLASS FILE storage pools. I want to
audit them before changing them back to r/w. I want an automatic process
to do that, one at a time.

I could have set up this storage pool with preallocated files instead of
letting the operating system allocate and remove scratch volume files,
but dsmfmt on 55TB of space to prepare the fixed volume files would take
a very long time, like about a CPU-year.

Roger Deschner      University of Illinois at Chicago     rog...@uic.edu
======I have not lost my mind -- it is backed up on tape somewhere.=====

Reply via email to