WO2008025734A1 - Computer system configuration - Google Patents

Computer system configuration Download PDF

Info

Publication number
WO2008025734A1
WO2008025734A1 PCT/EP2007/058833 EP2007058833W WO2008025734A1 WO 2008025734 A1 WO2008025734 A1 WO 2008025734A1 EP 2007058833 W EP2007058833 W EP 2007058833W WO 2008025734 A1 WO2008025734 A1 WO 2008025734A1
Authority
WO
WIPO (PCT)
Prior art keywords
computing device
computer
hardware
basic input
drivers
Prior art date
Application number
PCT/EP2007/058833
Other languages
French (fr)
Inventor
Brett Ashwood
Gregory Jensen Boss
Rick Allen Hamilton Ii
Timothy Moffett Waters
Original Assignee
International Business Machines Corporation
Ibm United Kingdom Limited
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 International Business Machines Corporation, Ibm United Kingdom Limited filed Critical International Business Machines Corporation
Publication of WO2008025734A1 publication Critical patent/WO2008025734A1/en

Links

Classifications

    • 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/4411Configuring for operating with peripheral devices; Loading of device drivers

Definitions

  • the present refers to a method and system for configuring a computing device.
  • the process of "building a computer” involves the combining of hardware components and software components into one configuration that operates as a single unit to perform desired computing tasks.
  • the focus is on building a computer as it relates to the software components.
  • This discussion and description focus on building a computer as it relates to the software components required in the computer. As a result, this discussion will not address the prerequisite process of actually assembling hardware components (disks, mother boards, CPU's graphics cards, monitors, keyboards, etc).
  • building a computer therefore involves the basic steps of:
  • BIOS Basic Input/Output System
  • BIOS Basic Input/Output System
  • BIOS contains all the code required to control the keyboard, display screen, disk drives, serial communications, and a number of miscellaneous functions.
  • Many modern PCs have a flash BIOS, which means that the BIOS has been recorded on a flash memory chip, which can be updated if necessary.
  • the PC BIOS is fairly standardized, so all PCs are similar at this level
  • BIOS Although there are different BIOS versions. Additional DOS functions are usually added through software modules. These additions one can upgrade to a newer version of DOS without changing the BIOS.
  • BIOS runs an off onboard PROM, EPROM or most commonly, flash memory when the computer is powered on and it initializes and sometimes performs diagnostic tests on the hard drive, memory, video, chipset and other hardware. Subsequently, it typically decompresses itself from the BIOS memory space into the system's main memory and starts executing from there. Nearly all BIOS implementations can optionally execute a setup program interfacing the nonvolatile BIOS memory (CMOS). This memory holds user- customizable configuration data (time, date, hard drive details, etc.) assessed by BIOS code.
  • CMOS nonvolatile BIOS memory
  • BIOS Basic Input/Output System
  • BIOS Basic Input/Output System
  • This BIOS level has the capability to interact with any of the hardware devices in the computer.
  • all communication with the hardware is facilitated through the BIOS level.
  • device drivers are needed for the operating system to talk to the hardware devices.
  • the device driver is a transport component that allows the operating system to interface with each piece of the computer hardware.
  • each hardware device would have a device driver associated with it.
  • In the traditional legacy system in order to install an operating system, often it is necessary to extensively search for outdated and antiquated device drivers to make an operating system accurately operate. This legacy method is not an efficient way to install an operating system regardless of the type of system.
  • a computer is configured such that the hardware drivers are moved out of the operating system level (which is the conventional computer configuration) and are instead embedded in the BIOS layer of the computer configuration.
  • the operating system communicates directly with the BIOS, and the BIOS has the drivers to communicate directly with the hardware components in the computer.
  • the present invention therefore provides a computing system having a first computing device.
  • This configuration of this first computing device has a logical layer having operating system software for controlling tasks and operating conducted in the computer and software application programs for performing specific tasks within the computer system.
  • the configuration also has a physical layer having a series of hardware components, a sever platform, an input/output system and a series of device drivers embedded in said input/output system, the device drivers facilitating the communication between the operating system and said hardware devices.
  • the invention provides a system, which can facilitate a more efficient computer construction process.
  • the invention further provides system in which a computer configuration contains a BIOS layer, which contains device drivers.
  • the invention has device drivers embedded in the BIOS layer of the computer to communicate directly with the hardware components.
  • This invention also involves removing the requirements to have specific hardware drivers and associated boot media in order to accomplish partitioning and formatting tasks needed in the build process to build a computer from a cloned image.
  • the novelty of this invention is performed by decoupling Operating System specific network/boot device drivers from the installer application, and instead putting the functionality at a lower, logical level within the BIOS chipset.
  • BIOS chip or some other dedicated location on processor/mother board would make a server refresh almost trivial.
  • a method to refresh the "Driver BIOS” would be to have a process automatically sense when a new device has been added. That process would then load the drivers from the device itself in the newly added device (Ethernet, fibre, etc).
  • Figure 1 is a conventional computing device used that can be used to transmit and receive electronic messages via a computer network
  • Figure 2 is a diagram of a computer network over which electronic messages may be transmitted between a sender and receiver;
  • Figure 3 is an illustration for the purpose of example of the communication model of a computing device;
  • Figure 4 is an illustration of the structural configuration of a computer system and a clone of the computer system as configured in the conventional legacy method
  • Figure 5 is an illustration of the structural configuration of a computer system and a clone of the computer system as configured in the method of a preferred embodiment of the present invention.
  • FIG. 1 there is depicted a pictorial representation of computing device 10 which may be used in implementation of the present invention.
  • data processing system 10 includes processor 11 that preferably includes a graphics processor, memory device and central processor (not shown). Coupled to processor 11 is video display 12 which may be implemented utilizing either a color or monochromatic monitor, in a manner well known in the art. Also coupled to processor 11 is keyboard 13. Keyboard 13 preferably comprises a standard computer keyboard, which is coupled to the processor by means of cable 14. Also coupled to processor 11 is a graphical pointing device, such as mouse 15. Mouse 15 is coupled to processor 11, in a manner well known in the art, via cable 16.
  • mouse 15 may include left button 17, and right button 18, each of which may be depressed, or "clicked", to provide command and control signals to data processing system 10.
  • any graphical pointing device such as a light pen or touch sensitive screen may be utilized to implement the method and apparatus of the present invention.
  • data processing system 10 may be implemented utilizing a personal computer. The access to web pages and the transmission of data via web pages usually occurs via a global computer network environment such as the Internet.
  • Figure 2 there is depicted a pictorial representation of a distributed computer network environment 20 in which one may implement the method and system of the present invention.
  • distributed data processing system 20 may include a plurality of networks, such as
  • LAN 21 and 22 each of which preferably includes a plurality of individual computers 23 and 24, respectively.
  • IWS Intelligent Work Stations
  • Any of the processing systems may also be connected to the Internet as shown.
  • each individual computer may be coupled to a storage device 25 and/or a printer/output device 26.
  • One or more such storage devices 25 may be utilized, in accordance with the method of the present invention, to store the various data objects or documents which may be periodically accessed and processed by a user within distributed data processing system 20, in accordance with the method and system of the present invention.
  • each such data processing procedure or document may be stored within a storage device 25 which is associated with a Resource Manager or Library Service, which is responsible for maintaining and updating all resource objects associated therewith.
  • distributed data processing system 20 may also include multiple mainframe computers, such as mainframe computer 27, which may be preferably coupled to Local Area Network (LAN) 21 by means of communications link 28.
  • Mainframe computer 27 may also be coupled to a storage device 29 which may serve as remote storage for Local Area Network (LAN) 21.
  • a second Local Area Network (LAN) 22 may be coupled to Local Area Network (LAN) 21 via communications controller
  • Gateway server 33 is preferably an individual computer or Intelligent Work Station (IWS), which serves to link Local Area Network (LAN) 22 to Local Area Network (LAN) 21.
  • IWS Intelligent Work Station
  • Figure 3 is an illustration for the purpose of example of the Consumer Electronic
  • CEBus Layered Model It is a standard, much like the OSI (Open Systems Interconnection) Model, in that it illustrates the layer of communication from the physical layer (via physical connection to a media source) up the logical layers above the previous layer (via the network management) to the top level application layer into an application that makes sense of the information being transferred. Smart embedded devices in the Consumer Electronic Industry follow this standard. In fact many devices do not need to contain all logical levels within themselves within a single chip or component. The different required layers can span over components before the physical layer connects to a network medium. In this model, shown in Figure 3, media 34 represents the wiring going out from the model.
  • the physical layer 35 is the connection of a device to an electronic network.
  • the data link layer 36, network layer 37, transport layer 38 and application layer 39 represent a standard of how information is communicated from a physical device down to logical data that is traced back to an application that talks to that model.
  • FIG 4 is an illustration of the structural configuration of a computer system and a clone of the computer system as configured in the conventional legacy method.
  • This figure shows two computer configurations. In this example, one configuration is the original computer and the other configuration is a clone of the original computer.
  • the OS image 40 resides in the logical layer of the computer. This OS image contains as part of the image, the device drivers 42 required to interface correctly with the hardware specific components. The logical layer connects to the hardware 44 in the physical layer through the device drivers as depicted in Figure 4. Once commands are sent through the hardware components they interact through the BIOS 46. The BIOS of firmware then allows commands to pass to the actual platform hardware 48. Responding communications are sent back through the physical and logical stack.
  • a new OS image is needed that has the new required device drivers, e.g. IBM xSeries to Compaq Presario.
  • the device drivers are relocated from the OS image itself and are moved to the BIOS itself contained in the hardware, by utilizing an EEPROM (Electrically Erasable Programmable Read-Only Memory) device connected directly to the BIOS chipset in the hardware platform in a preferred embodiment.
  • EEPROM Electrically Erasable Programmable Read-Only Memory
  • the following Figure 5 teaches this new method and configuration for device driver containment in the BIOS layer of the computer.
  • the device drivers 50 are loaded "logically" into the BIOS 52 and contain all the platform and device driver specific information required to pass OS level commands through to the various hardware components.
  • the advantage of such a configuration is that the OS image is truly portable.
  • the device specific aspects of an OS image that require it be re-loaded onto a new platform have been obviated.
  • the device driver specific information is loaded from the EEPROM attached to the BIOS during the boot phase.
  • the BIOS level will contain device drivers for each hardware component in the computer. As a result, regardless of the hardware installed on the computer, the BIOS level will know what device driver to apply to the specific hardware component. There will be no need to search for device drivers to use with the operating system in the computer.
  • the logical layer is configured containing the operating system software and other software programs.
  • the logical layer does not contain the Device Drivers as shown in the legacy configurations of Figure 4.
  • the configuration of the physical layer comprises the assembling of all of the hardware devices for the computer, the sever platform, and the input/output system (BIOS). Also, as previously discussed, an appropriate device driver for each hardware device is incorporated into the physical layer.
  • a logical layer and a physical layer are created within the computing device.
  • a software operating system is also installed in this computing device.
  • a basic input/output system is configured for installation in the physical layer of the computing device.
  • the input/output configuration is also based on ways to interact with the hardware devices.
  • hardware devices for the hardware devices are embedded into the input/output system.
  • the basic input/output system is installed in the physical layer of the computing device.
  • Cloning may be desired when there is a system often computers and there is a desire to install an operating system on each of the ten system computers.
  • a computer operating system image may be installed on one system and propagated to the other nine computers such that each computer has the exact same operating system. This cloning process eliminates the need to manually do ten steps to have the operating system on each computer.
  • the cloning software has to interface with the hardware device peripherals and in particular a hard drive that is part of the installation process.
  • This installation process requires device drivers to be loaded on the hard drive at specific times to allow communication between the hardware device and the installing software. These device drivers would need to be loaded prior to the performing the cloning activity. With the present invention, there would be no need to install device drivers.
  • the cloning software would talk to the BIOS, which would have the device drivers for that system. This process would increase the efficiency in the computer cloning process.

Abstract

A computing system comprises logical and physical layers. In the configuration of this system, operating specific device drivers are decoupled from the installer applications and are instead functionally positioned in the lower logical layer. In this new configuration, the operating system communicates directly with the Basic Input/Output System (BIOS). The BIOS has the drivers to communicate directly with the hardware components in the computer.

Description

COMPUTER SYSTEM CONFIGURATION
Field of the Invention
The present refers to a method and system for configuring a computing device.
Background of the Invention
The process of "building a computer" involves the combining of hardware components and software components into one configuration that operates as a single unit to perform desired computing tasks. For the purposes of this discussion, the focus is on building a computer as it relates to the software components. This discussion and description focus on building a computer as it relates to the software components required in the computer. As a result, this discussion will not address the prerequisite process of actually assembling hardware components (disks, mother boards, CPU's graphics cards, monitors, keyboards, etc).
With regard to the construction and installation of software components, building a computer therefore involves the basic steps of:
1. Configuring a Basic Input/Output System (BIOS) to understand what hardware is present in the computer and how to interact with that hardware.
2. Booting from external media to the machine (a floppy disk, CD-ROM, USB RAM Device, USB HDD, USB CD-ROM, external Network PXE type device, etc).
3. Loading device drivers to support various hardware components and also the partitioning of a disk or array of disks in the computer.
4. Formatting the disks. 5. Running a program, which kicks off or initiates an installation of an operating system that copies and extracts pertinent files from a primary media source and in some instances, another wholly separate media source.
The Basic Input/Output System (BIOS) is built-in software that determines what a computer can do without accessing programs from a disk. On personal computers, the BIOS contains all the code required to control the keyboard, display screen, disk drives, serial communications, and a number of miscellaneous functions. Many modern PCs have a flash BIOS, which means that the BIOS has been recorded on a flash memory chip, which can be updated if necessary. The PC BIOS is fairly standardized, so all PCs are similar at this level
(although there are different BIOS versions). Additional DOS functions are usually added through software modules. These additions one can upgrade to a newer version of DOS without changing the BIOS.
The BIOS runs an off onboard PROM, EPROM or most commonly, flash memory when the computer is powered on and it initializes and sometimes performs diagnostic tests on the hard drive, memory, video, chipset and other hardware. Subsequently, it typically decompresses itself from the BIOS memory space into the system's main memory and starts executing from there. Nearly all BIOS implementations can optionally execute a setup program interfacing the nonvolatile BIOS memory (CMOS). This memory holds user- customizable configuration data (time, date, hard drive details, etc.) assessed by BIOS code.
Referring to the previously mentioned first step of building a computer, configuring a BIOS in order for a computer to execute a software program, it is necessary to communicate with several layers in the computer hardware. In this communication process, the computer operating system (software) has to communicate with the Basic Input/Output System (BIOS) level of the computer. This BIOS level has the capability to interact with any of the hardware devices in the computer. As a result, all communication with the hardware is facilitated through the BIOS level. In the traditional legacy computer method, device drivers are needed for the operating system to talk to the hardware devices. The device driver is a transport component that allows the operating system to interface with each piece of the computer hardware. Subsequently, each hardware device would have a device driver associated with it. In the traditional legacy system, in order to install an operating system, often it is necessary to extensively search for outdated and antiquated device drivers to make an operating system accurately operate. This legacy method is not an efficient way to install an operating system regardless of the type of system.
In addition to the problems associated with the use of device drivers in the installation of operating system software, other aspects also exist beyond the installation of the operating system software. The computer building process is similar from one type of computer to another, but it is usually never the same unless every hardware component within the computer is identical. This means that for each nonidentical computer a different set of drivers and often different boot media must be used to partition and format the disk drivers. This process can become a very time consuming process for environments that often rebuild computers or that often have more than a few computers. Data centers, technology laboratories, hosting services on the Internet, and even many home users fall into this category of having many computers. Furthermore, the purpose of a computer may dictate the need to rebuild often. This rebuilding situation can be the case in a lab or testing environment, and educational courses and classrooms. Other events will require rebuilds including badly infected systems containing spy ware or viruses, hardware failures or even high utilization of computers.
Today, there are several software program products that aid a user in building a computer. Software products that allow a user to clone, copy, restore, and otherwise partition disk drives include Symantec Ghost, Powerquest Drive Image (now owned by Symantec), HD Clone, Ranish, MS Automated Deployment Services, Acronis Disk Director ands many others. What is common about these tools is that a special boot media is required that specifically supports the hardware in the computer one wants to manipulate and this requires searching for and acquiring drivers for specific disk drives, network cards, boot media and sometimes kernel drivers in order to successfully boot media and sometimes kernel drivers in order to successfully boot, partition, format, and install the OS. Many times the drivers are hard to locate and if they are available it is a very time consuming process.
Then the specific drivers often become out of date or back- leveled, and need to be updated and for each nonidentical computer separate media must be maintained. Others efforts have attempted to make this a less painful process by creating bootable CD-ROM's which contain virtual disk images that in turn can be loaded depending on which computer and which tasks one wants to accomplish. One such example is Bart's Modboot, BootCDm and PE builder found at http://www.nu2.nu. This approach only addresses the problem of maintaining a single image that would support all the computers a user works with on a regular basis. It does not address the up-front time consumed in finding the drivers, compiling the boot media and updating the back-leveled drivers. It is simply an organizational tool.
Other methods involve partitioning subsequent disks after an Operating System is already installed. In today's world, it is becoming more common to have multiple operating systems on a single physical computer. These can be referred to as logical partitions or LPAR's or as nodes. Hardware platforms such as IBM's i-Series and p-Series contain this ability to create LPAR's but, in order for an image to be duplicated, a master image must exist first so that all the steps above are still required when the computer is initially built.
Applications using network methods such as TFTP, PXE, NFS, FTP, and others to install an operating system via the network, have made the install process less difficult. Products like Redhat's Kiskstart, System Imager, SuSE Yast, AIX NIM, among sundry others, all demonstrate the ability to perform network OS installation but only for a particular flavor of a Unix or Microsoft Window's operating system. However, these application and network methods to access remote systems still require attention to specific drivers used to contact the remote server systems. Issues of new-to-market hardware for network cards and other boot device often hinder the ability to use such network OS installation methods reliably in small to large scale hosting environments.
Summary of the Invention
In the present invention, a computer is configured such that the hardware drivers are moved out of the operating system level (which is the conventional computer configuration) and are instead embedded in the BIOS layer of the computer configuration. In this new configuration, the operating system communicates directly with the BIOS, and the BIOS has the drivers to communicate directly with the hardware components in the computer.
The present invention therefore provides a computing system having a first computing device. This configuration of this first computing device has a logical layer having operating system software for controlling tasks and operating conducted in the computer and software application programs for performing specific tasks within the computer system. The configuration also has a physical layer having a series of hardware components, a sever platform, an input/output system and a series of device drivers embedded in said input/output system, the device drivers facilitating the communication between the operating system and said hardware devices. The invention provides a system, which can facilitate a more efficient computer construction process. The invention further provides system in which a computer configuration contains a BIOS layer, which contains device drivers. The invention has device drivers embedded in the BIOS layer of the computer to communicate directly with the hardware components.
This invention also involves removing the requirements to have specific hardware drivers and associated boot media in order to accomplish partitioning and formatting tasks needed in the build process to build a computer from a cloned image. The novelty of this invention is performed by decoupling Operating System specific network/boot device drivers from the installer application, and instead putting the functionality at a lower, logical level within the BIOS chipset.
For example, in AIX and LINUX, in order to clone, one has to pre-install all the device drivers required, for the other server, before one clone the disk. Once cloned, the disk can be manually installed and booted normally. Of course this applies for situations where the hardware is obsolete and the user wants to just move a disk, which might not be supported. Also, this would work well if booting from a SAN was a requirement, where the OS "boot disk" is a LUN on a SAN attached storage array, where there would be no physical disk hardware. In this situation, decoupling the drivers from the image and putting in the
BIOS chip, or some other dedicated location on processor/mother board would make a server refresh almost trivial. A method to refresh the "Driver BIOS" would be to have a process automatically sense when a new device has been added. That process would then load the drivers from the device itself in the newly added device (Ethernet, fibre, etc).
The implementation of the method and system of the present invention provides some key advantages over the conventional computer configuration and the conventional method of computer construction. These advantages are:
• The ability to duplicate any operating system without specific, customized boot media
• The ability to perform key partitioning operations without any boot media 1. Cloning partitions from disk to disk
2. Cloning partitions within the same disk
• Decoupling drivers from OS or OS image and storing and maintaining in hardware firmware or BIOS obviates the need to prepare specialized OS images built for particular server platform and hardware device types.
Thus is provided a method and system in which device drivers are positional in a computing device such that the task of locating drivers for specific hardware drivers is substantially simplified. Also provided is a reconfigurable computing device in which the Basic Input/Output System more easily locates and communicates with computer hardware device drivers.
Description of the Drawings
An exemplary embodiment of the invention will now be described by way of example only and with reference to the accompanying drawings in which:
Figure 1 is a conventional computing device used that can be used to transmit and receive electronic messages via a computer network;
Figure 2 is a diagram of a computer network over which electronic messages may be transmitted between a sender and receiver; Figure 3 is an illustration for the purpose of example of the communication model of a computing device;
Figure 4 is an illustration of the structural configuration of a computer system and a clone of the computer system as configured in the conventional legacy method; and
Figure 5 is an illustration of the structural configuration of a computer system and a clone of the computer system as configured in the method of a preferred embodiment of the present invention.
Detailed Description of the Invention
The majority of electronic data transmissions and computerized transactions including completion and transmission of electronic forms occur over computing devices, usually personal computers, connected to a communication network. With reference now to
Figure 1, there is depicted a pictorial representation of computing device 10 which may be used in implementation of the present invention. As may be seen, data processing system 10 includes processor 11 that preferably includes a graphics processor, memory device and central processor (not shown). Coupled to processor 11 is video display 12 which may be implemented utilizing either a color or monochromatic monitor, in a manner well known in the art. Also coupled to processor 11 is keyboard 13. Keyboard 13 preferably comprises a standard computer keyboard, which is coupled to the processor by means of cable 14. Also coupled to processor 11 is a graphical pointing device, such as mouse 15. Mouse 15 is coupled to processor 11, in a manner well known in the art, via cable 16. As is shown, mouse 15 may include left button 17, and right button 18, each of which may be depressed, or "clicked", to provide command and control signals to data processing system 10. While the disclosed embodiment of the present invention utilizes a mouse, those skilled in the art will appreciate that any graphical pointing device such as a light pen or touch sensitive screen may be utilized to implement the method and apparatus of the present invention. Upon reference to the foregoing, those skilled in the art will appreciate that data processing system 10 may be implemented utilizing a personal computer. The access to web pages and the transmission of data via web pages usually occurs via a global computer network environment such as the Internet. With reference now Figure 2, there is depicted a pictorial representation of a distributed computer network environment 20 in which one may implement the method and system of the present invention. As may be seen, distributed data processing system 20 may include a plurality of networks, such as
Local Area Networks (LAN) 21 and 22, each of which preferably includes a plurality of individual computers 23 and 24, respectively. Of course, those skilled in the art will appreciate that a plurality of Intelligent Work Stations (IWS) coupled to a host processor may be utilized for each such network. Any of the processing systems may also be connected to the Internet as shown. As is common in such data processing systems, each individual computer may be coupled to a storage device 25 and/or a printer/output device 26. One or more such storage devices 25 may be utilized, in accordance with the method of the present invention, to store the various data objects or documents which may be periodically accessed and processed by a user within distributed data processing system 20, in accordance with the method and system of the present invention. In a manner well known in the prior art, each such data processing procedure or document may be stored within a storage device 25 which is associated with a Resource Manager or Library Service, which is responsible for maintaining and updating all resource objects associated therewith.
Still referring to Figure 2, it may be seen that distributed data processing system 20 may also include multiple mainframe computers, such as mainframe computer 27, which may be preferably coupled to Local Area Network (LAN) 21 by means of communications link 28. Mainframe computer 27 may also be coupled to a storage device 29 which may serve as remote storage for Local Area Network (LAN) 21. A second Local Area Network (LAN) 22 may be coupled to Local Area Network (LAN) 21 via communications controller
31 and communications link 32 to a gateway server 33. Gateway server 33 is preferably an individual computer or Intelligent Work Station (IWS), which serves to link Local Area Network (LAN) 22 to Local Area Network (LAN) 21.
Figure 3 is an illustration for the purpose of example of the Consumer Electronic
Bus) CEBus Layered Model. It is a standard, much like the OSI (Open Systems Interconnection) Model, in that it illustrates the layer of communication from the physical layer (via physical connection to a media source) up the logical layers above the previous layer (via the network management) to the top level application layer into an application that makes sense of the information being transferred. Smart embedded devices in the Consumer Electronic Industry follow this standard. In fact many devices do not need to contain all logical levels within themselves within a single chip or component. The different required layers can span over components before the physical layer connects to a network medium. In this model, shown in Figure 3, media 34 represents the wiring going out from the model. The physical layer 35 is the connection of a device to an electronic network. The data link layer 36, network layer 37, transport layer 38 and application layer 39 represent a standard of how information is communicated from a physical device down to logical data that is traced back to an application that talks to that model.
Figure 4 is an illustration of the structural configuration of a computer system and a clone of the computer system as configured in the conventional legacy method. This figure shows two computer configurations. In this example, one configuration is the original computer and the other configuration is a clone of the original computer. In the legacy method, the OS image 40 resides in the logical layer of the computer. This OS image contains as part of the image, the device drivers 42 required to interface correctly with the hardware specific components. The logical layer connects to the hardware 44 in the physical layer through the device drivers as depicted in Figure 4. Once commands are sent through the hardware components they interact through the BIOS 46. The BIOS of firmware then allows commands to pass to the actual platform hardware 48. Responding communications are sent back through the physical and logical stack. Thus, in order to clone or migrate to another hardware platform type by perhaps a different vendor, a new OS image is needed that has the new required device drivers, e.g. IBM xSeries to Compaq Presario.
In the new method and configuration noted herein, the device drivers are relocated from the OS image itself and are moved to the BIOS itself contained in the hardware, by utilizing an EEPROM (Electrically Erasable Programmable Read-Only Memory) device connected directly to the BIOS chipset in the hardware platform in a preferred embodiment.
The following Figure 5 teaches this new method and configuration for device driver containment in the BIOS layer of the computer. In the EEPROM method, the device drivers 50 are loaded "logically" into the BIOS 52 and contain all the platform and device driver specific information required to pass OS level commands through to the various hardware components. The advantage of such a configuration is that the OS image is truly portable. The device specific aspects of an OS image that require it be re-loaded onto a new platform have been obviated. In the new method described herein, the device driver specific information is loaded from the EEPROM attached to the BIOS during the boot phase. Any new hardware components that are added to the server platform, such as a new NIC or Fibre card, are added at the BIOS level and appropriate device driver information is loaded into the EEPROM attached to the BIOS. Likewise, any new device driver updates that are required would be instead placed into the
EEPROM as opposed to the OS image itself. In the initial configuration, the BIOS level will contain device drivers for each hardware component in the computer. As a result, regardless of the hardware installed on the computer, the BIOS level will know what device driver to apply to the specific hardware component. There will be no need to search for device drivers to use with the operating system in the computer.
In the computing system of the present invention, the logical layer is configured containing the operating system software and other software programs. In this new configuration, the logical layer does not contain the Device Drivers as shown in the legacy configurations of Figure 4. The configuration of the physical layer comprises the assembling of all of the hardware devices for the computer, the sever platform, and the input/output system (BIOS). Also, as previously discussed, an appropriate device driver for each hardware device is incorporated into the physical layer.
In the operation of the new computer configuration described herein, a logical layer and a physical layer are created within the computing device. A software operating system is also installed in this computing device. A basic input/output system is configured for installation in the physical layer of the computing device. The input/output configuration is also based on ways to interact with the hardware devices. In addition, hardware devices for the hardware devices are embedded into the input/output system. At this point, the basic input/output system is installed in the physical layer of the computing device. Currently, some software systems attempt to accomplish the process of the present invention using software. However, a disadvantage with a software approach to this task is that that process still has to search for device drivers.
The present also has advantages especially in the computer cloning process. Cloning may be desired when there is a system often computers and there is a desire to install an operating system on each of the ten system computers. In this process, a computer operating system image may be installed on one system and propagated to the other nine computers such that each computer has the exact same operating system. This cloning process eliminates the need to manually do ten steps to have the operating system on each computer.
In specific, when one goes to clone an operating system, the cloning software has to interface with the hardware device peripherals and in particular a hard drive that is part of the installation process. This installation process requires device drivers to be loaded on the hard drive at specific times to allow communication between the hardware device and the installing software. These device drivers would need to be loaded prior to the performing the cloning activity. With the present invention, there would be no need to install device drivers. The cloning software would talk to the BIOS, which would have the device drivers for that system. This process would increase the efficiency in the computer cloning process.
It is important to note that while the present invention has been described in the context of a fully functioning data processing system, those skilled in the art will appreciate that the processes of the present invention are capable of being distributed in the form of instructions in a computer readable medium and a variety of other forms, regardless of the particular type of medium used to carry out the distribution. Examples of computer readable media include media such as EPROM, ROM, tape, paper, floppy disc, hard disk drive, RAM, and CD-ROMs and transmission-type of media, such as digital and analog communications links.

Claims

1. A computing system having at least a first computing device, the computing device having a configuration comprising: a logical layer having operating system software for controlling tasks and operations conducted in the computer and software application programs for performing specific tasks and specific operations within the computer system; and a physical layer having a series of hardware components, a sever platform, a basic input/output system (BIOS) and a series of device drivers embedded in said input/output system, the device drivers facilitating the communication between the operating system and said hardware devices.
2. The computing system as claimed in claim 1 wherein said hardware devices directly connect to said device drivers.
3. The computing system as claimed in claim 1 wherein said operating system interfaces with the hardware devices through said device drivers embedded in the basic input/output system of said system.
4. The computing system as claimed in claim 1 further comprising a second computing device, said second device being a clone of said first computing device, said second computing device contains an operating system image that is that same as an operating system image of said first computing device.
5. A method for configuring a computing system containing at least one computing device comprising the steps of: creating at least a logical layer and a physical layer within the computing device; installing a software operating system in the logical layer of the computing device; configuring a basic input/output system based on for installation in the physical layer of the computing device, the basic input/output configuration being based on the hardware devices determined to be present in the computing device and based on determined ways to interact with the hardware devices; embedding hardware device drivers for the hardware devices in the basic input/output system; and installing the basic input/output system in the physical layer of the computing device.
6. The method as claimed in claim 5 further comprising the step of incorporating at least one second computing device by cloning the first computing device, the cloning process resulting in a second computing device being identical to the first computing device.
7. The method as claimed in claim 5 further comprising the step of incorporating at least one second computing device by: creating at least a logical layer and a physical layer within the computing device; installing a software operating system in the logical layer of the computing device; configuring a basic input/output system based on for installation in the physical layer of the computing device, the basic input/output configuration being based on the hardware devices determined to be present in the computing device and based on determined ways to interact with the hardware devices; embedding hardware device drivers for the hardware devices in the basic input/output system; and installing the basic input/output system in the physical layer of the computing device.
PCT/EP2007/058833 2006-09-01 2007-08-24 Computer system configuration WO2008025734A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US11/469,495 US8272000B2 (en) 2006-09-01 2006-09-01 System and method for abstracting computer disk image cloning capabilities from bootable media
US11/469,495 2006-09-01

Publications (1)

Publication Number Publication Date
WO2008025734A1 true WO2008025734A1 (en) 2008-03-06

Family

ID=38727526

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/EP2007/058833 WO2008025734A1 (en) 2006-09-01 2007-08-24 Computer system configuration

Country Status (2)

Country Link
US (2) US8272000B2 (en)
WO (1) WO2008025734A1 (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8272000B2 (en) 2006-09-01 2012-09-18 International Business Machines Corporation System and method for abstracting computer disk image cloning capabilities from bootable media
TWI416373B (en) * 2010-03-25 2013-11-21 Wistron Corp Keypad definition updating method and computer system
US20160019117A1 (en) * 2014-07-16 2016-01-21 Commvault Systems, Inc. Creating customized bootable image for client computing device from backup copy
US11237924B2 (en) 2019-12-11 2022-02-01 Commvault Systems, Inc. Dynamic resizing and re-distribution of destination data storage resources for bare metal restore operations in a data storage management system

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030065913A1 (en) * 2001-09-28 2003-04-03 Cepulis Darren J. Semi-persistent relocatable ram-based virtual floppy disk method
US20030097581A1 (en) * 2001-09-28 2003-05-22 Zimmer Vincent J. Technique to support co-location and certification of executable content from a pre-boot space into an operating system runtime environment
US20050149713A1 (en) * 2003-12-29 2005-07-07 Rothman Michael A. Pushing capabilities into firmware by an operating system

Family Cites Families (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5784611A (en) * 1994-12-19 1998-07-21 Seagate Technology, Inc. Device and process for in-system programming electrically erasable and programmable non-volatile memory
US6449735B1 (en) * 1996-07-01 2002-09-10 Intel Corporation Method and apparatus for providing improved diagnostic functions in a computer system
US5854905A (en) * 1996-09-03 1998-12-29 Intel Corporation Extensible bios for boot support of devices on multiple hierarchical buses
US6138178A (en) * 1997-01-29 2000-10-24 Fuji Photo Film Co., Ltd. Controlled device storing multiple drivers that judges and downloads a particular driver corresponding to a controller's operating system having an identical or greater version number
US5940623A (en) * 1997-08-01 1999-08-17 Cummins-Allison Corp. Software loading system for a coin wrapper
US6401183B1 (en) * 1999-04-01 2002-06-04 Flash Vos, Inc. System and method for operating system independent storage management
TW440766B (en) * 1999-05-15 2001-06-16 Inventec Corp The data copy method and system of computer hard disks
US6591358B2 (en) * 2001-01-26 2003-07-08 Syed Kamal H. Jaffrey Computer system with operating system functions distributed among plural microcontrollers for managing device resources and CPU
US20020199044A1 (en) * 2001-05-30 2002-12-26 Joel Futterman Method and apparatus for loading a mirror image software copy across circuit cards
US7055026B2 (en) * 2002-07-26 2006-05-30 Sun Microsystems, Inc. Method and system for a portable adaptable operating environment identity
US7143275B2 (en) 2002-08-01 2006-11-28 Hewlett-Packard Development Company, L.P. System firmware back-up using a BIOS-accessible pre-boot partition
JP4015538B2 (en) * 2002-11-28 2007-11-28 ヒタチグローバルストレージテクノロジーズネザーランドビーブイ Hard disk device, hard disk device optimization method, manufacturing method, and program
US20040221146A1 (en) * 2003-04-30 2004-11-04 International Business Machines Corporation Build time dynamic installation of drivers on cloned systems
US7448034B2 (en) * 2003-07-30 2008-11-04 International Business Machines Corporation Build time determination and installation of drivers on cloned systems
US7529923B2 (en) * 2005-06-30 2009-05-05 Intel Corporation Operating system mode transfer
US8272000B2 (en) 2006-09-01 2012-09-18 International Business Machines Corporation System and method for abstracting computer disk image cloning capabilities from bootable media

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030065913A1 (en) * 2001-09-28 2003-04-03 Cepulis Darren J. Semi-persistent relocatable ram-based virtual floppy disk method
US20030097581A1 (en) * 2001-09-28 2003-05-22 Zimmer Vincent J. Technique to support co-location and certification of executable content from a pre-boot space into an operating system runtime environment
US20050149713A1 (en) * 2003-12-29 2005-07-07 Rothman Michael A. Pushing capabilities into firmware by an operating system

Also Published As

Publication number Publication date
US20120284500A1 (en) 2012-11-08
US8549545B2 (en) 2013-10-01
US8272000B2 (en) 2012-09-18
US20080126772A1 (en) 2008-05-29

Similar Documents

Publication Publication Date Title
US8205194B2 (en) Updating offline virtual machines or VM images
US8533304B2 (en) Remotely deploying and automatically customizing workstation images
US8387045B2 (en) Cloning image creation using virtual machine environment
US8417796B2 (en) System and method for transferring a computing environment between computers of dissimilar configurations
EP1133738B1 (en) Method and apparatus for new device driver installation by an operating system
US7330967B1 (en) System and method for injecting drivers and setup information into pre-created images for image-based provisioning
Lowe Mastering vmware vsphere 5
US9612814B2 (en) Network topology-aware recovery automation
US7930371B2 (en) Deployment method and system
TWI262443B (en) Method, system and recording medium for automatically configuring data processing system
US7698704B2 (en) Method for installing operating system on remote storage: flash deploy and install zone
US8341599B1 (en) Environments sharing remote mounted middleware
US20050268295A1 (en) System and method for expediting and automating mainframe computer setup
CN1399194A (en) Method and system for creating and using operation system with optional functions
US20030217131A1 (en) Processing distribution using instant copy
CN102200921A (en) Intelligent boot device selection and recovery
US7480793B1 (en) Dynamically configuring the environment of a recovery OS from an installed OS
CN101165654A (en) Method and process for using common preinstallation environment for heterogeneous operating systems
TW200525948A (en) Apparatus and method for managing and transporting virtual disks over a network to networked stations
US8549545B2 (en) Abstraction of computer disk image cloning capabilities from bootable media
US20190205109A1 (en) Computer system, baseboard management controller, and os installation method
US20050080584A1 (en) Automatic software testing
JP2006011506A (en) Starting image providing system and method, boot node device, boot server device, and program
CN106528226A (en) Operation system installation method and apparatus
US20190354359A1 (en) Service managers and firmware version selections in distributed computing systems

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 07802878

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 07802878

Country of ref document: EP

Kind code of ref document: A1