Operating System - HP-UX
1834533 Members
2614 Online
110069 Solutions
New Discussion

Hpux 11.31 after install vm use a lot of ram

 
SOLVED
Go to solution
uxbeginner22
Trusted Contributor

Hpux 11.31 after install vm use a lot of ram

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

4 REPLIES 4
Stan_M
HPE Pro
Solution

Re: Hpux 11.31 after install vm use a lot of ram

This 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

I work for HPE
uxbeginner22
Trusted Contributor

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?

 

Patrick Wallek
Honored Contributor

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.

uxbeginner22
Trusted Contributor

Re: Hpux 11.31 after install vm use a lot of ram

100% right.
Thanks