- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- clnt_udp error
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
10-03-2002 07:45 PM
10-03-2002 07:45 PM
The following messages keep pop up whenever I login to the system (HP K420/OS: B.10.20, 32-bit).
############ ERRORS FOUND AT BOOT ############
clntudp_create: out of memory
clntudp_create: out of memory
clntudp_create: out of memory
##############################################
The errors will disappear after rebooting the machine. After 2~3 days the error pop up again and sometime have to wait untill the errors stopped. I wonder because the machine have enough memory.
Memory Information:
physical page size = 4096 bytes, logical page size = 4096 bytes
Physical: 1179648 Kbytes, lockable: 912248 Kbytes, available: 1049204 Kbytes
Please advise.
regards,
Munawwar
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2002 10:40 PM
10-03-2002 10:40 PM
SolutionJust do a
#UNIX95= ps -e -o ruser,pid,vsz=Kbytes|more
to find out the processes using most of your memory.
How much swap space you have for this 1Gb of RAM.
What are the applications you are running?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2002 11:08 PM
10-03-2002 11:08 PM
Re: clnt_udp error
available: 1049204
This value is static. But we have to find out
the real-time memory out occupied out of the available memory. This error is returned when
malloc() fails .
#top
See the free memory.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2002 12:30 AM
10-04-2002 12:30 AM
Re: clnt_udp error
The system running TMOS (Telecom Management Operating System) application.
Here is the result of the command, i failed to run UNIX95= command, any idea
Script started on Fri Oct 4 16:22:42 2002
[TMOS#2] root@s09brf07:/> swapinfo
Kb Kb Kb PCT START/ Kb
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 614400 8872 605528 1% 0 - 1 /dev/vg00/lvol2
dev 614400 9684 604716 2% 0 - 1 /dev/vg01/swap2
reserve - 494520 -494520
memory 916196 789408 126788 86%
[TMOS#2] root@s09brf07:/> UNIX95= ps -e -o ruser,pid,vsz=Kbytes|more
UNIX95=: Command not found.
[TMOS#2] root@s09brf07:/> bdf
Filesystem kbytes used avail %used Mounted on
/dev/vg00/lvol1 79701 51852 19878 72% /
/dev/vg00/lvol6 288157 208732 50609 80% /var
/dev/vg00/lvol5 498645 353762 95018 79% /usr
/dev/vg00/lvol4 46069 35427 6035 85% /tmp
/dev/vg00/lvol3 498645 443111 5669 99% /opt
/dev/vg01/fs1 10519338 7879458 1587946 83% /fs1
[TMOS#2] root@s09brf07:/> top
Result of top command
Memory: 193816K (136420K) real, 208620K (144952K) virtual, 43596K free Page# 1/4
As you can see the /opt is 99%, do you think this cause the problem?
br,
Munawwar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2002 12:47 AM
10-04-2002 12:47 AM
Re: clnt_udp error
UNIX95= ps -e -o ruser,pid,vsz=Kbytes
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2002 06:18 PM
10-24-2002 06:18 PM
Re: clnt_udp error
I find the workaround to resolve the problem, it is to empty the file "/var/tmos/logs/cap/TMOS_RC.log".
Thank you for your guide
br,
munawwar