- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Assinging vCPUs and Memory to VM on Integrity VM
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
11-16-2009 05:53 AM
11-16-2009 05:53 AM
I am using Integrity VM 4.1.
I have some questions on this.
1)If there is two pCPUs with four cores, so do we have to consider this as four pCPUs or two pCPUs?
2)If we have four pCPUs, then one VM can have maximum of four vCPUs, am i correct?
3)vCPUs/pCPU = 20, so totally i can have 80 vCPUs for 4pCPUs, am i correct?
4)If i am having 4pCPUs, so i can have up to 400% entitlements, so it should not exceed 400% when calculating all VMs entitlements, am i correct?
5)How to view assigned entitlements of existing VM?
6)If i have 16GB physical RAM, then we can assing upto 14GB to VMs, and it should not exceed 14GB when calculating all VMs memory, am i correct?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2009 05:38 PM
11-16-2009 05:38 PM
Re: Assinging vCPUs and Memory to VM on Integrity VM
2. Since you have 2 CPUs the maximum amount of cpus you can have on a VM is 2 CPUs.
3. When you create a VM you specify the amount of overall CPU utilization with the HPVMCreate command.
4. The VM host needs 2+ GB of memory.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2009 06:06 AM
11-17-2009 06:06 AM
Re: Assinging vCPUs and Memory to VM on Integrity VM
I have checked my intergrity server to see how may pCPUs are available.
# machinfo
CPU info:
2 Intel(R) Itanium 2 9100 series processors (1.42 GHz, 12 MB)
532 MT/s bus, CPU version A1
4 logical processors (2 per socket)
So as per above repor, there is only 2 pCPUs exist, am i correct?
And please give your valuable answers to my 3, 4, 5 and 6th questions.
7)I am having 16GB RAM, so that i can create 7 VMs with 2GB memory only? or how many VMs we can create for 16GB RAM if we want to assing 2GB for each VM.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2009 01:06 AM
11-18-2009 01:06 AM
SolutionYour machinfo says that you have 4 cores..so you can have maximum of 4 vCPU per Vm
2)If we have four pCPUs, then one VM can have maximum of four vCPUs, am i correct?
Let make it simple , if you have 4 cores ,you can have maximum of 4 vCPU per VM guest ..Dont confuse with socket and cores.(in your case ,you have 4 cores)
3)vCPUs/pCPU = 20, so totally i can have 80 vCPUs for 4pCPUs, am i correct?
The entitlement can range from 5% to 100% , so you can create 20 Vm by using 1 core with 5% entitlement per VM.
bottom line is you can go upto 80 vmguests on a VMhost having 4 cores (each Vm guest will have one vCPU and 5% entitlement.)
4)If i am having 4pCPUs, so i can have up to 400% entitlements, so it should not exceed 400% when calculating all VMs entitlements, am i correct?
yes ,there is some thumb rule while allocation entitlement..check ivm configuration guide for more details
5)How to view assigned entitlements of existing VM?
#hpvmstatus and hpvmstatus -r
7)I am having 16GB RAM, so that i can create 7 VMs with 2GB memory only? or how many VMs we can create for 16GB RAM if we want to assign 2GB for each VM.
you can calculate the amount of memory that can be allocated to all vm by the below equation
Total VM memory available for All Vms <= (total physical memory / 1.18 ) - 1.3
in your case you will have 13 GB available for all Vm ..you can decide about distributing that memory across different Vms
Thanks!
Johnson
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2009 06:12 AM
11-18-2009 06:12 AM
Re: Assinging vCPUs and Memory to VM on Integrity VM
Thanks a lot for your wonderful answers.
1)If i have assigned all entitlements to vCPUs of all VMs (400% entitlements for 4 pCPUs),so that, will i not be able to create any more vCPUs? will it give any error message about this while creating vCPUs?
2)Please explain about memory calculation, why you are dividing "total physical memory" by 1.8 to find "total memory available for all VMs"?
3)As you said if have assigned 13GB of memory to all VMs, then will not able to add any more memory to VMs, will it give any error?
4)Will the total use of entitlements and memory be calculated base on all active VMs (running VMs) only? or non-active VMs (non-running VMs)?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2009 09:53 AM
11-19-2009 09:53 AM
Re: Assinging vCPUs and Memory to VM on Integrity VM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2009 10:11 AM
11-19-2009 10:11 AM
Re: Assinging vCPUs and Memory to VM on Integrity VM
I have little stick time with this product.
If you try and exceed memory pool with assignment to a guest vm, you will get an error message.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2009 05:37 AM
11-20-2009 05:37 AM
Re: Assinging vCPUs and Memory to VM on Integrity VM
Pleaes give your valuable answers to my questions (1, 2, 3 and 4)