Fact-checked by Grok 2 weeks ago

Serial over LAN

Serial over LAN (SOL) is a mechanism defined in the (IPMI) version 2.0 specification that redirects serial port data streams from a managed system's (UART) over an IP-based , providing remote text-based console access without physical connectivity. Introduced in IPMI 2.0, released in 2004, SOL builds on the Remote Management Control Protocol Plus (RMCP+) to encapsulate asynchronous serial traffic within IPMI sessions, typically using port 623 for communication. This enables administrators to interact with a server's Baseboard Management Controller (BMC) for tasks such as configuration, operating system installation, and diagnostics, even when the primary OS is unavailable or the server is headless. SOL operates through a session-based that requires and supports optional encryption via cipher suites, ensuring secure remote access over channels designated for IPMI (Channel Medium Type: 802.3 ). Key commands, such as "Activate " (NetFn: , CMD: 48h), initiate the redirection, while flow control mechanisms like ACK/NACK and hardware handshakes (e.g., ) manage data transmission between the BMC and client tools like ipmitool or proxies. parameters, including baud rate (e.g., 9600 bps), character accumulation intervals, and port numbers, are set via IPMI commands like "Set SOL Configuration Parameters" to optimize performance for serial-based interfaces. In practice, SOL is widely implemented in enterprise servers from vendors like Intel, Lenovo, HPE, and NVIDIA, where it integrates with BMC firmware such as Lenovo's XClarity Controller or NVIDIA's BlueField BMC to support pre-OS console redirection and out-of-band management. Its primary benefits include reduced cabling needs, support for standard protocols like Telnet without specialized software, and enhanced remote troubleshooting for issues like boot failures or kernel panics. However, SOL requires explicit enablement on the BMC, Operator-level privileges for activation, and compatibility with IPMI 2.0-compliant hardware to function effectively.

Overview

Definition and Core Concepts

Serial over LAN (SOL) is a technology that enables the input and output of a system's to be redirected over an IP-based (LAN), providing remote access to the managed system as if it were directly connected via a physical . This redirection encapsulates the serial character stream from the system's (UART) into network packets, treating the LAN as an extension of the serial data path to emulate a local connection remotely. The primary purpose of SOL is to support remote console access, , updates, and system management for servers and devices, eliminating the need for physical proximity or dedicated serial cabling. SOL relies on foundational concepts of serial communication, which transmits data asynchronously—one bit at a time over a single channel—without a shared clock signal between sender and receiver. In the SOL context, this involves physical serial ports, often based on the RS-232 standard for electrical signaling and pinouts, where data is framed using configurable parameters such as baud rate (the transmission speed, e.g., 9600 or 115200 bits per second), a start bit to signal the beginning of a data frame, 7 or 8 data bits, an optional parity bit for error detection, and one or more stop bits to mark the end. These elements ensure synchronization and reliable transfer of text-based streams, such as console output, which SOL then virtualizes over the network to maintain compatibility with standard serial tools like Telnet. A key aspect of is the distinction between the physical on the managed system and its redirection, allowing remote clients to interact with the serial interface seamlessly across the . This approach is particularly valuable in headless server environments, where provides access to pre-OS and OS-level operations. Serial over LAN (SOL) represents a specialized subset of serial networking technologies, particularly within the Intelligent Platform Management Interface (IPMI) framework, where it facilitates the redirection of a server's serial console over a local area network for out-of-band management. Unlike general serial-over-IP or serial-to-Ethernet converters, which enable bidirectional communication for arbitrary serial devices such as modems, sensors, or industrial equipment without requiring standardized management protocols, SOL is tightly integrated with IPMI's Baseboard Management Controller (BMC) to provide secure, low-level access specifically to system consoles like BIOS and operating system boot sequences. These general converters typically operate at the application layer using simple TCP/IP encapsulation, supporting diverse baud rates and protocols for non-management purposes, whereas SOL employs IPMI's Remote Management Control Protocol Plus (RMCP+) over UDP port 623 for authenticated, firmware-level redirection. In contrast to KVM over IP, which delivers full graphical video, keyboard, and mouse for remote desktop-like of servers, SOL is limited to text-based serial , making it a lighter-weight option suited for command-line interfaces and scenarios where graphical access is unnecessary or bandwidth-intensive. KVM over IP, often implemented as an extension of IPMI or standalone hardware, captures and streams VGA or other video outputs, enabling visual navigation or OS graphical interfaces, but it demands higher resources and latency tolerance compared to SOL's character-stream redirection. While may leverage or SSH sessions for the final remote connection to the redirected serial stream, it differs fundamentally from direct application-layer tunneling of data via Telnet or SSH, as the former uses dedicated IPMI payloads within the BMC to handle low-level UART character streams without relying on host OS mediation. General /SSH serial tunneling typically involves software bridges or port forwards that encapsulate data at the user level, potentially exposing vulnerabilities if the host is compromised, whereas operates independently through the BMC for resilient, out-of-band access even when the host system is unresponsive. A critical distinction exists between hardware-embedded SOL in BMCs, which provides standardized IPMI-compliant redirection for enterprise server management, and general "Serial over LAN" software solutions that emulate virtual COM ports over networks for sharing physical serial devices among multiple clients. Software virtual COM ports, such as those offered by third-party tools, focus on flexible, OS-dependent connectivity for peripherals and do not incorporate IPMI's security features or firmware integration, limiting their use to in-band scenarios.

