Re: How can I influence VTS device allocation

2007-05-22 Thread Vernooy, C.P. - SPLXM


Bruno Sugliani [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]...
 On Fri, 18 May 2007 07:31:02 -0500, Bruno Sugliani
[EMAIL PROTECTED] wrote:
 
 On Fri, 18 May 2007 14:05:23 +0200, Vernooy, C.P. - SPLXM
 [EMAIL PROTECTED] wrote:
 Hello list,
 We have a TS7700 VTS in a grid Configuration, which consists of 2
TS7700
 clusters each with its own tapeunits, coupled together as one VTS
with

 can I force an allocation to a device of the desired cluster?
 
 
 Exactly the same here .
 We faced the same problem , I'll ask if my colleague found a way ,
she was
 working on it
 Bruno
 Bruno(dot)sugliani(at)groupemornay(dot)asso(dot)fr
 Hi , yes she did :-))
 My colleague is a lady who does not give away easily and she did this
:
 The job allocates datasets on a logical volume as follows
 She created 2 management class on the Library Manager called MCVIRA
and MCVIRB
 VIRA is for Distlib 0 and VIRB is for distlib 1
 ( these are Nocopy )
 in the  job she allocates 2 datasets  called XYZ.VIRA and XYZ.VIRB
 In the ACS routines she has a filtlist on the LLQ
 according to the LLQ she set  either MCBVIRA or MCBVIRB
 She handles the storage class in the same way and she ends up with one
 dataset on each side and gets her statistics  for each machine 
 Bruno
 Bruno(dot)sugliani(at)groupemornay(dot)asso(dot)fr

Bruno,

I have tried this and it does not work: in my case, the cluster of
tapeunit that creates the tape, delivers the statistics, not the cluster
(distributed library) that the tape is created in. I checked it by
varying the cluster 0 units offline, creating a tape for cluster 0 and
reading the statistics: the statistics are from cluster 1 (as shown by
the cluster serial number). Maybe it is caused by different microcode
levels, I will have my IBM rep check if V1.2 made a change in this
scenario.

Kees.
**
For information, services and offers, please visit our web site:
http://www.klm.com. This e-mail and any attachment may contain
confidential and privileged material intended for the addressee
only. If you are not the addressee, you are notified that no part
of the e-mail or any attachment may be disclosed, copied or
distributed, and that any other action related to this e-mail or
attachment is strictly prohibited, and may be unlawful. If you have
received this e-mail by error, please notify the sender immediately
by return e-mail, and delete this message. Koninklijke Luchtvaart
Maatschappij NV (KLM), its subsidiaries and/or its employees shall
not be liable for the incorrect or incomplete transmission of this
e-mail or any attachments, nor responsible for any delay in
receipt.
Koninklijke Luchtvaart Maatschappij N.V. (also known as KLM Royal
Dutch Airlines) is registered in Amstelveen, The Netherlands, with
registered number 33014286 
**

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: How can I influence VTS device allocation

2007-05-21 Thread Vernooy, C.P. - SPLXM
Duane,

No problem. If I really need a product to achieve what I want and this
means that in standard z/OS it is impossible, this is valuable
information.

Kees.

Duane Reaugh [EMAIL PROTECTED] wrote in message
news:[EMAIL PROTECTED]...
 Sorry to put in a plug for a vendor product but ACC from DTS Software

 can let you select the device or range of devices that you want.
 www.DTSsoftware.com  or [EMAIL PROTECTED]
 
 Duane Reaugh
 DTS Software
 919 833 8426 x123
 
 
 On May 18, 2007, at 8:31 AM, Bruno Sugliani wrote:
 
  On Fri, 18 May 2007 14:05:23 +0200, Vernooy, C.P. - SPLXM
  [EMAIL PROTECTED] wrote:
  Hello list,
  We have a TS7700 VTS in a grid Configuration, which consists of 2  
  TS7700
**
For information, services and offers, please visit our web site:
http://www.klm.com. This e-mail and any attachment may contain
confidential and privileged material intended for the addressee
only. If you are not the addressee, you are notified that no part
of the e-mail or any attachment may be disclosed, copied or
distributed, and that any other action related to this e-mail or
attachment is strictly prohibited, and may be unlawful. If you have
received this e-mail by error, please notify the sender immediately
by return e-mail, and delete this message. Koninklijke Luchtvaart
Maatschappij NV (KLM), its subsidiaries and/or its employees shall
not be liable for the incorrect or incomplete transmission of this
e-mail or any attachments, nor responsible for any delay in
receipt.
Koninklijke Luchtvaart Maatschappij N.V. (also known as KLM Royal
Dutch Airlines) is registered in Amstelveen, The Netherlands, with
registered number 33014286 
**

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: How can I influence VTS device allocation

2007-05-21 Thread Bruno Sugliani
On Fri, 18 May 2007 07:31:02 -0500, Bruno Sugliani [EMAIL PROTECTED] wrote:

On Fri, 18 May 2007 14:05:23 +0200, Vernooy, C.P. - SPLXM
[EMAIL PROTECTED] wrote:
Hello list,
We have a TS7700 VTS in a grid Configuration, which consists of 2 TS7700
clusters each with its own tapeunits, coupled together as one VTS with
two distributed libraries as seen by SMS. Since it is one VTS to SMS,
SMS will select a random tapeunit from the total pool of devices.
Normally this is no problem.
However, if I want tot read statistics from each cluster's library
manager, I must address a device from that specific cluster. Since SMS
considers it one VTS, I have not been able to force my allocation to an
address of the desired cluster. I tried a unitaddress, created generics
for each cluster and used them, but no success.
Cluster 0 has devices 0600-06FF, cluster 1 has devices 0700-07FF. How
can I force an allocation to a device of the desired cluster?


Exactly the same here .
We faced the same problem , I'll ask if my colleague found a way , she was
working on it
Bruno
Bruno(dot)sugliani(at)groupemornay(dot)asso(dot)fr
Hi , yes she did :-))
My colleague is a lady who does not give away easily and she did this  :
The job allocates datasets on a logical volume as follows
She created 2 management class on the Library Manager called MCVIRA and MCVIRB
VIRA is for Distlib 0 and VIRB is for distlib 1
( these are Nocopy )
in the  job she allocates 2 datasets  called XYZ.VIRA and XYZ.VIRB
In the ACS routines she has a filtlist on the LLQ
according to the LLQ she set  either MCBVIRA or MCBVIRB
She handles the storage class in the same way and she ends up with one
dataset on each side and gets her statistics  for each machine 
Bruno
Bruno(dot)sugliani(at)groupemornay(dot)asso(dot)fr
 

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: How can I influence VTS device allocation

2007-05-21 Thread Bruce Black

Sorry to put in a plug for a vendor product
duane, my policy is to never make an unsoliited reference to an 
Innovation product, but when we have one that directly addresses a 
problem or need expressed by a poster, I feel free to mention our 
products.  No one seems to have a problem with this.


--
Bruce A. Black
Senior Software Developer for FDR
Innovation Data Processing 973-890-7300
personal: [EMAIL PROTECTED]
sales info: [EMAIL PROTECTED]
tech support: [EMAIL PROTECTED]
web: www.innovationdp.fdr.com

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: How can I influence VTS device allocation

2007-05-21 Thread Mark Zelden
On Mon, 21 May 2007 14:51:03 -0400, Bruce Black [EMAIL PROTECTED]
wrote:

 Sorry to put in a plug for a vendor product
duane, my policy is to never make an unsoliited reference to an
Innovation product, but when we have one that directly addresses a
problem or need expressed by a poster, I feel free to mention our
products.  No one seems to have a problem with this.


No problem.  And I'd personally rather see the (IMO legitimate) response 
here than have a bunch of vendors call me or send me emails when I didn't 
specifically ask to be contacted.  I also don't like it when they call or
send me 
emails after I post about something my shop does that they feel could be done 
better with their product.  But I guess they are just trying to make a living
so I try to be a little tolerant.  :-)

Mark
--
Mark Zelden
Sr. Software and Systems Architect - z/OS Team Lead
Zurich North America / Farmers Insurance Group:  G-ITO
mailto:[EMAIL PROTECTED]
z/OS and OS390 expert at http://searchDataCenter.com/ateExperts/
Systems Programming expert at http://expertanswercenter.techtarget.com/
Mark's MVS Utilities: http://home.flash.net/~mzelden/mvsutil.html

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


How can I influence VTS device allocation

