Tivoli fix for "number of unavailable volumes too high" issue
May 26, 2010
I get this error once in a while on my TSM 5.5 server:
“The number of unavailable volumes is too high Condition (3 > 2) Recommendation: Issue: Q LIBVOL F=D at a TSM command prompt for details.”
Resolution:
q vol * acc=unava for the list of the unavailable volumes… if you want to update their access status to readw;
upd vol volumename acc=readw for each unavailable volume or
upd vol * whereacc=unava acc=readw for all
If those 2 volumes are to an offsite location or vault then:
upd vol xxxxx access=offsite
See ADSM.org for more info.