Re: Data Security Erase utility for z/VM tapes

2008-07-18 Thread David Boyes
> It sure would be nice if there were a requirement against z/VM to
provide
> such a function.  Everyone keeps asking everyone else, but no one ever
> asks *us*.  (sniff)
> Alan Altmark
> z/VM Development
> IBM Endicott

Ask and ye shall receive. WAVV requirement WRIBDB01 for the next
meeting.  

-- db


Re: Data Security Erase utility for z/VM tapes

2008-07-18 Thread Alan Altmark
On Friday, 07/18/2008 at 12:40 EDT, Rich Greenberg <[EMAIL PROTECTED]> 
wrote:
> Thats probably the same 25 lines from the Marist site,  I rechecked the
> copy in my archive, and it does have 26 lines.  I don't know if I
> modified it or Rich/CTA or some one else did.  The difference is small,
> and adds a WTM CCW just ahead of the ERG.  I don't know why the WTM was
> added

Since the DSE erases from the current tape position, the WTM ensured that 
a 3420 wouldn't just run off the end of the reel (not that that's ever 
happened to me, n) when you re-read the tape. But these days you'd 
just get an EOT indication.

I probably would prefix it with a REWIND, however, to ensure that you were 
at BOT.

Alan Altmark
z/VM Development
IBM Endicott


Re: Data Security Erase utility for z/VM tapes

2008-07-18 Thread Rich Greenberg
On: Fri, Jul 18, 2008 at 11:06:59AM -0500,Thomas Kern Wrote:

} Since my first posting, I have found the source to TAPERASE. It is 25 
} lines and does not have any authorship noted. There is a DIAG 20 and a 
} list of 2 CCW's. Now the problem is that I have no idea how to modify the 
} CCW's to be appropriate for a z/ARCH processor. I can find the right DIAG 
} to use on the CD of z/VM doc that is in our Disaster Recovery kit.

Thats probably the same 25 lines from the Marist site,  I rechecked the
copy in my archive, and it does have 26 lines.  I don't know if I
modified it or Rich/CTA or some one else did.  The difference is small,
and adds a WTM CCW just ahead of the ERG.  I don't know why the WTM was
added, but if someone wants it, add the line:

CCW   X'1F',0,X'40',1WTM FOLLOWED BY 

after the line labeled "CCWLIST".

-- 
Rich Greenberg  N Ft Myers, FL, USA richgr atsign panix.com  + 1 239 543 1353
Eastern time.  N6LRT  I speak for myself & my dogs only.VM'er since CP-67
Canines:Val, Red, Shasta & Casey (RIP), Red & Zero, Siberians  Owner:Chinook-L
Retired at the beach Asst Owner:Sibernet-L


Re: Data Security Erase utility for z/VM tapes

2008-07-18 Thread Mike Walter
That 26-line TAPERASE was documented on the VMSHARE archive as being 
written by: * Created on 10/23/87 06:10:55 by CTA/RICH

"CTA/RICH" is Rich Chong, then working for the Chicago Transit Authority 
(not the band, either).

Mike Walter 
Hewitt Associates 
Any opinions expressed herein are mine alone and do not necessarily 
represent the opinions or policies of Hewitt Associates.



"Rich Greenberg" <[EMAIL PROTECTED]> 

Sent by: "The IBM z/VM Operating System" 
07/18/2008 10:57 AM
Please respond to
"The IBM z/VM Operating System" 



To
IBMVM@LISTSERV.UARK.EDU
cc

Subject
Re: Data Security Erase utility for z/VM tapes






On: Fri, Jul 18, 2008 at 09:37:46AM -0500,Thomas Kern Wrote:

} I need to securely erase a batch of tapes in a way that they are still 
} useable as scratch tapes. There used to be a TAPERASE program from 
VMSHARE 
} but that was pre-z and maybe pre-xa. Does anyone have such a utility 
that 
} is not part of a for-sale product?

Tom, is the one you have 26 lines?  I am not sure if I wrote that or got
the copy I have here somewhere.  Some of the comments don't look like my
commenting style, in particular there is no programmer info in the
header.  Since its so tiny, just rewrite for Z.

Replace the CCWs with mode 2 CCWs
Change the DIAG 20 to the newer one.

