- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- UCX not accepting new TELNET connections
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
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
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
03-15-2006 01:53 AM
03-15-2006 01:53 AM
UCX not accepting new TELNET connections
$ ucx sh version
DIGITAL TCP/IP Services for OpenVMS Alpha Version V4.2
on a AlphaServer 2100 4/200 running OpenVMS V6.2
$ ucx sh comm/mem
MBUF Summary
Small_static Large_static Small_dynamic Large_dynamic
Total buffers 50 10 950 0
Free 0 9 2 0
Busy
Data 0 1 0 0
Header 5 0 35 0
Socket 28 0 572 0
Prot. control 10 0 341 0
Route 3 0 0 0
Socket name 0 0 0 0
Socket options 0 0 0 0
Fragment reassembly 0 0 0 0
IP address 2 0 0 0
Size of cluster 13056 19136 53584 0
Free Current Peak Waits Drops
Small Buffers 998 1000 151 0
Large Buffers 1 15 0 0
IRPs 3 64 83 0 0
Small clusters Large clusters Non UCX buffers
Free 0 1 0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 02:06 AM
03-15-2006 02:06 AM
Re: UCX not accepting new TELNET connections
How many Telnet connections exist, and
what's the service limit? On V5.4 - ECO 5:
TCPIP SHOW DEVICE /PORT = 23
TCPIP SHOW SERVICE /FULL TELNET
(and look for "Limit:".)
Any OPCOM messages when the failure occurs?
Actual error message?
(I think that small buffers are obsolete in
V5.x, so if that's really the problem, then
you'll need to wait for useful advice.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 02:10 AM
03-15-2006 02:10 AM
Re: UCX not accepting new TELNET connections
have you checked things as e.g. MAXPROCESSCNT and the FTP-Server Logfiles?
regards Kalle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 02:47 AM
03-15-2006 02:47 AM
Re: UCX not accepting new TELNET connections
Limit = 100
No OPCOM messages when this occurs
MAXPROCESSCNT = 129 - No where near that many processes currently on the system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 02:49 AM
03-15-2006 02:49 AM
Re: UCX not accepting new TELNET connections
a) you appear to have an unpatched version of UCX. On the oldest system to which I have current access the UCX SHOW VER returns
Digital TCP/IP Services for OpenVMS Alpha Version V4.2 - ECO 3
on a AlphaServer 4100 5/533 4MB running OpenVMS V7.2-2
b) The busy values under "Socket" and "Prot. Control" look very high. This is suggestive of either a high number of current users, OR a large number of improperly disconnected sessions.
Try to report the output from
UCX SHOW SERVICE TELNET/FULL
c) Have a look at your list of TN devices to see where they have all gone with
SHOW DEVICE TN from DCL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 02:50 AM
03-15-2006 02:50 AM
Re: UCX not accepting new TELNET connections
In the result of ucx show service telnet/full
verify that "peak" didn't reach telnet "limit".
regards
Steph
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 02:53 AM
03-15-2006 02:53 AM
Re: UCX not accepting new TELNET connections
$ UCX SHOW COMM will show various other resources and their maximum, current and peak values. Anything near the limit ?
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 03:01 AM
03-15-2006 03:01 AM
Re: UCX not accepting new TELNET connections
$ ucx sh comm
Communication Parameters
Local host: fatboy Domain: chattanooga.gov
Cluster timer: 5
Maximum Current Peak
Interfaces 20 2 2
Device_sockets 900 623 624
Routes 65535 3 3
Services 200 39 42
Proxies 20
Type: Ethernet Free Maximum Max Bytes Minimum Min Bytes
Large buffers 20 200 377600 10 18880
Small buffers 150 2000 512000 50 12800
IRPs 20 200
Non UCX buffers 10
Remote Terminal
Large buffers: 10
UCBs: 4
Virtual term: disabled
$ ucx sh service telnet/full
Service: TELNET
State: Enabled
Port: 23 Protocol: TCP Address: 0.0.0.0
Inactivity: 1 User_name: not defined Process: not defined
Limit: 100 Active: 39 Peak: 41
File: not defined
Flags: Listen Rtty
Socket Opts: Keepalive Rcheck Scheck
Receive: 3000 Send: 3000
Log Opts: Actv Dactv Conn Error Logi Logo Mdfy Rjct
File: not defined
Security
Reject msg: not defined
Accept host: 0.0.0.0
Accept netw: 0.0.0.0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 03:13 AM
03-15-2006 03:13 AM
Re: UCX not accepting new TELNET connections
ftp://ftp.itrc.hp.com/openvms_patches/layered_products/alpha
regards Kalle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 03:20 AM
03-15-2006 03:20 AM
Re: UCX not accepting new TELNET connections
Examining your figures, there seems to be a very high usage (currently over 600) of device sockets:
Device_sockets 900 623 624
These will certainly have been consuming your buffers - as well as non paged memory.
Your may want to look at the non paged pool usage and make sure that your increased buffers do not consume too much space there!
Karl, I think that ECO 10 was for UCX 4.1.
The last one I saw for UCX4.2 was ECO3
try to see who/what is using all these devices. Issue UCX SHOW DEVICE, and/or SHOW DEVICE BG from DCL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 03:38 AM
03-15-2006 03:38 AM
Re: UCX not accepting new TELNET connections
you were right, it is for V4.1, sorry
Kalle
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 03:57 AM
03-15-2006 03:57 AM
Re: UCX not accepting new TELNET connections
ftp://ftp.itrc.hp.com/data/archived_patches/openvms_patches/axp/6.X/v6.1/ucx/4.2/
From the ECO 4 release notes:-
ECO Z 25-JUN-1999 Alpha and VAX
Images:
UCX$BGDRIVER.EXE UCX V4.2-21Z
UCX$INTERNET_SERVICES.EXE UCX V4.2-21Z (VAX)
UCX$INTERNET_SERVICES_SEC.EXE UCX V4.2-21Z (VAX)
UCX$INTERNET_SERVICES_V6.EXE UCX V4.2-21Z (VAX)
UCX$INTERNET_SERVICES_V6_SEC.EXE UCX V4.2-21Z (VAX)
Problem:
UCX small buffers are never deallocated when creating and
deleting SLIP interfaces (actually any multicast-capable
interfaces). After some days the max value is reached.
Solution:
Deallocate the multicast address buffers that get
allocated each time an interface is defined.
Reference:
PTR 70-5-676 / CFS.57541 / EVT102495
Maybe not applicable?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 04:06 AM
03-15-2006 04:06 AM
Re: UCX not accepting new TELNET connections
ftp://ftp.itrc.hp.com/archived_patches/openvms_patches/axp/7.X/v7.0/tcpip/4.2/dec-axpvms-ucxeco_42_5-v0400--4.README
ftp://ftp.itrc.hp.com/archived_patches/openvms_patches/axp/7.X/v7.0/tcpip/4.2/dec-axpvms-ucxeco_42_5-v0400--4.pcsi-dcx_axpexe
Purely Personal Opinion
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 04:16 AM
03-15-2006 04:16 AM
Re: UCX not accepting new TELNET connections
the no. of sockets used is certainly reason for concern. Does UCX SHO DEV show lots of BG devices ? Still with active connections ? Which processes do they belong to (SHO DEV/FUL BGxxx) ?
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 04:33 AM
03-15-2006 04:33 AM
Re: UCX not accepting new TELNET connections
is this a 'deja vu' event ?
See:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=826950
from 3-MAR-2005. If this is the same system, you were at 300 sockets at that time, now you're at 900.
More than just a coincidence ?
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 05:35 AM
03-15-2006 05:35 AM
Re: UCX not accepting new TELNET connections
find some more info from this similar thread discussed earlier...
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=960393
Archunan
Archie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-15-2006 06:33 AM
03-15-2006 06:33 AM
Re: UCX not accepting new TELNET connections
I see there is 'wait' in your small buffer.
so you have increased your small buf to 2000 max.
After this (stop/starting telnet service) have you seen ucx show comm/mem?.Make sure there is no 'wait', if there is any wait, that means still you have exceeded your small buffer, so you have to increase small buf value more.
Archunan
Archie