Re: z/OS ssh git issue

2021-03-01 Thread Jousma, David
I know you responded back with the TAG ENV vars. Here are all of mine that are set in GITENV.sh # ASCII support environment values export _BPXK_AUTOCVT='ON' export _CEE_RUNOPTS="FILETAG(AUTOCVT,AUTOTAG) POSIX(ON)" ex

Re: Coupling Facility and z/OS SysPlex LPARs moving to new hardware

2021-02-07 Thread Jousma, David
You will need to define new cf's along with the existing ones in the cfrm policy and activate it before you move. From: IBM Mainframe Discussion List on behalf of Arye Shemer Sent: Sunday, February 7, 2021 1:34:34 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Cou

X3270 or c3270 on mac

2021-01-31 Thread Jousma, David
I've seen this mentioned here before. Would anyone who is using mind sharing your key map file? I'm playing around with it on my Mac. Looking for a headscarf. Thanks, dave This e-mail transmission contains information that is confidential and may be privileged. It is intended only for the

Re: Learning the basics of SMP/E

2021-01-26 Thread Jousma, David
Thanks Sam! _ 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 -O

Re: How to validate mount points for IPLs

2021-01-24 Thread Jousma, David
Hi lizette, For all the zos mounts, I use my service mount batch job as the template for those in parmlib with modifications to syntaxes to fit. Everything else for /tmp, ,etc, dev, and any other ancillary vendor, user file systems are ieheyeball. There aren't many that would fail an ipl ent

Re: TSO RECEIVE and System Determined Blksize (was: TSO XMIT and no member list)

2021-01-20 Thread Jousma, David
Not sure what the argument is about here, whether you can zap a SMPE module, or whether you *should* zap a SMPE module. We used to have this usermod for Fault Analyzer before it was a dynamic exit ++USERMOD (MSYS013) . ++VER(Z038) FMID(HBB77A0) .

Re: clarification please - is z/OSMF required for migrating z/OS from v2.3 to v2.4 ?

2021-01-19 Thread Jousma, David
Thanks Marna. Somehow I knew you'd wander along to this thread. 😊 I'm sure I'll get prodded at some point to look at it. For something we do once every couple years, I really havent spent much time looking at it. Our zOSMF installation is still in shambles as we have not yet gotten secur

Re: clarification please - is z/OSMF required for migrating z/OS from v2.3 to v2.4 ?

2021-01-15 Thread Jousma, David
" However, IBM's plan is to eventually require z/OSMF for future software installation. We have not yet announced when or for which product releases, but it's certainly past time to start getting comfortable with z/OSMF in general." Hopefully well after I retire Unless it is made really si

Re: z/OS Git/SSH Help - Configuration Issue ?

2021-01-11 Thread Jousma, David
Speaking of GIT, IBM seems to be distributing Rocket Git z/OS client with their ADFz offering. That is great because we are just moving to mainframe DEVOPS with GIT, etc and support for that piece of software now comes through IBM, instead of paying Rocket for a separate Support offering... _

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?

Re: Build and submit proc

2020-12-22 Thread Jousma, David
I would build the JCL, and then FTP it with the filetype below. That will submit and run the job. SITE FILEtype=JES NOJESGETBYDSN put your.modified.jcl. __

Re: Progam directory AD/Cycle C/370

2020-12-21 Thread Jousma, David
Here you go Radoslaw. Some of that info is on the IBM product lifecycle webpage https://www.ibm.com/support/lifecycle/ Enterprise COBOL for z/OS6.3.x Enhanced 5655-EC62019-09-06 Enterprise COBOL for z/OS 6.2.x Enhanced5655-EC

Re: COBOL LIB

2020-12-17 Thread Jousma, David
COBOL compiler doesn't come with z/os. It is separately purchased and licensed, so since you are asking, you may not have it. From: IBM Mainframe Discussion List on behalf of CarlosM Martinez Sent: Thursday, December 17, 2020 4:12:28 PM To: IBM-MAIN@LISTSERV.U

Re: Z15 zedc compression and CONNECT DIRECT, MFT compression

