- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HPVM Dynamic memory questions
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-03-2011 10:22 AM
03-03-2011 10:22 AM
To enable dynamic memory, what I did was change "ram_dyn_type" to "any". Then I set the ram_dyn_target_start, ram_dyn_min, and ram_dyn_max to values something like this:
ram_dyn_type = any
ram_dyn_target_start = 16G
ram_dyn_min = 1G
ram_dyn_max = 40G
So I figured I would be able to set "ram_target" to any value between 1G and 40G without the server needing to be rebooted. But the -r option messes that all up, if I use "-r 32G" it seems to change the target_start to whatever I set -r to, and it also limits how high I can go to that number. I can't make sense of it.
I guess my question is, if I want to enable dynamic memory on a VM guest and allow the memory to be anywhere between 1G and 40G and have it boot with 16G, what values do I need to use, and what the heck does -r do?
Thanks in advance!
Ryan
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2011 11:41 AM
03-03-2011 11:41 AM
Re: HPVM Dynamic memory questions
configuration looks ok. did you install vm guest management software in guest in the below path ?
/opt/hpvm/guest-images/hpux/11iv3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2011 12:08 PM
03-03-2011 12:08 PM
Re: HPVM Dynamic memory questions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2011 12:45 PM - last edited on 08-25-2011 01:46 PM by Kevin_Paul
03-03-2011 12:45 PM - last edited on 08-25-2011 01:46 PM by Kevin_Paul
SolutionHi,
take a look at this thread.
http://h30499.www3.hp.com/t5/Virtualization/HPVM-dynamic-memory-question/m-p/4318452#M725
and document at page 157
http://h20000.www2.hp.com/bc/docs/support/SupportManual/c02023903/c02023903.pdf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2011 01:30 AM
03-04-2011 01:30 AM
Re: HPVM Dynamic memory questions
from the VM Host ( with VM Guest powered off ) the command is:
#hpvmmodify -r 40G -x ram_dyn_type=any -x ram_dyn_min=1G -x ram_dyn_max=40G -x ram_dyn_target_start=16G -P VM_Guest_name
Now you can boot on the VM Guest, and you can set ram target to any value between 1G and 40G without the server needing to be rebooted, using the command:
#hpvmmodify -x ram_target=xG -P VM_Guest_name
Regards,
Raffaele
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2011 07:47 AM
03-04-2011 07:47 AM
Re: HPVM Dynamic memory questions
I sort of tested this by setting the VM to 40G with -r, then booting it and using "hpvmstatus -s" to see how much memory was available. Then I reduced the memory on the guest and looked again and the amount I reduced the VM by showed up in the available memory column, but I can't tell for sure that this memory is free for use in another VM.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2011 08:19 AM
03-04-2011 08:19 AM
Re: HPVM Dynamic memory questions
does that mean that 8G of memory will become available for me to use on another VM ?
It means that a certain amount of memory, about 8G, will became available for another VM.
I'm sure that available memory showed with "hpvmstatus -s" is available for other VMs.
Regards,
Raffaele