US20080168310A1 - Hardware diagnostics and software recovery on headless server appliances - Google Patents

Hardware diagnostics and software recovery on headless server appliances Download PDF

Info

Publication number
US20080168310A1
US20080168310A1 US11/650,168 US65016807A US2008168310A1 US 20080168310 A1 US20080168310 A1 US 20080168310A1 US 65016807 A US65016807 A US 65016807A US 2008168310 A1 US2008168310 A1 US 2008168310A1
Authority
US
United States
Prior art keywords
server appliance
headless server
operating system
client device
headless
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US11/650,168
Inventor
Cesare John Saretto
James C. Gray
James M. Lyon
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Microsoft Technology Licensing LLC
Original Assignee
Microsoft Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Microsoft Corp filed Critical Microsoft Corp
Priority to US11/650,168 priority Critical patent/US20080168310A1/en
Assigned to MICROSOFT CORPORATION reassignment MICROSOFT CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: GRAY, JAMES C, LYON, JAMES M, SARETTO, CESARE JOHN
Priority to PCT/US2007/089147 priority patent/WO2008083350A1/en
Priority to TW097100424A priority patent/TW200836060A/en
Publication of US20080168310A1 publication Critical patent/US20080168310A1/en
Priority to US13/349,925 priority patent/US9280433B2/en
Assigned to MICROSOFT TECHNOLOGY LICENSING, LLC reassignment MICROSOFT TECHNOLOGY LICENSING, LLC ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: MICROSOFT CORPORATION
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/22Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing
    • G06F11/2284Detection or location of defective computer hardware by testing during standby operation or during idle time, e.g. start-up testing by power-on test, e.g. power-on self test [POST]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F11/00Error detection; Error correction; Monitoring
    • G06F11/07Responding to the occurrence of a fault, e.g. fault tolerance
    • G06F11/14Error detection or correction of the data by redundancy in operation
    • G06F11/1402Saving, restoring, recovering or retrying
    • G06F11/1415Saving, restoring, recovering or retrying at system level
    • G06F11/1417Boot up procedures
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F21/00Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
    • G06F21/50Monitoring users, programs or devices to maintain the integrity of platforms, e.g. of processors, firmware or operating systems
    • G06F21/57Certifying or maintaining trusted computer platforms, e.g. secure boots or power-downs, version controls, system software checks, secure updates or assessing vulnerabilities
    • G06F21/575Secure boot
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/4401Bootstrapping
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/4401Bootstrapping
    • G06F9/4406Loading of operating system

Definitions

  • a headless server appliance is a computer system that is designed to operate as a server, but without a keyboard, a mouse (or other pointing device) and a monitor.
  • existing headless server appliances are relatively expensive, in part because they are specialized computing devices, including customized BIOSes that are needed to interact with them for administration purposes.
  • BIOSes that can only display information on a local monitor and can only be controlled by a local keyboard.
  • changing basic hardware configuration via the BIOS or viewing hardware errors detected by the BIOS can only be done locally, with an attached keyboard and monitor.
  • the BIOS controls the system boot order, if the primary operating system has become unbootable, or the hard disk holding that operating system has stopped functioning, the system may not be able to boot from another medium without changes in BIOS configuration; as described above, with a conventional BIOS, this can only be accomplished locally.
  • repairing an existing operating system or recovering data from an unrecoverable system generally requires booting the system with a secondary operating system.
  • This secondary operating system can then be used to access the file system containing the malfunctioning operating system to make repairs or salvage data.
  • the secondary operating system can be stored on internal or external hard drive, on a CD or DVD ROM, floppy disk, USB thumb drive, or other medium.
  • booting such a secondary operating system is potentially very difficult on a headless system.
  • such secondary operating systems and the recovery utilities that run on them are generally designed to be used with a keyboard, mouse, and monitor attached.
  • the secondary actuation mechanism When actuated, the secondary actuation mechanism enters the headless server appliance into a diagnostic mode, in which primitives are communicated between a client device coupled to the headless server appliance.
  • the diagnostic mode may correspond to a secondary operating system booted from a BIOS activated by the secondary actuation mechanism.
  • the primitives may provide the client device with access to a hard disk of the headless server appliance, such as one containing a primary operating system.
  • Primitives, such as communicated via APIs or the like, may also provide the client device with access to the BIOS.
  • the secondary operating system and/or client device may perform diagnostics and recovery operations on the headless server appliance.
  • the client device or similar source may restore or update the primary operating system image to a storage medium of the headless server appliance.
  • the coupling of the client device to the headless server appliance may be accomplished over any suitable interface means, including a network connection, USB port or the like.
  • FIG. 1 is an illustrative example block diagram of a headless server appliance configured to operate in a normal mode and diagnostic mode for communicating primitives with a client device.
  • FIG. 2 is an illustrative example block diagram of a headless server appliance configured to operate in a normal mode and diagnostic mode via hardware.
  • FIG. 3 is a block diagram generally representing a headless server appliance coupled to a client device in which the client device can access components of the headless server appliance via an API set.
  • FIG. 4 is a block diagram generally representing a headless server appliance coupled to a client device in which the client device can access a hard disk drive of the headless server appliance via a virtual device driver.
  • FIG. 5 is a block diagram generally representing a headless server appliance coupled to a client device in which the client device can run diagnostic programs or a recovery process with respect to the headless server appliance.
  • a headless server appliance that can be booted into a special operating mode, referred to herein as a diagnostic mode, in which the server enters a state in which another device can communicate with the server.
  • the other device can couple to the headless server appliance, whereby the headless server appliance is temporarily accessed and/or controlled (at least in part) via the remote device.
  • the headless server is equipped with a hardware-based solution that allows a client device to couple to it (e.g., via USB) for interacting with one or more of the components of the server.
  • the server can report diagnostic information to the client, expose its hard drive and any other disk drive or drives to the client device, and so forth.
  • a hardware and software solution allows a remote client device to couple to the server via a network connection (e.g., via Ethernet). The client can then run various diagnostic utilities and so forth, including accessing the server's hard disk drive or drives.
  • While example aspects described herein are generally directed towards a client personal computer as the coupled device that accesses one or more hard disks on the headless server appliance, this is only one common scenario; other possibilities include using other types of remote devices, and other types of access and control, such as changing BIOS settings.
  • any type of computing device that can couple for communication with a server in any way may act as a remote device, including personal computers, hand-held devices, personal digital assistants, cell phones and so forth.
  • any suitable communications medium and protocol may be used, and any readable and/or writeable component or components within the headless server appliance (e.g., memory, other nonvolatile storage and so forth) may be accessed.
  • any of various mechanisms may be used to enter the server into the diagnostic mode, including hardware-based triggering mechanisms, or a combination of hardware and software.
  • the present invention is not limited to any particular embodiments, aspects, concepts, structures, functionalities or examples described herein. Rather, any of the embodiments, aspects, concepts, structures, functionalities or examples described herein are non-limiting, and the present invention may be used various ways that provide benefits and advantages in computing and networking in general.
  • an aspect of the technology described herein is directed towards operating a headless server appliance running commodity personal computer hardware, and/or a traditional operating system with relatively few modifications (such as Microsoft® Windows® Server) that is otherwise not ordinarily intended to operate on headless system hardware.
  • a server appliance that is headless, the server needs to be capable of being restored to working state in the event of operating system or hard disk failure, and capable of being administered, e.g., configured, maintained and/or diagnosed.
  • FIG. 1 shows an example block diagram in which a headless server appliance 110 that is based on commodity personal computer hardware.
  • the example computer system 110 of FIG. 1 includes a processing unit (CPU) 116 , which is coupled via a Northbridge chip 118 to RAM 120 . Note that being headless, no graphics processing unit (GPU/Card) is required.
  • CPU processing unit
  • Northbridge chip 118
  • GPU graphics processing unit
  • a Southbridge chip 114 is shown as connecting to a network interface card (NIC) 122 for remote connectivity, to nonvolatile storage (e.g., a hard disk drive) 124 that includes the primary operating system, and (optionally, as shown via the dashed representation) to at least one other interface (e.g., a USB A port) 126 for device connectivity.
  • NIC network interface card
  • nonvolatile storage e.g., a hard disk drive
  • at least one other interface e.g., a USB A port
  • one or more other nonvolatile storage devices such as hard disk drive or drives 128 may be present in (or otherwise coupled to) the headless server appliance 110 .
  • one or more of the other hard disk drive or drives 128 can alternatively connect through the port 126 .
  • a secondary actuation mechanism 144 such as a small button (e.g., labeled “Server Diagnostics” or the like) is present in or coupled to BIOS secondary boot logic 146 of the headless server appliance 110 .
  • a small button e.g., labeled “Server Diagnostics” or the like
  • the BIOS normal boot logic 142 and BIOS secondary boot logic 146 are likely incorporated into the same physical chip package, with different booting code.
  • the secondary actuation mechanism may set a small hardware register read by a single BIOS component during boot; if the BIOS sees that the register is turned on, it uses the secondary logic 146 to boot in the diagnostic mode.
  • the secondary boot logic 146 When triggered, the secondary boot logic 146 enters the server 110 into a diagnostic operating mode, as described below.
  • Any type of secondary actuation mechanism 144 may be used to trigger the secondary BIOS boot logic 146 , but is typically one that requires some physical human intervention, such as a button, a smartcard insertion, connection of a USB device such as a personal computer or thumb drive, and so forth.
  • the secondary actuation mechanism remotely activated, such as special key sent over the network connection; note however that the server 110 's primary operating system may be inoperable, and thus any remote activation would require special detection circuitry that works independently of the primary operating system.
  • non-human intervention such as a timer or sensor that automatically triggers the secondary reboot, such as when the headless server appliance is not responding correctly to pings or the like.
  • the diagnostic mode is a special operating mode which may be accomplished entirely in hardware or with software assistance, in which low-level hardware commands (primitives) may be used to interact with the headless server appliance 110 .
  • the server's internal hard disks may be exposed to a working client computer via a network medium.
  • flash ROM 150 or the like on the server 110 may contain a secondary (custom and/or largely static) operating system (e.g., based on Microsoft® Windows® Preinstallation Environment) that is booted when the secondary actuation mechanism 144 is pressed.
  • a secondary operating system e.g., based on Microsoft® Windows® Preinstallation Environment
  • the flash 150 e.g., on a USB thumb drive
  • Any suitable internal or external storage device, such as a USB thumb drive, a CD-ROM drive, and so forth may be coupled via the interface 126 to provide the secondary operating system.
  • the secondary operating system is very limited and relatively small (e.g., on the order of 256 MB), and in general allows the headless server appliance 110 to connect to a remote client device 160 on the network.
  • the secondary operating system may use a communication protocol that provides primitives that expose the server's hard disk 124 containing the server's primary operating system over a TCP/IP network to a client computer, e.g., using the server's built-in Ethernet adapter 122 or other IP-capable network adapter. Files and/or other allocation units such as clusters or sectors on the hard drive 124 containing the primary operating system may thus be accessed.
  • some or all of the server's other hard disks 128 may be exposed in the same manner.
  • FIG. 1 thus represents a software and hardware-based solution, which when booted, hands off control to a flash medium (or external device) 150 or the like containing the secondary operating system.
  • the secondary operating system exposes internal components of the headless server appliance 110 via a network protocol.
  • FIG. 2 represents an alternative way to implement such a diagnostic mode, that is, by providing a single device-side interface 226 added to the server, such as an appropriately labeled USB B port, e.g., “Server Diagnostic Port” or the like.
  • a single device-side interface 226 added to the server such as an appropriately labeled USB B port, e.g., “Server Diagnostic Port” or the like.
  • the components of FIG. 2 are basically like those of FIG. 1 , (labeled 2xx instead of 1xx), except that the interface 226 is not optional, and a client computing device 250 is shown as being coupled via the port 226 .
  • the client computing device 250 sees the server 210 as one or more USB devices including a USB hard disk (that is the server's primary disk), as described below.
  • server hardware in combination with BIOS software, thus exposes a USB hub 256 over the USB B port 226 , although as can be readily appreciated other types of ports (e.g., serial, parallel, wireless, infrared and so forth are feasible).
  • the hub 256 may internally be coupled to (or have externally inserted as needed) a USB mass storage device 258 that controls and/or accesses the primary hard disk 224 containing the server's primary operating system.
  • the USB mass storage device 258 or one or more additional USB mass storage devices (not explicitly shown in FIG. 2 ), can be used to expose the server's other hard disks 228 .
  • the server 210 exposes at least the server's hard disk 224 , e.g., as a USB mass storage device (causing a coupling to a client computer as generally represented in FIG. 4 ).
  • the server 210 also may expose a diagnostic mode API (described below) as one or more USB devices.
  • a diagnostic mode API described below
  • the information may be reported to the client computing device 250 , e.g., plugged into the USB port 226 or other interface. When connected, a client device can also perform some or all of such diagnostic and recovery functionality.
  • a client computer 360 can be coupled to the headless server appliance (labeled 310 in FIG. 3 ) via an interface 333 .
  • the interface 333 is the network connection via the network interface card 122 , however it is alternatively feasible to have the client device connect via the USB port 126 of FIG. 1 (if present), via the NIC 222 or port 226 of FIG. 2 , or via some other interface.
  • the client computer 360 may perform any number of operations to the headless server appliance 330 .
  • the client computer 360 may run recovery software and other well-known utilities to access the hard disks.
  • the functionality of the server's main-board hardware may be exposed to the client computer, e.g., via an API set 370 or the like appropriate for the chosen network medium.
  • this API set may allow for such operations as the configuration of server BIOS settings, reprogramming of the server's BIOS and/or Flash, executing and reporting the results of built-in hardware diagnostics, and so forth.
  • the client device 360 can adjust settings within the BIOS 346 (and/or perform a flash update), whereby the BIOS settings can be changed without needed a local keyboard, monitor, and so forth.
  • the secondary operating system can accept a new BIOS image, or if the BIOS is ACPI compliant, the client can update the BIOS settings via the APIs.
  • FIG. 4 shows another way in which a coupled client device 460 may be used, namely to obtain access to a hard disk of the headless server appliance.
  • the client includes a virtual disk driver 490 that essentially makes remote disk 424 look like a local drive on the client, e.g., using a disk drive letter (e.g., x: ⁇ ). Any additional disks 428 , 429 may be similarly accessed via different letters.
  • FIG. 5 is another example way in which a client device 560 may be used, namely to restore (or update) the headless server appliance with an operating system image via a recovery process 594 .
  • the client device 560 may include or be coupled to a CD ROM drive 596 into which a recovery disk 597 (e.g., containing the original primary operating system) may be read to write the operating system image back to the hard drive 524 of the headless server appliance 510 .
  • Other media may be used for storing the image, including the client's hard drive, a network source, and so forth. As can be appreciated, in this manner, a corrupted image may thus be replaced, and/or use of a bad sector or the like may be avoided.
  • the client device 560 may run a diagnostic program 598 or other utility, such as stored on a compact disk 599 .
  • a diagnostic program 598 or other utility such as stored on a compact disk 599 .
  • other media may be used for storing the diagnostic program 598 or other utility, including the client's hard drive, a network source, and so forth.
  • the technology achieves the general equivalent of having booted the server into a secondary operating system, in which any number of existing repair and recovery utilities can be executed.
  • Full restoration of the primary operating system to factory shipped condition is possible by imaging the operating system partition of the server's hard disk.
  • mainboard hardware diagnostics and programming can be performed via the server 110 and/or client device 360 using special-purpose utilities as well as general purpose utilities.
  • exposing one or more hard disks of a headless server appliance using a hardware-only or hardware and software solution
  • a working computer such as via a network medium. This occurs selectively, such as when a hardware button on the appliance device is pressed.
  • the technology provides for exposing mainboard programming and diagnostic functionality of a headless server appliance (using a hardware-only or hardware and software solution) to a working computer via an API, e.g., over a network medium, again selectively, such as when a particular hardware button on the appliance device is pressed.

Abstract

Described is a headless server appliance configured with a secondary actuation mechanism that when actuated, enters the headless server appliance into a diagnostic mode. For example, the diagnostic mode may correspond to a secondary operating system booted from a BIOS component activated by the secondary actuation mechanism. In the diagnostic mode, primitives may be communicated between a client device coupled (e.g., via a network or USB connection) to the headless server appliance, such as to provide the client device with access to the headless server appliance's hard disk. Other primitives, such as communicated via APIs, may provide the client device with access to the BIOS. The secondary operating system and/or client device may perform diagnostics and recovery operations on the headless server appliance. For example, the client device or similar source may restore or update the primary operating system image to a storage medium of the headless server appliance.

Description

    BACKGROUND
  • A headless server appliance is a computer system that is designed to operate as a server, but without a keyboard, a mouse (or other pointing device) and a monitor. In general, existing headless server appliances are relatively expensive, in part because they are specialized computing devices, including customized BIOSes that are needed to interact with them for administration purposes.
  • As can be readily appreciated, administration of server appliances that are based on conventional personal computer hardware cannot be fully accomplished due to basic hardware and software limitations. For example, traditional personal computers have BIOSes that can only display information on a local monitor and can only be controlled by a local keyboard. As a result, changing basic hardware configuration via the BIOS or viewing hardware errors detected by the BIOS can only be done locally, with an attached keyboard and monitor. Note that because the BIOS controls the system boot order, if the primary operating system has become unbootable, or the hard disk holding that operating system has stopped functioning, the system may not be able to boot from another medium without changes in BIOS configuration; as described above, with a conventional BIOS, this can only be accomplished locally.
  • Further, repairing an existing operating system or recovering data from an unrecoverable system generally requires booting the system with a secondary operating system. This secondary operating system can then be used to access the file system containing the malfunctioning operating system to make repairs or salvage data. The secondary operating system can be stored on internal or external hard drive, on a CD or DVD ROM, floppy disk, USB thumb drive, or other medium. However, booting such a secondary operating system is potentially very difficult on a headless system. For example, such secondary operating systems and the recovery utilities that run on them are generally designed to be used with a keyboard, mouse, and monitor attached.
  • SUMMARY
  • This Summary is provided to introduce a selection of representative concepts in a simplified form that are further described below in the Detailed Description. This Summary is not intended to identify key features or essential features of the claimed subject matter, nor is it intended to be used in any way that would limit the scope of the claimed subject matter.
  • Briefly, various aspects of the subject matter described herein are directed towards a headless server appliance configured with a secondary actuation mechanism. When actuated, the secondary actuation mechanism enters the headless server appliance into a diagnostic mode, in which primitives are communicated between a client device coupled to the headless server appliance. For example, the diagnostic mode may correspond to a secondary operating system booted from a BIOS activated by the secondary actuation mechanism. The primitives may provide the client device with access to a hard disk of the headless server appliance, such as one containing a primary operating system. Primitives, such as communicated via APIs or the like, may also provide the client device with access to the BIOS.
  • In one example aspect, the secondary operating system and/or client device may perform diagnostics and recovery operations on the headless server appliance. For example, the client device or similar source may restore or update the primary operating system image to a storage medium of the headless server appliance. The coupling of the client device to the headless server appliance may be accomplished over any suitable interface means, including a network connection, USB port or the like.
  • Other advantages may become apparent from the following detailed description when taken in conjunction with the drawings.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • The present invention is illustrated by way of example and not limited in the accompanying figures in which like reference numerals indicate similar elements and in which:
  • FIG. 1 is an illustrative example block diagram of a headless server appliance configured to operate in a normal mode and diagnostic mode for communicating primitives with a client device.
  • FIG. 2 is an illustrative example block diagram of a headless server appliance configured to operate in a normal mode and diagnostic mode via hardware.
  • FIG. 3 is a block diagram generally representing a headless server appliance coupled to a client device in which the client device can access components of the headless server appliance via an API set.
  • FIG. 4 is a block diagram generally representing a headless server appliance coupled to a client device in which the client device can access a hard disk drive of the headless server appliance via a virtual device driver.
  • FIG. 5 is a block diagram generally representing a headless server appliance coupled to a client device in which the client device can run diagnostic programs or a recovery process with respect to the headless server appliance.
  • DETAILED DESCRIPTION
  • Various aspects of the technology described herein are generally directed towards a headless server appliance that can be booted into a special operating mode, referred to herein as a diagnostic mode, in which the server enters a state in which another device can communicate with the server. In general, the other device can couple to the headless server appliance, whereby the headless server appliance is temporarily accessed and/or controlled (at least in part) via the remote device.
  • In one aspect, the headless server is equipped with a hardware-based solution that allows a client device to couple to it (e.g., via USB) for interacting with one or more of the components of the server. For example, the server can report diagnostic information to the client, expose its hard drive and any other disk drive or drives to the client device, and so forth. In an alternative aspect, a hardware and software solution allows a remote client device to couple to the server via a network connection (e.g., via Ethernet). The client can then run various diagnostic utilities and so forth, including accessing the server's hard disk drive or drives.
  • While example aspects described herein are generally directed towards a client personal computer as the coupled device that accesses one or more hard disks on the headless server appliance, this is only one common scenario; other possibilities include using other types of remote devices, and other types of access and control, such as changing BIOS settings. Essentially any type of computing device that can couple for communication with a server in any way may act as a remote device, including personal computers, hand-held devices, personal digital assistants, cell phones and so forth.
  • At the same time, any suitable communications medium and protocol may be used, and any readable and/or writeable component or components within the headless server appliance (e.g., memory, other nonvolatile storage and so forth) may be accessed. Still further, as described below, any of various mechanisms may be used to enter the server into the diagnostic mode, including hardware-based triggering mechanisms, or a combination of hardware and software.
  • As such, the present invention is not limited to any particular embodiments, aspects, concepts, structures, functionalities or examples described herein. Rather, any of the embodiments, aspects, concepts, structures, functionalities or examples described herein are non-limiting, and the present invention may be used various ways that provide benefits and advantages in computing and networking in general.
  • In general, an aspect of the technology described herein is directed towards operating a headless server appliance running commodity personal computer hardware, and/or a traditional operating system with relatively few modifications (such as Microsoft® Windows® Server) that is otherwise not ordinarily intended to operate on headless system hardware. To achieve a server appliance that is headless, the server needs to be capable of being restored to working state in the event of operating system or hard disk failure, and capable of being administered, e.g., configured, maintained and/or diagnosed.
  • FIG. 1 shows an example block diagram in which a headless server appliance 110 that is based on commodity personal computer hardware. As is typical, the example computer system 110 of FIG. 1 includes a processing unit (CPU) 116, which is coupled via a Northbridge chip 118 to RAM 120. Note that being headless, no graphics processing unit (GPU/Card) is required.
  • As is also typical, a Southbridge chip 114 is shown as connecting to a network interface card (NIC) 122 for remote connectivity, to nonvolatile storage (e.g., a hard disk drive) 124 that includes the primary operating system, and (optionally, as shown via the dashed representation) to at least one other interface (e.g., a USB A port) 126 for device connectivity. Being that the server 110 is intended for use in serving files, serving content and so forth, one or more other nonvolatile storage devices such as hard disk drive or drives 128 may be present in (or otherwise coupled to) the headless server appliance 110. Note that one or more of the other hard disk drive or drives 128 can alternatively connect through the port 126.
  • As represented in FIG. 1, in addition to the normal reboot mechanism 140 (e.g., a main power button coupled to normal BIOS normal boot logic 142), a secondary actuation mechanism 144 such as a small button (e.g., labeled “Server Diagnostics” or the like) is present in or coupled to BIOS secondary boot logic 146 of the headless server appliance 110. Note that as indicated by the dashed line, the BIOS normal boot logic 142 and BIOS secondary boot logic 146 are likely incorporated into the same physical chip package, with different booting code. For example, the secondary actuation mechanism may set a small hardware register read by a single BIOS component during boot; if the BIOS sees that the register is turned on, it uses the secondary logic 146 to boot in the diagnostic mode.
  • When triggered, the secondary boot logic 146 enters the server 110 into a diagnostic operating mode, as described below. Any type of secondary actuation mechanism 144 may be used to trigger the secondary BIOS boot logic 146, but is typically one that requires some physical human intervention, such as a button, a smartcard insertion, connection of a USB device such as a personal computer or thumb drive, and so forth. It is also feasible to have the secondary actuation mechanism remotely activated, such as special key sent over the network connection; note however that the server 110's primary operating system may be inoperable, and thus any remote activation would require special detection circuitry that works independently of the primary operating system. It is also feasible to have non-human intervention, such as a timer or sensor that automatically triggers the secondary reboot, such as when the headless server appliance is not responding correctly to pings or the like.
  • Regardless of how triggered, actuating the secondary actuation mechanism 144 causes the secondary BIOS boot logic 146 to boot the server 110 into the diagnostic mode. In general, the diagnostic mode is a special operating mode which may be accomplished entirely in hardware or with software assistance, in which low-level hardware commands (primitives) may be used to interact with the headless server appliance 110. For example, via such hardware primitives, the server's internal hard disks may be exposed to a working client computer via a network medium.
  • In one example implementation represented in FIG. 1, flash ROM 150 or the like on the server 110 may contain a secondary (custom and/or largely static) operating system (e.g., based on Microsoft® Windows® Preinstallation Environment) that is booted when the secondary actuation mechanism 144 is pressed. Note that as represented by the dashed line, the flash 150 (e.g., on a USB thumb drive) alternatively may be externally coupled via the port 126. Any suitable internal or external storage device, such as a USB thumb drive, a CD-ROM drive, and so forth may be coupled via the interface 126 to provide the secondary operating system.
  • In this example implementation, the secondary operating system is very limited and relatively small (e.g., on the order of 256 MB), and in general allows the headless server appliance 110 to connect to a remote client device 160 on the network. For example, the secondary operating system may use a communication protocol that provides primitives that expose the server's hard disk 124 containing the server's primary operating system over a TCP/IP network to a client computer, e.g., using the server's built-in Ethernet adapter 122 or other IP-capable network adapter. Files and/or other allocation units such as clusters or sectors on the hard drive 124 containing the primary operating system may thus be accessed. Optionally, some or all of the server's other hard disks 128 may be exposed in the same manner.
  • FIG. 1 thus represents a software and hardware-based solution, which when booted, hands off control to a flash medium (or external device) 150 or the like containing the secondary operating system. The secondary operating system exposes internal components of the headless server appliance 110 via a network protocol.
  • FIG. 2 represents an alternative way to implement such a diagnostic mode, that is, by providing a single device-side interface 226 added to the server, such as an appropriately labeled USB B port, e.g., “Server Diagnostic Port” or the like. Note that the components of FIG. 2 are basically like those of FIG. 1, (labeled 2xx instead of 1xx), except that the interface 226 is not optional, and a client computing device 250 is shown as being coupled via the port 226. For example, when coupled, the client computing device 250 sees the server 210 as one or more USB devices including a USB hard disk (that is the server's primary disk), as described below.
  • In the example of FIG. 2, server hardware, in combination with BIOS software, thus exposes a USB hub 256 over the USB B port 226, although as can be readily appreciated other types of ports (e.g., serial, parallel, wireless, infrared and so forth are feasible). As represented in FIG. 2, the hub 256 may internally be coupled to (or have externally inserted as needed) a USB mass storage device 258 that controls and/or accesses the primary hard disk 224 containing the server's primary operating system. Optionally, the USB mass storage device 258, or one or more additional USB mass storage devices (not explicitly shown in FIG. 2), can be used to expose the server's other hard disks 228.
  • In the diagnostic mode of FIG. 2, the server 210 exposes at least the server's hard disk 224, e.g., as a USB mass storage device (causing a coupling to a client computer as generally represented in FIG. 4). The server 210 also may expose a diagnostic mode API (described below) as one or more USB devices. To this end, the hardware-based solution of FIG. 2 may include its own internal logic, which (e.g., by exposing each as a USB device) may provide full access to other hard disks, may include a piece of recovery software to perform diagnostics, may run a utility such as a disk check, may repair the primary operating system, may write a new copy of the operating system onto the disk, may recover data off of disks when the server is deemed likely defective, and so forth. The information may be reported to the client computing device 250, e.g., plugged into the USB port 226 or other interface. When connected, a client device can also perform some or all of such diagnostic and recovery functionality.
  • Once operating in the diagnostic mode, whether via the example of FIG. 1, FIG. 2, or via any generally similar implementation, as represented in FIG. 3 a client computer 360 can be coupled to the headless server appliance (labeled 310 in FIG. 3) via an interface 333. Typically in the example of FIG. 1 the interface 333 is the network connection via the network interface card 122, however it is alternatively feasible to have the client device connect via the USB port 126 of FIG. 1 (if present), via the NIC 222 or port 226 of FIG. 2, or via some other interface.
  • Once coupled, the client computer 360 may perform any number of operations to the headless server appliance 330. For example, the client computer 360 may run recovery software and other well-known utilities to access the hard disks.
  • In yet another alternative, the functionality of the server's main-board hardware may be exposed to the client computer, e.g., via an API set 370 or the like appropriate for the chosen network medium. For example, this API set may allow for such operations as the configuration of server BIOS settings, reprogramming of the server's BIOS and/or Flash, executing and reporting the results of built-in hardware diagnostics, and so forth. In this manner, the client device 360 can adjust settings within the BIOS 346 (and/or perform a flash update), whereby the BIOS settings can be changed without needed a local keyboard, monitor, and so forth. For example, the secondary operating system can accept a new BIOS image, or if the BIOS is ACPI compliant, the client can update the BIOS settings via the APIs.
  • FIG. 4 shows another way in which a coupled client device 460 may be used, namely to obtain access to a hard disk of the headless server appliance. In this example, the client includes a virtual disk driver 490 that essentially makes remote disk 424 look like a local drive on the client, e.g., using a disk drive letter (e.g., x:\). Any additional disks 428, 429 may be similarly accessed via different letters.
  • FIG. 5 is another example way in which a client device 560 may be used, namely to restore (or update) the headless server appliance with an operating system image via a recovery process 594. For example, the client device 560 may include or be coupled to a CD ROM drive 596 into which a recovery disk 597 (e.g., containing the original primary operating system) may be read to write the operating system image back to the hard drive 524 of the headless server appliance 510. Other media may be used for storing the image, including the client's hard drive, a network source, and so forth. As can be appreciated, in this manner, a corrupted image may thus be replaced, and/or use of a bad sector or the like may be avoided.
  • Alternatively, the client device 560 may run a diagnostic program 598 or other utility, such as stored on a compact disk 599. Again, other media may be used for storing the diagnostic program 598 or other utility, including the client's hard drive, a network source, and so forth.
  • As can be readily appreciated, once a server is operational in the diagnostic mode and connected to a working computer, the technology achieves the general equivalent of having booted the server into a secondary operating system, in which any number of existing repair and recovery utilities can be executed. Full restoration of the primary operating system to factory shipped condition is possible by imaging the operating system partition of the server's hard disk. Further, if the API set 370 represented in FIG. 3 is implemented, mainboard hardware diagnostics and programming can be performed via the server 110 and/or client device 360 using special-purpose utilities as well as general purpose utilities.
  • Thus, to summarize, there is provided technology directed towards exposing one or more hard disks of a headless server appliance (using a hardware-only or hardware and software solution) to a working computer, such as via a network medium. This occurs selectively, such as when a hardware button on the appliance device is pressed.
  • Further, the technology provides for exposing mainboard programming and diagnostic functionality of a headless server appliance (using a hardware-only or hardware and software solution) to a working computer via an API, e.g., over a network medium, again selectively, such as when a particular hardware button on the appliance device is pressed.
  • Still further, there is facilitated the restoring of the server's operating system to factory condition from a working computer by imaging the operating system partition of the server's hard when attached such as represented in FIG. 5.
  • While the invention is susceptible to various modifications and alternative constructions, certain illustrated embodiments thereof are shown in the drawings and have been described above in detail. It should be understood, however, that there is no intention to limit the invention to the specific forms disclosed, but on the contrary, the intention is to cover all modifications, alternative constructions, and equivalents falling within the spirit and scope of the invention.

Claims (20)

1. In a computing environment having a headless server appliance, a system comprising:
a secondary actuation mechanism that when actuated enters the headless server appliance into a diagnostic mode, in which primitives are communicated between a client device coupled to the headless server appliance.
2. The system of claim 1 wherein the secondary actuation mechanism comprises a button.
3. The system of claim 1 further comprising a hard disk within the server appliance, and wherein the primitives provide the client device with access to the hard disk.
4. The system of claim 3 wherein access to the hard disk is exposed as a USB mass storage device via a USB port.
5. The system of claim 1 further comprising a BIOS coupled to the secondary actuation mechanism, the BIOS activated by the secondary actuation mechanism to enter the headless server appliance into the diagnostic mode.
6. The system of claim 5 wherein the primitives provide the client device with access to the BIOS.
7. The system of claim 1 wherein the client device couples to the headless server appliance over a network connection.
8. The system of claim 1 wherein the diagnostic mode corresponds to a secondary operating system that is operated in response to actuation of the actuation mechanism.
9. The system of claim 8 wherein the secondary operating system is contained in a flash memory incorporated into or coupled to the headless server appliance.
10. The system of claim 8 further comprising an API set by which the client device communicates at least one call to the secondary operating system.
11. The system of claim 8 wherein the secondary operating system performs at least one functionality of a set, the set including, providing access to a hard disk, running recovery software, performing diagnostics, running a utility, running a disk check, repairing a primary operating system, writing a new copy of the operating system onto the hard disk, recover data off of at least one hard disk, or any combination thereof.
12. The system of claim 1 wherein the client device includes a virtual disk driver that provides access to a hard disk of the headless server appliance.
13. The system of claim 1 wherein the client device operates a diagnostic program that communicates with the headless server appliance, or operates a recovery process that writes a primary operating system to a storage medium of the headless server appliance, or operates both the diagnostic program and the recovery process.
14. In a computing environment having a headless server appliance, a system comprising:
means for entering the headless server appliance into a secondary state in which a secondary operating system is run; and
means for communicating primitives between a client device coupled to the headless server appliance when in the secondary state.
15. The system of claim 14 wherein the means for entering the headless server appliance into the secondary state comprises an actuation mechanism coupled to a BIOS component that loads the secondary operating system.
16. The system of claim 14 wherein the means for communicating primitives includes an API set that exposes programming or diagnostic functionality of the headless server appliance, or both, to the client device.
17. The system of claim 14 wherein the means for communicating primitives includes a mechanism for accessing data of at least one hard disk of the headless server appliance via the client device.
18. In a computing environment having a headless server appliance, a system comprising:
a storage medium of the headless server appliance; and
means for restoring a primary operating system image to the storage medium, including running a secondary operating system on the headless server appliance that couples the headless server appliance to a source of the primary operating system image.
19. The system of claim 18 wherein the secondary operating system includes means for coupling the headless server appliance via an interface to a client device that corresponds to the source of the primary operating system image.
20. The system of claim 18 wherein the interface comprises a network connection.
US11/650,168 2007-01-05 2007-01-05 Hardware diagnostics and software recovery on headless server appliances Abandoned US20080168310A1 (en)

Priority Applications (4)

Application Number Priority Date Filing Date Title
US11/650,168 US20080168310A1 (en) 2007-01-05 2007-01-05 Hardware diagnostics and software recovery on headless server appliances
PCT/US2007/089147 WO2008083350A1 (en) 2007-01-05 2007-12-28 Hardware diagnostics and software recovery on headless server appliances
TW097100424A TW200836060A (en) 2007-01-05 2008-01-04 Hardware diagnostics and software recovery on headless server appliances
US13/349,925 US9280433B2 (en) 2007-01-05 2012-01-13 Hardware diagnostics and software recovery on headless server appliances

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US11/650,168 US20080168310A1 (en) 2007-01-05 2007-01-05 Hardware diagnostics and software recovery on headless server appliances

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US13/349,925 Division US9280433B2 (en) 2007-01-05 2012-01-13 Hardware diagnostics and software recovery on headless server appliances

Publications (1)

Publication Number Publication Date
US20080168310A1 true US20080168310A1 (en) 2008-07-10

Family

ID=39589006

Family Applications (2)

Application Number Title Priority Date Filing Date
US11/650,168 Abandoned US20080168310A1 (en) 2007-01-05 2007-01-05 Hardware diagnostics and software recovery on headless server appliances
US13/349,925 Active 2028-05-22 US9280433B2 (en) 2007-01-05 2012-01-13 Hardware diagnostics and software recovery on headless server appliances

Family Applications After (1)

Application Number Title Priority Date Filing Date
US13/349,925 Active 2028-05-22 US9280433B2 (en) 2007-01-05 2012-01-13 Hardware diagnostics and software recovery on headless server appliances

Country Status (3)

Country Link
US (2) US20080168310A1 (en)
TW (1) TW200836060A (en)
WO (1) WO2008083350A1 (en)

Cited By (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080270777A1 (en) * 2007-04-30 2008-10-30 Thomas Fred C Software recovery without the use of a keyboard, mouse, trackball or computer monitor
US20090037750A1 (en) * 2007-07-31 2009-02-05 Paul Boerger Making a storage device unusable until a request is provided to recover an operating system or system firmware
US20090222466A1 (en) * 2008-02-28 2009-09-03 Secure Computing Corporation Automated computing appliance cloning or migration
US20100037044A1 (en) * 2008-08-11 2010-02-11 Chih-Cheng Yang Method and system for using a server management program for an error configuration table
US20100042710A1 (en) * 2008-08-15 2010-02-18 Asustek Computer Inc. Remote management of computer system
US20110167249A1 (en) * 2010-01-06 2011-07-07 Samsung Electronics Co., Ltd. Computer system and method capable of remotely restoring operating system
US20120117370A1 (en) * 2007-01-05 2012-05-10 Microsoft Corporation Hardware diagnostics and software recovery on headless server appliances
US8589731B1 (en) * 2011-01-28 2013-11-19 Bank Of America Corporation ATM redundancy leveraging virtualization technology
US20150350340A1 (en) * 2014-05-30 2015-12-03 Microsoft Corporation Management of headless hardware in data center
US20170195333A1 (en) * 2012-10-05 2017-07-06 Gary Robin Maze Document management systems and methods
US20180314832A1 (en) * 2017-05-01 2018-11-01 Kabushiki Kaisha Toshiba Information processing apparatus and computer readable storage medium
US20190243660A1 (en) * 2018-02-06 2019-08-08 Dell Products, L.P. Providing pre-boot services in an information handling system having operating system-specific hardware and/or firmware components
US20190286505A1 (en) * 2018-03-19 2019-09-19 Micron Technology, Inc. Health characteristics of a memory device
US11295019B2 (en) * 2020-02-20 2022-04-05 Dell Products L.P. Systems and methods for disaggregated updates to secondary operating system using network-retrieved secure file system layout
US11461108B2 (en) * 2020-10-09 2022-10-04 Lenovo (Singapore) Pte. Ltd. Use of driver and wired connection to diagnose device using disk image

Families Citing this family (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
TWI526934B (en) 2013-06-11 2016-03-21 聯想企業解決方案(新加坡)有限公司 Method, apparatus, and computer program product for booting an information handling system
US9996362B2 (en) * 2015-10-30 2018-06-12 Ncr Corporation Diagnostics only boot mode
US10997296B2 (en) * 2017-03-22 2021-05-04 Oracle International Corporation System and method for restoration of a trusted system firmware state
US10552245B2 (en) 2017-05-23 2020-02-04 International Business Machines Corporation Call home message containing bundled diagnostic data
CN109491846B (en) * 2018-10-17 2022-02-18 郑州云海信息技术有限公司 Method and system for capturing SATA hard disk trace by server
CN110162436A (en) * 2019-04-25 2019-08-23 深圳市同泰怡信息技术有限公司 A kind of normal mode and diagnostic mode switching method of BIOS POST
US20220342980A1 (en) * 2021-04-23 2022-10-27 EMC IP Holding Company, LLC Password Resetting System and Method

Citations (66)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5195130A (en) * 1988-05-05 1993-03-16 Transaction Technology, Inc. Computer and telephone apparatus with user friendly computer interface and enhanced integrity features
US5367667A (en) * 1992-09-25 1994-11-22 Compaq Computer Corporation System for performing remote computer system diagnostic tests
US5398333A (en) * 1993-03-22 1995-03-14 Dell Usa, L.P. Personal computer employing reset button to enter ROM-based diagnostics
US5455933A (en) * 1993-07-14 1995-10-03 Dell Usa, L.P. Circuit and method for remote diagnosis of personal computers
US5594663A (en) * 1995-01-23 1997-01-14 Hewlett-Packard Company Remote diagnostic tool
US5748877A (en) * 1995-03-08 1998-05-05 Dell Usa, L.P. Method for executing embedded diagnostics from operating system-based applications
US5884073A (en) * 1996-10-28 1999-03-16 Intel Corporation System and method for providing technical support of an electronic system through a web bios
US5978912A (en) * 1997-03-20 1999-11-02 Phoenix Technologies Limited Network enhanced BIOS enabling remote management of a computer without a functioning operating system
US6112243A (en) * 1996-12-30 2000-08-29 Intel Corporation Method and apparatus for allocating tasks to remote networked processors
US6347375B1 (en) * 1998-07-08 2002-02-12 Ontrack Data International, Inc Apparatus and method for remote virus diagnosis and repair
US20020069369A1 (en) * 2000-07-05 2002-06-06 Tremain Geoffrey Donald Method and apparatus for providing computer services
US6438711B2 (en) * 1998-07-15 2002-08-20 Intel Corporation Method and apparatus for performing field diagnostics on a computer system
US6697962B1 (en) * 2000-10-20 2004-02-24 Unisys Corporation Remote computer system monitoring and diagnostic board
US6754816B1 (en) * 2000-10-26 2004-06-22 Dell Products L.P. Scalable environmental data calculation method customized by system configuration
US6763456B1 (en) * 2000-02-25 2004-07-13 Intel Corporation Self correcting server with automatic error handling
US6779016B1 (en) * 1999-08-23 2004-08-17 Terraspring, Inc. Extensible computing system
US20040163011A1 (en) * 2003-02-13 2004-08-19 Shaw Jeff Alton Method and system for verifying information handling system hardware component failure diagnosis
US6782408B1 (en) * 1999-03-30 2004-08-24 International Business Machines Corporation Controlling a number of instances of an application running in a computing environment
US20040172578A1 (en) * 2003-02-27 2004-09-02 Acer Inc. Method and system of operating system recovery
US6813733B1 (en) * 2000-05-05 2004-11-02 America Online, Inc. Diagnostic system
US20040226010A1 (en) * 2000-10-31 2004-11-11 Loudcloud, Inc. Automated provisioning framework for internet site servers
US6823476B2 (en) * 1999-10-06 2004-11-23 Sun Microsystems, Inc. Mechanism to improve fault isolation and diagnosis in computers
US6826707B1 (en) * 1996-06-18 2004-11-30 Kroll Ontrack Inc. Apparatus and method for remote data recovery
US6826715B1 (en) * 1999-10-28 2004-11-30 Hewlett-Packard Development Company, L.P. Automatic capture and comparison of computer configuration data
US6836750B2 (en) * 2001-04-23 2004-12-28 Hewlett-Packard Development Company, L.P. Systems and methods for providing an automated diagnostic audit for cluster computer systems
US20040267926A1 (en) * 2003-06-26 2004-12-30 Rothman Michael A. Accessing firmware of a remote computer system using a remote firmware interface
US6880002B2 (en) * 2001-09-05 2005-04-12 Surgient, Inc. Virtualized logical server cloud providing non-deterministic allocation of logical attributes of logical servers to physical resources
US6895534B2 (en) * 2001-04-23 2005-05-17 Hewlett-Packard Development Company, L.P. Systems and methods for providing automated diagnostic services for a cluster computer system
US6922791B2 (en) * 2001-08-09 2005-07-26 Dell Products L.P. Failover system and method for cluster environment
US6963981B1 (en) * 2001-01-29 2005-11-08 Akamai Technologies, Inc. Method and apparatus for remote installation of an operating system over a network connection
US20050268175A1 (en) * 2004-05-04 2005-12-01 Samsung Electronics Co., Ltd. Self-diagnosing method and apparatus using universal serial bus
US6990666B2 (en) * 2002-03-18 2006-01-24 Surgient Inc. Near on-line server
US7013462B2 (en) * 2001-05-10 2006-03-14 Hewlett-Packard Development Company, L.P. Method to map an inventory management system to a configuration management system
US7024581B1 (en) * 2002-10-09 2006-04-04 Xpoint Technologies, Inc. Data processing recovery system and method spanning multiple operating system
US7058826B2 (en) * 2000-09-27 2006-06-06 Amphus, Inc. System, architecture, and method for logical server and other network devices in a dynamically configurable multi-server network environment
US7058858B2 (en) * 2001-04-23 2006-06-06 Hewlett-Packard Development Company, L.P. Systems and methods for providing automated diagnostic services for a cluster computer system
US7065640B2 (en) * 2001-10-11 2006-06-20 International Business Machines Corporation System for implementing a diagnostic or correction boot image over a network connection
US7076633B2 (en) * 2001-03-28 2006-07-11 Swsoft Holdings, Ltd. Hosting service providing platform system and method
US7082464B2 (en) * 2001-07-06 2006-07-25 Juniper Networks, Inc. Network management system
US7093005B2 (en) * 2000-02-11 2006-08-15 Terraspring, Inc. Graphical editor for defining and creating a computer system
US20060224794A1 (en) * 2005-04-04 2006-10-05 Stevens Michael J Using USB memory device to recover operating system
US7124289B1 (en) * 2000-10-31 2006-10-17 Opsware Inc. Automated provisioning framework for internet site servers
US7127625B2 (en) * 2003-09-04 2006-10-24 Hewlett-Packard Development Company, L.P. Application management based on power consumption
US7131026B2 (en) * 1999-12-01 2006-10-31 Microsoft Corporation Automated recovery of computer appliances
US7131123B2 (en) * 2001-04-30 2006-10-31 Opsware Inc. Automated provisioning of computing networks using a network database model
US7134011B2 (en) * 1990-06-01 2006-11-07 Huron Ip Llc Apparatus, architecture, and method for integrated modular server system providing dynamically power-managed and work-load managed network devices
US7143420B2 (en) * 2002-08-29 2006-11-28 Sun Microsystems, Inc. Strategic technology architecture roadmap
US7146353B2 (en) * 2003-07-22 2006-12-05 Hewlett-Packard Development Company, L.P. Resource allocation for multiple applications
US7152157B2 (en) * 2003-03-05 2006-12-19 Sun Microsystems, Inc. System and method for dynamic resource configuration using a dependency graph
US7152109B2 (en) * 2001-04-20 2006-12-19 Opsware, Inc Automated provisioning of computing networks according to customer accounts using a network database data model
US7194616B2 (en) * 2001-10-27 2007-03-20 International Business Machines Corporation Flexible temporary capacity upgrade/downgrade in a computer system without involvement of the operating system
US7194439B2 (en) * 2001-04-30 2007-03-20 International Business Machines Corporation Method and system for correlating job accounting information with software license information
US7225441B2 (en) * 2000-12-27 2007-05-29 Intel Corporation Mechanism for providing power management through virtualization
US7231410B1 (en) * 2004-03-10 2007-06-12 Qlogic, Corporation Revision control system for large-scale systems management
US20070162627A1 (en) * 2005-12-05 2007-07-12 Jeong Si Kim Method and apparatus for diagnosing operating system resources supporting USB device driver development in Linux system
US7257584B2 (en) * 2002-03-18 2007-08-14 Surgient, Inc. Server file management
US7278273B1 (en) * 2003-12-30 2007-10-09 Google Inc. Modular data center
US7302608B1 (en) * 2004-03-31 2007-11-27 Google Inc. Systems and methods for automatic repair and replacement of networked machines
US7313573B2 (en) * 2003-09-17 2007-12-25 International Business Machines Corporation Diagnosis of equipment failures using an integrated approach of case based reasoning and reliability analysis
US7333000B2 (en) * 2004-11-12 2008-02-19 Afco Systems Development, Inc. Tracking system and method for electrically powered equipment
US7350068B2 (en) * 2005-04-22 2008-03-25 International Business Machines Corporation Server blade network boot method that minimizes required network bandwidth
US7349891B2 (en) * 2001-09-07 2008-03-25 International Business Machines Corporation Site integration management system for operational support service in an internet data center
US7350186B2 (en) * 2003-03-10 2008-03-25 International Business Machines Corporation Methods and apparatus for managing computing deployment in presence of variable workload
US7356679B1 (en) * 2003-04-11 2008-04-08 Vmware, Inc. Computer image capture, customization and deployment
US7366888B2 (en) * 2001-06-07 2008-04-29 Lenovo Singapore Pte. Ltd Booting to a recovery/maintenance environment
US7386761B2 (en) * 2004-04-16 2008-06-10 International Business Machines Corporation Diagnostic repair system and method for computing systems

Family Cites Families (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
TW498228B (en) 1999-11-24 2002-08-11 Elegent Technologies Inc Self-contained network browser with diagnostic abilities
US7930531B2 (en) * 2000-01-06 2011-04-19 Super Talent Electronics, Inc. Multi-partition USB device that re-boots a PC to an alternate operating system for virus recovery
US20080082813A1 (en) * 2000-01-06 2008-04-03 Chow David Q Portable usb device that boots a computer as a server with security measure
US20090013165A1 (en) * 2000-01-06 2009-01-08 Chow David Q Portable usb device that boots a computer as a server
US6813725B1 (en) * 2000-01-26 2004-11-02 Hewlett-Packard Development Company, L.P. Method for restoring an operating system utilizing a storage device on a USB bus
US6732301B1 (en) * 2000-03-06 2004-05-04 Hewlett-Packard Development Company, L.P. Serial bus diagnostic port of a digital system
US6785807B1 (en) * 2000-03-06 2004-08-31 International Business Machines Corporation Method and system for providing bootcode support in a data processing system that uses a communications port that utilizes a first communications protocol, an external device that utilizes a second communications protocol, and a device driver that is loaded in response to booting to communicate with the external device through the communications port
US6920553B1 (en) * 2000-04-28 2005-07-19 Intel Corporation Method and apparatus for reading initial boot instructions from a bootable device connected to the USB port of a computer system
US6754811B1 (en) * 2000-06-16 2004-06-22 International Business Machines Corporation Operating system device centric agent
EP1195679A1 (en) * 2000-10-06 2002-04-10 Hewlett-Packard Company, A Delaware Corporation Performing operating system recovery from external back-up media in a headless computer entity
US7248381B2 (en) * 2001-07-10 2007-07-24 Avago Technologies Imaging Ip (Singapore) Pte. Ltd. Point-of-sale demonstration of computer peripherals
JP2007052728A (en) * 2005-08-19 2007-03-01 Toshiba Corp Information processor and access method
US20080168310A1 (en) * 2007-01-05 2008-07-10 Microsoft Corporation Hardware diagnostics and software recovery on headless server appliances

Patent Citations (69)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5195130A (en) * 1988-05-05 1993-03-16 Transaction Technology, Inc. Computer and telephone apparatus with user friendly computer interface and enhanced integrity features
US7134011B2 (en) * 1990-06-01 2006-11-07 Huron Ip Llc Apparatus, architecture, and method for integrated modular server system providing dynamically power-managed and work-load managed network devices
US5367667A (en) * 1992-09-25 1994-11-22 Compaq Computer Corporation System for performing remote computer system diagnostic tests
US5398333A (en) * 1993-03-22 1995-03-14 Dell Usa, L.P. Personal computer employing reset button to enter ROM-based diagnostics
US5455933A (en) * 1993-07-14 1995-10-03 Dell Usa, L.P. Circuit and method for remote diagnosis of personal computers
US5594663A (en) * 1995-01-23 1997-01-14 Hewlett-Packard Company Remote diagnostic tool
US5748877A (en) * 1995-03-08 1998-05-05 Dell Usa, L.P. Method for executing embedded diagnostics from operating system-based applications
US6826707B1 (en) * 1996-06-18 2004-11-30 Kroll Ontrack Inc. Apparatus and method for remote data recovery
US5884073A (en) * 1996-10-28 1999-03-16 Intel Corporation System and method for providing technical support of an electronic system through a web bios
US6112243A (en) * 1996-12-30 2000-08-29 Intel Corporation Method and apparatus for allocating tasks to remote networked processors
US5978912A (en) * 1997-03-20 1999-11-02 Phoenix Technologies Limited Network enhanced BIOS enabling remote management of a computer without a functioning operating system
US6347375B1 (en) * 1998-07-08 2002-02-12 Ontrack Data International, Inc Apparatus and method for remote virus diagnosis and repair
US6438711B2 (en) * 1998-07-15 2002-08-20 Intel Corporation Method and apparatus for performing field diagnostics on a computer system
US6782408B1 (en) * 1999-03-30 2004-08-24 International Business Machines Corporation Controlling a number of instances of an application running in a computing environment
US6779016B1 (en) * 1999-08-23 2004-08-17 Terraspring, Inc. Extensible computing system
US6823476B2 (en) * 1999-10-06 2004-11-23 Sun Microsystems, Inc. Mechanism to improve fault isolation and diagnosis in computers
US6826715B1 (en) * 1999-10-28 2004-11-30 Hewlett-Packard Development Company, L.P. Automatic capture and comparison of computer configuration data
US7131026B2 (en) * 1999-12-01 2006-10-31 Microsoft Corporation Automated recovery of computer appliances
US7093005B2 (en) * 2000-02-11 2006-08-15 Terraspring, Inc. Graphical editor for defining and creating a computer system
US6763456B1 (en) * 2000-02-25 2004-07-13 Intel Corporation Self correcting server with automatic error handling
US6813733B1 (en) * 2000-05-05 2004-11-02 America Online, Inc. Diagnostic system
US20020069369A1 (en) * 2000-07-05 2002-06-06 Tremain Geoffrey Donald Method and apparatus for providing computer services
US7058826B2 (en) * 2000-09-27 2006-06-06 Amphus, Inc. System, architecture, and method for logical server and other network devices in a dynamically configurable multi-server network environment
US6697962B1 (en) * 2000-10-20 2004-02-24 Unisys Corporation Remote computer system monitoring and diagnostic board
US6754816B1 (en) * 2000-10-26 2004-06-22 Dell Products L.P. Scalable environmental data calculation method customized by system configuration
US20040226010A1 (en) * 2000-10-31 2004-11-11 Loudcloud, Inc. Automated provisioning framework for internet site servers
US7124289B1 (en) * 2000-10-31 2006-10-17 Opsware Inc. Automated provisioning framework for internet site servers
US7225441B2 (en) * 2000-12-27 2007-05-29 Intel Corporation Mechanism for providing power management through virtualization
US6963981B1 (en) * 2001-01-29 2005-11-08 Akamai Technologies, Inc. Method and apparatus for remote installation of an operating system over a network connection
US7076633B2 (en) * 2001-03-28 2006-07-11 Swsoft Holdings, Ltd. Hosting service providing platform system and method
US7152109B2 (en) * 2001-04-20 2006-12-19 Opsware, Inc Automated provisioning of computing networks according to customer accounts using a network database data model
US6895534B2 (en) * 2001-04-23 2005-05-17 Hewlett-Packard Development Company, L.P. Systems and methods for providing automated diagnostic services for a cluster computer system
US6836750B2 (en) * 2001-04-23 2004-12-28 Hewlett-Packard Development Company, L.P. Systems and methods for providing an automated diagnostic audit for cluster computer systems
US7058858B2 (en) * 2001-04-23 2006-06-06 Hewlett-Packard Development Company, L.P. Systems and methods for providing automated diagnostic services for a cluster computer system
US7194439B2 (en) * 2001-04-30 2007-03-20 International Business Machines Corporation Method and system for correlating job accounting information with software license information
US7131123B2 (en) * 2001-04-30 2006-10-31 Opsware Inc. Automated provisioning of computing networks using a network database model
US7013462B2 (en) * 2001-05-10 2006-03-14 Hewlett-Packard Development Company, L.P. Method to map an inventory management system to a configuration management system
US7366888B2 (en) * 2001-06-07 2008-04-29 Lenovo Singapore Pte. Ltd Booting to a recovery/maintenance environment
US7082464B2 (en) * 2001-07-06 2006-07-25 Juniper Networks, Inc. Network management system
US7281154B2 (en) * 2001-08-09 2007-10-09 Dell Products L.P. Failover system and method for cluster environment
US7139930B2 (en) * 2001-08-09 2006-11-21 Dell Products L.P. Failover system and method for cluster environment
US6922791B2 (en) * 2001-08-09 2005-07-26 Dell Products L.P. Failover system and method for cluster environment
US6880002B2 (en) * 2001-09-05 2005-04-12 Surgient, Inc. Virtualized logical server cloud providing non-deterministic allocation of logical attributes of logical servers to physical resources
US7349891B2 (en) * 2001-09-07 2008-03-25 International Business Machines Corporation Site integration management system for operational support service in an internet data center
US7065640B2 (en) * 2001-10-11 2006-06-20 International Business Machines Corporation System for implementing a diagnostic or correction boot image over a network connection
US7194616B2 (en) * 2001-10-27 2007-03-20 International Business Machines Corporation Flexible temporary capacity upgrade/downgrade in a computer system without involvement of the operating system
US7257584B2 (en) * 2002-03-18 2007-08-14 Surgient, Inc. Server file management
US6990666B2 (en) * 2002-03-18 2006-01-24 Surgient Inc. Near on-line server
US7143420B2 (en) * 2002-08-29 2006-11-28 Sun Microsystems, Inc. Strategic technology architecture roadmap
US7024581B1 (en) * 2002-10-09 2006-04-04 Xpoint Technologies, Inc. Data processing recovery system and method spanning multiple operating system
US20040163011A1 (en) * 2003-02-13 2004-08-19 Shaw Jeff Alton Method and system for verifying information handling system hardware component failure diagnosis
US20040172578A1 (en) * 2003-02-27 2004-09-02 Acer Inc. Method and system of operating system recovery
US7152157B2 (en) * 2003-03-05 2006-12-19 Sun Microsystems, Inc. System and method for dynamic resource configuration using a dependency graph
US7350186B2 (en) * 2003-03-10 2008-03-25 International Business Machines Corporation Methods and apparatus for managing computing deployment in presence of variable workload
US7356679B1 (en) * 2003-04-11 2008-04-08 Vmware, Inc. Computer image capture, customization and deployment
US20040267926A1 (en) * 2003-06-26 2004-12-30 Rothman Michael A. Accessing firmware of a remote computer system using a remote firmware interface
US7478141B2 (en) * 2003-06-26 2009-01-13 Intel Corporation Accessing firmware of a remote computer system using a remote firmware interface
US7146353B2 (en) * 2003-07-22 2006-12-05 Hewlett-Packard Development Company, L.P. Resource allocation for multiple applications
US7127625B2 (en) * 2003-09-04 2006-10-24 Hewlett-Packard Development Company, L.P. Application management based on power consumption
US7313573B2 (en) * 2003-09-17 2007-12-25 International Business Machines Corporation Diagnosis of equipment failures using an integrated approach of case based reasoning and reliability analysis
US7278273B1 (en) * 2003-12-30 2007-10-09 Google Inc. Modular data center
US7231410B1 (en) * 2004-03-10 2007-06-12 Qlogic, Corporation Revision control system for large-scale systems management
US7302608B1 (en) * 2004-03-31 2007-11-27 Google Inc. Systems and methods for automatic repair and replacement of networked machines
US7386761B2 (en) * 2004-04-16 2008-06-10 International Business Machines Corporation Diagnostic repair system and method for computing systems
US20050268175A1 (en) * 2004-05-04 2005-12-01 Samsung Electronics Co., Ltd. Self-diagnosing method and apparatus using universal serial bus
US7333000B2 (en) * 2004-11-12 2008-02-19 Afco Systems Development, Inc. Tracking system and method for electrically powered equipment
US20060224794A1 (en) * 2005-04-04 2006-10-05 Stevens Michael J Using USB memory device to recover operating system
US7350068B2 (en) * 2005-04-22 2008-03-25 International Business Machines Corporation Server blade network boot method that minimizes required network bandwidth
US20070162627A1 (en) * 2005-12-05 2007-07-12 Jeong Si Kim Method and apparatus for diagnosing operating system resources supporting USB device driver development in Linux system

Cited By (31)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9280433B2 (en) * 2007-01-05 2016-03-08 Microsoft Technology Licensing, Llc Hardware diagnostics and software recovery on headless server appliances
US20120117370A1 (en) * 2007-01-05 2012-05-10 Microsoft Corporation Hardware diagnostics and software recovery on headless server appliances
US7865710B2 (en) * 2007-04-30 2011-01-04 Hewlett-Packard Development Company, L.P. Software recovery without the use of a keyboard, mouse, trackball or computer monitor
US20080270777A1 (en) * 2007-04-30 2008-10-30 Thomas Fred C Software recovery without the use of a keyboard, mouse, trackball or computer monitor
US7822997B2 (en) * 2007-07-31 2010-10-26 Hewlett-Packard Development Company, L.P. Making a storage device unusable until a request is provided to recover an operating system or system firmware
US20090037750A1 (en) * 2007-07-31 2009-02-05 Paul Boerger Making a storage device unusable until a request is provided to recover an operating system or system firmware
US20090222690A1 (en) * 2008-02-28 2009-09-03 Secure Computing Corporation Automated computing appliance disaster recovery
US20090222812A1 (en) * 2008-02-28 2009-09-03 Secure Computing Corporation Automated clustered computing appliance disaster recovery and synchronization
US20090222466A1 (en) * 2008-02-28 2009-09-03 Secure Computing Corporation Automated computing appliance cloning or migration
US8935216B2 (en) 2008-02-28 2015-01-13 Mcafee, Inc. Automated computing appliance cloning or migration
US8145936B2 (en) * 2008-02-28 2012-03-27 Mcafee, Inc. Automated computing appliance disaster recovery
US8548956B2 (en) 2008-02-28 2013-10-01 Mcafee, Inc. Automated computing appliance cloning or migration
US20100037044A1 (en) * 2008-08-11 2010-02-11 Chih-Cheng Yang Method and system for using a server management program for an error configuration table
US8074062B2 (en) 2008-08-11 2011-12-06 Dell Products, L.P. Method and system for using a server management program for an error configuration table
US20100042710A1 (en) * 2008-08-15 2010-02-18 Asustek Computer Inc. Remote management of computer system
US20110167249A1 (en) * 2010-01-06 2011-07-07 Samsung Electronics Co., Ltd. Computer system and method capable of remotely restoring operating system
US8589731B1 (en) * 2011-01-28 2013-11-19 Bank Of America Corporation ATM redundancy leveraging virtualization technology
US10536459B2 (en) * 2012-10-05 2020-01-14 Kptools, Inc. Document management systems and methods
US20170195333A1 (en) * 2012-10-05 2017-07-06 Gary Robin Maze Document management systems and methods
US20150350340A1 (en) * 2014-05-30 2015-12-03 Microsoft Corporation Management of headless hardware in data center
US20180314832A1 (en) * 2017-05-01 2018-11-01 Kabushiki Kaisha Toshiba Information processing apparatus and computer readable storage medium
US10628588B2 (en) * 2017-05-01 2020-04-21 Toshiba Client Solutions CO., LTD. Information processing apparatus and computer readable storage medium
US20190243660A1 (en) * 2018-02-06 2019-08-08 Dell Products, L.P. Providing pre-boot services in an information handling system having operating system-specific hardware and/or firmware components
US20190243657A1 (en) * 2018-02-06 2019-08-08 Dell Products, L.P. Manufacturing information handling systems with operating system-specific hardware and/or firmware components
US10747548B2 (en) * 2018-02-06 2020-08-18 Dell Products, L.P. Manufacturing information handling systems with operating system-specific hardware and/or firmware components
US10789074B2 (en) * 2018-02-06 2020-09-29 Dell Products, L.P. Providing pre-boot services in an information handling system having operating system-specific hardware and/or firmware components
US20190286505A1 (en) * 2018-03-19 2019-09-19 Micron Technology, Inc. Health characteristics of a memory device
US10817363B2 (en) * 2018-03-19 2020-10-27 Micron Technology, Inc. Health characteristics of a memory device
US11507449B2 (en) 2018-03-19 2022-11-22 Micron Technology, Inc. Health characteristics of a memory device
US11295019B2 (en) * 2020-02-20 2022-04-05 Dell Products L.P. Systems and methods for disaggregated updates to secondary operating system using network-retrieved secure file system layout
US11461108B2 (en) * 2020-10-09 2022-10-04 Lenovo (Singapore) Pte. Ltd. Use of driver and wired connection to diagnose device using disk image

Also Published As

Publication number Publication date
WO2008083350A1 (en) 2008-07-10
US9280433B2 (en) 2016-03-08
US20120117370A1 (en) 2012-05-10
TW200836060A (en) 2008-09-01

Similar Documents

Publication Publication Date Title
US9280433B2 (en) Hardware diagnostics and software recovery on headless server appliances
CN103377063B (en) From legacy operating systems environment recovery to the method and system of UEFI pre-boot environment
US6862681B2 (en) Method and system for master boot record recovery
KR100430468B1 (en) Initializing and restarting operating systems
US7143275B2 (en) System firmware back-up using a BIOS-accessible pre-boot partition
US9329885B2 (en) System and method for providing redundancy for management controller
US20040172578A1 (en) Method and system of operating system recovery
US7395420B2 (en) Using protected/hidden region of a magnetic media under firmware control
US20070294566A1 (en) Restoring Computing Devices Using Network Boot
US20060020844A1 (en) Recovery of custom BIOS settings
CN105917306B (en) System and method for configuring system firmware configuration data
JP2007516535A (en) Method and apparatus for remote correction of system configuration
US20080184023A1 (en) Computer platform boot block program corruption recovery handling method and system
TWI357574B (en) Method and device to prevent the bios boot failure
TW200847021A (en) Automatic backup, restore and update BIOS computer system
US20070174704A1 (en) Computer program automatic recovery activation control method and system
JP2006286001A (en) Usage of usb memory device for recovery of operating system
US7225327B1 (en) Method, system, software, and processor for initializing information systems operating in headless and non-headless environments
TW201520895A (en) System and method for automatically recovering BIOS of a computer
US11157349B2 (en) Systems and methods for pre-boot BIOS healing of platform issues from operating system stop error code crashes
US20120124420A1 (en) Reset method and monitoring apparatus
US20200250313A1 (en) Bios recovery and update
US20100042710A1 (en) Remote management of computer system
US20020162052A1 (en) Method for entering system firmware recovery mode using software-detectable buttons
TW201937366A (en) Computer system and method with credible verification and fault tolerant transfer of boot-up

Legal Events

Date Code Title Description
AS Assignment

Owner name: MICROSOFT CORPORATION, WASHINGTON

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:SARETTO, CESARE JOHN;GRAY, JAMES C;LYON, JAMES M;REEL/FRAME:020201/0977

Effective date: 20070104

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION

AS Assignment

Owner name: MICROSOFT TECHNOLOGY LICENSING, LLC, WASHINGTON

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:MICROSOFT CORPORATION;REEL/FRAME:034766/0509

Effective date: 20141014