Historical Development

Origins in IPMI Standards

The (IPMI) standard originated in 1998 with the release of version 1.0, developed collaboratively by , , , and to establish a framework for platform independent of the host operating system. This initial specification focused on providing standardized interfaces for monitoring health, such as temperature, voltage, and fan speeds, while enabling basic control functions like through a dedicated management subsystem, often termed the Baseboard Management Controller (BMC). By defining protocols for local and side-band communication, IPMI 1.0 laid the foundational groundwork for networked access to server management features, addressing the need for reliable diagnostics in environments without relying on the main CPU or software stack. In 2001, IPMI version 1.5 was introduced by the same consortium—, , , and —expanding the standard to support remote management over local area networks (). This update added direct LAN connectivity and side-band options, allowing administrators to send commands and receive alerts via Ethernet without physical proximity, which facilitated the management of rack-mounted servers and remote systems. However, while IPMI 1.5 enabled essential remote operations like event logging and sensor monitoring over , it did not include mechanisms for redirection, limiting its utility for full console access during boot or firmware-level interactions. The pivotal advancement for Serial over LAN (SOL) came with IPMI version 2.0, released in February 2004, which introduced the Remote Management Control Protocol Plus (RMCP+) to enhance secure, session-based communication over LAN. Within RMCP+, SOL was formalized as a dedicated payload type (Payload Type 0x20), enabling the redirection of serial console data—such as text-based output from , , or operating system consoles—over IPMI sessions without requiring physical serial ports. This feature emerged specifically to overcome limitations in dense computing environments like blade servers, where physical serial access was often unavailable due to space constraints, driven by demands for efficient remote and pre-OS management to minimize downtime and physical interventions.

Evolution and Industry Adoption

Following the release of IPMI 2.0 in 2004, which introduced Serial over LAN (SOL) as a key feature for remote serial console redirection, adoption accelerated in server hardware during the mid-2000s. By 2005-2010, major vendors integrated SOL support into their baseboard management controllers (BMCs) as an efficient alternative to traditional keyboard-video-mouse (KVM) solutions for remote management. Dell began incorporating SOL in its iDRAC controllers with the iDRAC6 release in 2008, enabling IPMI 2.0-compliant serial redirection over LAN for PowerEdge servers. Similarly, Hewlett-Packard's iLO 2, launched in 2006, provided full IPMI 2.0 and SOL functionality, allowing asynchronous serial traffic redirection for ProLiant servers. Supermicro followed suit with its embedded BMCs supporting SOL via IPMI 2.0 by the late 2000s, enhancing remote access in X-series motherboards. Industry milestones in the included the development of open-source tools that democratized SOL access, with ipmitool emerging as a pivotal for IPMI management, including SOL activation over LAN interfaces. Initially packaged alongside OpenIPMI drivers around 2003-2004, ipmitool gained traction by the mid- for its command-line support of SOL sessions, facilitating broader integration in distributions and server environments. By the 2010s, SOL saw widespread adoption in cloud and infrastructures, where it became essential for in large-scale deployments, as evidenced by its inclusion in monitoring tools like FreeIPMI for serial-over-LAN in high-density server farms. In the 2020s, SOL achieved further standardization within the (OCP) ecosystem for hyperscale servers, with specifications like the 1S Server design from 2015 explicitly supporting SOL via IPMI for serial console access in open hardware platforms. This maturation was propelled by trends, which increased demand for reliable remote console capabilities, and the post-2020 shift toward , amplifying SOL's role in distributed IT . Over time, SOL evolved from its IPMI-centric origins in enterprise servers to hybrid applications in embedded systems, where IPMI-enabled BMCs in devices like Supermicro's compact boards provide SOL for lightweight remote diagnostics.

