This group of parameters is used to manage serial ports in a virtual machine.
Syntax
prlctl set ID|VM_name --device-add serial
{--device name|--output file|--socket name}
[--enable|--disable][--connect|--disconnect]
prlctl set ID|VM_name --device-set serialN
{--device name|--output file|--socket name}
[--enable|--disable][--connect|--disconnect]
Parameters
Name |
Description |
|
The virtual machine ID. |
|
The virtual machine name. |
|
Adds a new serial port to the virtual machine. You can connect up to four serial ports to a virtual machine. |
|
Modifies the parameters of an existing serial port. |
|
Specifies the type of the virtual device to add (in this instance, a serial port). |
|
The name of the physical serial port to which to connect the virtual machine. |
|
The name and path of the output file to which to connect the virtual serial port. |
|
The name of the physical socket to which to connect the virtual serial port. |
|
Enables the virtual serial port. All newly added serial ports are enabled by default (provided the |
|
Disables the virtual serial port. |
|
Automatically connect the virtual serial port during the virtual machine startup process. |
|
Do not automatically connect the virtual serial port during the virtual machine startup process. |
Links