- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: vmunix: mem: could not lock:
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
08-21-2007 04:02 PM
08-21-2007 04:02 PM
vmunix: mem: could not lock:
One one of the itanium server rx 4640 with HPUX 11.23 v2 iam getting "vmunix: mem: could not lock:0x40f1fee" errors in syslog. This is something related to memory as it states. But can anyone tell me where to look for and what does this error mean.
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2007 05:09 PM
08-21-2007 05:09 PM
Re: vmunix: mem: could not lock:
Please check the memory usage by glance or sar. Also check the nproc and other related kernel parameters. I have faced the sililar situation but it didnt bring the server to crash or halt.You can also check the cstm messages to check if the memory is OK or use command set_fixed -l to check the EMS errors. If any hardware issues then contact HP.Normally a scheduled reboot solves the problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2007 05:16 PM
08-21-2007 05:16 PM
Re: vmunix: mem: could not lock:
http://www.hpux.ws/system.perf.sh
kctune
# displays kernel variables.
Analysis. What does the system, do and how new is it. Errors of this type are common on oracle database servers and systems running shared memory software with inadequate shmseg, shmmax and other important tunable's. While installation minimums were probably met they are not always set to real world values.
What bi-annual patch update is installed?
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
08-21-2007 06:27 PM
08-21-2007 06:27 PM
Re: vmunix: mem: could not lock:
it's not a sign of bug. only a sign that someone is accessing /dev/mem.
Did you do anything like crashinfo -v ofiles which open /dev/mem or did anything at the time this message appear
WK
please assign point
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2007 07:43 PM
08-21-2007 07:43 PM
Re: vmunix: mem: could not lock:
The message comes from /dev/mem
driver when someone accesses a page which is locked. Not a problem
usually since EBUSY is returned so caller can and should retry.
The message comes from MEM_DEBUG which is enabled via MEMDRV_KFT
which is clearly defined on IA kernel.