Classification: Confidential TSO BPXMTEXT E3000029 will ive you some answers and possible corrections
-----Original Message----- From: IBM Mainframe Discussion List <[email protected]> On Behalf Of Gadi Ben-Avi Sent: Thursday, July 20, 2023 2:46 AM To: [email protected] Subject: Problem running GIMUNZIP job. [CAUTION: This Email is from outside the Organization. Unless you trust the sender, Don’t click links or open attachments as it may be a Phishing email, which can steal your Information and compromise your Computer.] Hi, We are in the process of installing z/OS v2.5 from z/OSMF. One of the first jobs uses GIMUNZIP to create the new z/OS libraries. When the job got to the SMPPTS library, we got these messages: GIM43501S ** THE CALL TO THE BPX1WRT SERVICE FAILED WHEN PROCESSING /tmp/izud-V110AVN-T1314651/unzip/smpe2023201100726173157/S0354.CB.S0354.CB.ST252475.SMPE.SMPPTS.pax.Z. THE RETURN CODE WAS '00000077'X AND THE REASON CODE WAS 'E3000029'X. GIM47800S ** AN ERROR OCCURRED WHILE GIMUNZIP WAS PROCESSING ARCHIVE ZSMSP9.CB.ST252475.SMPE.SMPPTS. GIM20501I GIMUNZIP PROCESSING IS COMPLETE. THE HIGHEST RETURN CODE WAS 12. Before the GIMUNZIP step, the job allocates a new ZFS and is supposed to mount it at /tmp/izud-V110AVN-T1314651/unzip, but from what I can see, this is does not happen, and the files are restores to /tmp, which does not have enough space. The job includes some shell scripts that are supposed to mount the ZFS, but it doesn't look like they are running. The step looks like: //MOUNT EXEC PGM=BPXBATCH,COND=(0,LT) //STDPARM DD * SH ; mpdir=/tmp/izud-V110AVN-T1314651/unzip; dsn='V110AVN.SWDEPL.T1314651.ZFS'; if -e "$mpdir" ¤; then; rm -r $mpdir; fi; if ! -e "$mpdir" ¤; then; echo "Work directory $mpdir will be created."; umask 077 ; mkdir -p -m 700 "$mpdir"; fi; PATH=$PATH:/usr/sbin; echo "Format the file system $dsn."; zfsadm format -aggregate $dsn; echo "Mount $dsn on $mpdir."; mount -s nosetuid -t ZFS -f $dsn $mpdir; There is no output in STDOUT or STDERR. How can I see the output of the script to make sure it is actually running? I would ask IBM, but this is running on z/OS v2.3, which is not supported, and they won't help. Thanks Gadi ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ::DISCLAIMER:: ________________________________ The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only. E-mail transmission is not guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or may contain viruses in transmission. The e mail and its contents (with or without referred errors) shall therefore not attach any liability on the originator or HCL or its affiliates. Views or opinions, if any, presented in this email are solely those of the author and may not necessarily reflect the views or opinions of HCL or its affiliates. Any form of reproduction, dissemination, copying, disclosure, modification, distribution and / or publication of this message without the prior written consent of authorized representative of HCL is strictly prohibited. If you have received this email in error please delete it and notify the sender immediately. Before opening any email and/or attachments, please check them for viruses and other defects. ________________________________ ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
