- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Adding vCPUs dynamically
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-17-2011 11:34 AM
03-17-2011 11:34 AM
I was trying to add vCPUs to my MV and i get the following message
vmhost1#hpvmmodify -P ttsprod -c 8 -e 10
hpvmmodify: Unable to dynamically set the number of vcpus.
hpvmmodify: Guest needs to be restarted (using hpvmstop followed by hpvmstart) for all changes to take effect.
vmhost1#hpvmstatus -v
Version B.04.20.05
Let me know if Im wrong but I read that adding vCPUs to a VM is dynamic in VM4.2
Thanks in advance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2011 05:01 PM
03-17-2011 05:01 PM
SolutionRegards,
Dave
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2011 04:01 AM
03-18-2011 04:01 AM
Re: Adding vCPUs dynamically
And do you have any paper that can be disclosed regarding new features about the version 4.3 of IVMs?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2011 04:42 AM
03-18-2011 04:42 AM
Re: Adding vCPUs dynamically
http://www.hp.com/go/hpux-hpvm-docs
...
Chapter 1.1 New Features and Enhancements in This Release
...
From the guide:
...
1.7 Attributes That Can Be Changed Dynamically
A dynamic change does not require a reboot of the guest in question. The following attributes
can be changed dynamically:
â ¢ CPU
â Adding or removing guest vCPU entitlement. The default is uncapped mode. In
uncapped mode, this is also automatic based on overall â freeâ entitlement.
â Enabling or disabling vCPUs from within a guest.
Chapter 3.2.3 Virtual CPUs
...
You can change the number of enabled CPUs in HP-UX guests, using the hpvmmgmt â c num
command. This command sets the number of enabled virtual CPUs to the number indicated by ...
See also page 284 (example)
# hpvmmgmt -c 1
hpvmmgmt: 1 virtual CPUs enabled, 1 disabled
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2011 11:40 AM
03-18-2011 11:40 AM
Re: Adding vCPUs dynamically
Beginning with VM 4.2, the number of enabled VM guest virtual CPUs
can be changed in the range of 1 to number of vCPUs attached when
the guest was started.
â ¢ On the VM guest
# hpvmmgmt -l cpu
hpvmmgmt: 3 virtual CPUs enabled, 0 disabled
# hpvmmgmt â c 2
# hpvmmgmt: 2 virtual CPUs enabled, 1 disabled
If the initial VM vCPU start value is not high enough
â ¢ shutdown the VM guest.
â ¢ use hpvmmodify â P
â ¢ restart the VM