It is possible to change parameters of VM on the fly without a reboot from the Service Console. However, generally you are restricted to parameters that do not require a power-down in the first place. This example shows how to find the PID for virtual machine, then adjust its CPU shares
- Generate a list of WID and the friendly name of a virtual
machinevm-support -xNote:
This command must be run from /root as root - cd /proc/vmware/vm/wmidnumber
- ls
- cd cpu
- ls
- cat shareNote:
This should show the default value (unless it has been changed) of 1000 shares. To change this to 2000 type: - echo 2000 >> shares
Note:
These changes DO NOT survive reboots
Requires Free Membership to View
This was first published in November 2005

Join the conversationComment
Share
Comments
Results
Contribute to the conversation