Re: Virtual tape mount error

2023-02-10 Thread Mike Baldwin
Re.: 
IEC518I sfw err stat MLNOMTL 
MLNOMTL Volume does not reside in this Manual Tape Library.

and
MLNOTVR No TCDB TVR entry exists for this MTL volume.

Just to tie up the loose end, Peter informed me that there was some kind of 
typo in volume initialization.

Regards,
Mike Baldwin
Cartagena Software Limited
Markham, Ontario, Canada
https://cartagena.com

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Virtual tape mount error

2023-02-07 Thread Mike Baldwin
Hi Peter,

In that case, the message doc. says:

MLNOTVR No TCDB TVR entry exists for this MTL volume.

Regards,
Mike Baldwin
Cartagena Software Limited
Markham, Ontario, Canada
https://cartagena.com

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Virtual tape mount error

2023-02-07 Thread Mike Baldwin
Hi Peter,

The message IEC518I doc says: MLNOMTL Volume does not reside in this Manual 
Tape Library.

System programmer response
...System command D SMS,VOLUME(volser) will provide additional volume status. 

Programmer response
Report software error category to library subsystem administrator.

One of our customers reported this problem before:

Receive: IEC518I sfw err stat MLNOMTL 
...
I seem to have the MTL business working - had made an error 
defining the volume entries, and after I'd initialized the tapes, all
seemed fine. Thanks for your help.   
 
I had originally defined them using the following:   
 
CREATEVOLUMEENTRY (NAME(VMVS011) +   
   LIBRARYNAME(MTL3590) +
   STORAGEGROUP(MTL3590))
 
which actually gives a message, which I didn't notice, saying that the   
library name has been defaulted to SHELF, even though it's specified 
explicitly.  
 
When I changed it to:
 
CREATEVOLUMEENTRY (NAME(VMVS011) +   
   LIBRARYNAME(MTL3590) +
   LOCATION(LIBRARY) +   
   STORAGEGROUP(MTL3590))

the entries were correct.  Also, as I said, I made sure that all the
cartridges were initialized correctly.

HTH,
Mike Baldwin
Cartagena Software Limited
Markham, Ontario, Canada
https://cartagena.com

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Region size for OMVS tasks

2018-12-21 Thread Mike Baldwin
(X) <== LIKE button

Cool answer!  (Did not try it at home)

It reminds me of back in my Waterloony days, experiments with unforeseen 
consequences.
At worst, only temporarily revoked, not fired! (being a student)

Thanks,
Mike Baldwin
Cartagena Software Limited
Markham, Ontario, Canada
https://cartagena.com
+1 905-887-0755

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Dancing around RMM

2018-12-21 Thread Mike Baldwin
Hi Skip,

On Thu, 20 Dec 2018 19:36:13 +, Jesse 1 Robinson  
wrote:
>By way of update, after studying everyone's suggestions, I ran the job with 
>this DD:
>
>//TAPEIN   DD UNIT=(TAPECR,,DEFER), 
>//   LABEL=(EXPDT=98000),   
>//   VOL=SER=(nn),  
>//   DISP=(OLD,KEEP)   
>
>and got pretty much t e same result:
>
>IEF403I TAPEANAL - STARTED - TIME=14.37.42 
> 
>IEC501A M , nn,BLP,,TAPEANAL,FATAR 
>  
>EDG4020I VOLUME nn REJECTED BY INSTALLATION REJECT DEFINITIONS 
> 

EDG4020I
Explanation 
The specified volume cannot be used on this system because the volume   
prefix matches one or more REJECT prefixes defined for the installation.

It seems that RMM dislikes the volume serial that you've chosen, at least on 
this LPAR.
You could confirm with command RMM LC ALL, there may be something like:

Reject prefixes:  
Rack Prefix  Access type  
---  ---  
n*   NONE 

or you could check PARMLIB(EDGRMMxx) for REJECT commands.
BTW, IBM recommends converting REJECT to OPENRULE and PRTITION.

Some suggestions:
- Try running on a different LPAR that does not REJECT the volume serial prefix
- Update current LPAR EDGRMMxx to not REJECT your volume serial; recycle RMM
- Specify a different volume serial, since you're using BLP anyway; warn 
Operator

A totally different dance around RMM: Our partner used our TelTape for Windows
to MAP cartridges using SCSI/FC attached drives (No RMM on Windows!).
They had over 100,000 cartridges to map, though, and many platforms not just 
mainframe.
In particular, Map saves the Netbackup filenames, server names, creation dates 
in a spreadsheet.
Or if mainframe (SL), then DSN-17, creation date, etc.

HTH,
Mike Baldwin
Cartagena Software Limited
Markham, Ontario, Canada
https://cartagena.com
+1 905-887-0755

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Thanks For All the Fish

2018-12-13 Thread Mike Baldwin
John,

Thank you for all your excellent detailed explainers over the years,
your contributions are greatly appreciated.
If you miss us, er, mainframes, I think it's safe to say we would welcome you 
back!