2007-05-18 Thread Vernooy, C.P. - SPLXM
Hello list,

 

We have a TS7700 VTS in a grid Configuration, which consists of 2 TS7700
clusters each with its own tapeunits, coupled together as one VTS with
two distributed libraries as seen by SMS. Since it is one VTS to SMS,
SMS will select a random tapeunit from the total pool of devices.
Normally this is no problem.

 

However, if I want tot read statistics from each cluster's library
manager, I must address a device from that specific cluster. Since SMS
considers it one VTS, I have not been able to force my allocation to an
address of the desired cluster. I tried a unitaddress, created generics
for each cluster and used them, but no success.

 

Cluster 0 has devices 0600-06FF, cluster 1 has devices 0700-07FF. How
can I force an allocation to a device of the desired cluster? 

 

Thanks,

Kees.

 



**
For information, services and offers, please visit our web site:
http://www.klm.com. This e-mail and any attachment may contain
confidential and privileged material intended for the addressee
only. If you are not the addressee, you are notified that no part
of the e-mail or any attachment may be disclosed, copied or
distributed, and that any other action related to this e-mail or
attachment is strictly prohibited, and may be unlawful. If you have
received this e-mail by error, please notify the sender immediately
by return e-mail, and delete this message. Koninklijke Luchtvaart
Maatschappij NV (KLM), its subsidiaries and/or its employees shall
not be liable for the incorrect or incomplete transmission of this
e-mail or any attachments, nor responsible for any delay in
receipt.
Koninklijke Luchtvaart Maatschappij N.V. (also known as KLM Royal
Dutch Airlines) is registered in Amstelveen, The Netherlands, with
registered number 33014286 
**

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: How can I influence VTS device allocation

2007-05-18 Thread Bruno Sugliani
On Fri, 18 May 2007 14:05:23 +0200, Vernooy, C.P. - SPLXM
[EMAIL PROTECTED] wrote:
Hello list,
We have a TS7700 VTS in a grid Configuration, which consists of 2 TS7700
clusters each with its own tapeunits, coupled together as one VTS with
two distributed libraries as seen by SMS. Since it is one VTS to SMS,
SMS will select a random tapeunit from the total pool of devices.
Normally this is no problem.
However, if I want tot read statistics from each cluster's library
manager, I must address a device from that specific cluster. Since SMS
considers it one VTS, I have not been able to force my allocation to an
address of the desired cluster. I tried a unitaddress, created generics
for each cluster and used them, but no success.
Cluster 0 has devices 0600-06FF, cluster 1 has devices 0700-07FF. How
can I force an allocation to a device of the desired cluster? 


Exactly the same here . 
We faced the same problem , I'll ask if my colleague found a way , she was
working on it 
Bruno 
Bruno(dot)sugliani(at)groupemornay(dot)asso(dot)fr 
 

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: How can I influence VTS device allocation

2007-05-18 Thread Duane Reaugh
Sorry to put in a plug for a vendor product but ACC from DTS Software  
can let you select the device or range of devices that you want.

www.DTSsoftware.com  or [EMAIL PROTECTED]

Duane Reaugh
DTS Software
919 833 8426 x123


On May 18, 2007, at 8:31 AM, Bruno Sugliani wrote:


On Fri, 18 May 2007 14:05:23 +0200, Vernooy, C.P. - SPLXM
[EMAIL PROTECTED] wrote:

Hello list,
We have a TS7700 VTS in a grid Configuration, which consists of 2  
TS7700

clusters each with its own tapeunits, coupled together as one VTS with
two distributed libraries as seen by SMS. Since it is one VTS to SMS,
SMS will select a random tapeunit from the total pool of devices.
Normally this is no problem.
However, if I want tot read statistics from each cluster's library
manager, I must address a device from that specific cluster. Since SMS
considers it one VTS, I have not been able to force my allocation  
to an
address of the desired cluster. I tried a unitaddress, created  
generics

for each cluster and used them, but no success.
Cluster 0 has devices 0600-06FF, cluster 1 has devices 0700-07FF. How
can I force an allocation to a device of the desired cluster?




Exactly the same here .
We faced the same problem , I'll ask if my colleague found a way ,  
she was

working on it
Bruno
Bruno(dot)sugliani(at)groupemornay(dot)asso(dot)fr


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html