-- 
Rich Greenberg  N Ft Myers, FL, USA richgr atsign panix.com  + 1 239 543 
1353
Eastern time.  N6LRT  I speak for myself & my dogs only.VM'er since 
CP-67
Canines:Val, Red, Shasta & Casey (RIP), Red & Zero, Siberians 
Owner:Chinook-L
Retired at the beach Asst 
Owner:Sibernet-L







The information contained in this e-mail and any accompanying documents may 
contain information that is confidential or otherwise protected from 
disclosure. If you are not the intended recipient of this message, or if this 
message has been addressed to you in error, please immediately alert the sender 
by reply e-mail and then delete this message, including any attachments. Any 
dissemination, distribution or other use of the contents of this message by 
anyone other than the intended recipient is strictly prohibited. All messages 
sent to and from this e-mail address may be monitored as permitted by 
applicable law and regulations to ensure compliance with our internal policies 
and to protect our business. E-mails are not secure and cannot be guaranteed to 
be error free as they can be intercepted, amended, lost or destroyed, or 
contain viruses. You are deemed to have accepted these risks if you communicate 
with us by e-mail. 


Re: Data Security Erase utility for z/VM tapes

2008-07-18 Thread Thomas Kern
Since my first posting, I have found the source to TAPERASE. It is 25 
lines and does not have any authorship noted. There is a DIAG 20 and a 

list of 2 CCW's. Now the problem is that I have no idea how to modify the
 
CCW's to be appropriate for a z/ARCH processor. I can find the right DIAG
 
to use on the CD of z/VM doc that is in our Disaster Recovery kit.

/Tom Kern


On Fri, 18 Jul 2008 11:57:15 -0400, Rich Greenberg <[EMAIL PROTECTED]> 
wrote:
>Tom, is the one you have 26 lines?  I am not sure if I wrote that or got

>the copy I have here somewhere.  Some of the comments don't look like my

>commenting style, in particular there is no programmer info in the
>header.  Since its so tiny, just rewrite for Z.
>
>Replace the CCWs with mode 2 CCWs
>Change the DIAG 20 to the newer one.
>
>--


Re: Data Security Erase utility for z/VM tapes

2008-07-18 Thread Rich Greenberg
On: Fri, Jul 18, 2008 at 09:51:48AM -0500,Mike Walter Wrote:

} Check out:  http://vm.marist.edu/~vmshare/read?fn=TAPERASE&ft=NOTE&line=1

Thats the same assembly pgm I have with the addition of a help, and it
appears that I didn't write it, its from Rich at the CTA.

-- 
Rich Greenberg  N Ft Myers, FL, USA richgr atsign panix.com  + 1 239 543 1353
Eastern time.  N6LRT  I speak for myself & my dogs only.VM'er since CP-67
Canines:Val, Red, Shasta & Casey (RIP), Red & Zero, Siberians  Owner:Chinook-L
Retired at the beach Asst Owner:Sibernet-L


Re: Data Security Erase utility for z/VM tapes

2008-07-18 Thread Thomas Kern
I am glad that you confirmed that the function is in your product. I 
didn't really think that you would have overlooked something like that.

/Tom Kern


On Fri, 18 Jul 2008 10:47:12 -0500, Tracy Dean <[EMAIL PROTECTED]> wrote:
>Tom,
>A Data Security Erase function is indeed included in IBM Tape Manager fo
r 
>z/VM.
>
>Tracy Dean, IBM


Re: Data Security Erase utility for z/VM tapes

2008-07-18 Thread Mike Walter
> Everyone keeps asking everyone else, but no one ever asks *us*.  (sniff) 


What? And give Chuckie the opportunity to rant that such a request would 
require Lab resources better expended on other NEW work, when there are 
already other product$ available to meet the need?  Hah!  I laugh in the 
general direction of your ceaseless sniffing!  Maybe you need another dose 
of Adam's cough medicine - the one providing multi-symptom (not to be 
confused with muti-tasking) relief.  Next thing you know, Chuckie will 
want a pony, too! 

It's Friday, right?

Mike Walter 
Hewitt Associates 
Any opinions expressed herein are mine alone and do not necessarily 
represent the opinions or policies of Hewitt Associates.






"Alan Altmark" <[EMAIL PROTECTED]> 

Sent by: "The IBM z/VM Operating System" 
07/18/2008 10:25 AM
Please respond to
"The IBM z/VM Operating System" 



