Lights Out Management
   HOME

TheInfoList



OR:

In systems management, out-of-band management involves the use of management interfaces (or serial ports) for managing networking equipment. Out-of-band (''OOB'') management is a networking term which refers to accessing and managing network infrastructure at remote locations, and doing it through a separate management plane from the production network. Cellular 4G and 5G networks are used today for out-of-band management and many manufacturers have it as a product offering. Out-of-band management is now considered an essential network component to ensure business continuity. Out-of-band management allows the network operator to establish trust boundaries in accessing the management function to apply it to network resources. It also can be used to ensure management connectivity (including the ability to determine the status of any network component) independent of the status of other ''in-band'' network components. In computing, one form of out-of-band management is sometimes called lights-out management (LOM) and involves the use of a dedicated management channel for device maintenance. It allows a system administrator to monitor and manage servers and other network-attached equipment by remote control regardless of whether the machine is powered on or whether an OS is installed or functional. By contrast, ''in-band management'' through VNC or SSH is based on in-band connectivity (the usual network channel). It typically requires software that must be installed on the remote system being managed and only works after the operating system has been booted and networking is brought up. It does not allow management of remote network components independently of the current status of other network components. A classic example of this limitation is when a sysadmin attempts to reconfigure the network on a remote machine only to find themselves locked out and unable to fix the problem without physically going to the machine. Despite these limitations, in-band solutions are still common because they are simpler and much lower-cost. Both in-band and out-of-band management are usually done through a network connection, but an out-of-band management card can use a physically separated network connector if preferred. A remote management card usually has at least a partially independent power supply and can switch the main machine on and off through the network. Because a special device is required for each machine, out-of-bandwidth management can be much more expensive. Serial consoles are an in-between case: they are technically OOB as they do not require the primary network to be functioning for remote administration. However, without special hardware, a serial console cannot configure the UEFI (or BIOS) settings, reinstall the operating system remotely, or fix problems that prevent the system from booting.


Purpose

A complete remote management system allows remote reboot, shutdown, powering on; hardware sensor monitoring (fan speed, power voltages, chassis intrusion, etc.); broadcasting of video output to remote terminals and receiving of input from remote keyboard and mouse (
KVM over IP A KVM switch (with KVM being an abbreviation for "keyboard, video, and mouse") is a hardware device that allows a user to control multiple computers from one or more sets of keyboards, video monitors, and mice. Name Switches to connect mul ...
). It also can access local media like a DVD drive, or disk images, from the remote machine. If necessary, this allows one to perform remote installation of the operating system. Remote management can be used to adjust BIOS settings that may not be accessible after the operating system has already booted. Settings for hardware RAID or RAM timings can also be adjusted as the management card needs no hard drives or main memory to operate. As management via serial port has traditionally been important on servers, a complete remote management system also allows interfacing with the server through a serial over LAN cable. As sending monitor output through the network is bandwidth intensive, cards like AMI's
MegaRAC The MegaRAC from American Megatrends is a product line of Service Processors providing complete Out-of-band, or Lights-out remote management of computer systems independently of the Operating System An operating system (OS) is system software ...
use built-in video compression (versions of
VNC Virtual Network Computing (VNC) is a graphical desktop-sharing system that uses the Remote Frame Buffer protocol (RFB) to remotely control another computer. It transmits the keyboard and mouse input from one computer to another, relaying the g ...
are often used in implementing this). Devices like
Dell DRAC The Dell Remote Access Controller, or DRAC, is an out-of-band management platform on certain Dell servers. The platform may be provided on a separate expansion card, or integrated into the main board; when integrated, the platform is referred to a ...
also have a slot for a memory card where an administrator may keep server-related information independently from the main hard drive. The remote system can be accessed either through an SSH command-line interface, specialized client software, or through various web-browser-based solutions. Client software is usually optimized to manage multiple systems easily. There are also various scaled-down versions, up to devices that only allow remote reboot by
power cycling Power cycling is the act of turning a piece of equipment, usually a computer, off and then on again. Reasons for power cycling include having an electronic device reinitialize its set of configuration parameters or recover from an unresponsive sta ...
the server. This helps if the operating system hangs, but only needs a reboot to recover.


Implementation

