- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: UCX Memory
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-14-2005 11:17 PM
тАО09-14-2005 11:17 PM
We are using Open VMS 7.1 with UCX V4.2 ECO 5 on one of our VAX 4000 server. We are experiencing some high non zero wait value
( UCX show Comm / Mem ) for large buffer but it is not increasing cumilatively like error counts. Neither it is changing dynamically. For example it is staying at say 4502 for One and half hour then suddenly jumping to 4732 and staying there for some hour again coming back to 589 range for two hours... like this.
could you please explain how I can use these values to quantify the error? Is this value representing the wait for that particullar instance? Does it get reset at Midnight with other VMS accounting information? Much you could provide information on this topic will be more helpful for me.
Thanking on anticipation
Raj
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-14-2005 11:41 PM
тАО09-14-2005 11:41 PM
Re: UCX Memory
Search for "wait".
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-14-2005 11:48 PM
тАО09-14-2005 11:48 PM
Re: UCX Memory
here there is TCP/IP troubleshoting guide of V5.3; I hope it can help you.
Antonio Vigliotti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-15-2005 12:19 AM
тАО09-15-2005 12:19 AM
Re: UCX Memory
Note that 5.3 memory management is completely different.
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-15-2005 12:31 AM
тАО09-15-2005 12:31 AM
Solutionthe Waits counter value should not 'decrease', except if it overflows.
Compare the Peak buffer values with the permanently allocated ones and consider to increase the permanent values, if the peak values are near or reach the max values. As far as I remember, the maximum values you define, need to be a multiple of the appropriate MIN= values.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-18-2005 10:41 AM
тАО09-18-2005 10:41 AM
Re: UCX Memory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-20-2005 02:42 AM
тАО09-20-2005 02:42 AM
Re: UCX Memory
I have checked the quota with the command -UCX show prot tcp/ param
and it is showing the default value for both send and receive.
Is this " quota " related with UCX memory for out-bound and in-bound connections? Do I need to increase the quota before increasing the Max value for " Large Buffer " & " small Buffer " ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-20-2005 03:56 AM
тАО09-20-2005 03:56 AM
Re: UCX Memory
please look at the 'Tuning and Troubleshooting Hints to Improve UCX Performance' document posted by Wim.
If you are seeing Large Buffer and Small Buffer waits, you need to increase the number of these types of buffers (MBUFs) as provided by the UCX kernel:
UCX> SET CONF COMM/SMALL=(MIN:n, MAX:m)
same with LARGE (and/or IRP).
You will need to shutdown and restart UCX and you may also need to tune your system using AUTOGEN, as these buffers consume nonpaged pool. This is all described in the above document.
If you are unsure what values to use, please provide the output of UCX SHOW COMM, UCX SHOW COMM/MEM and SHOW MEM/POOL/FULL and we'll try to come up with the exact commands for you to use.
Increasing the QUOTA values won't help at all.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-20-2005 08:05 PM
тАО09-20-2005 08:05 PM
Re: UCX Memory
Thanks for your reply. Could you please let me know what is the use of the QUOTA values ? Any elaborate explanation on QUOTA will be highly appreciated.
Thanks
Raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-20-2005 08:30 PM
тАО09-20-2005 08:30 PM
Re: UCX Memory
the use of QUOTAs in OpenVMS generally limits the ability of a single instance (process, user, job, session etc.) to deplete a system-wide resource.
In this case in UCX, it limits the TCP message queue size for Receive/Send messages.
If you are seeing UCX MBUF buffer waits, this mean that the UCX kernel needs a packet from a memory buffer and none is available, so it has to wait. This will cause a little bit of delay in your TCPIP communication. If you don't want this to happen and have enough nonpaged pool, you can increase the number of MBUFs available to the UCX kernel.
Increasing the QUOTAs without increasing the underlying buffer space, may even make things worse.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-20-2005 10:24 PM
тАО09-20-2005 10:24 PM
Re: UCX Memory
Found this :
Before actual transmission, a transmit data operation moves data from the user process space to the large buffer.
Until a user process is ready to read data, a receive data operation stores received data in the large buffers.
Is it possible that user processes doing network traffic are on low priority and thus do not get the cpu to receive the packets ?
Is it possible that a cpu eater is active from time to time ?
Wim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-21-2005 01:03 AM
тАО09-21-2005 01:03 AM
Re: UCX Memory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-21-2005 01:29 AM
тАО09-21-2005 01:29 AM
Re: UCX Memory
TCP receive and Send QUOTA is measured in bytes.
The data shown with UCX SHOW COMM [/MEM] is the no. of buffers (small, large, IRPs).
Small mbufs are 256. bytes, large mbufs vary in size (see the document provided by Wim).
Volker.