Operating System - HP-UX
1747984 Members
5023 Online
108756 Solutions
New Discussion юеВ

Re: Increase memory in VM guest !!

 
SOLVED
Go to solution
titu
Regular Advisor

Increase memory in VM guest !!

Hi all ,

How can I in crease memory to the VM guest.

I have assisgned 8 gb memory to each vm guest ,
I want to make it 16 gb.

I have more then 80 gb memory.

Thanks in advance
Titu
15 REPLIES 15
titu
Regular Advisor

Re: Increase memory in VM guest !!

Virtual Machine Name VM # OS Type State #VCPUs #Devs #Nets Memory Runsysid
==================== ===== ======= ========= ====== ===== ===== ======= ========
guest1 1 HPUX On (OS) 2 29 1 8 GB 0
guest2 2 HPUX On (OS) 2 18 1 8 GB 0
guest3 2 HPUX On (OS) 2 8 1 8 GB 0
killer1
Advisor

Re: Increase memory in VM guest !!

Hello Titu

I got the following information for you.

In the vm host:
hpvmmgmt -P vmoracle -x dynamic_memory_control=1

In the vm guest:
hpvmmgmt -V -l ram
hpvmmgmt -x ram_target=28500M

Hope this helps

Regards
Richard Hepworth
Esteemed Contributor
Solution

Re: Increase memory in VM guest !!

Hi,

I think the guest must be down to perform these operations:

hpvmmodify -P -r 16G

If the guest is using dynamic memory also use -x ram_dyn_max=8G -x ram_dyn_target_start=8G

regards,

Richard
titu
Regular Advisor

Re: Increase memory in VM guest !!

I am a bit confused here because I want to increase physical memory.

I tried hpvmmodify command with -r option.

Richard Hepworth
Esteemed Contributor

Re: Increase memory in VM guest !!

oops substitute 8G with 16G in my previous post for the ram_dyn values
titu
Regular Advisor

Re: Increase memory in VM guest !!

Hi Richard ,

How to check the dynamic memory in the vm guest.

Thanks
Titu
Richard Hepworth
Esteemed Contributor

Re: Increase memory in VM guest !!

Hi,

Just run hpvmstatus -P . You will see all attributes for the VM, including dynamic memory ranges.

regards,

Richard
titu
Regular Advisor

Re: Increase memory in VM guest !!

I am trying to increase the memory using mhvmmodify command.

But is ways that not a sufficient memory to start the vm guest.

do I need to boot the vm host or something.

Thanks in advance.
titu
Regular Advisor

Re: Increase memory in VM guest !!

I am trying to increase the memory using hpvmmodify command.

But is ways that not a sufficient memory to start the vm guest.

do I need to boot the vm host or something.

Thanks in advance.