RTC 4.0.4 zOS SMPE install error mounting filesystem ABLZHFS
![]()
Donald Poulin (224●9●118●107)
| asked Oct 08 '13, 7:38 a.m.
retagged Oct 17 '13, 8:07 a.m. by Steve Dearth (221●2)
At one step in the install instructions of the program directory job BLZALLOC is run to create the target and distribution datasets including ABLZHFS. When I tried to mount the ABLZHFS filesystem with the following command I get the error indicated. Any ideas??
MOUNT FILESYSTEM('RTCV404.ABLZHFS') TYPE(HFS) MOUNTPOINT('/usr/lpp/jazz/v4.0.4') MODE(RDWR) I get the following error BPXF135E RETURN CODE 00000080, REASON CODE EF096056 A google search points to an apar that we need but we are on zOS 1.13 and this apar is for releases prior to 1.11 http://www-01.ibm.com/support/docview.wss?uid=isg1OA23322 This was the iefbr14 "command" that created the HFS file //ABLZHFS DD DSN=&HLQ..ABLZHFS, // UNIT=SYSALLDA, // VOL=SER=&DVOL, // DISP=(NEW,&DSP), // RECFM=VB, // LRECL=8796, // BLKSIZE=0, // SPACE=(CYL,(2000,100,10)) Update: We were able to get around the roadblock by deleting the ABLZHFS dataset that was created by BLZALLOC job and then re-creating it with the additional parameter of DSNTYPE=HFS. After that we were able to mount it. We also noticed that even though we created it with recfm=vb it shows as refcm=u on a tso display. It appears that the SMPE BLZALLOC job needs to be corrected. It might also help to add a sample MOUNT command as well. |
Comments
Thank you! I ran into the same issue.