2020-12-09 Thread Jousma, David
If you are using MXG with SAS, its likely you might need an update there? _ Dave Jousma AVP | Director, Technology Engineering  Fifth Third Bank  |  1830 East Paris Ave, SE  |  MD RSCB2H  |  Grand

Re: Getting Enhanced HOLDDATA from IBM

2020-12-04 Thread Jousma, David
s or unexpected emails** Dave, How do you do that into multiple global CSIs? I receive that file into three separate globals (z/OS, CICS and DB2) and then report on them individually. Bob -Original Message- From: IBM Mainframe Discussion List On Behalf Of Jousma, David Sent: Friday, D

Re: Getting Enhanced HOLDDATA from IBM

2020-12-04 Thread Jousma, David
I quit downloading that file once I started doing RECEIVE ORDER which also gets you all the hold data too. _ Dave Jousma AVP | Director, Technology Engineering  Fifth Third Bank  |  1830 East P

Re: Extraneous blanks in SDSF issued command

2020-11-29 Thread Jousma, David
My experience is that it has always been that way. I've always had to fill the first line completely, and continue on next line. Takes some creative cut/paste. What you suggest would be a nice improvement, but IMO nothing is broke. From: IBM Mainframe Disc

Re: JES2 message $HASP375 Estimate exceeded

2020-11-10 Thread Jousma, David
I think I shared this before, to the group, but here is how we handle Spool automation when we hit the 80% threshold, these IBM SA passes get executed about 1 or 2 minutes apart until the shortage is relieved. Since we added passes 1-3 we've not many spool events, other than the occasional prod

Re: IBM KEYXFER rexx

2020-10-20 Thread Jousma, David
Just wanted to circle back around on this. A couple of fellow IBM-Main followers responded to me offline with the updated REXX. A big thanks! Also, the alternate IBM site, is still accessible, just not from behind my corporate firewalls. ___

Re: emptying a PDS: was RE: [IBM-MAIN] getting XCFAS down

2020-10-18 Thread Jousma, David
.ibm.zos.v2r3.idau100/pdsexmp4.htm Regards, David On 2020-10-18 01:18, Jousma, David wrote: > Never heard of the utility. Why would that be needed? > > __ > ___ > Dave Jousma > AVP |

Re: emptying a PDS: was RE: [IBM-MAIN] getting XCFAS down

2020-10-17 Thread Jousma, David
NOT open attachments or click on links from unknown senders or unexpected emails** Hi Dave, If it's a Linklisted PDSE, you also may have to run IEBPDSE after the members are deleted. Regards, David On 2020-10-18 00:11, Jousma, David wrote: > That’s what I was going to say...doesnt

Re: emptying a PDS: was RE: [IBM-MAIN] getting XCFAS down

2020-10-17 Thread Jousma, David
That’s what I was going to say...doesnt get much easier. I do this all the time when I want to update the contents of a linklisted dataset //IDCAMS EXEC PGM=IDCAMS //SYSUDUMP DD SYSOUT=* //SYSPRINT

Re: Checksum/Md5 file

2020-10-16 Thread Jousma, David
Yes. https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.1.0/com.ibm.zos.v2r1.csfb400/csfb4za229.htm _ Dave Jousma AVP | Director, Technology Engineering  Fifth Third Bank  |  1830 East Pa

Re: BCPII services

2020-10-09 Thread Jousma, David
I think the issue has more to do with the security permissions on the lpar image profile. There are a couple of BCPII check boxes there that need to be checked. _ Dave Jousma AVP | Director, Tech

Re: DAE Dataset - Compression

2020-10-06 Thread Jousma, David
I guess I don’t agree with that Lizette? I mean we can agree to disagree, there are many ways to run our environments, but clearing out DAE will just retrigger DUMPs for repetitive issues all over again? It may be old technology, but it works! 1400+ unique entries in our 20% utilized dae al

Re: DAE Dataset - Compression

2020-10-06 Thread Jousma, David
ypted email. GPG Public Key - https://protect2.fireeye.com/url?k=ce974af8-92cbbef7-ce976060-0cc47a33347c-36a40ccc297901ee&u=https://api.protonmail.ch/pks/lookup?op=get&search=markjac...@protonmail.com ‐‐‐ Original Message ‐‐‐ On Tuesday, October 6th, 2020 at 10:23 AM,

