tail: FSUM6003 input file "//./sharedapps/kc4z/data/coz-5.1.1.bin":

Discussion of Co:Z sftp, a port of OpenSSH sftp for z/OS
Post Reply
DianaAsencio
Posts: 11
Joined: Thu Mar 16, 2017 2:11 pm

tail: FSUM6003 input file "//./sharedapps/kc4z/data/coz-5.1.1.bin":

Post by DianaAsencio »

I am trying to install 5.1.1 and I am getting the following errors:
Do you agree to the above license terms? (yes or no)
yes
Enter home directory (/usr/local/coz) :

/usr/local/coz is not an existing directory, create it? (y/n) :
y
tail: FSUM6003 input file "//./sharedapps/kc4z/data/coz-5.1.1.bin": EDC5047I An invalid file name was specified as a function parame
ter.
0 blocks
FSUM7131 Out of space or reached the end of the archive file.
If you want to go on, type device or file name when ready
===>

I saw a previous posting that said make sure executable is not in root. So I moved it from the root and still getting this error.

here is a display:

# df
Mounted on Filesystem Avail/Total Files Status
/SYSTEM/var/zosmf (OMVS.TT603D.SIZUUSRD) 152302/154080 4294967288 Available
/SYSTEM/var/wbem (OMVS.SCFZHFS2) 282878/357120 4294965197 Available
/SYSTEM/var/kc4z (HKC.HKCLOGFZ) 454572/459360 4294967292 Available
/SYSTEM/var (OMVS.VAR) 51550/53280 4294967257 Available
/usr/lpp/netview/v6r2m1 (OMVS.TT603D.NETVHFS) 2462/14400 4294967168 Available
/usr/lpp/java/J7.0_64 (OMVS.TT603D.JAVA64V7) 460846/1131680 4294965255 Available
/usr/lpp/java/J7.0 (OMVS.TT603D.JAVA31V7) 389006/924960 4294965312 Available
/usr/lpp/java/J6.0.1_64 (OMVS.TT603D.JAVA64M1) 458286/1114400 4294965221 Available
/usr/lpp/java/J6.0.1 (OMVS.TT603D.JAVA31M1) 387950/917760 4294965274 Available
/usr/lpp/ixm (OMVS.TT603D.SIXMHFS) 174254/1290240 4294954713 Available
/usr/lpp/fonts (OMVS.TT603D.FNT.OMVS.ZFS) 451374/3375360 4294967078 Available
/sharedapps/kc4z/servers (HKC.HKCCFGFZ) 1420/1728 4294967292 Available
/sharedapps/kc4z/data (HKC.HKCDATFZ) 436990/459360 4294967291 Available
/SYSTEM/etc (SFWR.OMVS.ETC.MV6T.NEW) 868/1728 4294967060 Available
/ (OMVS.TT603D.ROOT) 185222/6842240 4294919544 Available
/SYSTEM/dev (/dev) 8048/8192 1006 Available
/SYSTEM/tmp (SFWR.OMVS.MV6T.SYSLOGD.ROOT) 1615264/1615680 4294967291 Available

Additionally, how do i get out of this:
FSUM7131 Out of space or reached the end of the archive file.
If you want to go on, type device or file name when ready
???????????
I end up Disconnecting my tn3270 session to get out.

Please advise
Thanks,
Diana
dovetail
Site Admin
Posts: 2022
Joined: Thu Jul 29, 2004 12:12 pm

Re: tail: FSUM6003 input file "//./sharedapps/kc4z/data/coz-5.1.1.bin":

Post by dovetail »

I can't tell exactly how you are executing the installed (coz-5.1.1-bin).
From the error messages, it appears that you are doing something like:

Code: Select all

> cd /
> ./sharedapps/kc4z/data/coz-5.1.1.bin
Or something where the directory name in the path is a symlink.

What you should be doing is:

Code: Select all

> cd /sharedapps/kc4z/data     # the directory containing the bin file
> cksum coz-5.1.1.bin     # and verify that the file has not been corrupted during transfer
> chmod +x coz-5.1.1.bin
> ./coz-5.1.1.bin
Try this and if it fails please post the details including the commands that you entered
DianaAsencio
Posts: 11
Joined: Thu Mar 16, 2017 2:11 pm

Re: tail: FSUM6003 input file "//./sharedapps/kc4z/data/coz-5.1.1.bin":

Post by DianaAsencio »

Thank you so much, that worked :D
Post Reply