Would anyone know what the volume I/O error table labels are so the below script could be run on volume I/O errors??
-----Original Message----- From: ADSM: Dist Stor Manager [mailto:[email protected]] On Behalf Of Lee, Gary Sent: Thursday, July 28, 2016 10:21 AM To: [email protected] Subject: Re: [ADSM-L] Re: TSM script for the number of tape mounts per tape volume **WARNING** This message originated outside of NPPD. DO NOT click on any links or attachments unless you have confirmed that it is from a trusted sender. ---------------------------------------------------------------------- Yes, mount count resets to zero when it returns to scratch. -----Original Message----- From: ADSM: Dist Stor Manager [mailto:[email protected]] On Behalf Of David Bronder Sent: Thursday, July 28, 2016 11:11 AM To: [email protected] Subject: Re: [ADSM-L] Re: TSM script for the number of tape mounts per tape volume Charles, Note that this number may not mean what you expect it to. The help for "query volume" notes that this value is the number of times the server opened the volume, which may be more than once per physical mount. Also, if you use scratch tapes, I'm pretty sure that the value gets discarded when the tape returns to the scratch pool and resets to zero when it's defined to a storage pool again. =Dave On 07/28/2016 08:45 AM, Koos Rietveld wrote: > select char(volume_name, 30) as VOLUME_NAME, times_mounted from > volumes where stgpool_name='VDP-DAT' order by times_mounted desc > > > > From: "Lamb, Charles P." <[email protected]> > To: [email protected] > Date: 28-07-2016 15:27 > Subject: [ADSM-L] TSM script for the number of tape mounts per tape > volume > Sent by: "ADSM: Dist Stor Manager" <[email protected]> > > ---------------------------------------------------------------------- > ------- > > > > Hi............... > > Could someone share a TSM script for the number of tape mounts per > tape volume from highest to lowest?? Tnx's a bunch........ > > -- Hello World. David Bronder - Systems Architect Segmentation Fault ITS-EI, Univ. of Iowa Core dumped, disk trashed, quota filled, soda warm. [email protected]
