- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Available physical 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
04-14-2007 08:36 PM
04-14-2007 08:36 PM
Dear All,
In our office environment we have three HP Integrity rx7620 servers that are running HP-UX 11.23.
Server one and two run under cluster environment and other is running separately.
In above three severs I need to do memory (physical and swap) usages monitoring (available, used & free) using command line.
I used swapinfo –mat command for that. Here I have show three outputs of the three servers.
Server01
---------
#swapinfo -mat
Mb Mb Mb PCT START/ Mb
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 4096 0 4096 0% 0 - 1 /dev/vg00/lvol2
dev 12000 0 12000 0% 0 - 1 /dev/vg00/lvol10
reserve - 4126 -4126
memory 8151 3004 5147 37%
total 24247 7130 17117 29% - 0 -
server02
---------
#swapinfo -mat
Mb Mb Mb PCT START/ Mb
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 4096 834 3262 20% 0 - 1 /dev/vg00/lvol2
dev 12000 825 11175 7% 0 - 1 /dev/vg00/lvol10
reserve - 6344 -6344
total 16096 8003 8093 50% - 0 -
server03
--------
#swapinfo -mat
Mb Mb Mb PCT START/ Mb
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 4096 2 4094 0% 0 - 1 /dev/vg00/lvol2
dev 12000 2 11998 0% 0 - 1 /dev/vg00/lvol10
reserve - 2991 -2991
memory 8159 4019 4140 49%
total 24255 7014 17241 29% - 0 -
In above three outputs except server2, is it display physical memory (I mean in memory row)? Then why doesn’t it display in server2?
If it not how can I found physical memory status( available, used & free) ?
Pease anyone can help me regarding this ?
Thanks
Dhananjaya Amarakoon
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2007 09:47 PM
04-14-2007 09:47 PM
Re: Available physical memory
Hard to tell.
Since the system is running, I'd surmise it has memory.
So some idea:
1) Problem with the swapinfo utility maybe a patch is needed.
2) swapinfo is somehow corrupt, try copying the binary from a working system.
3) Hardware issue is preventing the util from reporting.
#3 could be serious, I'd recommend using cstm/mstm or xstm to fully test the system hardare.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2007 03:09 AM
04-15-2007 03:09 AM
Re: Available physical memory
Check the swapmemon kernel paramaeter on all the servers.
Regds
TT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2007 03:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2007 04:30 AM
04-15-2007 04:30 AM
Re: Available physical memory
You are not the first one to want to do this, nor will you be the last.
Be sure to take advantage of previous experiences:
google: +hpux +memory +usage +site:itrc.hp.com
For a nice writeup check:
http://docs.google.com/View?
docid=dc7s6mzr_56cgsg9g
Hope this helps some,
Hein van den Heuvel (at gmail dot com)
HvdH Performance Consulting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2007 05:20 PM
04-15-2007 05:20 PM
Re: Available physical memory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2007 12:39 AM
04-16-2007 12:39 AM
Re: Available physical memory
So thanks to every one who spend time for my problem.
Dhananjaya