Re: DAE Dataset - Compression

2020-10-06 Thread Jousma, David
How big is your DAE dataset? We've got sysplex shared DAE, and it’s a whopping 45 tracks, and only 20% utilized. _ Dave Jousma AVP | Director, Technology Engineering  Fifth Third Bank  |  1830 Ea

Re: LPSTAT Fails

2020-10-05 Thread Jousma, David
There is something besides just a permissions problem. Were there additional messages besides what you posted? bpxmtext 0b1b011f BPXPREXC 07/01/19 JRExecNotRegFile: The filename spe

Re: shopz UJ01255

2020-09-25 Thread Jousma, David
Instead of ordering "Recommended", order everything, and then only apply the Recommended. CONTENT (ALL) Its entirely possible the PTF you are interested in, never made it to "recommended". __

Re: How get a user to use his own catalog rather than master?

2020-09-15 Thread Jousma, David
You need to create an alias for the datasets in a usercat and relate it to the mastercat. _ Dave Jousma AVP | Director, Technology Engineering  Fifth Third Bank  |  1830 East Paris Ave, SE  |  MD

Re: Syncsort E11 exit

2020-09-11 Thread Jousma, David
Syncsort is a great tool, but why reinvent the wheel? Why not just run //SEARCH EXEC PGM=ISRSUPC, //PARM=(SRCHCMP,'ANYC') //NEWDD DD DSN=concat.dsn1.DEV1,DISP=SHR // DD DSN=concat.dsn2,DISP=SHR //OUTDD DD SYSOUT=*

Re: shopZ gone?

2020-09-03 Thread Jousma, David
Just logged on now, and is fine. _ Dave Jousma AVP | Director, Technology Engineering  Fifth Third Bank  |  1830 East Paris Ave, SE  |  MD RSCB2H  |  Grand Rapids, MI 49546 616.653.8429  |  fax:

Re: Dovetail/Kirk Wolf?

2020-09-01 Thread Jousma, David
Thanks Kirk, Totally understand re free z/OS distribution. Any plans to port a newer version? We've got a lot of time/effort in our Tech support wiki, and all the documentation that is in it. I don’t want to be forced to shut it down due to the reported vulnerability. Is there a RYO pat

Re: Simple VSAM question on sizing INDEX component

2020-08-31 Thread Jousma, David
Lizette, I think that is the default now, but if CA-RECLAIM isn’t turned on in IGDSMSxx then nothing is occurring. _ Dave Jousma AVP | Director, Technology Engineering  Fifth Third Bank  |  1830

Re: Copying Extended format datasets between partitions

2020-07-14 Thread Jousma, David
That is exactly what I do from individual datasets to full volume dump/restore. In the case of the latter, its tape to tape FTP to get it to the remote site, then a restore. _ Dave Jousma AVP |

Re: trying to find IBM problem determination tools studio for downloading

2020-07-06 Thread Jousma, David
AFAIK, that is z/explorer, which is a freebie, although I could be wrong. With z/explorer you get more than just the pd tools gui. There are 3 mainframe server tasks to configure- rse, jmon, and the IPV stc. _

Re: SMP/e maintenance methodologies

2020-06-23 Thread Jousma, David
ious items, like Usermods, Missing PTFs, etc. Thanks again. -Original Message- From: IBM Mainframe Discussion List On Behalf Of Jousma, David Sent: Monday, June 22, 2020 10:03 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: SMP/e maintenance methodologies This message was sent from an e

Re: Does adding real storage require an IPL?

2020-06-22 Thread Jousma, David
No. Might have to add it to the image profile on the HMC, and if already there, then a CONFIG command on the console. _ Dave Jousma AVP | Manager, Systems Engineering  Fifth Third Bank  |  1830

Re: SMP/e maintenance methodologies [EXTERNAL]

2020-06-22 Thread Jousma, David
he information I was looking for. Thank you, very much. I thought there had to be some "better" methodologies to apply SMP/e. :) -Original Message- From: IBM Mainframe Discussion List On Behalf Of Jousma, David Sent: Monday, June 22, 2020 10:03 AM To: IBM-MAIN@LISTSERV.UA.EDU

Re: SMP/e maintenance methodologies

2020-06-22 Thread Jousma, David
the case, that would simplify the SMP/e apply process. Thanks, Jerry -Original Message- From: IBM Mainframe Discussion List On Behalf Of Jousma, David Sent: Monday, June 22, 2020 7:57 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: SMP/e maintenance methodologies This message was sent fro

Re: SMP/e maintenance methodologies

2020-06-22 Thread Jousma, David
I do not attempt to get a RC0 or RC4 apply. What goes on goes on. Obviously review results to make sure that there wasn't an issue, but coding up a bunch of excludes to not select those with holderror just to get a RC0 is not necessary in my opinion. Here is one apply example APPLY CHECK

IDCAMS memory leak WAS: REXX assistance

2020-06-18 Thread Jousma, David
Circling back around on this topic. After a lot of back and forth with IBM, it appears that at the V2.4 OS level, IDCAMS does have a memory leak that wouldn’t necessarily be noticed in a typical batch execution. We use Netview automation in our FTP process that calls IDCAMS 10's of thousands

Re: dfdss equivalent to fdr map

2020-06-18 Thread Jousma, David
If you have File Manager, there is a VTOC utility File Manager Display VTOC Data Set List Row 00137 of 00219 Command ===>

Re: CBTTAPE

2020-06-15 Thread Jousma, David
ssion List On Behalf Of Jousma, David Sent: Monday, June 15, 2020 1:27 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: [External] Re: CBTTAPE I keep saying thisuse the ISFSLASH facility via REXX. Works great, uses USERS assigned security for resolving authority, and is a published interface by IBM.

Re: CBTTAPE

2020-06-15 Thread Jousma, David
I keep saying thisuse the ISFSLASH facility via REXX. Works great, uses USERS assigned security for resolving authority, and is a published interface by IBM. I'll be glad to post the rexx and JCL if needed.My only ask has been that IBM actually supply the function via IBM provided loa

Re: JES2 remote execution

