Re: Code to verify LOGON password

2021-01-08 Thread Itschak Mugzach
If the question relates to CICS, you can use the VERIFY PASSWORD exec
interface call.

*| **Itschak Mugzach | Director | SecuriTeam Software **|** IronSphere
Platform* *|* *Information Security Continuous Monitoring for Z/OS, zLinux
and IBM I **|  *

*|* *Email**: i_mugz...@securiteam.co.il **|* *Mob**: +972 522 986404 **|*
*Skype**: ItschakMugzach **|* *Web**: www.Securiteam.co.il  **|*





On Sat, Jan 9, 2021 at 9:46 AM Tom Brennan 
wrote:

> I seem to remember the verify processing bumping up the password fail
> count and revoking the id without any additional logic - even returning
> codes indicating those issues.  But it's probably been 20 years since I
> coded such things, and those brain cells have long since been loaded
> with other data.  I shouldn't have watched so many Simpsons episodes.
>
> On 1/8/2021 10:12 PM, Brian Westerman wrote:
> > I think if you were just going to take the password and verify that it
> was correct (or not), that shouldn't be a big issue.  Although there should
> be some way to keep the user from using it to "guess" other people's
> passwords.  Maybe a limit on tries, or a way to inform someone that they
> tried it more than once in a certain period of time.
> >
> > With some restrictions, I think that just issuing the RACROUT
> request=verify, would be okay.  There should probably be some mechanism to
> revoke the ID if there are two many guesses though.
> >
> > Brian
> >
> >
> > On Fri, 8 Jan 2021 21:02:50 +, Jousma, David 
> wrote:
> >
> >> Sam,
> >>
> >> I'm curious as to the usage scenario?   This almost sounds like a
> security problem?  So you take a users password input, go ask SAF if
> correct?  Sounds like a man-in-the-middle situation?
> >>
> >>
> _
> >> Dave Jousma
> >> AVP | Director, Technology Engineering
> >>
> >> Fifth Third Bank  |  1830 East Paris Ave, SE  |  MD RSCB2H  |  Grand
> Rapids, MI 49546
> >> 616.653.8429  |  fax: 616.653.2717
> >>
> >>
> >> -Original Message-
> >> From: IBM Mainframe Discussion List  On
> Behalf Of Sam Golob
> >> Sent: Friday, January 8, 2021 12:19 PM
> >> To: IBM-MAIN@LISTSERV.UA.EDU
> >> Subject: Code to verify LOGON password
> >>
> >> **CAUTION EXTERNAL EMAIL**
> >>
> >> **DO NOT open attachments or click on links from unknown senders or
> unexpected emails**
> >>
> >> Dear Folks,
> >>
> >>  Does anyone have user-written code for RACF, so that if the user
> types in a password, the code will verify if it is the user's actual LOGON
> password?
> >>
> >>  I'd like to see code that does this, for ACF2 and Top Secret as
> well, but I'm primarily interested in RACF.
> >>
> >>  Thank you very much.  All the best of everything to all of you.
> >>
> >> Sincerely, Sam
> >>
> >>
> >> --
> >> For IBM-MAIN subscribe / signoff / archive access instructions, send
> email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
> **CAUTION EXTERNAL EMAIL**
> >>
> >> **DO NOT open attachments or click on links from unknown senders or
> unexpected emails**
> >>
> >> This e-mail transmission contains information that is confidential and
> may be privileged.   It is intended only for the addressee(s) named above.
> If you receive this e-mail in error, please do not read, copy or
> disseminate it in any manner. If you are not the intended recipient, any
> disclosure, copying, distribution or use of the contents of this
> information is prohibited. Please reply to the message immediately by
> informing the sender that the message was misdirected. After replying,
> please erase it from your computer system. Your assistance in correcting
> this error is appreciated.
> >>
> >>
> >> --
> >> For IBM-MAIN subscribe / signoff / archive access instructions,
> >> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
> >
> > --
> > For IBM-MAIN subscribe / signoff / archive access instructions,
> > send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
> >
> >
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

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


Re: Code to verify LOGON password

2021-01-08 Thread Tom Brennan
I seem to remember the verify processing bumping up the password fail 
count and revoking the id without any additional logic - even returning 
codes indicating those issues.  But it's probably been 20 years since I 
coded such things, and those brain cells have long since been loaded 
with other data.  I shouldn't have watched so many Simpsons episodes.


On 1/8/2021 10:12 PM, Brian Westerman wrote:

I think if you were just going to take the password and verify that it was correct (or 
not), that shouldn't be a big issue.  Although there should be some way to keep the user 
from using it to "guess" other people's passwords.  Maybe a limit on tries, or 
a way to inform someone that they tried it more than once in a certain period of time.

With some restrictions, I think that just issuing the RACROUT request=verify, 
would be okay.  There should probably be some mechanism to revoke the ID if 
there are two many guesses though.

Brian


On Fri, 8 Jan 2021 21:02:50 +, Jousma, David  wrote:


Sam,

I'm curious as to the usage scenario?   This almost sounds like a security 
problem?  So you take a users password input, go ask SAF if correct?  Sounds 
like a man-in-the-middle situation?

_
Dave Jousma
AVP | Director, Technology Engineering

Fifth Third Bank  |  1830 East Paris Ave, SE  |  MD RSCB2H  |  Grand Rapids, MI 
49546
616.653.8429  |  fax: 616.653.2717


-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of Sam 
Golob
Sent: Friday, January 8, 2021 12:19 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Code to verify LOGON password

**CAUTION EXTERNAL EMAIL**

**DO NOT open attachments or click on links from unknown senders or unexpected 
emails**

Dear Folks,

     Does anyone have user-written code for RACF, so that if the user types in 
a password, the code will verify if it is the user's actual LOGON password?

     I'd like to see code that does this, for ACF2 and Top Secret as well, but 
I'm primarily interested in RACF.

     Thank you very much.  All the best of everything to all of you.

Sincerely, Sam


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

**DO NOT open attachments or click on links from unknown senders or unexpected 
emails**

This e-mail transmission contains information that is confidential and may be 
privileged.   It is intended only for the addressee(s) named above. If you 
receive this e-mail in error, please do not read, copy or disseminate it in any 
manner. If you are not the intended recipient, any disclosure, copying, 
distribution or use of the contents of this information is prohibited. Please 
reply to the message immediately by informing the sender that the message was 
misdirected. After replying, please erase it from your computer system. Your 
assistance in correcting this error is appreciated.


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


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




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


Re: Code to verify LOGON password

2021-01-08 Thread Brian Westerman
I think if you were just going to take the password and verify that it was 
correct (or not), that shouldn't be a big issue.  Although there should be some 
way to keep the user from using it to "guess" other people's passwords.  Maybe 
a limit on tries, or a way to inform someone that they tried it more than once 
in a certain period of time.

With some restrictions, I think that just issuing the RACROUT request=verify, 
would be okay.  There should probably be some mechanism to revoke the ID if 
there are two many guesses though. 

Brian


On Fri, 8 Jan 2021 21:02:50 +, Jousma, David  wrote:

>Sam,
>
>I'm curious as to the usage scenario?   This almost sounds like a security 
>problem?  So you take a users password input, go ask SAF if correct?  Sounds 
>like a man-in-the-middle situation?  
>
>_
>Dave Jousma
>AVP | Director, Technology Engineering  
>
>Fifth Third Bank  |  1830 East Paris Ave, SE  |  MD RSCB2H  |  Grand Rapids, 
>MI 49546
>616.653.8429  |  fax: 616.653.2717
>
>
>-Original Message-
>From: IBM Mainframe Discussion List  On Behalf Of 
>Sam Golob
>Sent: Friday, January 8, 2021 12:19 PM
>To: IBM-MAIN@LISTSERV.UA.EDU
>Subject: Code to verify LOGON password
>
>**CAUTION EXTERNAL EMAIL**
>
>**DO NOT open attachments or click on links from unknown senders or unexpected 
>emails**
>
>Dear Folks,
>
>     Does anyone have user-written code for RACF, so that if the user types in 
> a password, the code will verify if it is the user's actual LOGON password?
>
>     I'd like to see code that does this, for ACF2 and Top Secret as well, but 
> I'm primarily interested in RACF.
>
>     Thank you very much.  All the best of everything to all of you.
>
>Sincerely, Sam
>
>
>--
>For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
>lists...@listserv.ua.edu with the message: INFO IBM-MAIN **CAUTION EXTERNAL 
>EMAIL**
>
>**DO NOT open attachments or click on links from unknown senders or unexpected 
>emails**
>
>This e-mail transmission contains information that is confidential and may be 
>privileged.   It is intended only for the addressee(s) named above. If you 
>receive this e-mail in error, please do not read, copy or disseminate it in 
>any manner. If you are not the intended recipient, any disclosure, copying, 
>distribution or use of the contents of this information is prohibited. Please 
>reply to the message immediately by informing the sender that the message was 
>misdirected. After replying, please erase it from your computer system. Your 
>assistance in correcting this error is appreciated.
>
>
>--
>For IBM-MAIN subscribe / signoff / archive access instructions,
>send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

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


Anyone using IBM Cloud Tape Connector?

2021-01-08 Thread Brian Westerman
Is anyone using IBM's Cloud Tape Connector product that can tell me about the 
software requirements for it?  Is it just the product that needs to be licensed 
under z/OS, or do you need to license so "other" stuff as well?

Also, any comments on how it's working out for you would be helpful as well.

Thanks,

Brian

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


Re: What were the first models to support Dual Address Space?

2021-01-08 Thread Joel C. Ewing
The 4341 was introduced in 1979 before DAS (1981), and was marketed
primarily for its ability to run in ECPS:VSE mode to support DOS/VSE. 
 
GA24-3672-4_4341ProcessorMG1FunctionalCharacteristics under Programming
Support says"programming support is  provided by DOS/VSE, OS/VSl,
OS/VS2-MVS, and VM/370".

That doesn't preclude the possibility of adding DAS support later, and
in fact the top of the 4341 line model group 12, introduced near the end
of 1982, apparently did include DAS support as a standard feature (Ref: 
GC20-2102-2 Guide to the IBM 4381 Processor, p128, comparing features of
a 4341 MG12 to features on 4381 models).  Availability on at least one
model is sufficient to demonstrate DAS support existence on a 4341.
    Joel C Ewing

On 1/8/21 12:35 PM, Seymour J Metz wrote:
> Thanks. I thought that the 4341 had it, but I couldn't find anything on 
> bitsavers to back that up.
>
>
> --
> Shmuel (Seymour J.) Metz
> http://mason.gmu.edu/~smetz3
>
> 
> From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of 
> WILLIAM H BLAIR [wmhbl...@comcast.net]
> Sent: Sunday, January 3, 2021 5:14 PM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Re: What were the first models to support Dual Address Space?
>
> | Does  anybody remember the first models to support
> | Dual Address Space for MVS/SP Version 1? I'd like
> | to add that to the wiki [[IBM System/370]] article.
>
> In hardware, it was the 3033 (as well as the 3042 Attached Processor), as 
> well as a hardware assist MES for the 3031. It was also, of course, also 
> supported on the 3081 (and all processor models thereafter).If I remember 
> correctly, this support was not offered for the 3032 in any form.
>
> For additional information, refer to:
>  
> http://secure-web.cisco.com/1fwo0WzrRHfsEKmX2WnCPbvS6zDh3sBb8eGXvFegmbLqXIzIk_HWhBMbZUqOeTl6j7_1j-HSUf-lAdmAMSdQQWWzHMWI8VlgQaKmtbcKgkVbAFCahbxqT3MROak4FXXMdX6Mg4NGn46RLXSurBep0EZs-0jCCV3m7msbG5sUpt60gd5sMQNV8pJ8uL9lmWk3JBu9LqoXXU_H4TlnojFbvI1IRLFJrhVMWEWgn9Uq66Lx-ctVR2AEHl5PzUtRFLohjq0P6CkLATen2Daa7LZ71g3ntGQL-4mmfhSpQPq45M25bgCGGSL8YFSW7eVe33H8mAFlHehNGaJu8wqeheIb4k8JWFkm2705I41fbr3Q3GO5bPlzVzzfqTBbKoeUZfbzn0p1qRRtqeEsfAcFvIiNeRq-RHsCr4eccEn4H758CEnSauz2kEaCf1vMWfN9xJEWp/http%3A%2F%2Fwww.computinghistory.org.uk%2Fdownloads%2F8823
> on page 114.
>
> In software, it was supported on any System/370. The ABENDs were intercepted 
> by FLIH and the unsupported instructions and control registers emulated.
>
> This worked on my 370/158 at the time (1980).
>
> --
> William Blair
> Sugar Land TX
>

-- 
Joel C. Ewing

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


Re: Code to verify LOGON password

2021-01-08 Thread Jousma, David
Sam,

I'm curious as to the usage scenario?   This almost sounds like a security 
problem?  So you take a users password input, go ask SAF if correct?  Sounds 
like a man-in-the-middle situation?  

_
Dave Jousma
AVP | Director, Technology Engineering  

Fifth Third Bank  |  1830 East Paris Ave, SE  |  MD RSCB2H  |  Grand Rapids, MI 
49546
616.653.8429  |  fax: 616.653.2717


-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of Sam 
Golob
Sent: Friday, January 8, 2021 12:19 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Code to verify LOGON password

**CAUTION EXTERNAL EMAIL**

**DO NOT open attachments or click on links from unknown senders or unexpected 
emails**

Dear Folks,

     Does anyone have user-written code for RACF, so that if the user types in 
a password, the code will verify if it is the user's actual LOGON password?

     I'd like to see code that does this, for ACF2 and Top Secret as well, but 
I'm primarily interested in RACF.

     Thank you very much.  All the best of everything to all of you.

Sincerely, Sam


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

**DO NOT open attachments or click on links from unknown senders or unexpected 
emails**

This e-mail transmission contains information that is confidential and may be 
privileged.   It is intended only for the addressee(s) named above. If you 
receive this e-mail in error, please do not read, copy or disseminate it in any 
manner. If you are not the intended recipient, any disclosure, copying, 
distribution or use of the contents of this information is prohibited. Please 
reply to the message immediately by informing the sender that the message was 
misdirected. After replying, please erase it from your computer system. Your 
assistance in correcting this error is appreciated.


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


Re: Code to verify LOGON password

2021-01-08 Thread Kirk Wolf
/*
  Check password for a userid.
  Note: requires program-controlled environment
  To build:
  c99 -o checkpass checkpass.c  i
  extattr +p checkpass
*/
#define _POSIX_SOURCE
#include 
#include 
#include 
#include 
#include 
#include 

int main(int argc, char** argv) {

  if (argc != 3) {
fprintf(stderr, "Syntax: checkpass  \n");
return 1;
  }
  setenv("_EDC_ADD_ERRNO2", "1", 1);
  if (__passwd(argv[1], argv[2], NULL)) {
if (errno == EACCES) {
  fprintf(stderr, "password not authorized\n");
  return 2;
} else {
  fprintf(stderr, "__passwd() - %s\n", strerror(errno));
  return 3;
}
  }
  return 0;  /* no message - password valid */
}

On Fri, Jan 8, 2021 at 11:19 AM Sam Golob  wrote:

> Dear Folks,
>
>  Does anyone have user-written code for RACF, so that if the user
> types in a password, the code will verify if it is the user's actual
> LOGON password?
>
>  I'd like to see code that does this, for ACF2 and Top Secret as
> well, but I'm primarily interested in RACF.
>
>  Thank you very much.  All the best of everything to all of you.
>
> Sincerely, Sam
>
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

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


Re: Code to verify LOGON password

2021-01-08 Thread Tony Harminc
On Fri, 8 Jan 2021 at 12:19, Sam Golob  wrote:

>  Does anyone have user-written code for RACF, so that if the user
> types in a password, the code will verify if it is the user's actual
> LOGON password?

More detailed specs, please.

Are you fundamentally looking for sample code to learn from, or
something to [adapt and] use as-is?

Programming language? Execution environment? (TSO session? UNIX
session? Some other environment?)

Is this a program to run in an existing session to verify that the
user at the keyboard knows the password that was used at logon? (TSS
has a TSO command to lock the screen and prompt for the password upon
resuming. It would be easy enough to write a similar command for any
of the security systems.)

Or is it a program that accepts both a userid and password at the
keyboard (or in a batch job), and verifies that they are a good match?

Or something else I'm not thinking of?

Any program that accepts userids and passwords needs to have controls
to prevent its use to try many passwords without penalty. Generally
the required security system calls require at least an APF authorized
state to make this query, for the reason above.

>  I'd like to see code that does this, for ACF2 and Top Secret as
> well, but I'm primarily interested in RACF.

If you use the SAF (RACROUTE REQUEST=VERIFY) approach, it should work
identically for all three security systems. Your code has to decide if
what you are verifying is a password or a phrase.

If you are using an LE language (C, PL/I, ...) there is a library
function __passwd(...) to do this. If you are writing in assembler,
probably the easiest to use is IRRSPW00, documented in the RACF
Callable Services book. IRRSPW00 may not work in the CA security
systems - I'm not sure. Both the above assume password vs phrase based
on the length.

Tony H.

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


Re: Code to verify LOGON password

2021-01-08 Thread Charles Mills
Something about this makes me nervous.

At a minimum you need @Gils's suggestion that the password not exist in your 
address space (or if it does you really, really know what you are doing).

And you need to make certain your code is not a vehicle for someone to mount a 
brute force attack while avoiding revocation.

Charles


-Original Message-
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of Sam Golob
Sent: Friday, January 8, 2021 9:19 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Code to verify LOGON password

Dear Folks,

 Does anyone have user-written code for RACF, so that if the user 
types in a password, the code will verify if it is the user's actual 
LOGON password?

 I'd like to see code that does this, for ACF2 and Top Secret as 
well, but I'm primarily interested in RACF.

 Thank you very much.  All the best of everything to all of you.

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


Re: What were the first models to support Dual Address Space?

2021-01-08 Thread Seymour J Metz
Thanks. I thought that the 4341 had it, but I couldn't find anything on 
bitsavers to back that up.


--
Shmuel (Seymour J.) Metz
http://mason.gmu.edu/~smetz3


From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of 
WILLIAM H BLAIR [wmhbl...@comcast.net]
Sent: Sunday, January 3, 2021 5:14 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: What were the first models to support Dual Address Space?

| Does  anybody remember the first models to support
| Dual Address Space for MVS/SP Version 1? I'd like
| to add that to the wiki [[IBM System/370]] article.

In hardware, it was the 3033 (as well as the 3042 Attached Processor), as well 
as a hardware assist MES for the 3031. It was also, of course, also supported 
on the 3081 (and all processor models thereafter).If I remember correctly, this 
support was not offered for the 3032 in any form.

For additional information, refer to:
 
http://secure-web.cisco.com/1fwo0WzrRHfsEKmX2WnCPbvS6zDh3sBb8eGXvFegmbLqXIzIk_HWhBMbZUqOeTl6j7_1j-HSUf-lAdmAMSdQQWWzHMWI8VlgQaKmtbcKgkVbAFCahbxqT3MROak4FXXMdX6Mg4NGn46RLXSurBep0EZs-0jCCV3m7msbG5sUpt60gd5sMQNV8pJ8uL9lmWk3JBu9LqoXXU_H4TlnojFbvI1IRLFJrhVMWEWgn9Uq66Lx-ctVR2AEHl5PzUtRFLohjq0P6CkLATen2Daa7LZ71g3ntGQL-4mmfhSpQPq45M25bgCGGSL8YFSW7eVe33H8mAFlHehNGaJu8wqeheIb4k8JWFkm2705I41fbr3Q3GO5bPlzVzzfqTBbKoeUZfbzn0p1qRRtqeEsfAcFvIiNeRq-RHsCr4eccEn4H758CEnSauz2kEaCf1vMWfN9xJEWp/http%3A%2F%2Fwww.computinghistory.org.uk%2Fdownloads%2F8823
on page 114.

In software, it was supported on any System/370. The ABENDs were intercepted by 
FLIH and the unsupported instructions and control registers emulated.

This worked on my 370/158 at the time (1980).

--
William Blair
Sugar Land TX

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

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


Re: Code to verify LOGON password

2021-01-08 Thread Carmen Vitullo
The code I have was / is very old for mid 90's to validate CATIA userid's using 
RACF, if you want I can provide as is  
   
Carmen Vitullo 

   

-Original Message-

From: Sam 
To: IBM-MAIN 
Date: Friday, 8 January 2021 11:20 AM CST
Subject: Code to verify LOGON password

Dear Folks, 

    Does anyone have user-written code for RACF, so that if the user 
types in a password, the code will verify if it is the user's actual 
LOGON password? 

    I'd like to see code that does this, for ACF2 and Top Secret as 
well, but I'm primarily interested in RACF. 

    Thank you very much.  All the best of everything to all of you. 

Sincerely, Sam 


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

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


Re: Code to verify LOGON password

2021-01-08 Thread Paul Gilmartin
On Fri, 8 Jan 2021 12:19:28 -0500, Sam Golob wrote:
>
>     Does anyone have user-written code for RACF, so that if the user
>types in a password, the code will verify if it is the user's actual
>LOGON password?
>
>     I'd like to see code that does this, for ACF2 and Top Secret as
>well, but I'm primarily interested in RACF.
>
Ideally, such code should work alike under SSH, OMVS, TSO, ...

And best if the SAF momentarily takes control of the terminal
so the password never appear in cleartext in the user's
address space or on the user's screen.

-- gil

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


Code to verify LOGON password

2021-01-08 Thread Sam Golob

Dear Folks,

    Does anyone have user-written code for RACF, so that if the user 
types in a password, the code will verify if it is the user's actual 
LOGON password?


    I'd like to see code that does this, for ACF2 and Top Secret as 
well, but I'm primarily interested in RACF.


    Thank you very much.  All the best of everything to all of you.

Sincerely, Sam


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


Re: ZFS using zEDC hardware compression

2021-01-08 Thread R.S.

W dniu 08.01.2021 o 17:46, Paul Gilmartin pisze:

On Fri, 8 Jan 2021 16:07:31 +, Seymour J Metz wrote:


A zFS is stored in a VSAM linear data set. I found "Only extended-format 
key-sequenced data sets can be compressed." at 
https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.1.0/com.ibm.zos.v2r1.idad400/compdta.htm


This is a plausible consequence of not using keys:  There's no easy way
to access a given datum.


Well, PS dataset have no keys and they are quite compressible. The devil 
is in details of access method and "presentation layer" of compression. 
And there are consequences of CI (record, slot) update - it can be less 
compressed. So, compressed VSAM should have some kind of DAT (Dynamic 
Address Translation) for CI addresses. It is feasible, but quite complex 
IMHO.


--
Radoslaw Skorupka
Lodz, Poland





==

Jeśli nie jesteś adresatem tej wiadomości:

- powiadom nas o tym w mailu zwrotnym (dziękujemy!),
- usuń trwale tę wiadomość (i wszystkie kopie, które wydrukowałeś lub zapisałeś 
na dysku).
Wiadomość ta może zawierać chronione prawem informacje, które może wykorzystać 
tylko adresat. Przypominamy, że każdy, kto rozpowszechnia (kopiuje, 
rozprowadza) tę wiadomość lub podejmuje podobne działania, narusza prawo i może 
podlegać karze.

mBank S.A. z siedzibą w Warszawie, ul. Prosta 18, 00-850 Warszawa,www.mBank.pl, 
e-mail: kont...@mbank.pl. Sąd Rejonowy dla m. st. Warszawy XII Wydział 
Gospodarczy Krajowego Rejestru Sądowego, KRS 025237, NIP: 526-021-50-88. 
Kapitał zakładowy (opłacony w całości) według stanu na 01.01.2020 r. wynosi 
169.401.468 złotych.

Jesteśmy administratorem twoich danych osobowych, które podałeś w związku z 
prowadzoną z nami korespondencją. Przetwarzamy te dane dla celów, które 
wynikają z przedmiotu korespondencji, w tym związanych z prowadzoną 
działalnością bankową.
Więcej informacji o tym jak chroniony i przetwarzamy dane osobowe znajdziesz w 
Pakietach RODO (w wersji polskiej i angielskiej), które są na www.mbank.pl/rodo


If you are not the addressee of this message:

- let us know by replying to this e-mail (thank you!),
- delete this message permanently (including all the copies which you have 
printed out or saved).
This message may contain legally protected information, which may be used 
exclusively by the addressee.Please be reminded that anyone who disseminates 
(copies, distributes) this message or takes any similar action, violates the 
law and may be penalised.

mBank S.A. with its registered office in Warsaw, ul. Prosta 18, 00-850 
Warszawa,www.mBank.pl, e-mail: kont...@mbank.pl. District Court for the Capital 
City of Warsaw, 12th Commercial Division of the National Court Register, KRS 
025237, NIP: 526-021-50-88. Fully paid-up share capital amounting to PLN 
169.401.468 as at 1 January 2020.

We are the controller of your personal data, which you provided in connection 
with correspondence with us. We process your data for purposes resulting from 
the subject of correspondence, including those related to the banking services.
More information on how we protect and process personal data can be found in 
the GDPR Packages (in English and Polish), which are on www.mbank.pl/rodo.

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


Re: ZFS using zEDC hardware compression

2021-01-08 Thread PINION, RICHARD W.
We're at z/OS 2.2, hoping to go to 2.4 soon, so zfsadm compress isn't available.

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Mark Jacobs
Sent: Friday, January 8, 2021 11:47 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: ZFS using zEDC hardware compression

[External Email. Exercise caution when clicking links or opening attachments.]

My personal zFS filesystem is compressed (using zfsadm compress)

$ zfsadm fsinfo -aggregate OMVS.PROD.SY010A.ZFS File System Name: 
OMVS.PROD.SY010A.ZFS
Status:  RW,NS,EN,CO

Legend: RW=Read-write, NS=Mounted NORWSHARE, EN=Encrypted, CO=Compressed

Sent from ProtonMail, Swiss-based encrypted email.

GPG Public Key - 
https://api.protonmail.ch/pks/lookup?op=get=markjac...@protonmail.com

‐‐‐ Original Message ‐‐‐

On Friday, January 8th, 2021 at 11:20 AM, PINION, RICHARD W. 
 wrote:

> That's a definitive answer, thanks.
>
> -Original Message-
>
> From: IBM Mainframe Discussion List IBM-MAIN@LISTSERV.UA.EDU On Behalf 
> Of Seymour J Metz
>
> Sent: Friday, January 8, 2021 11:08 AM
>
> To: IBM-MAIN@LISTSERV.UA.EDU
>
> Subject: Re: ZFS using zEDC hardware compression
>
> [External Email. Exercise caution when clicking links or opening 
> attachments.]
>
> A zFS is stored in a VSAM linear data set. I found "Only 
> extended-format key-sequenced data sets can be compressed." at 
> https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.1.0/com.ibm.zo
> s.v2r1.idad400/compdta.htm
>
>
> --
> --
> --
> --
> --
> 
>
> Shmuel (Seymour J.) Metz
>
> http://mason.gmu.edu/~smetz3
>
> From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on 
> behalf of PINION, RICHARD W. [rpin...@firsthorizon.com]
>
> Sent: Friday, January 8, 2021 10:00 AM
>
> To: IBM-MAIN@LISTSERV.UA.EDU
>
> Subject: ZFS using zEDC hardware compression
>
> Can a ZFS dataset be defined with the DATACLAS zEDC compression option? I'm 
> looking for a way to reduce the size of our SMPNTS datasets.
>
> Confidentiality notice:
>
> This e-mail message, including any attachments, may contain legally 
> privileged and/or confidential information. If you are not the intended 
> recipient(s), or the employee or agent responsible for delivery of this 
> message to the intended recipient(s), you are hereby notified that any 
> dissemination, distribution, or copying of this e-mail message is strictly 
> prohibited. If you have received this message in error, please immediately 
> notify the sender and delete this e-mail message from your computer.
>
> --
> --
> --
> --
> --
> --
> --
> --
> --
> --
> --
> --
> 
>
> For IBM-MAIN subscribe / signoff / archive access instructions, send 
> email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>
> --
> -
>
> For IBM-MAIN subscribe / signoff / archive access instructions, send 
> email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>
> --
> -
>
> For IBM-MAIN subscribe / signoff / archive access instructions,
>
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

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

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

Re: ZFS using zEDC hardware compression

2021-01-08 Thread Mark Jacobs
My personal zFS filesystem is compressed (using zfsadm compress)

$ zfsadm fsinfo -aggregate OMVS.PROD.SY010A.ZFS
File System Name: OMVS.PROD.SY010A.ZFS
Status:  RW,NS,EN,CO

Legend: RW=Read-write, NS=Mounted NORWSHARE, EN=Encrypted, CO=Compressed

Sent from ProtonMail, Swiss-based encrypted email.

GPG Public Key - 
https://api.protonmail.ch/pks/lookup?op=get=markjac...@protonmail.com

‐‐‐ Original Message ‐‐‐

On Friday, January 8th, 2021 at 11:20 AM, PINION, RICHARD W. 
 wrote:

> That's a definitive answer, thanks.
>
> -Original Message-
>
> From: IBM Mainframe Discussion List IBM-MAIN@LISTSERV.UA.EDU On Behalf Of 
> Seymour J Metz
>
> Sent: Friday, January 8, 2021 11:08 AM
>
> To: IBM-MAIN@LISTSERV.UA.EDU
>
> Subject: Re: ZFS using zEDC hardware compression
>
> [External Email. Exercise caution when clicking links or opening attachments.]
>
> A zFS is stored in a VSAM linear data set. I found "Only extended-format 
> key-sequenced data sets can be compressed." at 
> https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.1.0/com.ibm.zos.v2r1.idad400/compdta.htm
>
>
> --
>
> Shmuel (Seymour J.) Metz
>
> http://mason.gmu.edu/~smetz3
>
> From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of 
> PINION, RICHARD W. [rpin...@firsthorizon.com]
>
> Sent: Friday, January 8, 2021 10:00 AM
>
> To: IBM-MAIN@LISTSERV.UA.EDU
>
> Subject: ZFS using zEDC hardware compression
>
> Can a ZFS dataset be defined with the DATACLAS zEDC compression option? I'm 
> looking for a way to reduce the size of our SMPNTS datasets.
>
> Confidentiality notice:
>
> This e-mail message, including any attachments, may contain legally 
> privileged and/or confidential information. If you are not the intended 
> recipient(s), or the employee or agent responsible for delivery of this 
> message to the intended recipient(s), you are hereby notified that any 
> dissemination, distribution, or copying of this e-mail message is strictly 
> prohibited. If you have received this message in error, please immediately 
> notify the sender and delete this e-mail message from your computer.
>
> 
>
> For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
> lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>
> ---
>
> For IBM-MAIN subscribe / signoff / archive access instructions, send email to 
> lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>
> ---
>
> For IBM-MAIN subscribe / signoff / archive access instructions,
>
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

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


Re: ZFS using zEDC hardware compression

2021-01-08 Thread Paul Gilmartin
On Fri, 8 Jan 2021 16:07:31 +, Seymour J Metz wrote:

>A zFS is stored in a VSAM linear data set. I found "Only extended-format 
>key-sequenced data sets can be compressed." at 
>https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.1.0/com.ibm.zos.v2r1.idad400/compdta.htm
> 
This is a plausible consequence of not using keys:  There's no easy way
to access a given datum.

>
>From: PINION, RICHARD W
>Sent: Friday, January 8, 2021 10:00 AM
>
>Can a ZFS dataset be defined with the DATACLAS zEDC compression option?  I'm 
>looking for a way
>to reduce the size of our SMPNTS datasets.
>
Since the payload of SMPNTS is .pax.Z files; software compressed,
there's little benefit in adding hardware compression.

-- gil

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


Re: ZFS using zEDC hardware compression

2021-01-08 Thread R.S.

I just RTFM. No VSAM dataset can be compressed using zEDC.

Of course VSAM datasets dumped with DFSMSdss may be compressed, because:
a) output dataset is PS, which is eligible for zEDC compression.
b) dss itself can use zEDC to compress data written to output. Such 
dataset can be writted on tape or disk. There is no reason to make it 
zEDC compressible.


--
Radoslaw Skorupka
Lodz, Poland






W dniu 08.01.2021 o 17:20, PINION, RICHARD W. pisze:

That's a definitive answer, thanks.

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Seymour J Metz
Sent: Friday, January 8, 2021 11:08 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: ZFS using zEDC hardware compression

[External Email. Exercise caution when clicking links or opening attachments.]

A zFS is stored in a VSAM linear data set. I found "Only extended-format 
key-sequenced data sets can be compressed." at 
https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.1.0/com.ibm.zos.v2r1.idad400/compdta.htm






==

Jeśli nie jesteś adresatem tej wiadomości:

- powiadom nas o tym w mailu zwrotnym (dziękujemy!),
- usuń trwale tę wiadomość (i wszystkie kopie, które wydrukowałeś lub zapisałeś 
na dysku).
Wiadomość ta może zawierać chronione prawem informacje, które może wykorzystać 
tylko adresat. Przypominamy, że każdy, kto rozpowszechnia (kopiuje, 
rozprowadza) tę wiadomość lub podejmuje podobne działania, narusza prawo i może 
podlegać karze.

mBank S.A. z siedzibą w Warszawie, ul. Prosta 18, 00-850 Warszawa,www.mBank.pl, 
e-mail: kont...@mbank.pl. Sąd Rejonowy dla m. st. Warszawy XII Wydział 
Gospodarczy Krajowego Rejestru Sądowego, KRS 025237, NIP: 526-021-50-88. 
Kapitał zakładowy (opłacony w całości) według stanu na 01.01.2020 r. wynosi 
169.401.468 złotych.

Jesteśmy administratorem twoich danych osobowych, które podałeś w związku z 
prowadzoną z nami korespondencją. Przetwarzamy te dane dla celów, które 
wynikają z przedmiotu korespondencji, w tym związanych z prowadzoną 
działalnością bankową.
Więcej informacji o tym jak chroniony i przetwarzamy dane osobowe znajdziesz w 
Pakietach RODO (w wersji polskiej i angielskiej), które są na www.mbank.pl/rodo


If you are not the addressee of this message:

- let us know by replying to this e-mail (thank you!),
- delete this message permanently (including all the copies which you have 
printed out or saved).
This message may contain legally protected information, which may be used 
exclusively by the addressee.Please be reminded that anyone who disseminates 
(copies, distributes) this message or takes any similar action, violates the 
law and may be penalised.

mBank S.A. with its registered office in Warsaw, ul. Prosta 18, 00-850 
Warszawa,www.mBank.pl, e-mail: kont...@mbank.pl. District Court for the Capital 
City of Warsaw, 12th Commercial Division of the National Court Register, KRS 
025237, NIP: 526-021-50-88. Fully paid-up share capital amounting to PLN 
169.401.468 as at 1 January 2020.

We are the controller of your personal data, which you provided in connection 
with correspondence with us. We process your data for purposes resulting from 
the subject of correspondence, including those related to the banking services.
More information on how we protect and process personal data can be found in 
the GDPR Packages (in English and Polish), which are on www.mbank.pl/rodo.

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


Re: ZFS using zEDC hardware compression

2021-01-08 Thread PINION, RICHARD W.
That's a definitive answer, thanks.

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of 
Seymour J Metz
Sent: Friday, January 8, 2021 11:08 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Re: ZFS using zEDC hardware compression

[External Email. Exercise caution when clicking links or opening attachments.]

A zFS is stored in a VSAM linear data set. I found "Only extended-format 
key-sequenced data sets can be compressed." at 
https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.1.0/com.ibm.zos.v2r1.idad400/compdta.htm


--
Shmuel (Seymour J.) Metz
http://mason.gmu.edu/~smetz3


From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of 
PINION, RICHARD W. [rpin...@firsthorizon.com]
Sent: Friday, January 8, 2021 10:00 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: ZFS using zEDC hardware compression

Can a ZFS dataset be defined with the DATACLAS zEDC compression option?  I'm 
looking for a way to reduce the size of our SMPNTS datasets.
Confidentiality notice:
This e-mail message, including any attachments, may contain legally privileged 
and/or confidential information. If you are not the intended recipient(s), or 
the employee or agent responsible for delivery of this message to the intended 
recipient(s), you are hereby notified that any dissemination, distribution, or 
copying of this e-mail message is strictly prohibited. If you have received 
this message in error, please immediately notify the sender and delete this 
e-mail message from your computer.

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

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

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


Re: ZFS using zEDC hardware compression

2021-01-08 Thread Seymour J Metz
A zFS is stored in a VSAM linear data set. I found "Only extended-format 
key-sequenced data sets can be compressed." at 
https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.1.0/com.ibm.zos.v2r1.idad400/compdta.htm


--
Shmuel (Seymour J.) Metz
http://mason.gmu.edu/~smetz3


From: IBM Mainframe Discussion List [IBM-MAIN@LISTSERV.UA.EDU] on behalf of 
PINION, RICHARD W. [rpin...@firsthorizon.com]
Sent: Friday, January 8, 2021 10:00 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: ZFS using zEDC hardware compression

Can a ZFS dataset be defined with the DATACLAS zEDC compression option?  I'm 
looking for a way
to reduce the size of our SMPNTS datasets.
Confidentiality notice:
This e-mail message, including any attachments, may contain legally privileged 
and/or confidential information. If you are not the intended recipient(s), or 
the employee or agent responsible for delivery of this message to the intended 
recipient(s), you are hereby notified that any dissemination, distribution, or 
copying of this e-mail message is strictly prohibited. If you have received 
this message in error, please immediately notify the sender and delete this 
e-mail message from your computer.

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

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


Re: ZFS using zEDC hardware compression

2021-01-08 Thread R.S.

W dniu 08.01.2021 o 16:00, PINION, RICHARD W. pisze:

Can a ZFS dataset be defined with the DATACLAS zEDC compression option?  I'm 
looking for a way
to reduce the size of our SMPNTS datasets.


I guess YES.
However ...just try it. Create some test ZFS with copression and put 
some txt files there. That will prove a) parameters are accepted, b) 
compression is really working.


--
Radoslaw Skorupka
Lodz, Poland





==

Jeśli nie jesteś adresatem tej wiadomości:

- powiadom nas o tym w mailu zwrotnym (dziękujemy!),
- usuń trwale tę wiadomość (i wszystkie kopie, które wydrukowałeś lub zapisałeś 
na dysku).
Wiadomość ta może zawierać chronione prawem informacje, które może wykorzystać 
tylko adresat. Przypominamy, że każdy, kto rozpowszechnia (kopiuje, 
rozprowadza) tę wiadomość lub podejmuje podobne działania, narusza prawo i może 
podlegać karze.

