Integrasi Komputer    
   
Daftar Isi
(Sebelumnya) HeadingHead-mounted display (Berikutnya)

Headless system

A headless system 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 via a network connection, although some headless system devices require a connection to be made via RS232 for administration of the device.

Contents

PC BIOS limitations related to headless operation

During bootup, some (especially older) PC BIOS versions will wait indefinitely for a user to press a key before proceeding if some basic devices are not installed or connected, effectively halting an unattended system. These can include:

On more modern systems, the BIOS factory setting will typically be configured to behave this way as well, but this setting can be changed via a BIOS setup facility 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

Some servers provide for remote control via an internal network card and hardware that mirrors the console screen. For example, HP offers a solution called Integrated Lights-Out (ILO) that provides this functionality. 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 utilize a KVM-over-IP switch. Such a switch is a traditional Keyboard-Video-Mouse sharing device with the added ability to provide remote control sessions over IP. 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

a real terminal (DEC VT100)
a virtual terminal (gnome-terminal)

In the past systems were typically administered through a text-based interface such as a command line in Unix. These interfaces were often called 'virtual terminals' or 'terminal emulators', as they attempted to simulate the behavior of "real" interface terminals like the Digital Equipment Corporation's VT100.

Later on, systems such as X Window System and VNC combined with virtual display drivers allow remote connections to headless machines through ordinary Graphical user interfaces, often running over network protocols like the internet's TCP/IP.

See also

  • Xvfb
  • x11vnc
(Sebelumnya) HeadingHead-mounted display (Berikutnya)