- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- rmap overflow and file table is full in syslog.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
06-15-2005 10:10 PM
06-15-2005 10:10 PM
rmap overflow and file table is full in syslog.log
We are using 2 node clusters on HP rp5470, share VA7000.
Currently, it has problem with performance.
In the syslog there are some error:
...
vmunix: quad4map_32bit: rmap ovflo, lost [863274,863283)
vmunix: file: table is full
....
Could anyone show me what the log mean and how to correct the problem ?
Best regards,
Tiem NV
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2005 10:16 PM
06-15-2005 10:16 PM
Re: rmap overflow and file table is full in syslog.log
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2005 10:21 PM
06-15-2005 10:21 PM
Re: rmap overflow and file table is full in syslog.log
as pete has mentioned, nfile is low which resulted in the second error message.
for the first error, refer to these doc:
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000063201277
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000063200449
it has something to do with needing to increase another kernel parameter, shmmni.
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2005 10:23 PM
06-15-2005 10:23 PM
Re: rmap overflow and file table is full in syslog.log
YOu can monitor the status of your files table. If you have glance, you can view it there. Alternatively use:
sar -v 10 10
this will show a column file-sz, which will show current amount of files open and maximum allowed. Your tuning should be based on this. Knowledge of the applications you are running on the server (eg regularly opens new files, or opens lots and leaves them open like oracle) will also help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2005 12:54 AM
06-16-2005 12:54 AM
Re: rmap overflow and file table is full in syslog.log
> vmunix: quad4map_32bit: rmap ovflo, ...
you need to increase shmmni to give more room for the quadrant 4 resource map. It is caused by excessive fragmentation by 32bit programs. This fragmentation can be caused by a lot of stopping and restarting of processes that use shared memory, and especially if processes are terminated with kill -9, an especially bad thing for databases. kill -9 leaves orphaned shared memory segments (ipcs -bmop) and related files incomplete.
Bill Hassell, sysadmin