Not Enough Memory installing 1.9.0

Discussion of Co:Z sftp, a port of OpenSSH sftp for z/OS
Post Reply
Randy
Posts: 16
Joined: Thu Jul 08, 2010 1:36 pm

Not Enough Memory installing 1.9.0

Post by Randy »

Trying to install Co:Z SFTP, when I try to execute the 1.9.0 bin I get the following error:
./coz-1.9.0.bin: FSUM9225 no memory: EDC5132I NOT ENOUGH MEMORY.
not sure if this is a CSA/ECSA or TSO region size problem.

(I last installed 1.7.2 under z/OS 1.9, this install is under z/OS 1.11 with Ported Tools 1.2.)
dovetail
Site Admin
Posts: 2022
Joined: Thu Jul 29, 2004 12:12 pm

Re: Not Enough Memory installing 1.9.0

Post by dovetail »

Under TSO OMVS? You don't say what your region is, but try a larger one.

Perhaps better to login to a "real" Unix shell with ssh and run it there. Much less chance of having region problems.
Randy
Posts: 16
Joined: Thu Jul 08, 2010 1:36 pm

Re: Not Enough Memory installing 1.9.0

Post by Randy »

Yes, TSO OMVS. Region = 128M.
Suggestion on how much larger?
Randy
Posts: 16
Joined: Thu Jul 08, 2010 1:36 pm

Re: Not Enough Memory installing 1.9.0

Post by Randy »

TSO OMVS environment. Worked my way up to 2047M (max region on my test system), still get the
FSUM9225 no memory: EDC5132I NOT ENOUGH MEMORY.
messages. :( Our CSA = 2404K, ECSA = 61588K. What are the storage requirements to install 1.9.0? :?
dovetail
Site Admin
Posts: 2022
Joined: Thu Jul 29, 2004 12:12 pm

Re: Not Enough Memory installing 1.9.0

Post by dovetail »

32MB of free storage should be sufficient for the installer, so I'm not sure what your problem is. I just tested installing under TSO OMVS with REGION=100000K and it worked fine.

Could it be possible that the install file has been corrupted? Perhaps you uploaded it without binary.

To check the installer file, do this under a z/OS Unix shell:

> cksum coz-1.9.0.bin
3093313626 11215567 coz-1.9.0.bin

You should get the same numbers for checksum and size.

As I suggested before, I would recommend that you login to a z/OS Unix shell using ssh (for example, using PuTTY) and try installing there rather than under TSO OMVS.
Randy
Posts: 16
Joined: Thu Jul 08, 2010 1:36 pm

Re: Not Enough Memory installing 1.9.0

Post by Randy »

CHKSUM results:
# cd /usr/bin/
# cksum coz-1.9.0.bin
1037169790 11213235 coz-1.9.0.bin

Looks like something got messed up in the upload. I'll upload it again and update this post next week.
Randy
Posts: 16
Joined: Thu Jul 08, 2010 1:36 pm

Re: Not Enough Memory installing 1.9.0

Post by Randy »

Definately a bad FTP upload, I deleted and uploaded again:
# cd /usr/bin/
# cksum coz-1.9.0.bin
3093313626 11215567 coz-1.9.0.bin
# ./coz-1.9.0.bin
:
:
Do you agree ...
dovetail
Site Admin
Posts: 2022
Joined: Thu Jul 29, 2004 12:12 pm

Re: Not Enough Memory installing 1.9.0

Post by dovetail »

The checksum looks good now, is that your question?
kdl1985
Posts: 13
Joined: Thu Sep 22, 2011 2:33 pm

Re: Not Enough Memory installing 1.9.0

Post by kdl1985 »

I received the same "not enough memory" error and discovered that it was due to not uploading the bin file in binary format. Once the bin file was uploaded as binary it worked fine.
Post Reply