Technical Implementation

Underlying Protocols and Standards

Serial over LAN (SOL) is defined in the (IPMI) version 2.0 specification as a session-based type that enables the redirection of data over a connection, allowing remote access to a system's serial console independent of the host operating system. This supports the transmission of serial data streams, such as console output and input, in a bidirectional manner during an active session. The specification, originally published on February 12, 2004, and updated in revision 1.1 on October 1, 2013, by the (DMTF), mandates security features for SOL, including to verify user identity, integrity checks to ensure data unaltered transmission, and optional to protect confidentiality. The secure transport for relies on the Remote Management Control Protocol Plus (RMCP+), which serves as an enhanced version of the original RMCP, providing robust security over IP networks. RMCP+ operates primarily over or on port 623 and encapsulates IPMI messages, including SOL payloads, within its packet format; the SOL payload is specifically identified by type 0x01. This protocol supports advanced authentication mechanisms, such as the Authenticated Key-Exchange Protocol (RAKP+), along with cipher suites that enable integrity and confidentiality protections, addressing vulnerabilities in earlier RMCP implementations. To initiate an SOL session, the client issues the Activate Payload command, defined with Network Function (NetFn) 0x06 and Command (Cmd) 0x48, specifying the payload type (0x01), which establishes the session parameters between the remote console and the management controller (BMC). This command facilitates negotiation of key serial link attributes, including baud rate, , stop bits, and bits, ensuring compatibility with the target system's serial configuration. The DMTF IPMI 2.0 revision 1.1 further refines these protocols for improved interoperability. Additionally, IPMI integrates with the (SNMP) for alert generation, where SOL-related events can trigger platform event traps (PETs) to notify management systems of session status or errors.

Operational Mechanism

Serial over LAN (SOL) operates by establishing a remote session between a client application and the baseboard management controller (BMC) to redirect traffic over a . The process begins with the client, such as ipmitool, sending the Get SOL Configuration Parameters command (NetFn 0x0C, Cmd 0x21) to query the BMC for SOL configuration on a specific , which returns details like enable status and baud rate. If supported, the client activates the SOL session using the Activate Payload command over RMCP+, incorporating authentication mechanisms like RAKP-HMAC-SHA1 to secure the connection. This setup encapsulates the serial stream within IPMI payloads, allowing bidirectional redirection of the host system's UART data without physical access. Once activated, data flows through by encapsulating serial input and output as discrete SOL packets transmitted over datagrams with a payload type designated for SOL. The BMC intercepts serial characters from the host's UART and packages them into these payloads, while the client emulates a such as to interpret and display the incoming stream, handling escape sequences for control functions like cursor movement or screen clearing. Outbound data from the client follows the reverse path: keystrokes or commands are sent as SOL packets to the BMC, which forwards them to the , enabling remote interaction with the host console. This encapsulation ensures the protocol's asynchronous nature is preserved over the , with the BMC acting as a to bridge the physical interface and . The core of SOL's reliability lies in its packet structure and error handling protocols. Each SOL packet includes a 4-byte header comprising a packet sequence number for ordering, an ACK/NAK sequence number, an accepted character count, and an operation/status byte, followed by up to 223 bytes of data payload. Sequence numbers, starting from a non-zero value, facilitate retransmission of lost packets using the same identifier, while error handling employs to confirm full acceptance or NAK to signal partial rejection, prompting the sender to retry accordingly. This mechanism maintains over potentially unreliable networks without requiring higher-layer acknowledgments. SOL emulates traditional serial baud rates virtually to match the host's configured speed, such as 9600 bps, allowing the BMC to adjust transmission timing without altering the underlying hardware rate. This virtual adjustment ensures compatibility with legacy serial applications, and the supports break signals—used for console resets—through dedicated control bits in the packet's operation/status field, enabling remote assertion of these signals over the .

Applications and Use Cases

Remote Server and System Management

Serial over LAN (SOL), as defined in the Intelligent Platform Management Interface (IPMI) version 2.0 specification, enables remote administrators to redirect serial console traffic over a network connection, providing essential out-of-band access to server systems in IT environments. This capability is particularly valuable for managing headless servers in data centers, where physical access is limited or impractical, such as in densely packed blade or rack configurations. By leveraging the baseboard management controller (BMC), SOL allows interaction with pre-operating system (OS) environments and the OS itself without relying on the primary network or OS functionality. A primary application of SOL is console redirection, which facilitates remote access to the Basic Input/Output System (), bootloaders like , and OS login prompts on headless servers. Administrators can configure the server's settings—such as rate at 115200, 8 data bits, no , and 1 stop bit—to match the remote session, enabling text-based interaction via tools like IPMItool over LAN. For instance, in environments, adding parameters like console=ttyS0,115200 to the kernel command line directs output to the , which SOL then tunnels remotely. This setup supports troubleshooting boot processes and initial system configuration without on-site intervention. SOL plays a critical role in and tasks, allowing capture of logs and responses to panics in environments with or servers. When a system experiences a , such as a upgrade issue leading to a panic, remote access via SOL provides visibility into error messages and logs that would otherwise require physical console connection. This is achieved by redirecting the serial output, enabling administrators to diagnose hardware faults, apply commands, or initiate rescue s like PXE without physical presence. In large-scale deployments, this reduces downtime and operational costs by supporting proactive issue resolution across distributed infrastructure. In key use cases, IPMI SOL supports during OS or updates, where traditional in-band methods may fail. For example, during bare-metal OS deployment, SOL allows remote monitoring of progress and intervention if errors occur, such as mismatches or issues. Integration with virtualization platforms like extends this further; by configuring ESXi boot options (e.g., tty2Port=com1) and guest VM serial ports, administrators can access both host and virtual machine consoles remotely via SOL sessions initiated with commands like ipmitool -I lanplus sol activate. Additionally, SOL enables text-based remote power control—such as cycling power via console-integrated IPMI commands—and sensor monitoring, where administrators query hardware metrics like temperature or fan speeds through serial-linked IPMI tools, ensuring system health oversight independent of the OS.

Industrial and Embedded Systems

In select industrial and applications, Serial over LAN (SOL) provides console access via IPMI-compatible management controllers (BMCs) in ruggedized computing systems, enabling remote diagnostics and management over Ethernet without physical connections. This is implemented in embedded modules adhering to standards like COM-HPC, supporting console redirection (e.g., ) for tasks such as reconfiguration and boot diagnostics in extreme environments. For example, Sealevel's carrier boards with Arm-based controllers use IPMI SOL for remote access in telecom and factory networking equipment, facilitating recovery operations independent of the host OS or main processor. SOL supports remote in IPMI-enabled embedded devices for telecom equipment, allowing updates and log retrieval through text-based console sessions without interrupting primary operations. While IPMI SOL is not widely used in traditional supervisory control and (SCADA) systems or programmable logic controllers (PLCs)—which often rely on generic serial-to-Ethernet converters for protocols like — it extends to specialized embedded systems in industrial contexts, such as oil and gas exploration or . IPMI 2.0 specifications outline SOL's role in providing asynchronous serial console redirection for such embedded hardware, enhancing resilience in automation and networking pipelines where server-like management is required.

Implementations

Hardware-Based Solutions

Hardware-based solutions for Serial over LAN (SOL) primarily revolve around integrated Baseboard Management Controllers (BMCs), which are dedicated microcontrollers embedded on server motherboards to enable , including SOL functionality as defined in the IPMI 2.0 standard. These BMCs handle the encapsulation and transmission of serial data over Ethernet, allowing remote access to the host system's serial console without relying on the host OS. A prominent example of BMC hardware is the ASPEED AST series, such as the AST2500 and AST2600, which natively support IPMI SOL through their integrated network interfaces and serial redirection capabilities. These chips provide hardware acceleration for management tasks, including SOL payload processing, ensuring low-latency serial redirection even during host downtime. Major server vendors implement SOL via proprietary BMCs built on similar hardware foundations. Hewlett Packard Enterprise's Integrated Lights-Out (iLO) supports SOL over its management network, which can be configured using a dedicated Network Interface Card (NIC) to isolate management communications from the host's primary network for enhanced security and performance. Dell's Integrated Dell Remote Access Controller (iDRAC) supports SOL over a shared LAN port, allowing flexible configuration where management traffic shares bandwidth with host Ethernet without requiring additional hardware. Lenovo's XClarity Controller (XCC) integrates SOL activation directly into the firmware, enabling seamless redirection of the host serial console over the network upon configuration. Hardware SOL implementations require compatible firmware to operate effectively; for instance, provides open-source firmware support for custom servers, facilitating SOL enablement on ASPEED-based BMCs. Typical setup involves enabling SOL in the system's or settings, where users configure redirection parameters to align with the BMC's capabilities. These solutions often integrate with the Keyboard Controller Style (KCS) interface, which enables local communication between the host processor and BMC for serial bridging, allowing the BMC to intercept and redirect serial data streams efficiently during SOL sessions.

Software-Based Solutions

Software-based solutions for Serial over LAN (SOL) primarily consist of open-source tools and libraries that implement IPMI protocols to facilitate remote serial console access over IP networks, often without relying on proprietary hardware integrations. These solutions typically operate as client applications on management workstations, establishing sessions with a remote Baseboard Management Controller (BMC) to redirect serial data. They are essential for environments where hardware SOL support is limited or where custom integrations are needed. A prominent open-source tool is ipmitool, a command-line utility that supports SOL activation through its 'sol activate' mode, allowing users to initiate a remote serial console session over using RMCP+ protocol encapsulation. This mode enables text-based interaction with the target system's console, such as setup or OS boot processes, by tunneling serial data via port 623. Ipmitool requires administrative privileges on the BMC and proper network configuration, making it suitable for , Unix, and Windows environments. The OpenIPMI library provides a programmatic foundation for developing custom SOL applications, offering an for IPMI operations including LAN-based serial redirection. It includes drivers and interfaces that convert local serial connections to IPMI-over-LAN payloads, supporting both RMCP and RMCP+ for secure session management. Developers can leverage OpenIPMI to build tailored SOL clients that integrate with existing management software, emphasizing its role in extensible, open-source ecosystems. Software SOL clients, including those from the FreeIPMI suite, handle RMCP+ sessions to ensure authenticated and integrity-protected data transfer during console redirection. FreeIPMI provides tools like bmc-config for SOL payload activation and supports baud rate adjustments for optimal performance on /Unix platforms. Examples of integrated clients include configured for IPMI-over-SSH tunnels to BMCs, which can proxy SOL sessions for lightweight remote management. These tools often require a host-side agent to bridge the serial interface, enhancing flexibility in virtualized or cloud-based deployments.

Advantages and Limitations

Key Benefits

Serial over LAN (SOL) enables remote accessibility to a server's serial console over an , eliminating the need for physical cabling and allowing administrators to perform tasks such as configuration, OS installation, and diagnostics from any location worldwide. This capability is especially valuable in distributed data centers, where physical access to may be impractical or costly. In terms of cost efficiency, SOL reduces the dependence on dedicated console servers or external KVM appliances by utilizing the server's baseboard management controller (BMC) and standard network infrastructure. It leverages the existing IPMI session capabilities, which support multiple concurrent management sessions—though SOL console redirection is typically limited to one active session at a time—without additional hardware investments. SOL enhances reliability through its out-of-band operation, which functions independently of the host operating system and primary network stack, providing uninterrupted access for troubleshooting even during OS crashes or network outages. This approach facilitates faster recovery of remote infrastructure, thereby minimizing downtime in IT environments. Unlike high-bandwidth graphical solutions such as KVM over , SOL delivers text-based console redirection over low-bandwidth connections, making it ideal for slow links or bandwidth-constrained scenarios while supporting efficient at rates like 115200 . In remote server management use cases, this low-overhead design improves (MTTR) by enabling swift text console interventions.

Challenges and Security Considerations

Serial over LAN (SOL) relies entirely on the underlying (LAN) for connectivity, meaning that any outage or disruption results in complete loss of remote access to the serial console. This dependency can pose significant challenges in environments where reliability is not guaranteed, such as during or in areas with unstable infrastructure. In high-traffic network environments, SOL sessions may experience increased due to packet queuing and bandwidth contention, which can delay command responses and hinder troubleshooting. This issue is exacerbated in shared network segments where IPMI traffic competes with other data flows, potentially leading to timeouts or degraded during critical operations. Security risks associated with SOL primarily stem from its exposure of the serial console to remote networks, making it to unauthorized access and interception if not properly secured. A notable example is CVE-2013-4786, a in the IPMI 2.0 RAKP authentication protocol that allows remote attackers to extract password hashes from BMC responses, enabling offline brute-force attacks. Without , SOL traffic can be intercepted, allowing attackers to capture sensitive console output or inject malicious commands, as the serial interface bypasses standard OS-level protections. The Remote Management Control Protocol Plus (RMCP+), an extension of the IPMI 2.0 specification, mandates the use of AES-128-CBC encryption for payload confidentiality, along with for authentication and integrity, to protect SOL sessions over . However, misconfigurations—such as falling back to the unencrypted RMCP over port 623—can expose traffic in , undermining these protections. To mitigate risks, best practices include isolating IPMI traffic on dedicated VLANs to prevent unauthorized access and implementing role-based access controls (RBAC) on the BMC to limit privileges for SOL users. SOL is inherently limited to text-based interactions, as it emulates a serial console without support for graphical interfaces or multimedia, restricting its use to command-line operations and boot processes that do not require visual elements. Additionally, compatibility issues arise with non-standard baud rates; while IPMI supports common rates like 19200 or 115200, some BMC implementations fail to configure higher or custom rates properly, leading to communication mismatches or session failures.

