- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Hpux 11.31 after install vm use a lot of ram
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
03-12-2014 03:55 AM - last edited on 03-12-2014 08:43 PM by Lisa198503
03-12-2014 03:55 AM - last edited on 03-12-2014 08:43 PM by Lisa198503
After install product BB068AA vpars and integrity vm
hpux use 10gb(!!!) of ram.
swapinfo -tm Mb Mb Mb PCT START/ Mb TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME dev 8192 0 8192 0% 0 - 1 /dev/vg00/lvol2 reserve - 1141 -1141 memory 12230 10377 1853 85% total 20422 11518 8904 56% - 0 -
I try to check wich process consume this lot of memory
UNIX95= ps -e -o comm,vsz,etime,stime,time|awk '{print $1,$2}'|sort -n|more cimprovagt 223744 cimprovagt 51968 cimprovagt 57920 cimprovagt 57920 cimprovagt 57920 cimprovagt 57984 cimprovagt 58240 cimprovagt 68928 cimprovagt 88128 cimprovagt 88320 cimprovagt 89664 cimprovagt 90112 cimprovagt 91712 cimprovagt 94720 cimserver 15168
seems to be cimprovagt
i try to disable some modules but after reboot nothing is changed
80% and more of total ram used
Someone can help?
Thanks
P.S. This thread has been moved from Disk to HP-UX > virtualization. -HP Forum Moderator
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2014 05:34 AM
03-12-2014 05:34 AM
SolutionThis is normal and expected. HPVM preallocates about 92% of memory available at boot time into HPVM memory pool.
See HPVM Admin Guide (www.hp.com/go/hpux-hpvm-docs).
try
# hpvmhwmgmt -l -p memory
It will show you the memory pool details
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2014 06:03 AM
03-12-2014 06:03 AM
Re: Hpux 11.31 after install vm use a lot of ram
Perfect,and i will get problems if i use a program(for example: oracle db) wich use a lot of ram?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2014 11:20 AM
03-12-2014 11:20 AM
Re: Hpux 11.31 after install vm use a lot of ram
If you have the VPARS/VM software installed, then I would NOT use the VM host to also run Oracle. You should be running Oracle in one of the VMs, since I assume that is why you installed the software.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2014 12:11 PM
03-12-2014 12:11 PM
Re: Hpux 11.31 after install vm use a lot of ram
Thanks