Hello Sergio,
 
I wrote a little procedure that shows the currently mounted cartridges
on all our drives.
Maybe it helps.
 
/* qdrives exec */                                             
/* show volids mounted on our drives*/
/* mdisk DFSMS 1B5 must be accessed */                            
z.0 = 6       /* we have 6 drives with the following rdevs */

z.1 = 200                                                      
z.2 = 201                                                      
z.3 = 300                                                      
z.4 = 301                                                      
z.5 = 302                                                      
z.6 = 303                                                      
/*            */

do i = 1 to z.0                                                
'PIPE(name QDRIVES)!',                                         
   'cms DFSMSRM Q LIB dev 'z.i' (wait !',                      
   'specs w3 2 w13-14 8 !',                                    
   'console'                                                   
end                                                            
exit
 
kind regards
Horst Rempel, BGRCI 
 

________________________________

Von: The IBM z/VM Operating System [mailto:ib...@listserv.uark.edu] Im
Auftrag von Sergio Lima
Gesendet: Mittwoch, 6. Oktober 2010 21:45
An: IBMVM@LISTSERV.UARK.EDU
Betreff: Re: Question about DFSMS/VM - RMS


Hello.
 
Sorry about delay my response.
 
How can I see what volumes of tape are on our drive ?
 
The operator said that put there 4 volumes, so We think know the name of
volumes to give / test the MOUNT command.
 
Thanks,
 
Sergio
 
> Date: Tue, 28 Sep 2010 21:04:16 -0500
> From: t...@us.ibm.com
> Subject: Re: Question about DFSMS/VM - RMS
> To: IBMVM@LISTSERV.UARK.EDU
> 
> On Tue, 28 Sep 2010 22:58:07 +0300, Sergio Lima
<sergiovm...@hotmail.com>=
> 
> wrote:
> 
> >
> >We already spoke here with IBM for see if have the Tape Manager
product,=
> 
> because not sure, and this is new for us.
> 
> 
> I am the IBM product manager for Tape Manager for z/VM. Let me know if
y=
> ou 
> have any questions about it, including how it can work with DFSMS/VM
RMS =
> to 
> manage tape volumes, and tape mounts in your tape library.
> 
> Tracy Dean, IBM

Reply via email to