- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Get memory 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
08-06-2001 06:00 AM
08-06-2001 06:00 AM
MDF
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2001 06:06 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2001 06:06 AM
08-06-2001 06:06 AM
Re: Get memory configuration
echo "selclass qualifier memory; info; wait; infolog" | cstm > /tmp/meminfo
Hope this helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2001 06:08 AM
08-06-2001 06:08 AM
Re: Get memory configuration
MDF
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2001 06:12 AM
08-06-2001 06:12 AM
Re: Get memory configuration
If you want to see your physical (installed) memory configuration, use STM (support Tools Manager):
# echo "selclass qualifier memory;info;wait;infolog"|cstm > /tmp/meminfo
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2001 06:15 AM
08-06-2001 06:15 AM
Re: Get memory configuration
Type :
dmesg
And under Memory information, the value of "Physical" is what you have as physical memory in your server.
Magdi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2001 06:18 AM
08-06-2001 06:18 AM
Re: Get memory configuration
1. dmesg | grep Phy
2. SAM --->Performance Monitor --->System Properties----> Memory.
3.STM.
4.Also shows up in details in Glance.
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2001 06:25 AM
08-06-2001 06:25 AM
Re: Get memory configuration
to see how much memory is installed:
# grep -i physical /var/adm/syslog/syslog.log
or
stm
or
/usr/sbin/dmesg
SAM/performance monitors/system properties/memory
Or
/opt/perf/bin/glance, then option m.
(Only if Glance is installed)
Alex.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2001 06:26 AM
08-06-2001 06:26 AM
Re: Get memory configuration
you can use:
# grep -i physical /var/adm/syslog/syslog.log
or
stm
or
/usr/sbin/dmesg
SAM/performance monitors/system properties/memory
Or
/opt/perf/bin/glance, then option m.
(Only if Glance is installed)
Alex.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2001 06:29 AM
08-06-2001 06:29 AM
Re: Get memory configuration
if you have installed:
HP-UX Installation Utilities (Ignite-UX)
you can run:
/opt/ignite/bin/print_manifest | more
and see the amount of physical memory of your system and other configuration issues.
Josep