1827892 Members
1933 Online
109969 Solutions
New Discussion

UCX Memory Problem

 
Sk Noorul  Hassan
Regular Advisor

UCX Memory Problem

My VAX server transfer data to other VMS boxes using FTP service and also talks to FEP using UCX service. These two are the only UCX service my VAX server does and remaining activities are on DECNET. All of a sudden since yesterday, at 02:03 hrs in the morning my server is losing all UCX socket connections. How to find out the reason for the problem ?
6 REPLIES 6
Ian Miller.
Honored Contributor

Re: UCX Memory Problem

What version of VMS and UCX?
Was there any messages in operator.log?
____________________
Purely Personal Opinion
Volker Halle
Honored Contributor

Re: UCX Memory Problem

Hi,

$ UCX SHOW COMM and $ UCX SHOW COMM/MEM will show the amount of data structures allocated and used by UCX.

Please check, whether the peak values of any resource have reached their maximum value.

Volker.
Sk Noorul  Hassan
Regular Advisor

Re: UCX Memory Problem

My VMS version is 7.1 & UCX version is 4.2

Yes Volker, Large Buffers is reaching it's peak value of 200 and after that wait started increasing and finnaly wait reach to such a value that UCX stops working.
Volker Halle
Honored Contributor

Re: UCX Memory Problem

Hi,

once the Large Buffers have all been used up and you start seeing Large Buffer Waits increasing, you would need to shut down and restart UCX or even reboot your OpenVMS VAX system for recovering the resources used by UCX.

What are the Large Buffers being used for ? UCX SHOW COMM and UCX SHOW COMM/MEM should show the usage for the Large Buffers. Does the usage increase over time (possible memory leak) ? Maybe you need to tune your UCX subsystem and provide more Large Buffers ?

Volker.
Sk Noorul  Hassan
Regular Advisor

Re: UCX Memory Problem

Hi Volker,

We did server reboot to resolve the problem but it again appears in the following night at same time. so, finally we have found the cause for the problem which was external to my server. Thanks.
Volker Halle
Honored Contributor

Re: UCX Memory Problem

Hi,

thanks for the update. If you could describe the problem causing the Large Buffers to be consumed (maybe in some generic terms, if you don't want to get too specific), this may help others under similar circumstances.

Thanks,

Volker.