To
IBMVM@LISTSERV.UARK.EDU
cc

Subject
Re: Data Security Erase utility for z/VM tapes






On Friday, 07/18/2008 at 10:52 EDT, "McKown, John" 
<[EMAIL PROTECTED]> wrote:
 
> IIRC, you can erase a tape using a specific CCW called, cleverly, DSE.
> If you can write a small CMS program which uses this CCW, then you can
> ATTACH the drive to your CMS user, mount the tape, then run the program.
> For a 3490E drive, this is a CCW opcode of x'97'. You need to use
> command chaining to put a NOP command in the CCW string after this one.
> I don't have such a program. I also don't have access to a z/VM system.
> 
> If you have access to a z/OS system, then most tape management software
> has this facility. With CA-1, this is the CTSDEU program.

It sure would be nice if there were a requirement against z/VM to provide 
such a function.  Everyone keeps asking everyone else, but no one ever 
asks *us*.  (sniff) 

Alan Altmark
z/VM Development
IBM Endicott






The information contained in this e-mail and any accompanying documents may 
contain information that is confidential or otherwise protected from 
disclosure. If you are not the intended recipient of this message, or if this 
message has been addressed to you in error, please immediately alert the sender 
by reply e-mail and then delete this message, including any attachments. Any 
dissemination, distribution or other use of the contents of this message by 
anyone other than the intended recipient is strictly prohibited. All messages 
sent to and from this e-mail address may be monitored as permitted by 
applicable law and regulations to ensure compliance with our internal policies 
and to protect our business. E-mails are not secure and cannot be guaranteed to 
be error free as they can be intercepted, amended, lost or destroyed, or 
contain viruses. You are deemed to have accepted these risks if you communicate 
with us by e-mail. 




Re: Data Security Erase utility for z/VM tapes

2008-07-18 Thread Rich Greenberg
On: Fri, Jul 18, 2008 at 09:37:46AM -0500,Thomas Kern Wrote:

} I need to securely erase a batch of tapes in a way that they are still 
} useable as scratch tapes. There used to be a TAPERASE program from VMSHARE 
} but that was pre-z and maybe pre-xa. Does anyone have such a utility that 
} is not part of a for-sale product?

Tom, is the one you have 26 lines?  I am not sure if I wrote that or got
the copy I have here somewhere.  Some of the comments don't look like my
commenting style, in particular there is no programmer info in the
header.  Since its so tiny, just rewrite for Z.

Replace the CCWs with mode 2 CCWs
Change the DIAG 20 to the newer one.

-- 
Rich Greenberg  N Ft Myers, FL, USA richgr atsign panix.com  + 1 239 543 1353
Eastern time.  N6LRT  I speak for myself & my dogs only.VM'er since CP-67
Canines:Val, Red, Shasta & Casey (RIP), Red & Zero, Siberians  Owner:Chinook-L
Retired at the beach Asst Owner:Sibernet-L


Re: Data Security Erase utility for z/VM tapes

2008-07-18 Thread Wayne T Smith

It's in DITTO as ERT.

cheers, wayne

Thomas Kern wrote, in part,  on 2008-07-18 11:42 AM:
I was thinking that it should be right there with TAPE WTM and TAPE ERG. 
In the long run, that would indeed be the way to go, unless the response 
would be 'Closed, satisfied by yet-another-IBM-product'. That function is 
in the IBM Tape Manager product, isn't it? If I had the budget to buy the 
IBM product and found it not there, I would consider it to be an 
incomplete product.


/Tom Kern


On Fri, 18 Jul 2008 11:25:59 -0400, Alan Altmark <[EMAIL PROTECTED]> 
wrote:
  

It sure would be nice if there were a requirement against z/VM to provide
such a function.  Everyone keeps asking everyone else, but no one ever
asks *us*.  (sniff)

Alan Altmark
z/VM Development
IBM Endicott
=



  


Re: Data Security Erase utility for z/VM tapes

2008-07-18 Thread Bruce Hayden
And ..  DITTO on VM can do it also.

On Fri, Jul 18, 2008 at 11:47 AM, Tracy Dean <[EMAIL PROTECTED]> wrote:
> Tom,
> A Data Security Erase function is indeed included in IBM Tape Manager for
> z/VM.
>
> Tracy Dean, IBM
>


