- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Memory problem
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
02-29-2004 08:16 PM
02-29-2004 08:16 PM
Memory problem
Could someone advice on memory problem, the error below was sent to me via cron, but swapinfo -m shows that memory is 49% used. Please help.
/system/events/memory/8 is >= 3.
Its current value is CRITICAL(5).
Event data from monitor:
Event Time..........: Mon Mar 1 02:59:08 2004
Severity............: CRITICAL
Monitor.............: dm_memory
Event #.............: 4500
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2004 08:20 PM
02-29-2004 08:20 PM
Re: Memory problem
This means that something is seriously wrong with one of your memory modules. That email should also contain a link or a command to execute. Do that, it'll tell you what's wrong exactly. You'll probably need to log a hardware call.
HTH,
Robert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2004 08:24 PM
02-29-2004 08:24 PM
Re: Memory problem
Use STM to figure out wich bank and call HP to replace it.
See:
http://docs.hp.com/hpux/onlinedocs/diag/ems/dm_memory.htm
HTH,
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2004 08:26 PM
02-29-2004 08:26 PM
Re: Memory problem
The msg that was sent had no suggetion for a command to execute. I am new to HP-UX and will appreciate it if you paste me the relevent commands to trableshoot this problem.
Thanks in advance.
Morongwa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2004 08:35 PM
02-29-2004 08:35 PM
Re: Memory problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2004 08:35 PM
02-29-2004 08:35 PM
Re: Memory problem
(or xstm for the GUI)
Select the memory item (last entry on the first page (after the OK prompt you get after start stm at command line))
Then start from menu(using tab) the infromation->run feature and see which back has Single Bit Errors.
HTH,
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2004 08:37 PM
02-29-2004 08:37 PM
Re: Memory problem
As this is hardware issue, you'll need to log a call with your service provider. They'll need to replace it for you.
Peter already told you the command to use, for a full list of features read the man page, a short list of commands follows:
- cstm
- map (look for the memory banks)
- select device
- infolog
cstm is the command line Support Tool Manager from HP.
Good luck,
Robert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2004 08:41 PM
02-29-2004 08:41 PM
Re: Memory problem
2.Shutdown the machine,re-seat the memory DIMM modules.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2004 08:43 PM
02-29-2004 08:43 PM
Re: Memory problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2004 08:48 PM
02-29-2004 08:48 PM
Re: Memory problem
the message probably came from a cron job that failed because of this hardware memory error. The error should be recorded in the syslog.
If the other suggestions do not give the expected result, then execute this:
# more /var/adm/syslog/syslog.log
and press the space bar until you reach the specified time, Mon Mar 1 02:59:08 2004.
The log should hold details about a command to execute in order to obtain more information. If that is not understandable, then please post the details.
regards,
John K.