- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How do I get detailed cstm info for memory errors?
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
07-17-2008 08:04 AM
07-17-2008 08:04 AM
How do I get detailed cstm info for memory errors?
cstm
map
sel dev 2
il
I want to see detailed info on the errors I want to get the date and time stamps that is not available in the infolog. What command do I run to get the detailed log data?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2008 08:13 AM
07-17-2008 08:13 AM
Re: How do I get detailed cstm info for memory errors?
echo "selclass qualifier memory;info;wait;infolog" | /usr/sbin/cstm
post the output. Then we will proceed with more details.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2008 08:50 AM
07-17-2008 08:50 AM
Re: How do I get detailed cstm info for memory errors?
In some cases additional information is available if you install a license password. Password can be gotten from this ITRC site.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2008 08:54 AM
07-17-2008 08:54 AM
Re: How do I get detailed cstm info for memory errors?
Maybe you have, if you other results than this:
...
Memory Error Log Summary
The memory error log is empty.
Page Deallocation Table (PDT)
The Page Deallocation Table is empty.
PDT Entries Used: 0
PDT Entries Free: 100
PDT Total Size: 100
...
Please come back with your results.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2008 09:10 AM
07-17-2008 09:10 AM
Re: How do I get detailed cstm info for memory errors?
echo "selclass qualifier memory;info;wait;infolog" | /usr/sbin/cstm
The 2nd is "mem_detail.txt" and its the output that is in this file that I want to reproduce:
==========================================================================
DIMM Location: DIMM 1B
Error Type: Single-bit error
Page Status: Pending - Page is reserved by OS and is not obtainable
First Detected: Wed Jul 2 21:37:46 2008
Last Detected: Wed Jul 2 21:37:46 2008
Error Count: 2
Error Addr: 0x3ff947f00
==========================================================================
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2008 09:11 AM
07-17-2008 09:11 AM
Re: How do I get detailed cstm info for memory errors?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2008 09:17 AM
07-17-2008 09:17 AM
Re: How do I get detailed cstm info for memory errors?
Page Status: Pending - Page is reserved by OS and is not obtainable
The diagnostics wants to reserve this memory area for testing, but it can't because the area is in use. The system will still log the same error again and again.
You should try to reboot the server, doing this will reserve the suspect areas to the diagnostics. If you still get errors, consider to replace the DIMM.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2008 09:39 AM
07-17-2008 09:39 AM
Re: How do I get detailed cstm info for memory errors?
Logtool Utility>vd
Formatting of the memory error log is in progress.
-- Converting a (651368) byte raw log file to text. --
Preparing the Logtool Utility: View Memory Report File ...
-- Logtool Utility: View Memory Report --
System Start Time: Mon Jun 30 09:19:00 2008
Last Error Detected Time: Thu Jul 17 12:34:52 2008
Logging Time Interval: 600 Seconds
==========================================================================
DIMM Location: Ext 1 DIMM 1C
Error Type: Single-bit error
Page Status: Active - Page is active and can be used
First Detected: Thu Jul 17 12:34:52 2008
Last Detected: Thu Jul 17 12:34:52 2008
Error Count: 1
Error Addr: 0x498adb380
==========================================================================
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2008 09:45 AM
07-17-2008 09:45 AM
Re: How do I get detailed cstm info for memory errors?
This was what I would proceed with ...
Only 1 Single-bit error is nothing to worry about - this just happens.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2008 09:58 AM
07-17-2008 09:58 AM
Re: How do I get detailed cstm info for memory errors?
An EMS event also has not registered do you know what the threshold is for memory errors to generate an EMS event?
System start: Mon Jun 30 09:19:00 2008.
Last error detected: Thu Jul 17 12:04:52 2008.
Logging interval: 600 seconds.
2943 address(es) with errors logged in memory error log.
The Logtool Utility provides full details about the memory error log.
Page Deallocation Table (PDT)
The Page Deallocation Table is empty.
PDT Entries Used: 0
PDT Entries Free: 100
PDT Total Size: 100
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2008 10:03 AM
07-17-2008 10:03 AM
Re: How do I get detailed cstm info for memory errors?
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-17-2008 11:04 AM
07-17-2008 11:04 AM