Wishing you happiness,

Mike Baldwin
Cartagena Software Ltd.

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Problem configuring Control-T with ATL

2018-11-18 Thread Mike Baldwin
Hello Gadi,

On Thu, 15 Nov 2018 07:58:16 +, Gadi Ben-Avi  wrote:
>
>Message CTTCBR13 is not documented anywhere.
>
I think that you could find the CTT message in a manual called INCONTROL for 
z/OS
Messages Manual.
>
>Why do I have to restart OAM for the Virtual volume to be added?
>
Sorry I do not have the answer, but maybe looking up the messages will help.

Regards,
Mike Baldwin
Cartagena Software Ltd.
Markham, Ontario, Canada
https://cartagena.com

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: VTL as 3490 vs 3590

2018-05-25 Thread Mike Baldwin
On Wed, 23 May 2018 13:02:24 +0800, Timothy Sipples <sipp...@sg.ibm.com> wrote:

>Please keep on trucking!

It's Friday: I'm not sure where Timothy picked this up, I think he is too young 
to remember this popular expression.
Eddie Kendricks, RIP.

Regards,
Mike Baldwin
Cartagena Software Limited
Markham, Ontario, Canada
http://www.cartagena.com

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: TS7760

2018-05-24 Thread Mike Baldwin
Nice.

On Sun, 20 May 2018 20:27:07 +0800, Timothy Sipples  wrote:

>Carlos Bodra asked:
>>Can IBM TS7760 configured to virtualize tapes for Open Systems?
>
>I assume you mean systems running Linux and Microsoft Windows, as examples.
>Yes, I know a couple ways:
>
>1. Using the software combination of IBM Spectrum Protect (on Linux,
>Windows, and other supported platforms) and IBM Tivoli Storage Manager for
>z/OS Media (or more likely Tivoli Storage Manager Extended Edition for z/OS
>Media) on z/OS. The IBM TSMzM program numbers are 5698-AAH and 5698-AAK,
>respectively.
>
>2. Using FDR/UPSTREAM software products from Innovation Data Processing.
>
>In both cases z/OS remains "boss" and is responsible for writing to and
>reading from the IBM TS7760. The software makes z/OS-managed storage
>available to other platforms.
>
>You can add IBM Cloud Tape Connector for z/OS into the mix if you'd like to
>extend z/OS-managed virtual tape storage -- including the storage that
>other platforms are consuming via either of the above software approaches
>-- into on-premises and/or off-premises cloud storage services that are IBM
>Cloud Object Storage and/or Amazon S3 compliant.
>
>
>Timothy Sipples
>IT Architect Executive, Industry Solutions, IBM Z & LinuxONE,
>Multi-Geography
>E-Mail: sipp...@sg.ibm.com

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: VTL as 3490 vs 3590

2018-05-23 Thread Mike Baldwin
nuxONE?)

"You do need a tape controller for physical tape. That's always been true"

Technically yes, although some (non-IBM) drives include a built-in controller.
Timothy, thank you for contributing that IBM considers TS7700 the new
tape control unit.  Otherwise we think IBM taketh away without THINKing.

Thanks for reading this far!  Did I kill the thread?

Regards,
Mike Baldwin
Cartagena Software Limited
Markham, Ontario, Canada
www.cartagena.com
www.teltape.com

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: How determine if current address space is swappable?

2018-04-24 Thread Mike Baldwin
Ed,

Thank you, I had the same question.

(Charles: Thanks for asking!)

Regards,
Mike Baldwin
Cartagena Software Limited
Markham, Ontario, Canada
http://www.cartagena.com

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: z/OS Data Set Encryption Now Generally Available

2017-09-11 Thread Mike Baldwin
Hi Timothy,

On Sat, 9 Sep 2017 17:43:25 +0800, Timothy Sipples <sipp...@sg.ibm.com> wrote:
>"Disk" in this context means any/all storage that manifests itself as 3390
>device types.
>
>For DFSMS backups, including backups to virtual tape and tape, z/OS Data
>Set Encrypted datasets stay encrypted. That includes DFSMSdss COPY, DUMP,
>and RESTORE, and DFSMShsm backup/recover, as examples. Moreover, there's
>Encryption Facility for z/OS, and of course it supports virtual tape and
>tape devices.
>
>Do you have some other scenario(s) in mind?

z/OS Data Set Encryption is a fantastic new feature, kudos to IBM, and I don't
mean to detract from its wonderfulness.

That's a good point, and I understand, if a new disk dataset is encrypted,
then copying it to tape will maintain encryption.  Very good, especially for 
HSM.
Mentioning 3390 makes the scope of support much clearer, thank you.

But...
The feature is called "Data Set Encryption", not "Disk Data Set Encryption",
so there is an expectation that it would (directly) apply to tape as well.
The FAQ "difference"s does not mention that this method is different
(from Encryption Facility) with respect to device type/class, i.e. 3390 yes, 
tape no.

