Re: ZFS using zEDC hardware compression

2021-01-10 Thread Timothy Sipples
Richard Pinion asked:
>Can a ZFS dataset be defined with the DATACLAS zEDC compression
>option?
Then later added:
>We're at z/OS 2.2, hoping to go to 2.4 soon, so zfsadm compress
>isn't available.

IBM introduced zEDC compression (and encryption) for zFS in z/OS 2.3. When 
you get upgraded to at least z/OS 2.3, including for all shared zFSes 
across a Sysplex, your new zFS file systems can default to compression at 
format time, still with the possibility to override the default. Here's 
the z/OS 2.4 documentation explaining how to do that via the IOEFSPRM 
configuration option:

https://www.ibm.com/support/knowledgecenter/SSLTBW_2.4.0/com.ibm.zos.v2r4.ioea700/compress_always.htm

If you can default to encrypted as well (format_encryption=on), even 
better.

- - - - - - - - - -
Timothy Sipples
I.T. Architect Executive
Digital Asset & Other Industry Solutions
IBM Z & LinuxONE
- - - - - - - - - -
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: 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, s

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: 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