Preventing Input/output Errors
- Last Updated: October 10, 2024
- 1 minute read
- LoadMaster
- LoadMaster GA
- Documentation
The LoadMaster expects a serial port connection. However, not having a serial port connection does not cause problems, other than causing the following log message:
agetty##: ttyS0: ioctl: Input/output errorTo prevent these errors from appearing in the logs, enable a virtual serial port on Nutanix AHV by following these steps:
- Turn off the VM.
- SSH into one of the Controller VMs (CVMs) in the AHV cluster.
- Run the following command to add the serial port to the VM:
acli vm.serial_port_create <VMName> type=kServer index=0Replace <VMName> with the name of the VM.