2020-06-15 Thread Jousma, David
Need both /*ROUTE XEQ njenodename /*JOBPARM S=executionsystem _ Dave Jousma AVP | Manager, Systems Engineering  Fifth Third Bank  |  1830 East Paris Ave, SE  |  MD RSCB2H  |  Grand Rapids, M

Re: Get userid from console modify

2020-06-15 Thread Jousma, David
How do you plan on handling commands issued from master console? Many do not require operator to logon to it? _ Dave Jousma AVP | Manager, Systems Engineering  Fifth Third Bank  |  1830 East Pa

Re: missing FMIDs

2020-06-12 Thread Jousma, David
No. I have z/OS(Z038) and Data Virtualization Manager (P115) installed in the same CSI and Target/dlib zones. _ Dave Jousma AVP | Manager, Systems Engineering  Fifth Third Bank  |  1830 East Pa

Re: DDDEFs and TARGET Datasets missing

2020-06-12 Thread Jousma, David
That’s why you either copy them out of the relfiles, or pull them up in VIEW mode, make your temporary customizations, run them, and then cancel out. There is usually an allocation job, a DDDEF job, a ZFS allocation & mkdir job (if prod has zfs), apply and accept jobs in there. The program di

Re: DDDEFs and TARGET Datasets missing

2020-06-12 Thread Jousma, David
What I do is VIEW these RELFILES and modify the JCL, run them, then cancel out (Ie don’t update the data). _ Dave Jousma AVP | Manager, Systems Engineering  Fifth Third Bank  |  1830 East Paris

Re: DDDEFs and TARGET Datasets missing

2020-06-12 Thread Jousma, David
In your shopz order there is a publications link. In there you will find the Program Directory. In it, it documents the steps to complete the SMPE work, along with the sample jobs. _ Dave Jousma

Re: And another APPLY difficulty - IEW2821W

2020-06-11 Thread Jousma, David
> To: IBM-MAIN@LISTSERV.UA.EDU > Sent: Thursday, June 11, 2020 2:14:46 PM > Subject: Re: And another APPLY difficulty - IEW2821W > > Hate to admit it, but I have UID(0) on my id at this time. And, I do > have READ to BPX.SUPERUSER. > I don't see any ICH messages in

Re: And another APPLY difficulty - IEW2821W

2020-06-11 Thread Jousma, David
Are you permitted to BPX.SUPERUSER? Looks like you may not be? IEW2821W DF39 UID 0 NOT PROCESSED. UNIX SYSTEM SERVICES FUNCTION GETPWUID RETURNED REASON CODE 0B4F0800 AND RETURN CODE 00A3.

Re: Separate SMPe environments for maintenance levels

2020-06-11 Thread Jousma, David
I do a similar process. One global zone for a z/os ver.rel, a "maintenance zone", and then a target zone that matches every active SYSRES in my environment. One DLIB zone.Maintenance is only actively applied to the maintenance zone, and when ready to promote that level into use, I have a s

Re: COBOL Question

2020-06-09 Thread Jousma, David
HOLY CRAP!!! First post from Darren that I've seen in years Maybe I missed a few. Hi Darren! _ Dave Jousma AVP | Manager, Systems Engineering  Fifth Third Bank  |  1830 East Paris Ave, S

Re: No Java, in the archive, z/OS 2.3 Serverpac

2020-06-04 Thread Jousma, David
o products show up. Although, come to think of it, maybe it's only z/OS that won't be there. I haven't looked specifically for JAVA. Probably should > -Original Message- > From: IBM Mainframe Discussion List On > Behalf Of Jousma, David > Sent: Thursday,

Re: No Java, in the archive, z/OS 2.3 Serverpac

2020-06-04 Thread Jousma, David
Is your old SYSRES volume laying around that had java on it? If so, find the JAVA ZFS container, and mount it on your new system. Or copy that container to a new one, and mount it. Or is all of the this the responsibility of your MFaaS provider? ___

Re: Extending the /tmp file system

2020-06-02 Thread Jousma, David
MD RSCB2H  |  Grand Rapids, MI 49546 616.653.8429  |  fax: 616.653.2717 -Original Message- From: IBM Mainframe Discussion List On Behalf Of Jousma, David Sent: Tuesday, June 2, 2020 10:16 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: Extending the /tmp file system **CAUTION EXTERNAL EMAIL** **DO N

Re: Extending the /tmp file system

2020-06-02 Thread Jousma, David
Gadi, If you are running low on space, you might also look at running the skulker shell script that IBM supplies. I have a minimally configured CRON schedule that runs a few housekeeping scripts. We also converted /tmp from a TFS to a real filesystem a couple years ago. First is to touch ce

Re: HMC in Service Mode, IPL Question

2020-05-28 Thread Jousma, David
kup?op=get&search=markjac...@protonmail.com ‐‐‐ Original Message ‐‐‐ On Thursday, May 28, 2020 6:33 AM, Jousma, David <01a0403c5dc1-dmarc-requ...@listserv.ua.edu> wrote: > I also work some 300 miles from one of my datacenters. The original question > surrounded CE lea

Re: HMC in Service Mode, IPL Question

2020-05-28 Thread Jousma, David
I also work some 300 miles from one of my datacenters. The original question surrounded CE leaving SE in Service mode. I cant answer the question about REIPL, as we havent used that, but if you have remote access to HMC, you should be able to get into single object mode, and turn off Service

Re: REXX assistance

2020-05-22 Thread Jousma, David
Rob, You sent it to the right place the first time. I thought I responded to it. At any rate, I've asked IBM if netview will support an ATTCHMVS. We are doing additional problem identification with tracing, so hopefully that will turn something up, and we can definitively find the culprit.

Re: REXX assistance

2020-05-22 Thread Jousma, David
Thanks John. I appreciate it. We are working a PMR with IBM Netview support. We're going to run a getmain/freemain trace specifically of SP0 below the line to see if we can see a pattern. We've been somewhat "guessing" at the culprit based on the eye catchers we see in that subpool from the

Re: REXX assistance

2020-05-20 Thread Jousma, David
Thanks Tony. I see that IDCAMS used within netview is a valid netview command. But then I see this in the netview samplib Define_Base_Cluster_VSAM_File: /* Called by Define_and_Load_Base_Cluster*/ SAY 'Attempting to define the

