- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- Server Management - Systems Insight Manager
- >
- What is "Memory Type"?
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
Discussions
Discussions
Discussions
Forums
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
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
тАО11-29-2010 02:46 PM
тАО11-29-2010 02:46 PM
What is "Memory Type"?
Under System->Properties->Configuration->Physical Memory it shows a chart with the following information:
Memory Board, Redundancy Set, Memory Module Location, Size, Module Type, Memory Type, Speed, Removable?
The memory type column lists "24". I've looked in the HP SIM user guide but it does not explain that field. Is there any documentation or a chart that describes what "Memory Type" is?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-30-2010 12:05 AM
тАО11-30-2010 12:05 AM
Re: What is "Memory Type"?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-30-2010 06:57 PM
тАО11-30-2010 06:57 PM
Re: What is "Memory Type"?
From your post, if it doesn't know the RAM type it shows other (1).
Since it's not showing 1 then it knows my RAM type (24). Where did you find that excerpt? Does it show what type 24 might be?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-25-2011 02:33 PM
тАО01-25-2011 02:33 PM
Re: What is "Memory Type"?
cpqSiMemModuleType OBJECT-TYPE
SYNTAX INTEGER {
other(1),
board(2),
cpqSingleWidthModule(3),
cpqDoubleWidthModule(4),
simm(5),
pcmcia(6),
compaq-specific(7),
dimm(8),
smallOutlineDimm(9),
rimm(10),
srimm(11)
}
ACCESS read-only
STATUS mandatory
DESCRIPTION
"Type of memory module installed. The value other(1) will be
given if the type is not known. The value board(2) will be
given if the memory module is permanently mounted (not modular)
on a system board or memory expansion board."
::= { cpqSiMemModuleEntry 4 }
Source: http://www.mibsearch.com/vendors/Compaq/mibview/CPQSINFO-MIB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-25-2011 03:06 PM
тАО01-25-2011 03:06 PM
Re: What is "Memory Type"?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-25-2011 04:25 PM
тАО01-25-2011 04:25 PM
Re: What is "Memory Type"?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО12-15-2016 09:05 AM - edited тАО12-15-2016 09:05 AM
тАО12-15-2016 09:05 AM - edited тАО12-15-2016 09:05 AM
Re: What is "Memory Type"?
Greetings from the future!
In case anyone's still asking this question, Microsoft put together a guide that covers the Win32_PhysicalMemory class, and it's in good company with a ton of documentation about other object classes.
https://msdn.microsoft.com/en-us/library/aa394347(v=vs.85).aspx
Thanks!