Re: ZFS Address Space, shared ENQ but filesystem isn't mounted

2023-01-04 Thread kekronbekron
Wonder how the situation will differ, if zFS didn't run as a separate address 
space (as recommended, at least for zOSMF's benefit).
Instead if zFS was managed by the OMVS STC itself...


- KB

--- Original Message ---
On Thursday, January 5th, 2023 at 2:39 AM, Mark Jacobs 
<0224d287a4b1-dmarc-requ...@listserv.ua.edu> wrote:


> I've been working this problem with IBM support. Somehow ZFS knows about the 
> file system, but OMVS doesn't. The file system is flagged as quiesced. The 
> zfsadm unquiesce command fails to reset it. We've identified the problem 
> occurred after a BPXWMIGF mirror activity without mounting/renaming the 
> target file system. IBM is unaware of any current known issues with BPXWMIGF.
> 
> 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 Thursday, December 29th, 2022 at 4:27 PM, Mark Jacobs 
> 0224d287a4b1-dmarc-requ...@listserv.ua.edu wrote:
> 
> 
> 
> > I wanted to delete it since I didn't need it any longer. I'm sure I could 
> > use some unnatural acts to get rid of the dataset but I don't want to leave 
> > the hanging enqueue around afterwards.
> > 
> > Mark Jacobs
> > 
> > Sent from ProtonMail, Swiss-based encrypted email.
> > 
> > GPG Public Key - 
> > https://api.protonmail.ch/pks/lookup?op=get=markjac...@protonmail.com
> 
> 
> 
> 
> --
> 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 Address Space, shared ENQ but filesystem isn't mounted

2023-01-04 Thread Mark Jacobs
I've been working this problem with IBM support. Somehow ZFS knows about the 
file system, but OMVS doesn't. The file system is flagged as quiesced. The 
zfsadm unquiesce command fails to reset it. We've identified the problem 
occurred after a BPXWMIGF mirror activity without mounting/renaming the target 
file system. IBM is unaware of any current known issues with BPXWMIGF.

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 Thursday, December 29th, 2022 at 4:27 PM, Mark Jacobs 
<0224d287a4b1-dmarc-requ...@listserv.ua.edu> wrote:


> I wanted to delete it since I didn't need it any longer. I'm sure I could use 
> some unnatural acts to get rid of the dataset but I don't want to leave the 
> hanging enqueue around afterwards.
> 
> Mark Jacobs
> 
> Sent from ProtonMail, Swiss-based encrypted email.
> 
> GPG Public Key - 
> https://api.protonmail.ch/pks/lookup?op=get=markjac...@protonmail.com
> 
> 


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


zPipe - z/OS Piping Available as CBT File 1035

2023-01-04 Thread Hobart Spitz
This is an initial version of zPipe and includes some of the most important
modules.  The primary goal being to get feedback on the approach.  The rest
of the 100 modules are more Pipelines compatible and I hope to add them to
the CBT distribution after I convert them to this technique and finish
testing.

https://www.cbttape.org/ftp/updates/CBT1035.zip


Enjoy!

Oh, and this puts some teeth into the statement, "REXX is the new C."

OREXXMan
Q: What do you call the residence of the ungulate with the largest antlers?
A: A moose pad.
:-D
Would you rather pass data in move mode (*nix piping) or locate mode
(Pipes) or via disk (JCL)?  Why do you think you rarely see *nix commands
with more than a dozen filters, while Pipelines specifications are commonly
over 100s of stages, and 1000s of stages are not uncommon.
REXX is the new C.

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


Re: SMPE recreate a target library... Possible?

2023-01-04 Thread Tom Marchant
One way of effectively providing a backup is to clone the target zone before 
applying maintenance. Then apply to the clone.

-- 
Tom Marchant

On Wed, 4 Jan 2023 09:16:58 -0600, Dejan Stamatovic  
wrote:

>I agree totally. Only backups provide a sure way out of problems during 
>applying maintenance. 

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


Re: SMPE recreate a target library... Possible?

2023-01-04 Thread Dejan Stamatovic
@ Michael Babcock 

I agree totally. Only backups provide a sure way out of problems during 
applying maintenance. 

All other methods mentioned here, might or might not work. 

So just to make a point here:  

Make sure you have a consistent backup of all affected data sets before 
applying maintenance. SMPE might not be able to recreate a target library or it 
might take too much effort to use SMPE to do that.

Dejan Stamatovic
CROZ D.O.O.

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


Re: SMPE recreate a target library... Possible?

2023-01-04 Thread Rob Schramm
Kurt, as always, many thanks.

Rob

On Wed, Jan 4, 2023, 08:30 Kurt J. Quackenbush  wrote:

> Yes, the GENERATE command will generate jobs to construct target libraries
> from the content in the distribution libraries.  However, APPLY REDO later
> for more than a handful of PTFs might be dicey.  If you go this route I
> suggest you first ACCEPT the PTFs that have not been accepted yet, then use
> GENERATE, and forego APPLY REDO.  Note, GENERATE will generate JCL to
> construct ALL target libraries, not just the zFS... be careful if you don't
> run the entire generated job stream as you have a great potential to create
> target libraries containing mismatched service levels.
>
> Depending on the product(s) you might be better off re-installing from
> scratch... its safer.
>
> > Look at the GENERATE command.  It should do what you want, but I haven't
> tried it.
>
> >> So I know all the information is in SMPE. I'm looking for if there's
> >> an easy way to do this..  The target library got smashed actually It's
> >> a ZFS file and none of the backups are available, but the distribution
> >> libraries are all intact..  I'm looking for an easy way to repopulate
> >> from the distribution libraries.  And then I suppose I would have to
> >> apply redo any PTFs that were not accepted.
>
> Kurt Quackenbush
> IBM  |  z/OS SMP/E and z/OSMF Software Management  |  ku...@us.ibm.com
>
> Chuck Norris never uses CHECK when he applies PTFs.
>
> --
> 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: SMPE recreate a target library... Possible?

2023-01-04 Thread Michael Babcock
And start making backups!   I always make backups of target and dlibs, SMPE
libs, ZFSs, SYSRES, and DLIB volumes too.   All right before applying
maintenance.

On Wed, Jan 4, 2023 at 4:00 AM Lizette Koehler 
wrote:

> You might want to open a case with IBM SMP/e on this issue
>
> Not knowing the product or how it is packed, you might see if they can
> help.
>
> Some of the ZONE* commands may work.  But I am not sure.
>
>
> Lizette
>
> -Original Message-
> From: IBM Mainframe Discussion List  On Behalf
> Of Rob Schramm
> Sent: Tuesday, January 3, 2023 2:07 PM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: SMPE recreate a target library... Possible?
>
> So I know all the information is in SMPE. I'm looking for if there's an
> easy way to do this..  The target library got smashed actually It's a ZFS
> file and none of the backups are available, but the distribution libraries
> are all intact..  I'm looking for an easy way to repopulate from the
> distribution libraries.  And then I suppose I would have to apply redo any
> PTFs that were not accepted.
>
> Any thoughts and comments would be welcome.
>
> Rob
>
> --
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>
-- 
Michael Babcock
OneMain Financial
z/OS Systems Programmer, Lead

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


Re: SMPE recreate a target library... Possible?

2023-01-04 Thread Kurt J. Quackenbush
Yes, the GENERATE command will generate jobs to construct target libraries from 
the content in the distribution libraries.  However, APPLY REDO later for more 
than a handful of PTFs might be dicey.  If you go this route I suggest you 
first ACCEPT the PTFs that have not been accepted yet, then use GENERATE, and 
forego APPLY REDO.  Note, GENERATE will generate JCL to construct ALL target 
libraries, not just the zFS... be careful if you don't run the entire generated 
job stream as you have a great potential to create target libraries containing 
mismatched service levels.

Depending on the product(s) you might be better off re-installing from 
scratch... its safer.

> Look at the GENERATE command.  It should do what you want, but I haven't 
> tried it.

>> So I know all the information is in SMPE. I'm looking for if there's 
>> an easy way to do this..  The target library got smashed actually It's 
>> a ZFS file and none of the backups are available, but the distribution 
>> libraries are all intact..  I'm looking for an easy way to repopulate 
>> from the distribution libraries.  And then I suppose I would have to 
>> apply redo any PTFs that were not accepted.

Kurt Quackenbush
IBM  |  z/OS SMP/E and z/OSMF Software Management  |  ku...@us.ibm.com

Chuck Norris never uses CHECK when he applies PTFs.

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


Re: SMPE recreate a target library... Possible?

2023-01-04 Thread Steve Smith
 Look at the GENERATE command.  It should do what you want, but I haven't
tried it.

sas

On Tue, Jan 3, 2023 at 4:07 PM Rob Schramm  wrote:

> So I know all the information is in SMPE. I'm looking for if there's an
> easy way to do this..  The target library got smashed actually It's a ZFS
> file and none of the backups are available, but the distribution libraries
> are all intact..  I'm looking for an easy way to repopulate from the
> distribution libraries.  And then I suppose I would have to apply redo any
> PTFs that were not accepted.
>
> Any thoughts and comments would be welcome.
>
> Rob
>
> --
> 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: SMPE recreate a target library... Possible?

2023-01-04 Thread Itschak Mugzach
If you did not accept the functions and PTFs, try apply redo since they are
still in the SMPPTFand relfiles.

*| **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 Wed, Jan 4, 2023 at 12:00 PM Lizette Koehler 
wrote:

> You might want to open a case with IBM SMP/e on this issue
>
> Not knowing the product or how it is packed, you might see if they can
> help.
>
> Some of the ZONE* commands may work.  But I am not sure.
>
>
> Lizette
>
> -Original Message-
> From: IBM Mainframe Discussion List  On Behalf
> Of Rob Schramm
> Sent: Tuesday, January 3, 2023 2:07 PM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: SMPE recreate a target library... Possible?
>
> So I know all the information is in SMPE. I'm looking for if there's an
> easy way to do this..  The target library got smashed actually It's a ZFS
> file and none of the backups are available, but the distribution libraries
> are all intact..  I'm looking for an easy way to repopulate from the
> distribution libraries.  And then I suppose I would have to apply redo any
> PTFs that were not accepted.
>
> Any thoughts and comments would be welcome.
>
> Rob
>
> --
> 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: SMPE recreate a target library... Possible?

2023-01-04 Thread Lizette Koehler
You might want to open a case with IBM SMP/e on this issue

Not knowing the product or how it is packed, you might see if they can help.

Some of the ZONE* commands may work.  But I am not sure.


Lizette

-Original Message-
From: IBM Mainframe Discussion List  On Behalf Of Rob 
Schramm
Sent: Tuesday, January 3, 2023 2:07 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: SMPE recreate a target library... Possible?

So I know all the information is in SMPE. I'm looking for if there's an easy 
way to do this..  The target library got smashed actually It's a ZFS file and 
none of the backups are available, but the distribution libraries are all 
intact..  I'm looking for an easy way to repopulate from the distribution 
libraries.  And then I suppose I would have to apply redo any PTFs that were 
not accepted.

Any thoughts and comments would be welcome.

Rob

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


Re: ISPF: How to remove highlighting of a FIND/SEEK result in an EDIT MACRO

2023-01-04 Thread Wayne Bickerdike
/* REXX */
Address isredit
"macro"
"seek 'macro' "
"resert find"

Gary, I think you mean "reset find"

On Wed, Jan 4, 2023 at 10:31 AM Gary Freestone  wrote:

> This macro works fine.   I ran it on itself and the cursor was left at the
> start of the first occurrence of macro but macro was not highlighted.
>
> /* REXX */
> Address isredit
> "macro"
> "seek 'macro' "
> "resert find"
>
> Regards,
> Gary
>
> -Original Message-
> From: IBM Mainframe Discussion List  On Behalf
> Of
> Bob Bridges
> Sent: Sunday, 1 January 2023 11:39 AM
> To: IBM-MAIN@LISTSERV.UA.EDU
> Subject: Re: ISPF: How to remove highlighting of a FIND/SEEK result in an
> EDIT MACRO
>
> I don't think I've ever run across this.  The Edit Macro manual says this
> about RESET FIND:
>
> "Turns off highlighting of FIND strings until the next FIND, RFIND, CHANGE,
> or RCHANGE command. However, SEEK and EXCLUDE do not return the
> highlighting
> of FIND strings in this manner.
>
> "RESET with no operands has the same effect on highlighted FIND strings as
> RESET FIND."
>
> I think it's saying "you can't get there from here".  Maybe there's a
> workaround, but I don't see it here.
>
> ---
> Bob Bridges, robhbrid...@gmail.com, cell 336 382-7313
>
> /* Do you know what constitutes a "hate crime"?  Put your thinking caps on.
> What tools do we need to determine whether a crime was motivated by hate or
> prejudice?  Answer: We need thought police.  -from "See, I Told You So" by
> Rush Limbaugh */
>
> -Original Message-
> From: IBM Mainframe Discussion List  On Behalf
> Of
> Binyamin Dissen
> Sent: Saturday, December 31, 2022 17:50
>
> I have an EDIT MACRO that is doing a SEEK (but the same results with FIND).
>
> There does not seem to be an obvious way to reset the high-lit result.
>
> I tried RESET FIND and RESET with no luck.
>
> What obvious command am I missing?
>
> --
> 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
>


-- 
Wayne V. Bickerdike

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