home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

Creating VMs on VMWare ESX6 with hardware version 11

Create Vyatta NOS VMs on VMWare ESX6 with hardware version 11 and avoid generating error messages.

When creating Vyatta NOS VMs on VMWare ESX6 with hardware version 11, you may encounter the following messages that are periodically generated on the console:

"INIT: Id "TO" respawning too fast: disabled for 5 minutes".
These messages are being generated because the VMs created do not have serial ports but Vyatta NOS keeps attempting to connect to one as a console as shown below:
Figure 1. Virtual hardware serial port

To avoid generating these messages, you need to add a serial interface to the VM when creating it manually or you can add it later.

To add a serial interface to Vyatta NOS VM, follow these steps:

  1. From Vyatta NOS Virtual Machine Properties window, select the Hardware tab and then click on Add... as shown:
    Figure 2. Virtual Machine Properties window
  2. From the Add Hardware window, choose Serial Port as the selected port type to be added to the VM as shown:
    Figure 3. Add Hardware window
  3. From the VM Properties window, the new serial port is shown being added under the Hardware devices:
    Figure 4. VM Properties window

If the OVA file is being used to create Vyatta NOS VM, the following needs to be added into the Virtual Hardware section of the OVF definitions:

<Item ovf:required="false">
<rasd:AutomaticAllocation>true</rasd:AutomaticAllocation>
<rasd:ElementName>Serial port 1</rasd:AutomaticAllocation>
<rasd:InstanceID>10</rasd:InstanceID>
<rasd:ResourceSubType>vmware.serialport.device<rasd:ResourceSubType>
<rasd:ResourceType>21</rasd:ResourceType>
<vmw:Config ovf:required="false" vmw:key="yieldOnPoll" vmw:value="true" />
</Item>
As an alternative, instead of adding the serial port to the VMs, you can remove the serial device from Vyatta NOS. To do this, go to Vyatta NOS configuration mode and enter the command:
vyatta@vyatta# delete system console