-- 
Bruce Hayden
Linux on System z Advanced Technical Support
IBM, Endicott, NY


Re: Data Security Erase utility for z/VM tapes

2008-07-18 Thread Tracy Dean
Tom,
A Data Security Erase function is indeed included in IBM Tape Manager for
 
z/VM.

Tracy Dean, IBM

On Fri, 18 Jul 2008 10:42:03 -0500, Thomas Kern <[EMAIL PROTECTED]> 

wrote:

>I was thinking that it should be right there with TAPE WTM and TAPE ERG.
 
>In the long run, that would indeed be the way to go, unless the response
 
>would be 'Closed, satisfied by yet-another-IBM-product'. That function i
s 
>in the IBM Tape Manager product, isn't it? If I had the budget to buy th
e 
>IBM product and found it not there, I would consider it to be an 
>incomplete product.
>
>/Tom Kern
>
>
>On Fri, 18 Jul 2008 11:25:59 -0400, Alan Altmark <[EMAIL PROTECTED]
m> 
>wrote:
>>
>>It sure would be nice if there were a requirement against z/VM to provi
de
>>such a function.  Everyone keeps asking everyone else, but no one ever
>>asks *us*.  (sniff)
>>
>>Alan Altmark
>>z/VM Development
>>IBM Endicott
>>
=



Re: Data Security Erase utility for z/VM tapes

2008-07-18 Thread Thomas Kern
I was thinking that it should be right there with TAPE WTM and TAPE ERG. 

In the long run, that would indeed be the way to go, unless the response 

would be 'Closed, satisfied by yet-another-IBM-product'. That function is
 
in the IBM Tape Manager product, isn't it? If I had the budget to buy the
 
IBM product and found it not there, I would consider it to be an 
incomplete product.

/Tom Kern


On Fri, 18 Jul 2008 11:25:59 -0400, Alan Altmark <[EMAIL PROTECTED]
> 
wrote:
>
>It sure would be nice if there were a requirement against z/VM to provid
e
>such a function.  Everyone keeps asking everyone else, but no one ever
>asks *us*.  (sniff)
>
>Alan Altmark
>z/VM Development
>IBM Endicott
>
=



Re: Data Security Erase utility for z/VM tapes

2008-07-18 Thread Imler, Steven J
CA VM:Tape also supports this feature ...

JR (Steven) Imler
CA
Senior Software Engineer
Tel:  +1 703 708 3479
Fax:  +1 703 708 3267
[EMAIL PROTECTED]
 

> -Original Message-
> From: The IBM z/VM Operating System 
> [mailto:[EMAIL PROTECTED] On Behalf Of McKown, John
> Sent: Friday, July 18, 2008 10:52 AM
> To: IBMVM@LISTSERV.UARK.EDU
> Subject: Re: Data Security Erase utility for z/VM tapes
> 
> IIRC, you can erase a tape using a specific CCW called, cleverly, DSE.
> If you can write a small CMS program which uses this CCW, then you can
> ATTACH the drive to your CMS user, mount the tape, then run 
> the program.
> For a 3490E drive, this is a CCW opcode of x'97'. You need to use
> command chaining to put a NOP command in the CCW string after 
> this one.
> I don't have such a program. I also don't have access to a 
> z/VM system.
> 
> If you have access to a z/OS system, then most tape 
> management software
> has this facility. With CA-1, this is the CTSDEU program.
> 
> --
> John McKown
> Senior Systems Programmer
> HealthMarkets
> Keeping the Promise of Affordable Coverage
> Administrative Services Group
> Information Technology
> 
> The information contained in this e-mail message may be privileged
> and/or confidential.  It is for intended addressee(s) only.  
> If you are
> not the intended recipient, you are hereby notified that any 
> disclosure,
> reproduction, distribution or other use of this communication is
> strictly prohibited and could, in certain circumstances, be a criminal
> offense.  If you have received this e-mail in error, please notify the
> sender by reply and delete this message without copying or disclosing
> it.  
> 
> 


Re: Data Security Erase utility for z/VM tapes

2008-07-18 Thread Alan Altmark
On Friday, 07/18/2008 at 10:52 EDT, "McKown, John" 
<[EMAIL PROTECTED]> wrote:
 
> IIRC, you can erase a tape using a specific CCW called, cleverly, DSE.
> If you can write a small CMS program which uses this CCW, then you can
> ATTACH the drive to your CMS user, mount the tape, then run the program.
> For a 3490E drive, this is a CCW opcode of x'97'. You need to use
> command chaining to put a NOP command in the CCW string after this one.
> I don't have such a program. I also don't have access to a z/VM system.
> 
> If you have access to a z/OS system, then most tape management software
> has this facility. With CA-1, this is the CTSDEU program.

It sure would be nice if there were a requirement against z/VM to provide 
such a function.  Everyone keeps asking everyone else, but no one ever 
asks *us*.  (sniff) 

Alan Altmark
z/VM Development
IBM Endicott


Re: Data Security Erase utility for z/VM tapes

2008-07-18 Thread McKown, John
> -Original Message-
> From: The IBM z/VM Operating System 
> [mailto:[EMAIL PROTECTED] On Behalf Of Thomas Kern
> Sent: Friday, July 18, 2008 9:38 AM
> To: IBMVM@LISTSERV.UARK.EDU
> Subject: Data Security Erase utility for z/VM tapes
> 
> I need to securely erase a batch of tapes in a way that they 
> are still =
> 
> useable as scratch tapes. There used to be a TAPERASE program 
> from VMSHAR=
> E 
> but that was pre-z and maybe pre-xa. Does anyone have such a 
> utility that=
>  
> is not part of a for-sale product?
>  
> /Tom Kern
> 

IIRC, you can erase a tape using a specific CCW called, cleverly, DSE.
If you can write a small CMS program which uses this CCW, then you can
ATTACH the drive to your CMS user, mount the tape, then run the program.
For a 3490E drive, this is a CCW opcode of x'97'. You need to use
command chaining to put a NOP command in the CCW string after this one.
I don't have such a program. I also don't have access to a z/VM system.

If you have access to a z/OS system, then most tape management software
has this facility. With CA-1, this is the CTSDEU program.

--
John McKown
Senior Systems Programmer
HealthMarkets
Keeping the Promise of Affordable Coverage
Administrative Services Group
Information Technology

The information contained in this e-mail message may be privileged
and/or confidential.  It is for intended addressee(s) only.  If you are
not the intended recipient, you are hereby notified that any disclosure,
reproduction, distribution or other use of this communication is
strictly prohibited and could, in certain circumstances, be a criminal
offense.  If you have received this e-mail in error, please notify the
sender by reply and delete this message without copying or disclosing
it.  


Re: Data Security Erase utility for z/VM tapes

2008-07-18 Thread Mike Walter
Check out:  http://vm.marist.edu/~vmshare/read?fn=TAPERASE&ft=NOTE&line=1

And generally for those wanting to search good old VMSHARE: 
http://vm.marist.edu/~vmshare/
Thank you Marist, for continuing to host this historical archive!

Mike Walter 
Hewitt Associates 
Any opinions expressed herein are mine alone and do not necessarily 
represent the opinions or policies of Hewitt Associates.



Thomas Kern <[EMAIL PROTECTED]> 

Sent by: "The IBM z/VM Operating System" 
07/18/2008 09:37 AM
Please respond to
"The IBM z/VM Operating System" 



To
IBMVM@LISTSERV.UARK.EDU
cc

Subject
Data Security Erase utility for z/VM tapes






I need to securely erase a batch of tapes in a way that they are still 

useable as scratch tapes. There used to be a TAPERASE program from VMSHAR
E 
but that was pre-z and maybe pre-xa. Does anyone have such a utility that
 
is not part of a for-sale product?
 
/Tom Kern







The information contained in this e-mail and any accompanying documents may 
contain information that is confidential or otherwise protected from 
disclosure. If you are not the intended recipient of this message, or if this 
message has been addressed to you in error, please immediately alert the sender 
by reply e-mail and then delete this message, including any attachments. Any 
dissemination, distribution or other use of the contents of this message by 
anyone other than the intended recipient is strictly prohibited. All messages 
sent to and from this e-mail address may be monitored as permitted by 
applicable law and regulations to ensure compliance with our internal policies 
and to protect our business. E-mails are not secure and cannot be guaranteed to 
be error free as they can be intercepted, amended, lost or destroyed, or 
contain viruses. You are deemed to have accepted these risks if you communicate 
with us by e-mail.