- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: syslog.log ---> log
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-16-2005 04:56 AM
12-16-2005 04:56 AM
1.- ps2_readbyte_timeout: no byte after 500 uSec
2.- Dec 16 11:38:18 sapa02 vmunix: Networking memory for fragment reassembly is restricted to 222978048
bytes
3.- Dec 16 11:38:18 sapa02 vmunix: WARNING: Insufficient space on dump device to save full crashdump.
Thanks, Manuales.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2005 05:08 AM
12-16-2005 05:08 AM
Solutionhttp://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=201678&admit=-682735245+1134756494234+28353475
2 - May be related to netmemmax - This specifies how much memory can be used for holding partial internet-protocol(IP) messages in memory.
3 - means you don't have enough space on your dump device to save a full crash dump.
Do a lvlnboot -v
That will tell you your dump device - probably same as swap - needs to be same ammunt of ram installed.
http://docs.hp.com/en/951/syscrash.html
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2005 05:09 AM
12-16-2005 05:09 AM
Re: syslog.log ---> log
2. & 3. Did you ever replace that drive that held your swap space?
What is the size of var and how much space do you have left?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2005 05:10 AM
12-16-2005 05:10 AM
Re: syslog.log ---> log
http://www1.itrc.hp.com/service/iv/docDisplay.do?docId=prodITRC/DE_SW_UX_swrec_EN_01_E/SystemRecovery.pdf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2005 05:15 AM
12-16-2005 05:15 AM
Re: syslog.log ---> log
For #3, it means you don't have enough dump space. You can add to your dump space using secondary swap via the "crashconf" command .. do a 'man crashconf' for details.
For #1, it's generally a case of having the ps2 driver in the kernel but not having any ps2 devices on the system.
Best regards,
Kent M. Ostby
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-16-2005 06:39 AM
12-16-2005 06:39 AM
Re: syslog.log ---> log
1. You are getting this message because you have the ps2 driver in the kernel, but you don't have any ps2 devices plugged into your system. You need to plug-in a PS2 device to the system.
2. It is a normal informative message. It merely means the amount of memory that is available for the network to use for the IP stack reassembly of packets coming into the system. Typically it is 10% of the total
memory. I guess it would only show after a reboot.
3. As indicated , you need to configure dump device with sufficient space ( equal to RAM amount) to save full crashdump wither with separate dump device or larger /var filesystem run # lvlnboot -v to check.