Re: IODF Activation Question

2020-05-20 Thread Jousma, David
What cannot be done dynamically? If not dynamic, then it sounds like a POR? _ Dave Jousma AVP | Manager, Systems Engineering  Fifth Third Bank  |  1830 East Paris Ave, SE  |  MD RSCB2H  |  Grand

Re: USS: su: User ID "SH" does not exist

2020-05-18 Thread Jousma, David
t: Re: USS: su: User ID "SH" does not exist **CAUTION EXTERNAL EMAIL** **DO NOT open attachments or click on links from unknown senders or unexpected emails** On 5/18/2020 9:37 AM, Jousma, David wrote: > //OMVS EXEC PGM=BPXBATCH,REGION=128M > //SYSPRINT DD SYSOUT=

Re: USS: su: User ID "SH" does not exist

2020-05-18 Thread Jousma, David
1:14 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: USS: su: User ID "SH" does not exist **CAUTION EXTERNAL EMAIL** **DO NOT open attachments or click on links from unknown senders or unexpected emails** On Mon, 18 May 2020 16:37:09 +, Jousma, David wrote: >...

Re: USS: su: User ID "SH" does not exist

2020-05-18 Thread Jousma, David
Ed, This has been a headscratcher to me for a long time. I tried similar example: //OMVS EXEC PGM=BPXBATCH,REGION=128M //SYSPRINT DD SYSOUT=* //SYSTSPRT DD SYSOUT=* //SYSOUT DD SYSOUT=* //STDPARM DD *

Re: Using the CONSOLE command

2020-05-18 Thread Jousma, David
Eileen, the issue is not how to issue the command, but the fact that the activation completes asynchronously from the command itself. Easiest way but not exact would be to issue a the command, then use something like OSHELL sleep command for some number of seconds in the jobstream.

Re: Activate SMS configuration in batch

2020-05-14 Thread Jousma, David
Just highlights the need for an IBM provided "command issuer" instead of everyone rolling their own. I personally like using the ISFSLASH facilities for that. Uses the user's access to validate authority. I've posted this before, which I stole from somewhere else, and tweaked it a bit. I wi

Re: zOSMF - The PORT will not OPEN

2020-05-13 Thread Jousma, David
49546 616.653.8429  |  fax: 616.653.2717 -Original Message- From: Jousma, David Sent: Wednesday, May 13, 2020 10:32 AM To: IBM Mainframe Discussion List Subject: RE: zOSMF - The PORT will not OPEN With the exception of configuration and data, all the others are in /usr/lpp/zosmf on

Re: zOSMF - The PORT will not OPEN

2020-05-13 Thread Jousma, David
rom unknown senders or unexpected emails** Bin configuration data defaults helps IBM InstallableApps kc lib liberty logs samples workflow zosmf_license.READMR -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Jousma, David Sent: Wednesday,

Re: zOSMF - The PORT will not OPEN

2020-05-13 Thread Jousma, David
Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Jousma, David Sent: Wednesday, May 13, 2020 8:46 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: zOSMF - The PORT will not OPEN Steve, How many files do you see at /usr/lpp/zosmf/lib? On my system there are 47, including the file you are

Re: zOSMF - The PORT will not OPEN

2020-05-13 Thread Jousma, David
ts or click on links from unknown senders or unexpected emails** How amount NONE -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Jousma, David Sent: Wednesday, May 13, 2020 8:46 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: zOSMF - The

Re: zOSMF - The PORT will not OPEN

2020-05-13 Thread Jousma, David
Steve, How many files do you see at /usr/lpp/zosmf/lib? On my system there are 47, including the file you are missing libIzuCommandJni.so _ Dave Jousma AVP | Manager, Systems Engineering  Fift

Re: OA58438: ESQA SPIKE FAST RPB GROWTH SVCDUMP PROCESSING SP245 K0

2020-05-13 Thread Jousma, David
Thanks Lizette. This applies to V2.4 as well for anyone wondering. _ Dave Jousma AVP | Manager, Systems Engineering  Fifth Third Bank  |  1830 East Paris Ave, SE  |  MD RSCB2H  |  Grand Rapids, M

Re: ALTROOT

2020-05-06 Thread Jousma, David
*optional* might be debatedI wouldn’t run without. In a sysplex configuration, the alternate sysplex root file system is a hot standby for the sysplex root file system that is used to replace the current sysplex root file system when the sysplex root file system becomes unowned. The alterna

Re: ALTROOT

2020-05-06 Thread Jousma, David
In case the sysplex root becomes corrupt. It will save you from losing your entire sysplex. The directory structure of the ALTROOT must be the same as the sysplex root. I run this script on a regular basis. I don't claim that it is the most efficient or best way to do, but it does get the j

Re: AW: Using Windows ssh with z/OS

2020-05-05 Thread Jousma, David
I tried this. Didn’t work for me. _ Dave Jousma AVP | Manager, Systems Engineering  Fifth Third Bank  |  1830 East Paris Ave, SE  |  MD RSCB2H  |  Grand Rapids, MI 49546 616.653.8429  |  fax:

Re: zOSMF / zFS

2020-05-05 Thread Jousma, David
What do you mean by ROOT? In sysplex file sharing the ROOT is the SYSPLEX root that you create, which is typically very small, and only has the required , when not sharing ROOT is usually the filesystem IBM supplies. My sysplex root contains (edited) mountpoints for each LPAR connecting, each

Re: zOSHF / zFS

2020-05-04 Thread Jousma, David
Steve, I replied earlier to one of your other threads about this. Unless you are running with Shared Sysplex Root, you cannot mount the same filesystem on multiple systems for READ/WRITE. You will know if you are or are not by BPMPRMxx SYSPLEX (YES|NO) setting.There is quite a bit of pre

Re: zOSMF in a Sysplex

2020-04-27 Thread Jousma, David
In order to share the files filesystem in read/write ( ie mounted to multiple systems at once) you have be in shared sysplex filesystem and the file system mounted rwshare. Otherwise the attempt to mount it in a second spot will fail. Of course, none if this applies if you mount/unmount the

Re: JES2 SPOOLDEF TGSIZE recommendation sought

2020-04-22 Thread Jousma, David
RN=80), TRKCELL=3,VOLUME=JESS -Original Message- From: IBM Mainframe Discussion List On Behalf Of Jousma, David Sent: Wednesday, April 22, 2020 6:56 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: JES2 SPOOLDEF TGSIZE recommendation sought It would be helpful i

Re: JES2 SPOOLDEF TGSIZE recommendation sought

2020-04-22 Thread Jousma, David
It would be helpful if you could post the output of a $DSPOOLDEF command. We run with mod-54's with no issues. Just make sure you code LARGEDS=ALLOWED $SPOOLDEF SPOOLDEF BUFSIZE=3992,DSNAME=SYS1.HASPACE,DSNMASK=, FENCE=(ACTIVE=NO,VOLU

Re: zOSMF

2020-04-17 Thread Jousma, David
There is no file called configuration.defaults outside of what is installed via SMPE. I see its here on my system: /usr/lpp/zosmf/defaults/configuration.defaults. If yours is empty, then you may have done some damage to your SMPE owned root filesystem. Do you have those file systems mount

Re: zOSDMF - I Cheated

2020-04-16 Thread Jousma, David
Steve, Read the manual! You'll find a lot of good info in there.specifically that izuang1 has to be up first. _ Dave Jousma AVP | Manager, Systems Engineering Fifth Third Bank | 1830 Eas

Re: zOSMF

2020-04-16 Thread Jousma, David
Here is the link the V2.4 zOSMF configuration guide https://www.ibm.com/support/knowledgecenter/SSLTBW_2.4.0/com.ibm.zos.v2r4.izua300/izulite_CreateTheNucleus.htm _ Dave Jousma AVP | Manager, Sys

Re: zOSMF

2020-04-16 Thread Jousma, David
Here is link to V2.3 book: https://www.ibm.com/support/knowledgecenter/SSLTBW_2.3.0/com.ibm.zos.v2r3.izua300/IZUHPINFO_PartConfiguring.htm _ Dave Jousma AVP | Manager, Systems Engineering  Fifth

Re: zOSMF

2020-04-16 Thread Jousma, David
  |  fax: 616.653.2717 -Original Message- From: Jousma, David Sent: Thursday, April 16, 2020 2:03 PM To: IBM Mainframe Discussion List Subject: RE: zOSMF Not sure what you mean that you created these directories? At that directory location you should have "stuff" installed TEC1

Re: zOSMF

2020-04-16 Thread Jousma, David
Not sure what you mean that you created these directories? At that directory location you should have "stuff" installed TEC1:$ cd /usr/lpp/zosmf/liberty/lib/native/zos/s390x/ TEC1:$ ls -al

Re: Shopz message

2020-04-16 Thread Jousma, David
They have bigger problems...Just tried to create a new service certificate. That fails miserably, so much so, that you have close the browser and re-open it to actually be able to reconnect to the site.

Re: Order of execution for nearly-identical batch jobs with the same name

2020-04-15 Thread Jousma, David
On an individual user basis, the easiest method on a V2.3 system or higher is to use the new JOBGROUP feature. //JOBT JOBGROUP ERROR=(RC>4),ONERROR=FLUSH //JOBA GJOB //JOBB GJOB // AFTER NAME=JOB

Re: Any shop use UNIX in a production job?

2020-04-14 Thread Jousma, David
depages. -- Radoslaw Skorupka Lodz, Poland W dniu 14.04.2020 o 16:24, Jousma, David pisze: > Just look at the PS screens in SDSF. All of those tasks are using Unix > processes in one way or another. > > _

Re: Any shop use UNIX in a production job?

2020-04-14 Thread Jousma, David
Just look at the PS screens in SDSF. All of those tasks are using Unix processes in one way or another. _ Dave Jousma AVP | Manager, Systems Engineering  Fifth Third Bank  |  1830 East Paris Ave

Re: zOSMF

2020-04-13 Thread Jousma, David
Not every lpar. The number of instances though can depend on if you just one JES MAS in the sysplex, or multiple. Some of the features (ISPF, SDSF, etc) are on MAS boundaries. _ Dave Jousma AVP

Re: Mesh Router

2020-04-03 Thread Jousma, David
I have the EERO mesh wifi with 3 pucks. Bought it before it was an Amazon owned company. WiFi works very well, just don’t like the big-brother requirements. It used to be my router as well, now relegated to Bridge mode. I purchased a Ubiquiti 12 port EdgeRouter to handle routing/firewall/

Re: NFS Problem

2020-03-25 Thread Jousma, David
links from unknown senders or unexpected emails** The easiest and old school way is to IPL out of the problem and that is what I'm going to do -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Jousma, David Sent: Wednesday, March 25,

Re: NFS Problem

2020-03-25 Thread Jousma, David
RNAL EMAIL** **DO NOT open attachments or click on links from unknown senders or unexpected emails** Dave - now I have the following IEF450I MVSNFSC MVSNFSC - ABEND=SEC6 U REASON=11BE8039 -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf

Re: NFS Problem

2020-03-25 Thread Jousma, David
U] On Behalf Of Jousma, David Sent: Wednesday, March 25, 2020 10:35 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: NFS Problem Steve, I could be mistaken, but its only necessary to issue that command if you are running NFS Client. It sounds to me like you configured/started the z/OS NFS server, in

Re: NFS Problem

2020-03-25 Thread Jousma, David
Steve, I could be mistaken, but its only necessary to issue that command if you are running NFS Client. It sounds to me like you configured/started the z/OS NFS server, in which case I believe you just recycle the task. We only run the NFS client, and that is how we shutdown MVSNFSC task.

<    1   2   3   4   5   6   7   8   9   10   >