- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - HP-UX
- >
- System Administration
- >
- finding RAM size in 9000/800/rp7420
-
- Forums
-
Blogs
- Alliances
- Around the Storage Block
- Behind the scenes @ Labs
- HPE Careers
- HPE Storage Tech Insiders
- Infrastructure Insights
- Inspiring Progress
- Internet of Things (IoT)
- My Learning Certification
- OEM Solutions
- Servers: The Right Compute
- Shifting to Software-Defined
- Telecom IQ
- Transforming IT
- Infrastructure Solutions German
- L’Avenir de l’IT
- IT e Trasformazione Digitale
- Enterprise Topics
- ИТ для нового стиля бизнеса
- Blogs
-
Quick Links
- Community
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Contact
- Email us
- Tell us what you think
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Enterprise.nxt
- Marketplace
- Aruba Airheads Community
-
Forums
-
Blogs
-
InformationEnglish
- 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
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-07-2009 02:24 AM
07-07-2009 02:24 AM
finding RAM size in 9000/800/rp7420
dmesg |grep "Physical" will give output, but sometimes it will not..
any other command??
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-07-2009 02:28 AM
07-07-2009 02:28 AM
Re: finding RAM size in 9000/800/rp7420
Hi,
# echo "phys_mem_pages/D" |adb /stand/vmunix /dev/kmem
phys_mem_pages:
phys_mem_pages: 524288
The Value "524288" is in pages ,multiply by 4096 you will get the RAM size.
In my case it is 524288 * 4096 = 2147483648 or 2048 MB
Regards,
Aneesh
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-07-2009 02:28 AM
07-07-2009 02:28 AM
Re: finding RAM size in 9000/800/rp7420
or
hp-ux 11.23# echo phys_mem_pages/2d | adb /stand/vmunix /dev/kmem value in page x 4096)
hp-ux 11.11# echo phys_mem_pages/D | adb -k /stand/vmunix /dev/mem (value in page x 4096)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-07-2009 02:29 AM
07-07-2009 02:29 AM
Re: finding RAM size in 9000/800/rp7420
Try using below commands.
#/opt/ignite/bin/print_manifest
#cstm
and then from cstm
cstm>sel all
cstm>infolog
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-07-2009 02:42 AM
07-07-2009 02:42 AM
Re: finding RAM size in 9000/800/rp7420
ftp://eh:spear9@hprc.external.hp.com/memory.htm
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-07-2009 02:51 AM
07-07-2009 02:51 AM
Re: finding RAM size in 9000/800/rp7420
Use the below command.
# echo "selclass qualifier memory;info;wait;infolog" | /usr/sbin/cstm | grep 'Total Configured'
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-07-2009 02:52 AM
07-07-2009 02:52 AM
Re: finding RAM size in 9000/800/rp7420
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-07-2009 03:17 AM
07-07-2009 03:17 AM
Re: finding RAM size in 9000/800/rp7420
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2019 Hewlett Packard Enterprise Development LP