There are many programs that write directly to device type 3490 (and 3590-1),
both of which can be virtual (not using TS11x0 hardware encryption).
Unknown whether they are copying data from disk, or not.
I looked at 10 medium-sized customer tape databases (RMM extract, etc.), and the
top 10 programs (other than HSM ADR* etc) were:
1  IEBGENER
2  DBUTLTY 
3  HASJES20
4  ICE*
5  NSX*
6  DSN*
7  IDCAMS  
8  SYNCSORT
9  FILEAID 
10 JHS*

and there are many others.
Tape data has moved from off-line, to near-line, to pretty close to on-line 
these days.
That is, it is very accessible, and I believe no less sensitive than data 
stored on disk.

Consider a job executing a program that writes a dataset, and the DSN resolves 
to a disk dataset.
The data could be encrypted - great!
In another job, same program but a different DSN that resolves to a tape 
dataset.
Not encrypted due to device type - not good.

It would be helpful to know if there is an intent to extend this feature to the 
tape device class,
or if customers need to differentiate between datasets written to disk 
(potentially
encrypted) and tape (needing a different encryption technique, or change to 
disk and
then backup to tape).
Also helpful would be support for EXCP access method.
Does IBM give any hints, Timothy?

Thank you!
Mike Baldwin
Cartagena Software Limited
Markham, Ontario, Canada
http://www.cartagena.com
http://www.teltape.com

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: z/OS Data Set Encryption Now Generally Available

2017-09-08 Thread Mike Baldwin
Hi Timothy,

Thanks for this.

>BSAM, QSAM, and VSAM extended format data sets are all supported. 

The FAQ says "residing on disk", so datasets residing on tape (e.g. TS7700)
would not be supported.  (Even if accessed using BSAM/QSAM, and of course EXCP).
Is that correct, and do we expect it's a permanent restriction?

Regards,
Mike Baldwin
Cartagena Software Limited
Markham, Ontario, Canada
http://www.cartagena.com
http://www.teltape.com

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Processor cache utilization

2017-05-25 Thread Mike Baldwin
Hi Kostas,

You might want to take a look at Todd Havekost's findings.

http://blog.intellimagic.com/mainframe-capacity-through-the-looking-glass/#more-946

Regards,
Mike Baldwin
Cartagena Software Ltd.
Markham, Ontario
http://www.cartagena.com

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: OMVS Mass Reassign of File Owner

2017-02-14 Thread Mike Baldwin
Hi Dennis,

Yes, I know the vendor pretty well .

Cartagena Software Limited 
www.cartagena.com 

Here is a link:

http://www.cartagena.com/files/Superuser_Flyer.pdf

Regards,
Mike Baldwin
Cartagena Software Limited
www.cartagena.com
 

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: OMVS Mass Reassign of File Owner

2017-02-13 Thread Mike Baldwin
Hi John,

Glad that worked for you.

I thought I'd add that there is a product.  It's called Superuser for z/OS,
and is mostly an ISPF application, although you can choose to run the generated 
commands in batch.
From the "Reports" menu, you would choose the "Free Search" option.
On the "Search Files" entry panel, you enter a Start Directory
(that directory and all of its subdirectories are searched),
an owner (UID) and/or group (GID),
and/or any optional attributes such as filename mask.
The "Query Result" panel displays the found directories and filenames.
You can choose "Global Change", and specify a new user (UID) and/or group (GID)
(permissions can also be changed).
The generated commands are presented, and you can choose to run them
either in batch, or 'online'.

Regards,
Mike Baldwin
Cartagena Software Limited
www.cartagena.com
http://www.cartagena.com/files/Superuser_Flyer.pdf

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Windsor, Ontario, Canada mainframers

2015-04-15 Thread Mike Baldwin
Hi Graham,

Why don't you contact our partner, GlassHouse Systems.

www.ghsystems.com
(416) 229-2950

They are in the business of selling mainframes.

Regards,
Mike Baldwin
Cartagena Software Limited
Markham, Ontario, Canada
www.cartagena.com
905-887-0755
1-888-873-8273

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN


Re: Sources for learing about state of the art Mainframe Virtual and physical tape?

2013-10-25 Thread Mike Baldwin
Hi Peter,

I hope you will be learning, not learing.   ;-)

Lizette provided a good list of options.
Additional virtual options include:
IBM TS7740, VTFM
Oracle VSM, VLE

Since the subject included physical tape,
IBM TS1140
Oracle T1D, 9840D

Russell's presentation is a good source.
Bear in mind that
it's 3 1/2 years old (maybe he has updated it since then).
So some things have changed, in particular
Bus-Tech was bought by EMC over 3 years ago.

HTH.

Regards,
Mike Baldwin 
Cartagena Software Limited
Your Fast and Flexible Choice
Markham, Ontario, Canada
Tel.: +1 905-887-0755  Toll-free: 1-888-873-8273 (U.S., Canada)
mailto:m...@cartagena.com
www.cartagena.com
TelTape for z/OS: www.teltape.com

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN