You may need to find the STDERR From the pax command.  I have found that this 
process in Serverpac is not intuitive and a lot of hunting is sometimes needed. 
 Or you could open an SR with IBM and see if they can provide a faster 
resolution.  

Lizette


> -----Original Message-----
> From: IBM Mainframe Discussion List [mailto:[email protected]] On
> Behalf Of Mainframe Mainframe
> Sent: Tuesday, December 09, 2014 1:43 AM
> To: [email protected]
> Subject: Re: RSU UNZIP space issue.
> 
> Hello Lizette,
>                    Thanks for reply .I don't see any such message in SYSLOG. 
> As I
> mentioned before. I created /tmp with size of
> 
>  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .
>  .
>                               Data Set Information  Command ===>
> 
>  Data Set Name  . . . : OMVS.SYS5.RSU.TEMP
> 
>    1st extent megabytes: 7000
>    Secondary megabytes : 0
>    Data set name type  : HFS           Dates
>                                         Creation date . . . : 2014/12/04
>                                         Referenced date . . : 2014/12/04
>                                         Expiration date . . : ***None***
> 
> Current Allocation
>  Allocated megabytes : 7,000
>  Allocated extents . : 1
>  Maximum dir. blocks : NOLIMIT
> 
> 
> Current Utilization
>  Used pages  . . . . : 1,241,552
>  % Utilized  . . . . : 69
>  Number of members . : 4
> 
> Do I need to create still bigger space for this temp.
> 
> 
> 
> On Tue, Dec 9, 2014 at 1:52 PM, Lizette Koehler <[email protected]>
> wrote:
> 
> > Did you find any IOE or BPX or IEC or other messages in SYSLOG when
> > this error occurred?
> >
> > What I found happened was the /tmp was full and causing the issue
> > rather than the file on the PAX command.
> >
> > You may need to search through your output to see if there are Unix
> > errors other than in SYSPRINT DD for your /tmp file.
> >
> > Lizette
> >
> >
> > > -----Original Message-----
> > > From: IBM Mainframe Discussion List
> > > [mailto:[email protected]] On Behalf Of Mainframe Mainframe
> > > Sent: Tuesday, December 09, 2014 1:13 AM
> > > To: [email protected]
> > > Subject: Re: RSU UNZIP space issue.
> > >
> > > Hello All,
> > >                 Sorry for delay in response. This problem has been
> > resolved by removing
> > > all SMS related parameter and by just keeping HFS as DSN type.
> > > Now I am able to allocate this bigger space of FS for unzipping purpose.
> > > But my unzip still getting failed, with below error. I tried enough
> > > ways
> > by having
> > > larger size but same issue.
> > >
> > >
> > > Unzip JCL,
> > >
> > > //UNZIPRSU JOB
> 'MAINFRAME',CLASS=A,MSGCLASS=A,NOTIFY=&SYSUID
> > > //UNZIP    EXEC PGM=GIMUNZIP,PARM='HASH=NO'
> > > //SYSUT3   DD UNIT=3390,SPACE=(CYL,(400,100))
> > > //SYSUT4   DD UNIT=3390,SPACE=(CYL,(400,100))
> > > //SMPOUT   DD SYSOUT=*
> > > //SYSPRINT DD SYSOUT=*
> > > //SMPDIR   DD PATH='/u/SLE/RSU1410/',
> > > //            PATHDISP=KEEP
> > > //SMPWKDIR DD PATH='/u/SLE/RSU1410/temp',
> > > //            PATHDISP=KEEP
> > > //SYSIN    DD DATA,DLM=$$
> > > <GIMUNZIP>
> > > <ARCHDEF
> > > name="SMPPTFIN/S0001.SHOPZ.S2654213.SMPMCS.pax.Z"
> > > volume="TEMP01"
> > > newname="SMPE.ZOS21.RSU.S2654213.SMPMCS"
> > > replace="yes">
> > > </ARCHDEF>
> > > <ARCHDEF
> > > name="SMPHOLD/S0002.SHOPZ.S2654213.SMPHOLD.pax.Z"
> > > volume="TEMP01"
> > > newname="SMPE.ZOS21.RSU.S2654213.SMPHOLD"
> > > replace="yes">
> > > </ARCHDEF>
> > > </GIMUNZIP>
> > > $$
> > >
> > > Size of RSU and other related datasets are
> > >
> > >  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .
> > .
> > >  .  .
> > >                               Data Set Information  Command ===>
> > >                                                                     More:
> > >   +
> > >  Data Set Name . . . . : SMPE.ZOS21.RSU.S2654213.SMPMCS
> > >
> > >  General Data                           Current Allocation
> > >   Management class . . : **None**        Allocated cylinders : 4,300
> > >   Storage class  . . . : **None**        Allocated extents . : 1
> > >    Volume serial . . . : TEMP01
> > >    Device type . . . . : 3390
> > >   Data class . . . . . : **None**
> > >    Organization  . . . : PS             Current Utilization
> > >    Record format . . . : FB              Used cylinders  . . : 0
> > >    Record length . . . : 80              Used extents  . . . : 0
> > >    Block size  . . . . : 27920
> > >    1st extent cylinders: 4300
> > >    Secondary cylinders : 0              Dates
> > >    Data set name type  :                 Creation date . . . : 2014/12/04
> > >    SMS Compressible. . : NO              Referenced date . . : ***None***
> > >                                          Expiration date . . :
> > > ***None***
> > >
> > >
> > >
> > >
> > > # df -Pk /u/SLE/RSU1410/
> > > Filesystem         1024-blocks        Used  Available  Capacity Mounted
> > on
> > > OMVS.SYS5.RSU.SAURABH 3072048     2696780     375152       88%
> > > /u/SLE/RSU1410
> > >
> > > # df -Pk /u/SLE/RSU1410/temp
> > > Filesystem         1024-blocks        Used  Available  Capacity Mounted
> > on
> > > OMVS.SYS5.RSU.TEMP    7168032     4966228    2201700       70%
> > > /u/SLE/RSU1410/temp
> > >
> > >
> > > Error, I am getting is,
> > >
> > >
> > > ********************************* TOP OF DATA
> > > **********************************
> > >
> > ----------------------------------------------------------------------
> > ---------
> > > DATE 12/04/14  TIME 06:19:15                                      SMP/E
> > > 36.13
> > > UNIX COMMAND OUTPUT
> > >
> > > > /bin/pax -zvrf
> > > > /u/SLE/RSU1410/SMPPTFIN/S0001.SHOPZ.S2654213.SMPMCS.pax.Z
> > > > ./GIMFAF.XML
> > >
> > > ./GIMFAF.XML
> > >
> > ----------------------------------------------------------------------
> > ---------
> > > DATE 12/04/14  TIME 06:22:33                                      SMP/E
> > > 36.13
> > > UNIX COMMAND OUTPUT
> > >
> > > > /bin/pax -zvrf
> > > > /u/SLE/RSU1410/SMPPTFIN/S0001.SHOPZ.S2654213.SMPMCS.pax.Z
> > >
> > > ./GIMFAF.XML
> > > ./SMPPTFIN
> > > pax: FSUM6260 write error on file "./SMPPTFIN": EDC5133I No space
> > > left on device
> > > ******************************** BOTTOM OF DATA
> > > ********************************
> > >
> > >
> > > ----------<GIMUNZIP>
> > > ----------<ARCHDEF
> > > ----------name="SMPPTFIN/S0001.SHOPZ.S2654213.SMPMCS.pax.Z"
> > > ----------volume="TEMP01"
> > > ----------newname="SMPE.ZOS21.RSU.S2654213.SMPMCS"
> > > ----------replace="yes">
> > > ----------</ARCHDEF>
> > > ----------<ARCHDEF
> > > ----------name="SMPHOLD/S0002.SHOPZ.S2654213.SMPHOLD.pax.Z"
> > > ----------volume="TEMP01"
> > > ----------newname="SMPE.ZOS21.RSU.S2654213.SMPHOLD"
> > > ----------replace="yes">
> > > ----------</ARCHDEF>
> > > ----------</GIMUNZIP>
> > > GIM68200E ** PROCESSING FAILED FOR THE /bin/pax UNIX SYSTEM
> SERVICE
> > > COMMAND.
> > > GIM47800S ** AN ERROR OCCURRED WHILE GIMUNZIP WAS
> PROCESSING ARCHIVE
> > >
> /u/SLE/RSU1410/SMPPTFIN/S0001.SHOPZ.S2654213.SMPMCS.pax.Z.
> > > GIM20501I    GIMUNZIP PROCESSING IS COMPLETE. THE HIGHEST
> > > RETURN CODE WAS
> > > 12.
> > >
> > >
> > >
> > > IGD104I HFS FILE WAS RETAINED, DDNAME IS (SMP00001) FILENAME
> IS
> > > (/u/SLE/RSU1410/temp/smpe2014338061915982269/GIMFAF.XML)
> > > IEF142I UNZIPRSU UNZIP - STEP WAS EXECUTED - COND CODE 0012
> > > IEF285I   SYS14338.T061915.RA000.UNZIPRSU.R0109899     DELETED
> > > IEF285I   VOL SER NOS= STO500.
> > >
> > > I am not getting any clue to solve this issue. how much more space I
> > will have to
> > > allocate or some other way to resolve this.
> > >

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to