- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Console Error Message
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
12-12-2005 08:16 PM
12-12-2005 08:16 PM
Console Error Message
"ln: failed to get new buffer for received packets"
Server is rp7420 connected in SAN with EVA5000.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2005 08:35 PM
12-12-2005 08:35 PM
Re: Console Error Message
is this a system error message or an application error message?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2005 08:42 PM
12-12-2005 08:42 PM
Re: Console Error Message
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2005 08:42 PM
12-12-2005 08:42 PM
Re: Console Error Message
Check syslog.log
dmesg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2005 08:46 PM
12-12-2005 08:46 PM
Re: Console Error Message
From when are u getting this error maessage, what is the last change made to the system, both hardware and software.
Check syslog for any possible entries related to this error.
Regards,
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2005 08:47 PM
12-12-2005 08:47 PM
Re: Console Error Message
Mostly this is something related to network
Regards,
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2005 09:30 PM
12-12-2005 09:30 PM
Re: Console Error Message
Server is sending message on console after every 10-15 seconds. Oracle & SAP is running on the system.
Regards,
Kashif
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2005 10:03 PM
12-12-2005 10:03 PM
Re: Console Error Message
Seems that you do have networking issues.
It would be a good idea to log onto the console and do a quick check of network functionality.
This message means that things are not running fine.
It could be a problem outside your machine, or it could be the prelude to a network card failure.
It would be a good idea to run some hardware diagnostics on networking with cstm,mstm or xstm, your choice, whichever tool you prefer.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2005 12:46 AM
12-13-2005 12:46 AM
Re: Console Error Message
Did u notice any problem related to the network performance by the system.
Check the status of the NIC LEDs behind teh server, have close observation for at least 30Mins.
How is your network and backbone structure.
regards,
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2005 01:41 AM
12-13-2005 01:41 AM
Re: Console Error Message
The "buffer" referred in the message could be TCP buffer which couldn't be allocated for the received packets.
I doubt as why the error is being given by "ln". Are you using NFS? If yes, which
version?
I would check the patch status of the system
for nfs and network related patches first.
I would go to debug network activity using
# netstat -i
# netstat -s
# netstat -m
Enabling network tracing for a short time using "nettl" and them check the logs using
"netfmt"
Checking network parameter using ndd and looking for possiblity tune parameters related to tcp buffer.