References

  1. [1]
    [PDF] Intelligent Platform Management Interface Specification v2.0 rev. 1.1 ...
    Apr 21, 2015 · Page 1. - IPMI -. Intelligent Platform Management. Interface Specification. Second Generation v2.0. Document Revision 1.1. October 1, 2013.
  2. [2]
    IPMI V2.0 simplifies server management - Network World
    Version 2.0 of the IPMI specification supports Serial over LAN to redirect serial console functionality into IPMI over IP. Administrators gain full remote ...
  3. [3]
    [PDF] White Paper Serial Over LAN (SOL) for EPSD Server Hardware - Intel
    May 26, 2010 · Serial over LAN (SOL) is a mechanism that enables redirection of serial character stream from UART. (Universal Asynchronous Receiver ...
  4. [4]
    Redirecting the Direct Console to Serial Over LAN (SOL) with ...
    Oct 16, 2023 · Serial over LAN (SOL) is a very powerful IPMI tool that provides serial line access over the management LAN. The typical goal of Serial over ...Check Ipmi Over Lan Status · Thinksystem Sr635 And Sr655 · Use Ipmitool Remote Monitor...
  5. [5]
  6. [6]
    Serial over LAN - Hetzner Docs
    Mar 19, 2020 · Serial Over LAN (SOL) is a mechanism that enables the input and output of the serial port of a managed system to be redirected over IP.
  7. [7]
    Serial Over LAN (SOL) | HPE iLO 5 IPMI User Guide
    SOL is the name for the redirection of baseboard serial controller traffic over an IPMI session. This enables asynchronous serial-based OS and pre-OS ...
  8. [8]
    Understanding the RS-232 Standard - DigiKey
    Oct 25, 2023 · RS-232 defines that asynchronous serial communication is used to exchange data between devices, meaning that information is transmitted one bit ...
  9. [9]
    Serial communication Basic Knowledge -RS-232C/RS-422A/485
    In serial communication, data is sent one bit at a time ... RS-232C, synchronous communication and asynchronous communication standards have been defined.
  10. [10]
    Serial over LAN | Lenovo ThinkSystem System Manager
    One of the powerful tools in IPMI is SOL, which provides serial line access over the management LAN. The BMC micro-controller embedded on the server system ...
  11. [11]
    Integrated Dell Remote Access Controller 8 (iDRAC8) Version 2.00 ...
    IPMI Serial Over LAN (SOL) allows a managed system's text-based console serial data to be redirected over iDRAC's dedicated or shared out-of-band ethernet ...Missing: definition | Show results with:definition<|control11|><|separator|>
  12. [12]
    [PDF] BMC IPMI - Supermicro
    This feature allows you to launch the remote console by using SOL (Serial over. LAN). This feature provides serial port connections over LAN to allow the user ...
  13. [13]
    What is IPMI? - OVHcloud
    IPMI also provides valuable distance access capabilities: Serial over LAN (SOL): Enables access to the server's serial console, useful for troubleshooting and ...Key Features Of Ipmi · Ipmi-Compatible Systems · Ovhcloud And Intelligent...
  14. [14]
  15. [15]
    PowerStore: Using the IPMITool Utility with SOL (Serial-over-LAN) to ...
    This article shows how to use the IPMITool Utility with SOL (Serial-over-LAN) to connect to PowerStore nodes when network access is not available.
  16. [16]
    Serial Over LAN (SOL) - NVIDIA Docs Hub
    Jan 2, 2024 · BMC software enables access to the BlueField through an internal serial connection redirected over an IP address.
  17. [17]
  18. [18]
    Intel, HP, NEC and Dell Announce Availability of Intelligent Platform ...
    The IPMI Initiative consists of three specifications: Intelligent Platform Management Interface, Intelligent Platform Management Bus (IPMB) and the Intelligent ...
  19. [19]
    [PDF] IPMI - Intel
    Nov 15, 1999 · Provides the specification for the I2C bus, which defines bit-level interactions, electrical characteristics, and timing. x. IPMB v1.0 Address ...Missing: Microsoft | Show results with:Microsoft
  20. [20]
    Intel, HP, NEC, Dell Announce Availability Of Version 1.5 Of ...
    Mar 1, 2001 · IPMI 1.5 systems will be deployed in the second half of 2001. "IPMI is becoming a widely accepted specification for server management ...
  21. [21]
    [PDF] IPMI - extras
    Jan 29, 2004 · Page 1. - IPMI -. Intelligent Platform Management. Interface Specification v1.5. Document Revision 1.1. February 20, 2002. 6/1/04 MARKUP. Intel ...
  22. [22]
    IPMI V2.0 eases blade management - Servers - Network World
    IPMI 2.0's new serial over LAN (SOL) feature is helpful when remote access to a system is required. SOL redirects the local serial interface over an IPMI ...
  23. [23]
    Integrated Dell Remote Access Controller 8 (iDRAC8) Version 2.05 ...
    Use the IPMITool to access the remote system's basic management features through iDRAC. The interface includes local IPMI, IPMI over LAN, IPMI over Serial, and ...<|separator|>
  24. [24]
    [PDF] HP Integrated Lights-Out 2 User Guide
    This document is for the person who installs, administers, and troubleshoots servers and storage systems. HP assumes you are qualified in the servicing of ...Missing: 2005-2010 | Show results with:2005-2010
  25. [25]
    [PDF] Embedded BMC/IPMI - Supermicro
    The WPCM450 supports the following features. • IPMI 2.0. • Serial over LAN ... Choose a computer connected to the same network and open the IPMIView utility.
  26. [26]
    Overview of Software Utilities for IPMI - Thomas-Krenn-Wiki-en
    Jan 28, 2013 · Originally, IPMItool was often packaged together with OpenIPMI by the distribution providers. Since these software utilities are independent of ...
  27. [27]
    An open-source tool for controlling IPMI-enabled systems - GitHub
    ipmitool is a utility for managing and configuring devices that support the Intelligent Platform Management Interface.Wiki · Issues 91 · IPMI Tool · Pull requests 56
  28. [28]
    [PDF] Monitoring, Modelling and Identification of Data Center Servers
    The FreeIPMI software provides libraries and tools that enables a great deal of features (e.g, system event monitoring, power control, serial-over-LAN (SOL), ...
  29. [29]
    [PDF] OCP 1S Server Design Specification - Open Compute Project
    Oct 2, 2016 · 10 IPMI commands. The Bridge IC must support the IPMI commands shown in Table 9. Table 9: Bridge IC supported IPMI command Table. IPMI Command.
  30. [30]
    [PDF] Panther+ Micro-Server Card Hardware V0.8 - Open Compute Project
    Jan 28, 2015 · 9.6 IPMI Commands Support ... This connection will be used as the BIOS or. OS serial console and will also be available as a Serial over LAN (SoL) ...
  31. [31]
  32. [32]
    [PDF] Intelligent Platform Management Interface Specification Second ...
    Oct 1, 2013 · This document is the Intelligent Platform Management Interface Specification Second Generation v2.0, also known as IPMI 2, with its initial ...
  33. [33]
    IPMI SOL – Inexpensive Remote Console - alleft.com
    Apr 19, 2011 · But what happens when you need remote access to the BIOS, or to use pxeboot to rescue boot because a kernel upgrade went wrong, or just to ...
  34. [34]
  35. [35]
    IPMI for Remote Control & Monitoring of Embedded Computers
    ### Summary of IPMI Applications in Industrial Automation and Embedded Devices
  36. [36]
    Baseboard Management Controller (BMC) - ASPEED Technology
    ASPEED BMC is a specialized processor with 2D graphic and logic control features that is used to remotely monitor and manage host systems.AST2600 · AST2700 · AST2500 · 遠端伺服器管理晶片
  37. [37]
    AST2600 - ASPEED Technology
    AST2600 is ASPEED's 7th generation Server Management Processor, and also the world's first BMC SoC adopting 28nm advanced process technology.AST2700 · AST2620 · 遠端伺服器管理晶片
  38. [38]
    Supermicro Intelligent Management (IPMI) - Supermicro
    Serial over LAN (SOL); Media Redirection. Simultaneous floppy and CD/ DVD redirection; HTTP, HTTPs, CIFS/SMB support via Redfish or BMC Web GUI; KVM console ...<|separator|>
  39. [39]
    PowerEdge: How to Use the Serial Over Lan on the iDRAC9 | Dell US
    This allows remote troubleshooting using Serial Over Lan (SOL). It is akin to having a serial connection but remotely through the iDRAC's terminal.Missing: timeline | Show results with:timeline
  40. [40]
    Managing the XClarity Controller with IPMI - Lenovo Documentation
    Serial over LAN: To manage servers from a remote location, use the IPMItool to establish a Serial over LAN (SOL) connection. For more information about the ...Missing: integrated | Show results with:integrated
  41. [41]
    OpenBMC interfaces
    Host console. OpenBMC provides access to its host's serial console in various ways: Client access via network IPMI. Client access via ssh port 2200.
  42. [42]
    Dell EMC PowerEdge R750 BIOS and UEFI Reference Guide | Dell ...
    To use console redirection by SOL, configure the same port address for console redirection and the serial device. NOTE Every time the system boots, the BIOS ...
  43. [43]
    Keyboard Controller Style Interface | HPE iLO 6 IPMI User Guide
    The Keyboard Controller Style (KCS) is one of the supported MC to SMS interfaces. The KCS interface is specified solely for SMS messages.
  44. [44]
    ipmitool(1) - Linux man page
    On exit, the the SOL payload mode is deactivated and the terminal is reset to its original settings. Special escape sequences are provided to control the SOL ...
  45. [45]
    OpenIPMI
    OpenIPMI is an effort to create a full-function IPMI system to allow full access to all IPMI information on a server and to abstract it to a level that will ...
  46. [46]
    FreeIPMI - Home - GNU.org
    Jul 22, 2023 · A tool for Serial-over-Lan (SOL) console access. ipmi-config: A tool to configure BMC and IPMI information. In can be used to configured ...FreeIPMI - Download · Documentation · Core Team
  47. [47]
    Using SOL from PuTTY on Windows - Dell
    Using SOL from PuTTY on Windows · Run the following command to connect to iDRAC. putty.exe [-ssh | -telnet] <login name>@<iDRAC-ip-address> <port number> · Run ...
  48. [48]
    Out of Band Management | Glossary | HPE
    Jul 28, 2025 · Remote troubleshooting: Administrators can reboot, upgrade firmware, modify configurations, and view BIOS/UEFI settings remotely. Security: ...Missing: LAN | Show results with:LAN
  49. [49]
    Out-of-Band Management: What It Is and Why You Need It
    Out-of-band management allows organizations to recover remote infrastructure faster, reducing the duration and expense of downtime.
  50. [50]
    KVM vs Serial Management - 42U
    Jun 13, 2017 · KVM over IP will take up more bandwidth, but provides a graphical user interface that is generally easier to use.Missing: LAN | Show results with:LAN
  51. [51]
    The problem of 'shared' IPMI network interfaces - Lobste.rs
    Jul 30, 2020 · If the PHY is interrupted while, for example, you're connected over Serial over LAN or a virtual KVM, you lose access. If you're lucky ...
  52. [52]
    Risks of Using the Intelligent Platform Management Interface (IPMI)
    Oct 7, 2016 · It is important to restrict IPMI access to specific management IP addresses within an organization and preferably separated into a separate LAN ...Missing: Serial | Show results with:Serial
  53. [53]
    Significant delay for serial to ethernet (TCP) byte transmission?
    Feb 1, 2017 · Your use case is sending single bytes of TCP with minimum latency. Here's a simple protocol that should optimize TCP for your use case:.Low latency serial communication on Linux - c++ - Stack OverflowLow Latency Serial Communications In .Net - Stack OverflowMore results from stackoverflow.comMissing: LAN | Show results with:LAN
  54. [54]
  55. [55]
    Data Domain: IPMI v2.0 Password Hash Disclosure | Dell US
    The IPMI 2.0 RAKP Authentication Remote Password Hash Retrieval vulnerability (CVE-2013-4786) was identified in the RAKP protocol and is part of the IPMI 2.0 ...
  56. [56]
    ipmitool - man pages section 1M: System Administration Commands
    Generic Serial Over LAN support requires RMCP+, so the ipmitool sol activate ... Authentication and integrity HMACS are produced with SHA1, and encryption is ...
  57. [57]
    IPMI-config cannot set SOL (serial over LAN) baudrate
    Aug 20, 2021 · The default baudrate of 19200 is quite slow, so i would like to set it to 115200 baud. But it seems that i can only set it to the value of 19200.