- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: quick way to see RAM configuration
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
04-25-2007 11:02 PM
04-25-2007 11:02 PM
quick way to see RAM configuration
do you know the quickest way to see inside an rp4440 box the RAM HW config.?
In particular I would know how many slots are full and how many still remain for an upgrade.
Thank you very much,
Alessandro Potenziani
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2007 11:11 PM
04-25-2007 11:11 PM
Re: quick way to see RAM configuration
# echo "selclass qualifier memory;info;wait;infolog" | /usr/sbin/cstm
PCS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2007 11:14 PM
04-25-2007 11:14 PM
Re: quick way to see RAM configuration
view mem.out file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2007 11:23 PM
04-25-2007 11:23 PM
Re: quick way to see RAM configuration
please see this earlier thread:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=215603
and for the memory type:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=100527
Please read:
http://66.34.90.71/ITRCForumsEtiquette/after.html
Please also read:
http://forums1.itrc.hp.com/service/forums/helptips.do?#33
on how to reward any useful answers given to your questions.
So far you have only awarded points to 7 of 39 answers !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2007 11:46 PM
04-25-2007 11:46 PM
Re: quick way to see RAM configuration
# machinfo | grep Memory
Using SAM:
# sam --> Performance Monitors --> System Properties --> Memory
Using CSTM (STM): < This could give you the better output >
system#cstm
cstm>map
cstm>sel dev 34 (34 is the device listed for my memory)
cstm>info
cstm>il
Hope this helps,
Rgds,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-25-2007 11:53 PM
04-25-2007 11:53 PM
Re: quick way to see RAM configuration
the rp4440 can either have 16 or 32 memory slots.
Maybe it depends on the diagnostic version, but I have seen cstm is only reporting occupied slots so far.
OK, if you have a number between 16 and 32 memory modules, you are using the 32 slot extender.
At least the "in me" command (info memory) from the boot menu prompt will tell you the information about every slot - full or free:
Main Menu: Enter command or menu > in me
MEMORY INFORMATION
MEMORY STATUS TABLE (MB) (Current Boot Status)
Slot 0a 1024M Active
Slot 0b 1024M Active
Slot 0c 1024M Active
Slot 0d 1024M Active
Slot 1a 1024M Active
Slot 1b 1024M Active
Slot 1c 1024M Active
Slot 1d 1024M Active
Slot 2a 1024M Active
Slot 2b 1024M Active
Slot 2c 1024M Active
Slot 2d 1024M Active
Slot 3a 1024M Active
Slot 3b 1024M Active
Slot 3c 1024M Active
Slot 3d 1024M Active
Slot 4a 1024M Active
Slot 4b 1024M Active
Slot 4c 1024M Active
Slot 4d 1024M Active
Slot 5a 1024M Active
Slot 5b 1024M Active
Slot 5c 1024M Active
Slot 5d 1024M Active
Slot 6a 0
Slot 6b 0
Slot 6c 0
Slot 6d 0
Slot 7a 0
Slot 7b 0
Slot 7c 0
Slot 7d 0
Subtotal 24576M
TOTAL = 24576 MB
---------
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
04-26-2007 12:11 AM
04-26-2007 12:11 AM
Re: quick way to see RAM configuration
# echo "selclass qualifier memory;info;wait;infolog" | /usr/sbin/cstm
> Running Command File (/usr/sbin/stm/ui/config/.stmrc).
-- Information --
Support Tools Manager
...
Basic Memory Description
Module Type: MEMORY
Total Configured Memory : 8192 MB
Page Size: 4096 Bytes
Memory interleaving is supported on this machine and is ON.
Memory Board Inventory
DIMM Slot Size (MB)
--------- ---------
0A 1024
0B 1024
0C 1024
0D 1024
1A 1024
1B 1024
1C 1024
1D 1024
2A 0
2B 0
2C 0
2D 0
3A 0
3B 0
3C 0
3D 0
--------- ---------
System Total (MB): 8192
...
As you can see, empty slots do appear. Of course, my version of cstm (A.53.05) may be different from yours.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2007 12:19 AM
04-26-2007 12:19 AM
Re: quick way to see RAM configuration
This was from my logs:
Memory Board Inventory
DIMM Slot Size (MB)
--------- ---------
0A 2048
0B 2048
0C 2048
0D 2048
1A 1024
1B 1024
1C 1024
1D 1024
--------- ---------
System Total (MB): 12288
Unable to tell the number of slots.
But it must be an old version.
Newer versions should report better results, like yours.
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
04-27-2007 12:39 AM
04-27-2007 12:39 AM
Re: quick way to see RAM configuration
This was fixed in the C.51.00 release for 11.23, and the A.52.00 release for 11.11.
If you see the problem on these or later versions, let me know.
Andrew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2007 07:21 PM
04-30-2007 07:21 PM
Re: quick way to see RAM configuration
a lot of people have provided you with answers. Could you please spend some time to update this thread.
Is the problem resolved or do you have further problems ?
If the problem is resolved, could you please award points, summarise how you fixed the problem and close the thread.
Please read:
http://66.34.90.71/ITRCForumsEtiquette/after.html
Please also read:
http://forums1.itrc.hp.com/service/forums/helptips.do?#33
on how to reward any useful answers given to your questions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2007 03:51 AM
05-01-2007 03:51 AM
Re: quick way to see RAM configuration
Regards,
Berd