Remote management can be enabled on many computers (not necessarily only servers) by adding a remote management card (while some cards only support a limited list of motherboards). Newer server motherboards often have built-in remote management and need no separate management card. Internally, Ethernet-based out-of-band management can either use a dedicated separate Ethernet connection, or some kind of traffic multiplexing can be performed on the system's regular Ethernet connection. That way, a common Ethernet connection becomes shared between the computer's operating system and the integrated baseboard management controller (BMC), usually by configuring the network interface controller (NIC) to perform Remote Management Control Protocol (RMCP) ports filtering, use a separate MAC address, or to use a virtual LAN ( VLAN). Thus, out-of-band nature of the management traffic is ensured in a shared-connection scenario, as the system configures the NIC to extract the management traffic from the incoming traffic flow on the hardware level, and to route it to the BMC before reaching the host and its operating system.


Remote CLI access

An older version of out-of-band management is a layout involving the availability of a separate network that allows network administrators to get command-line interface access over the console ports of network equipment, even when those devices are not forwarding any payload traffic. If a location has several network devices, a terminal server can provide access to different console ports for direct CLI access. In case there is only one or just a few network devices, some of them provide AUX ports making it possible to connect a dial-in modem for direct CLI access. The mentioned terminal server can often be accessed via a separate network that does not use managed switches and routers for a connection to the central site, or it has a modem connected via dial-in access through
POTS Pot may refer to: Containers * Flowerpot, a container in which plants are cultivated * Pottery, ceramic ware made by potters * A type of cookware Places * Ken Jones Aerodrome, IATA airport code POT * Palestinian Occupied Territories, the We ...
or ISDN.


See also

*
Intelligent Platform Management Interface The Intelligent Platform Management Interface (IPMI) is a set of computer interface specifications for an autonomous computer subsystem that provides management and monitoring capabilities independently of the host system's CPU, firmware ( BIOS o ...
(IPMI; a server out-of-band management standard protocol) *
Redfish (specification) The Redfish standard is a suite of specifications that deliver an industry standard protocol providing a RESTful interface for the management of servers, storage, networking, and converged infrastructure. History The Redfish standard has been ...
(a server out-of-band management standard protocol) * Management Component Transport Protocol (MCTP; a low-level protocol used for controlling hardware components) *
Desktop and mobile Architecture for System Hardware Desktop and mobile Architecture for System Hardware (DASH) is a Distributed Management Task Force (DMTF) standard. Description In April 2007 the Desktop and Mobile Working Group (DMWG) of the DMTF started work on an implementation requirements ...
(an out-of-band management standard protocol) * Intel Active Management Technology (AMT; Intel's out-of-band management technology) * AMD PRO *
HP Integrated Lights-Out Integrated Lights-Out, or iLO, is a proprietary embedded server management technology by Hewlett-Packard Enterprise which provides out-of-band management facilities. The physical connection is an Ethernet port that can be found on most ProLiant ...
(iLO; HP's out-of-band management implementation for x86 and newer Integrity servers) *
Dell DRAC The Dell Remote Access Controller, or DRAC, is an out-of-band management platform on certain Dell servers. The platform may be provided on a separate expansion card, or integrated into the main board; when integrated, the platform is referred to a ...
(iDRAC; DELL's out-of-band management implementation) *
IBM Remote Supervisor Adapter The IBM Remote Supervisor Adapter is a full-length ISA or PCI adapter produced by the IBM corporation. Adapter versions Systems Management Adapter (ASMA) This is a full-length ISA or PCI adapter. The ISA version is very rare, and was only eve ...
or Integrated Management Module (IMM; IBM's out-of-band management implementation) * Lenovo XClarity Controller (XCC) * Sun LOM port (Lights Out Management port) is a remote access facility on Sun servers. *
ZPE systems serial console plus ZPE may refer to: *Zero-point energy *''Zeitschrift für Papyrologie und Epigraphik The ''Zeitschrift für Papyrologie und Epigraphik'' (commonly abbreviated ZPE; "Journal of Papyrology and Epigraphy") is a peer-reviewed academic journal which cont ...
ZPE systems serial console *
Opengear Opengear is a global computer network technology company headquartered in Edison, New Jersey, Edison, New Jersey, U.S., with R&D operations in Brisbane, Queensland, Qld, Australia and production in Sandy, UT. The company develops and manufactures ...
("smart out-of-band infrastructure management" products) *
Perle Systems Perle Systems is a technology company that develops and manufactures serial to Ethernet, fiber to Ethernet, I/O connectivity, and device networking equipment. These types of products are commonly used to establish network connectivity across mult ...
(Advanced Console Servers for secure out-of-band management of any device with a serial, USB, or Ethernet console management port)


References


External links

*{{Commonscatinline System administration