- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - HP-UX
- >
- System Administration
- >
- how to check free memory on hp unix 11.31
-
-
Categories
- Topics
- Hybrid IT with Cloud
- Mobile & IoT
- IT for Data & Analytics
- Transformation
- Strategy and Technology
- Products
- Cloud
- Integrated Systems
- Networking
- Servers and Operating Systems
- Services
- Storage
- Company
- Events
- Partner Solutions and Certifications
- Welcome
- Welcome
- Announcements
- Tips and Tricks
- Feedback
-
Blogs
- Alliances
- Around the Storage Block
- Behind the scenes @ Labs
- Converged Data Center Infrastructure
- Digital Transformation
- Grounded in the Cloud
- HPE Careers
- HPE Storage Tech Insiders
- Infrastructure Insights
- Inspiring Progress
- Internet of Things (IoT)
- My Learning Certification
- Networking
- OEM Solutions
- Servers: The Right Compute
- Telecom IQ
- Transforming IT
-
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
-
Categories
-
Forums
-
Blogs
-
InformationEnglish
how to check free memory on hp unix 11.31
- 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
06-14-2009 07:33 PM
06-14-2009 07:33 PM
how to check free memory on hp unix 11.31
how to check free memory on hp unix 11.31
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-14-2009 08:13 PM
06-14-2009 08:13 PM
Re: how to check free memory on hp unix 11.31
Re: how to check free memory on hp unix 11.31
#swapinfo â tam
#glance
#echo desfree/D|adb -k /stand/vmunix /dev/kmem
ftp://eh:spear9@hprc.external.hp.com/memory.htm
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=959986
http://forums11.itrc.hp.com/service/forums/questionanswer.do?admit=109447626+1245038681005+28353475&threadId=942047
For detail read the "HP-UX Memory Management: White Paper"
http://www.docs.hp.com/en/5965-4641/index.html
Regards,
Asif Sharif
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-14-2009 08:15 PM
06-14-2009 08:15 PM
Re: how to check free memory on hp unix 11.31
Re: how to check free memory on hp unix 11.31
Use kmeminfo tool to see the physical memory usage system and user process wise..
For more, check the following links:
http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1245039137400+28353475&threadId=1332985
Rgds-Kranti
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-14-2009 08:20 PM
06-14-2009 08:20 PM
Re: how to check free memory on hp unix 11.31
Re: how to check free memory on hp unix 11.31
# swapinfo -tam
Mb Mb Mb PCT START/ Mb
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 8192 1519 6673 19% 0 - 1 /dev/vg00/lvol2
reserve - 3458 -3458
memory 7773 2130 5643 27%
total 15965 7107 8858 45% - 0 -
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-14-2009 08:25 PM
06-14-2009 08:25 PM
Re: how to check free memory on hp unix 11.31
Re: how to check free memory on hp unix 11.31
Which mamory you are talking about, swap memory or physical memory ?
for swap memory you can give
#swapinfo -tam
for physical memory
top, glance,
Suraj
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-14-2009 08:37 PM
06-14-2009 08:37 PM
Re: how to check free memory on hp unix 11.31
Re: how to check free memory on hp unix 11.31
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-14-2009 09:31 PM
06-14-2009 09:31 PM
Re: how to check free memory on hp unix 11.31
Re: how to check free memory on hp unix 11.31
For checking free memory, you can use
#swapinfo -tam
or
kmeminfo
from kmeminfo you can check everything regarding memory .
Rgds//
Taifur
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-14-2009 09:59 PM
06-14-2009 09:59 PM
Re: how to check free memory on hp unix 11.31
Re: how to check free memory on hp unix 11.31
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-14-2009 10:04 PM
06-14-2009 10:04 PM
Re: how to check free memory on hp unix 11.31
Re: how to check free memory on hp unix 11.31
Regards,
Asif Sharif
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-14-2009 10:51 PM
06-14-2009 10:51 PM
Re: how to check free memory on hp unix 11.31
Re: how to check free memory on hp unix 11.31
Checking phyiscal memory in HP-UX using dmesg :
You can check memory in HP-UX using dmesg output. In HP-UX dmesg print HP-UX server messages and hardware information available to system during the boot time.Here is the command to check physical memory in HP-UX using dmesg output :
hp-uxdev# dmesg |grep Physical
Physical: 8388608 Kbytes, lockable: 5614168 Kbytes, available: 6461644 Kbytes
2.) Checking HP-UX memory using print_manifest :
HP-UX provides very useful command called print_manifest,i am going to use print_manifest to check how much memory is available :
hp-uxdev# print_manifest |grep â i memory
Main Memory: 8192 MB
regarding swap u can use
swapinfo -tam
thanks and regards
Sajjad Sahir
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-14-2009 10:54 PM
06-14-2009 10:54 PM
Re: how to check free memory on hp unix 11.31
Re: how to check free memory on hp unix 11.31
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
06-14-2009 11:03 PM
06-14-2009 11:03 PM
Re: how to check free memory on hp unix 11.31
Re: how to check free memory on hp unix 11.31
To know how to assign points please go through the below link.
http://forums13.itrc.hp.com/service/forums/helptips.do?#33
Suraj
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2018 Hewlett Packard Enterprise Development LP