Vmsvc/device.diskadd: Difference between revisions
Jump to navigation
Jump to search
adding example to vimsh device.diskadd |
m formatting |
||
Line 3: | Line 3: | ||
Add a disk to the virtual machine with id vmid. | Add a disk to the virtual machine with id vmid. | ||
Size is in kilobytes. | Size is the new disk size in kilobytes. | ||
Controller number is the controller number as is specified in the vmx configuration file. | Controller number is the controller number as is specified in the vmx configuration file. | ||
==== Example ==== | ==== Example ==== |
Revision as of 20:07, 23 September 2009
vimsh vmsvc/device.diskadd
Usage: device.diskadd vmid size controller-number unit-number datastore
Add a disk to the virtual machine with id vmid.
Size is the new disk size in kilobytes. Controller number is the controller number as is specified in the vmx configuration file.
Example
vim-cmd vmsvc/device.diskadd 16 5242880 scsi0 2 datastore1
See also: