- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Memory - How much is where?
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
06-15-2001 09:16 AM
06-15-2001 09:16 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2001 09:26 AM
06-15-2001 09:26 AM
Re: Memory - How much is where?
I know this method.
1) Reboot the system
2) Stop Boot ("press any key withing 10 seconds")
3) In Main menu select INformation menu
4) In Infomation Menu select MEmory
5) Appears "Memory Module Information"
6) Bye :)
CGRC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2001 09:39 AM
06-15-2001 09:39 AM
Re: Memory - How much is where?
Tools-->Information-->run
You will find what you are looking for.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2001 09:54 AM
06-15-2001 09:54 AM
SolutionDo this:
echo "selclass qualifier memory;info;wait;infolog"|cstm > /tmp/meminfo
You will see the distribution and size of each memory SIM.
If you don't have 'stm' (Support Tools Manager) [a.k.a. 'cstm & mstm'] loaded, go here to download, or get it from your current SupportPlus CDROM from the /cdrom/DIAGNOSTICS/B.11.00 directory:
http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=B6191AAE
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2001 10:23 AM
06-15-2001 10:23 AM
Re: Memory - How much is where?
1> STM or the command , the procedure is already given to you by others, some times this doesent help stm may not show you the information you want. then no option but to
2>Reboot the system the procedure is already given to you.
Or finally you can just open the front cover of your K box and pull out the memory carrires to physically check the modules.
good luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2001 06:38 AM
06-18-2001 06:38 AM
Re: Memory - How much is where?
The amount of memory is written to syslog during startup. You can get the amount of memory by doing:
grep Physical /var/adm/syslog/syslog.log
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2001 06:42 AM
06-18-2001 06:42 AM
Re: Memory - How much is where?
adb /stand/vmunix /dev/kmem | tail -1 | awk '{print $2}'`