Parallel and serial ports are interfaces for connecting peripherals to the virtual machine. The virtual serial port can connect to a physical serial port or to a file on the host computer.
You can also use the virtual serial port to establish a direct connection between two virtual machines or a connection between a virtual machine and an application on the host computer. You can add parallel and serial ports and change the serial port configuration.
Add a Serial Port to a Virtual Machine in the VMware Host Client
A virtual machine can use up to four virtual serial ports. You can connect the virtual serial port to a physical serial port or to a file on the host computer. You can also use a host-side-named pipe to set up a direct connection between two virtual machines or a connection between a virtual machine and an application on the host computer. In addition, you can use a port or a Virtual Serial Port Concentrator (vSPC) URI to connect a serial port over the network.
Prerequisites
- Familiarize yourself with the different media types that the port can access, vSPC connections, and any conditions that might apply. See vSphere Virtual Machine Administration.
- To connect a serial port over a network, add a Firewall rule set. See vSphere Virtual Machine Administration.
- Required privilege:
Power off the virtual machine.
Procedure
Example: Establishing Serial Port Network Connections to a Client or Server Without Authentication Parameters
telnet://:12345
URI, you can connect to your virtual machine's serial port from your Linux or Windows operating system.
telnet yourESXiServerIPAddress 12345
telnet://yourLinuxBox:23
), you configure the virtual machine as a client URI.
telnet://yourLinuxBox:23The virtual machine initiates the connection to your Linux system on port 23.
Add a Parallel Port to a Virtual Machine in the VMware Host Client
To connect peripheral devices to virtual machines, such as printers and scanners, you can use a parallel port. You send the output of such devices to a file on the host computer.
Prerequisites
-
Power off the virtual machine.
- Verify that you have the privilege on the virtual machine.