Sends a key/value pair to a running virtual machine.
sendVmMessage Vm instancekey=valuemessage=valuelog= { yes | no }
Where is:
instance
{ id= | idname= }name
This command sends a key/value pair to a running virtual machine.
The following table shows the available options for this command.
Option | Description |
|---|---|
| The message key. |
| The message content. |
| Whether to log the message. |
{ |
The instance of the object using either the
|
Example A.125 Sending a message to a virtual machine
OVM> sendVmMessage Vm name=MyVM key=com.oracle.linux.network.device.0 message=eth0 log=no