mBank S.A. z siedzibą w Warszawie, ul. Prosta 18, 00-850 Warszawa,www.mBank.pl, 
e-mail: kont...@mbank.pl. Sąd Rejonowy dla m. st. Warszawy XII Wydział 
Gospodarczy Krajowego Rejestru Sądowego, KRS 025237, NIP: 526-021-50-88. 
Kapitał zakładowy (opłacony w całości) według stanu na 01.01.2020 r. wynosi 
169.401.468 złotych.

Jesteśmy administratorem twoich danych osobowych, które podałeś w związku z 
prowadzoną z nami korespondencją. Przetwarzamy te dane dla celów, które 
wynikają z przedmiotu korespondencji, w tym związanych z prowadzoną 
działalnością bankową.
Więcej informacji o tym jak chroniony i przetwarzamy dane osobowe znajdziesz w 
Pakietach RODO (w wersji polskiej i angielskiej), które są na www.mbank.pl/rodo


If you are not the addressee of this message:

- let us know by replying to this e-mail (thank you!),
- delete this message permanently (including all the copies which you have 
printed out or saved).
This message may contain legally protected information, which may be used 
exclusively by the addressee.Please be reminded that anyone who disseminates 
(copies, distributes) this message or takes any similar action, violates the 
law and may be penalised.

mBank S.A. with its registered office in Warsaw, ul. Prosta 18, 00-850 
Warszawa,www.mBank.pl, e-mail: kont...@mbank.pl. District Court for the Capital 
City of Warsaw, 12th Commercial Division of the National Court Register, KRS 
025237, NIP: 526-021-50-88. Fully paid-up share capital amounting to PLN 
169.401.468 as at 1 January 2020.

We are the controller of your personal data, which you provided in connection 
with correspondence with us. We process your data for purposes resulting from 
the subject of correspondence, including those related to the banking services.
More information on how we protect and process personal data can be found in 
the GDPR Packages (in English and Polish), which are on www.mbank.pl/rodo.

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


Re: Network issue - device box status

2021-01-08 Thread Prashant Joshi3
Thanks Ken,

I checked for default MIH values for these devices and they are set at 3
minutes. However, once devices are allocated to Teradata, it gets changed
to 00 minutes. I am checking further.
Thanks a lot for these information. I think MIH definition will help. I
will let you know the results.

Thanks,
Prashant


IBM Mainframe Discussion List  wrote on
08-01-2021 00:11:36:

> From: Mazer Ken G <01e8b07bfbbe-dmarc-requ...@listserv.ua.edu>
> To: IBM-MAIN@LISTSERV.UA.EDU
> Date: 08-01-2021 00:12
> Subject: [EXTERNAL] Re: Network issue - device box status
> Sent by: IBM Mainframe Discussion List 
>
> Wow - I haven't heard Teradata in a number of years.  Check to make
> sure your device addresses are still listed in IECIOSxx of SYS1.PARMLIB
>
> MIH DEV=(-),TIME=nn:nn
>
> Ken
>
> -Original Message-
> From: IBM Mainframe Discussion List  On
> Behalf Of Prashant Joshi3
> Sent: Thursday, January 07, 2021 1:18 PM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Network issue - device box status
>
> Hello,
>
> I have remote database (teradata) connected to mainframe using FICON
> channel (Type=dummy). Every time; there is a drop/glitch in network
> (microseconds) my mainframe devices get boxed and solution is to
> shutdown task, recycle devices, sometime it force to recycle chipids.
> Is there any way to increase network tolerance time to avoid device
> box status?
>
>
> Thanks,
> Prashant
>
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions, send
> email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

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


Re: ZFS using zEDC hardware compression

2021-01-08 Thread Mark Jacobs
I'm not sure about that at define time (might work, might not), but the zfsadm 
compress command will use zEDC compression on an existing zFS dataset.

Mark Jacobs

Sent from ProtonMail, Swiss-based encrypted email.

GPG Public Key - 
https://api.protonmail.ch/pks/lookup?op=get=markjac...@protonmail.com

‐‐‐ Original Message ‐‐‐

On Friday, January 8th, 2021 at 10:00 AM, PINION, RICHARD W. 
 wrote:

> Can a ZFS dataset be defined with the DATACLAS zEDC compression option? I'm 
> looking for a way
>
> to reduce the size of our SMPNTS datasets.
>
> Confidentiality notice:
>
> This e-mail message, including any attachments, may contain legally 
> privileged and/or confidential information. If you are not the intended 
> recipient(s), or the employee or agent responsible for delivery of this 
> message to the intended recipient(s), you are hereby notified that any 
> dissemination, distribution, or copying of this e-mail message is strictly 
> prohibited. If you have received this message in error, please immediately 
> notify the sender and delete this e-mail message from your computer.
>
> --
>
> For IBM-MAIN subscribe / signoff / archive access instructions,
>
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

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


ZFS using zEDC hardware compression

2021-01-08 Thread PINION, RICHARD W.
Can a ZFS dataset be defined with the DATACLAS zEDC compression option?  I'm 
looking for a way
to reduce the size of our SMPNTS datasets.
Confidentiality notice: 
This e-mail message, including any attachments, may contain legally privileged 
and/or confidential information. If you are not the intended recipient(s), or 
the employee or agent responsible for delivery of this message to the intended 
recipient(s), you are hereby notified that any dissemination, distribution, or 
copying of this e-mail message is strictly prohibited. If you have received 
this message in error, please immediately notify the sender and delete this 
e-mail message from your computer.

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