Operating System - HP-UX
1829596 Members
1715 Online
109992 Solutions
New Discussion

cannot transfer over 32KB file using UDP

 
Joon
Occasional Contributor

cannot transfer over 32KB file using UDP

Hi Guys.

I cannot transfer over 32KB file using UDP.
Is there anyone who can help on this?
What configuration should I change for this?
jooni
8 REPLIES 8
Steven E. Protter
Exalted Contributor

Re: cannot transfer over 32KB file using UDP

UDP is pretty broad. How are you trying to do the transfer? What script or tools are involved?

More detail means faster solution.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Joon
Occasional Contributor

Re: cannot transfer over 32KB file using UDP

Hi

Here is error message.
It is for transferring within internal communication.

-----------------------------------
sh: a.out: not found.
/home/crevol/src/test]./a.out
Send Buffer = (262144)
Recv Buffer = (262144)
strlen = (32770) <- file size
sendto() fail (ret = -1)
SndUnixSocket() fail (errno = 218)

--------------------------------------

if the size is below 32K ..It is successfull as below.

/home/crevol/src/test]./a.out
Send Buffer = (262144)
Recv Buffer = (262144)
strlen = (32700) <- file size
SendLen = (32700)
RecvLen = (32700)

---------------------------------------

I think Send/recv buffer will have a key for this problem.
Is there anyone who can help?
please let me know the solution

jooni
T G Manikandan
Honored Contributor

Re: cannot transfer over 32KB file using UDP

What version u are running..
Joon
Occasional Contributor

Re: cannot transfer over 32KB file using UDP

HPUX 11i.

another error
------------------
/]netstat -p udp
udp:
141177 incomplete headers
0 bad checksums
188217 socket overflows
---------------------------------

Thanks
jooni
T G Manikandan
Honored Contributor

Re: cannot transfer over 32KB file using UDP

What patch levels are you maintaining on your server.

I would recommend the latest ARPA patches on the system.

T G Manikandan
Honored Contributor

Re: cannot transfer over 32KB file using UDP

T G Manikandan
Honored Contributor

Re: cannot transfer over 32KB file using UDP

Just hold on!!!

HP has issued a warning in this patch..
Devesh Pant_1
Esteemed Contributor

Re: cannot transfer over 32KB file using UDP

Joon,
it is still not very clear what is it that you are using for the udp transfer. Are you nfs mounting using udp and then copying?
more info would be helpful to provide a good response
thanks
Devesh