2 The proxy must support the KNOWN-SUBOPTIONS-2 and UNKNOWN-SUBOPTION-RCVD-2 commands. During a session, the proxy can send the UNKNOWN-SUBOPTION-RCVD-2 command as a valid response to virtual machine messages.VMware Telnet Extension Commands lists the VMware telnet extension commands along with brief descriptions. Commands in the table are grouped by purpose: VMware telnet extension and suboptions, proxy, vMotion, and identification. The table uses command symbols. A VMware telnet extension command is a two- or three-byte code embedded in a telnet command sequence. For more information about commands and the code equivalents, see VMware Telnet Extension Commands for Proxy Communication.
If you specify a proxy URI in the virtual serial port configuration, the virtual machine will initiate a telnet connection with the proxy. After the connection is established, the virtual machine initiates a message exchange to establish a VMware telnet extension session. The following progression describes the model for the message exchange and uses symbols to represent the codes. For the code equivalents, see the command descriptions in VMware Telnet Extension Commands for Proxy Communication.
■ Virtual Machine – Sends a message that indicates it will send VMware telnet extension commands to the proxy.
■ Proxy – Responds, indicating that it will receive VMware telnet extension commands.
■ Virtual Machine – Sends a message that indicates the set of suboption commands that it can send and receive. The suboptions are expressed as a sequence of codes that correspond to suboption commands.
■ Proxy – Responds, sending a message that indicates the set of suboption commands that it can send and receive.
■ Virtual Machine – Sends a request for the proxy to act as a VMware telnet extension proxy. The proxy request includes direction and URI information from the network backing for the virtual serial port. (For information about using the API to specify this information, see Creating a Virtual Machine with a Network Serial Port.)
■ Proxy – Responds, indicating that it will perform proxy operations.To configure the keepalive time for a serial port connection, set the keepIdle advanced option for the virtual machine. The option name uses the following format:serialn.keepIdlen is an integer in a sequence starting with zero, corresponding to the sequence of serial ports on the virtual machine. Examples of keepIdle options include serial0.keepIdle, serial1.keepIdle, and serial2.keepIdle.The keepIdle value is the duration in seconds on an idle connection, after which the ESX Server sends up to five keepalive probes to the virtual serial port proxy. If there is no response after five probes, the connection is considered inactive. The Server uses a keepalive interval of 1/100th of the keepIdle value, and a retry value of five. Using the default keepIdle value (300 seconds), the Server will detect a proxy failure no later than 315 seconds after the last activity (300 + 5*300/100).