- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How much memory
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
01-08-2003 01:18 PM
01-08-2003 01:18 PM
jeremy
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2003 01:21 PM
01-08-2003 01:21 PM
Solution# grep Physical /var/adm/syslog/syslog.log
# /opt/ignite/bin/print_manifest
# sam
Go to "Performance Monitors" then go to "System Properties" and then go to the "Memory" tab in that display
All of these will get you your total physical RAM on the box.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2003 01:21 PM
01-08-2003 01:21 PM
Re: How much memory
And it gives you a lot of other useful info!
If you don't have it, install ignite immediately!
http://www.software.hp.com/products/IUX/download.html
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2003 01:21 PM
01-08-2003 01:21 PM
Re: How much memory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2003 01:29 PM
01-08-2003 01:29 PM
Re: How much memory
Performance Monitors
System Properties
Memory tab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2003 01:34 PM
01-08-2003 01:34 PM
Re: How much memory
1. dmesg | grep Phy
2. print_manifest
3. sam-->performance monitors----> system properties -----> memory
4. cstm or stm
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2003 01:36 PM
01-08-2003 01:36 PM
Re: How much memory
in addition:
- you can see it in PDC if you'll reboot server and stop it booting;
- if you have Online Diags installed (STM) you can see it in stm (cstm, mstm, xstm) information for memory. In addition, you can see page deallocation table here - memory errors, memory configuration/mapping etc
Eugeny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2003 03:06 PM
01-08-2003 03:06 PM
Re: How much memory
If your dmesg buffer overflows, then you cant get the Physical memory output.
try this.
for 10.x
echo physmem/D | adb /stand/vmunix /dev/kmem
for 11.x 32bit
echo phys_mem_pages/D | adb /stand/vmunix /dev/kmem
for 11.x 64bit
echo phys_mem_pages/D | adb64 /stand/vmunix /dev/kmem
multiply the result with 4096 to get the result in Kb.
This way is the only method if you have a very busy server, where syslog and kernel buffer overflows with messages.
Srini.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2003 03:06 PM
01-08-2003 03:06 PM
Re: How much memory
If your dmesg buffer overflows, then you cant get the Physical memory output.
try this.
for 10.x
echo physmem/D | adb /stand/vmunix /dev/kmem
for 11.x 32bit
echo phys_mem_pages/D | adb /stand/vmunix /dev/kmem
for 11.x 64bit
echo phys_mem_pages/D | adb64 /stand/vmunix /dev/kmem
multiply the result with 4096 to get the result in Kb.
This way is the method if you have a very busy server, where syslog and kernel buffer overflows with messages.
Srini.