Headless computer

From Wikipedia, the free encyclopedia

A headless computer is a computer system or device that has been configured to operate without a monitor (the missing "head"), keyboard, and mouse. A headless system is typically controlled over a network connection, although some headless system devices require a serial connection to be made over RS-232 for administration of the device. Headless operation of a server is typically employed to reduce operating costs.[1]

PC BIOS limitations[edit]

During bootup, some (especially older) PC BIOS versions will wait indefinitely for a user to press a key before proceeding. If some basic device, such as a video card or keyboard, are not installed or connected, this could effectively halt an unattended system.

On more modern systems, the BIOS factory setting will typically be configured to behave this way as well, but this setting can be changed with a BIOS setup utility to proceed without user intervention.

Even in cases where a system has been set up to be managed remotely, a local keyboard and video card may still be needed from time to time; for example, to diagnose boot problems that occur before a remote access application is initialized.

Hardware remote control[edit]

Some servers provide for remote control with an internal network card and hardware that mirrors the console screen. For example, HP offers a system called Integrated Lights-Out (iLO) that provides this function.[2] Remote access to the system is gained using a secure web connection to an IP address assigned to the iLO adapter, and allows for monitoring of the system during start-up, before the operating system is loaded.

Another hardware solution is to use a KVM-over-IP switch. Such a switch is a traditional Keyboard-Video-Mouse device with the added ability to provide remote control sessions over IP.[3] Connection to the KVM device is gained using a web browser, which allows for remote monitoring of the connected system console port.

Software remote control[edit]

A physical terminal (DEC VT100)
A virtual terminal (gnome-terminal)

Administration of a headless system typically takes place with a text-based interface such as a command line in Unix or in Linux. These interfaces, often called "virtual terminals" or "terminal emulators", attempt to simulate the behavior of "real" interface terminals like the Digital Equipment Corporation's VT100, but over networks, usually using protocols such as Secure Shell.

One can also use systems such as X Window System and VNC combined with virtual display drivers - this setup allows remote connections to headless machines through ordinary graphical user interfaces, often running over network protocols like TCP/IP.

See also[edit]

References[edit]

  1. ^ "What Is Headless Linux?". Houston Chronicle.
  2. ^ "Overview - HP Integrated Lights-Out". Hewlett-Packard. 2003. Archived from the original on 2016-08-27. Retrieved 2016-08-26.
  3. ^ William Boswell (2003). Inside Windows Server 2003. Addison Wesley. p. 119. ISBN 978-0735711587.