Vmsvc/message: Difference between revisions
Jump to navigation
Jump to search
New page: ==== vimsh vmsvc/message ==== Usage: message vmid [messageId] [messageChoice] Replies to the current pending question on the vm. Category: Vimsh |
No edit summary |
||
Line 4: | Line 4: | ||
Replies to the current pending question on the vm. | Replies to the current pending question on the vm. | ||
Starting a VM in for example the virtual infrastructure client or the web client present a question to you. | |||
This question has to be answered before the VM can continue starting up. | |||
When using vim-cmd you don't get this type of question. Instead you are supposed to use this method. | |||
=== Example === | |||
# vim-cmd vmsvc/message 23 | |||
Virtual machine message _vmx1: | |||
msg.uuid.altered:This virtual machine might have been moved or copied. | |||
In order to configure certain management and networking features, | |||
VMware ESX needs to know if this virtual machine was moved or copied. | |||
If you don't know, answer "I copied it". | |||
0. Cancel (Cancel) | |||
1. I moved it (I moved it) | |||
2. I copied it (I copied it) [default] | |||
=== See also === | |||
http://www.viktorious.nl/2013/07/26/start-a-vm-from-esxi-cli-pauses-forever/ | |||
[[Category: Vimsh]] | [[Category: Vimsh]] |
Latest revision as of 18:25, 29 July 2013
vimsh vmsvc/message
Usage: message vmid [messageId] [messageChoice]
Replies to the current pending question on the vm.
Starting a VM in for example the virtual infrastructure client or the web client present a question to you. This question has to be answered before the VM can continue starting up. When using vim-cmd you don't get this type of question. Instead you are supposed to use this method.
Example
# vim-cmd vmsvc/message 23 Virtual machine message _vmx1: msg.uuid.altered:This virtual machine might have been moved or copied. In order to configure certain management and networking features, VMware ESX needs to know if this virtual machine was moved or copied. If you don't know, answer "I copied it". 0. Cancel (Cancel) 1. I moved it (I moved it) 2. I copied it (I copied it) [default]
See also
http://www.viktorious.nl/2013/07/26/start-a-vm-from-esxi-cli-pauses-forever/