WO2009153625A1 - Diskless clients using a hypervisor - Google Patents

Diskless clients using a hypervisor Download PDF

Info

Publication number
WO2009153625A1
WO2009153625A1 PCT/IB2008/052452 IB2008052452W WO2009153625A1 WO 2009153625 A1 WO2009153625 A1 WO 2009153625A1 IB 2008052452 W IB2008052452 W IB 2008052452W WO 2009153625 A1 WO2009153625 A1 WO 2009153625A1
Authority
WO
WIPO (PCT)
Prior art keywords
hypervisor
operating system
storage device
actions
reading
Prior art date
Application number
PCT/IB2008/052452
Other languages
French (fr)
Inventor
Daryl Carvis Cromer
Howard J. Locker
Randall Scott Springfield
Rod D. Waltermann
Original Assignee
Lenovo (Singapore) Pte.Ltd.
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 Lenovo (Singapore) Pte.Ltd. filed Critical Lenovo (Singapore) Pte.Ltd.
Priority to PCT/IB2008/052452 priority Critical patent/WO2009153625A1/en
Priority to JP2011512231A priority patent/JP5275456B2/en
Priority to DE112008003910T priority patent/DE112008003910T5/en
Publication of WO2009153625A1 publication Critical patent/WO2009153625A1/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/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45533Hypervisors; Virtual machine monitors
    • G06F9/45558Hypervisor-specific management and integration aspects
    • 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/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45533Hypervisors; Virtual machine monitors
    • G06F9/45558Hypervisor-specific management and integration aspects
    • G06F2009/45579I/O management, e.g. providing access to device drivers or storage

Definitions

  • the present invention relates to diskless clients and their effective and cost-efficient management.
  • one aspect of the invention provides a system comprising: an operating system; a remote storage device in general communication with the operating system; and a hypervisor which captures communication actions from the operating system and diverts the communication actions to the remote storage device.
  • Another aspect of the invention provides a method comprising: loading an operating system; loading a hypervisor; and employing the hypervisor to: capture communication actions from the operating system; and divert the communication actions to a remote storage device.
  • an additional aspect of the invention provides a program storage device readable by machine, tangibly embodying a program of instructions executable by the machine to perform method steps comprising: loading an operating system; loading a hypervisor; and employing the hypervisor to: capture communication actions from the operating system; and divert the communication actions to a remote storage device.
  • FIG. 1 schematically illustrates a Type 1 hypervisor.
  • FIG. 2 schematically illustrates a system employing a hypervisor in accordance with at least one embodiment of the present invention.
  • the employment of a hypervisor in a diskless client system to more efficiently facilitate and greatly expand the booting capabilities of an OS. More particularly, the hypervisor preferably "traps" (in a manner to be described below) all disk and LAN accesses from the OS.
  • a hypervisor in accordance with the present invention obviates the need to expensively reconfigure the OS for a diskless environment in which the booting context will be significantly different. Any and all translation to remote storage, as performed by the hypervisor, is thus essentially "blind" to the OS.
  • a hypervisor is embodied by a base set of code that runs under an OS to permit an OS to run in a virtualized environment, and can create a virtualized environment for a "Guest OS” (such as Microsoft XP). It thus allows OS's to run on the same hardware concurrently.
  • a "Guest OS” such as Microsoft XP
  • FIG. 1 shows a Type 1 hy- pervisor environment (10).
  • OS 1 (20) can be a User Operating System (UOS) such as Microsoft XP.
  • OS 2 (30) is a Service Operating System (SOS) used for client manageability such as Linux, or Microsoft Windows PE.
  • UOS User Operating System
  • SOS Service Operating System
  • a hy- pervisor (140) is first loaded (160) to run under an OS (120). More particularly, hy- pervisor (140) is preferably loaded first (160), then the OS (120) loads, such that the hypervisor (140) runs under OS (120). Once loaded , the hypervisor (140) then preferably establishes a connection to the central server (170) , loads user data, "hooks" disk access modules, and then proceeds along a normal boot path. By "hooking" disk access modules, essentially the hypervisor avails itself to disk access modules so as to be able to trap hard drive read/writes as will now be described.
  • the hypervisor (140) can preferably "trap” this access (175), thus preventing what would otherwise be communication (185) with a hard drive (180), and then essentially read (190) the requisite data from the server (170).
  • the hypervisor (140) traps or intercepts the read or write (175), redirects the read or write to remote storage on the network , and in this manner OS (120) "thinks” it is read/ writing the local drive when actually it is going across the network to a remote drive.
  • LAN traffic is also preferably trapped so that there is not a conflict in access.
  • normal LAN data is preferably treated differently; priority can preferably be given to reads/writes from a remote drive, to the point of devoting, e.g., up to 80% or more of the bandwidth thereto as opposed to normal network traffic.
  • the OS (120) is essentially "shrink-wrapped” and isolated from components or items with which it would normally communicate (e.g. a hard drive [180]) and the hypervisor (140) acts as a buffer or intermediary through which given types of communication will now take place.
  • a hypervisor (140) in accordance with at least one presently preferred embodiment of the present invention can "fool" a client OS (120) into “thinking” that it is booting from (or performing any type of reading or writing with respect to) a hard drive (180) when instead, for instance, calls (175) to a hard disk read sector are trapped and then sent (190) to the server (170).
  • a hypervisor (140) is preferably configured to capture and accommodate normal booting communication (175) from an OS (120), that itself is normally configured to read or write with respect to a very specific medium (such as a hard drive [180]) and then divert (190) such communication to another location (e.g. server [170]) that can more freely and ably accommodate a variety of booting commands.
  • a very specific medium such as a hard drive [180]
  • divert 190
  • the hypervisor (140) acts as a buffer or intermediary to obviate that need.
  • the remote location to which communication is diverted does not necessarily need to be a server as discussed above; it can be essentially any form of remote storage device, such as a SAN (storage area network) or NAS (network attached storage).
  • a hypervisor can certainly be much more versatile than this. For instance, if an OS is configured to read from or write to something other than a hard drive, a hypervisor can still "trap” such reads and writes. Essentially, in accordance with at least one presently preferred embodiment of the present invention, any read/write from an OS can be redirected by a hypervisor to remote storage.
  • loading (160) could be accomplished via Flash, via a UEFI driver, or via a secure PXE (Preboot Execution Environment) boot (this could use Boot Integrity Services [BIS] or it could use any secure load method).
  • the presently preferred loading mechanism is the use of a device utilizing the iSCSI (Internet Small Computer Systems Interface) protocol. Additional information on PXE boots is available in the Preboot Execution Environment (PXE) Specification (http colon dot dot slash slash www dot pix dot net slash software slash pxeboot slash archive slash pxespec dot pdf). Additional information on the iSCSI protocol is available in RFC 3720.
  • the "Xen" hypervisor is the presently preferred hypervisor.
  • the Xen hypervisor is an open source software development. Additional information about a Xen hypervisor may be found at http colon slash slash www xensource dot com.
  • the present invention in accordance with at least one presently preferred embodiment, includes elements that may be implemented on at least one general-purpose computer running suitable software programs. These may also be implemented on at least one Integrated Circuit or part of at least one Integrated Circuit. Thus, it is to be understood that the invention may be implemented in hardware, software, or a combination of both.

Abstract

An arrangement for facilitating remote booting in a diskless client system is described. A hypervisor (140) is first loaded (160) to run under an operating system OS (120). Once loaded, the hypervisor (140) establishes a connection to the central server (170) to load user data, 'hooks disk' access modules and then proceeds along a normal boot path. Each time the OS (120) attempts (175) to access a file on a local hard drive (180), the hypervisor (140) can 'trap' this access, this preventing the communication (185) with the hard drive (180) and reads (190) the requisite data from the server (170). The loading mechanism for the hypervisor utilizes the iSCSI protocol.

Description

Description DISKLESS CLIENT USING A HYPERVISOR
[ 1 ] Field of the Invention
[2] The present invention relates to diskless clients and their effective and cost-efficient management.
[3] Background of the Invention
[4] The paradigm of desktop computers connected to a common server has long suffered from problems relating to cost and manageability. Primarily, significant concerns regarding security constantly arise given that each desktop has a hard drive, thus facilitating the unauthorized copying or downloading of files and greatly increasing the risk of system corruption in view of the difficulties with managing what may be introduced to each desktop.
[5] Accordingly, an ongoing trend among smaller and larger enterprises alike is to provide a diskless client that eliminates the multitude of desktop hard drives. All data thus is found on a central server, and all file management can be controlled at the one central location. System backup is greatly facilitated since a multitude of desktops do not need to be activated at the time that backup is carried out, and any needed "patch management" can be carried out at the server end.
[6] However, a major impediment to implementing the changes just described is that most operating systems (OS's) are not conducive to the type of remote booting that would normally be required in a diskless system. By and large, each OS tends to be configured for a specific type of booting that often requires some type of local storage, and thus lacks versatility in terms of the booting that can be accommodated. For instance, during a boot, the OS would have to be cognizant of whether the boot originates from remote storage or local storage, wirelessly, or from a LAN (local area network). Costly fixes generally need to be implemented to permit any appreciable degree of versatility.
[7] Accordingly, a compelling need has been recognized in connection with addressing these versatility issues, as well as related issues.
[8] Summary of the Invention
[9] In accordance with at least one presently preferred embodiment of the present invention, there is broadly contemplated herein an arrangement for facilitating remote booting in diskless client systems as just described. To this end, there is broadly contemplated herein the employment of a hypervisor that can freely accommodate a variety of booting arrangements for a given OS. This then ensures that few if any modifications, especially costly ones, would need to be made to the OS to ensure greater versatility. [10] In summary, one aspect of the invention provides a system comprising: an operating system; a remote storage device in general communication with the operating system; and a hypervisor which captures communication actions from the operating system and diverts the communication actions to the remote storage device.
[11] Another aspect of the invention provides a method comprising: loading an operating system; loading a hypervisor; and employing the hypervisor to: capture communication actions from the operating system; and divert the communication actions to a remote storage device.
[12] Furthermore, an additional aspect of the invention provides a program storage device readable by machine, tangibly embodying a program of instructions executable by the machine to perform method steps comprising: loading an operating system; loading a hypervisor; and employing the hypervisor to: capture communication actions from the operating system; and divert the communication actions to a remote storage device.
[13] For a better understanding of the present invention, together with other and further features and advantages thereof, reference is made to the following description, taken in conjunction with the accompanying drawings, and the scope of the invention will be pointed out in the appended claims.
[14] Brief Description of the Drawings
[15] Fig. 1 schematically illustrates a Type 1 hypervisor.
[16] Fig. 2 schematically illustrates a system employing a hypervisor in accordance with at least one embodiment of the present invention.
[17] Description of the Preferred Embodiments
[18] As discussed above, there is broadly contemplated herein, in accordance with at least one presently preferred embodiment of the present invention, the employment of a hypervisor in a diskless client system to more efficiently facilitate and greatly expand the booting capabilities of an OS. More particularly, the hypervisor preferably "traps" (in a manner to be described below) all disk and LAN accesses from the OS.
[19] Expressed another way, to the extent that many OS's are normally configured to write to hard drive during a boot, and to the extent one may wish to incorporate such an OS into a diskless system, a hypervisor in accordance with the present invention obviates the need to expensively reconfigure the OS for a diskless environment in which the booting context will be significantly different. Any and all translation to remote storage, as performed by the hypervisor, is thus essentially "blind" to the OS.
[20] Conventionally, a hypervisor is embodied by a base set of code that runs under an OS to permit an OS to run in a virtualized environment, and can create a virtualized environment for a "Guest OS" (such as Microsoft XP). It thus allows OS's to run on the same hardware concurrently.
[21] Essentially there are two main types of hypervisors; a "Type 1" runs directly on hardware and a "Type 2" runs under an existing OS. Figure 1 shows a Type 1 hy- pervisor environment (10). OS 1 (20) can be a User Operating System (UOS) such as Microsoft XP. OS 2 (30) is a Service Operating System (SOS) used for client manageability such as Linux, or Microsoft Windows PE. These two OS's, and the hy- pervisor itself (40) run on the same hardware (50).
[22] Generally, in accordance with a preferred embodiment of the present invention, a hy- pervisor (140) is first loaded (160) to run under an OS (120). More particularly, hy- pervisor (140) is preferably loaded first (160), then the OS (120) loads, such that the hypervisor (140) runs under OS (120). Once loaded , the hypervisor (140) then preferably establishes a connection to the central server (170) , loads user data, "hooks" disk access modules, and then proceeds along a normal boot path. By "hooking" disk access modules, essentially the hypervisor avails itself to disk access modules so as to be able to trap hard drive read/writes as will now be described.
[23] Accordingly, each time the OS (120) attempts (175) to access a file on a local hard drive (180), the hypervisor (140) can preferably "trap" this access (175), thus preventing what would otherwise be communication (185) with a hard drive (180), and then essentially read (190) the requisite data from the server (170). In other words, when the OS (120) undertakes what is presumed to be a hard drive read or write, the hypervisor (140) traps or intercepts the read or write (175), redirects the read or write to remote storage on the network , and in this manner OS (120) "thinks" it is read/ writing the local drive when actually it is going across the network to a remote drive. LAN traffic is also preferably trapped so that there is not a conflict in access. (In other words, normal LAN data is preferably treated differently; priority can preferably be given to reads/writes from a remote drive, to the point of devoting, e.g., up to 80% or more of the bandwidth thereto as opposed to normal network traffic.)
[24] Expressed another way, the OS (120) is essentially "shrink-wrapped" and isolated from components or items with which it would normally communicate (e.g. a hard drive [180]) and the hypervisor (140) acts as a buffer or intermediary through which given types of communication will now take place. Or, a hypervisor (140) in accordance with at least one presently preferred embodiment of the present invention can "fool" a client OS (120) into "thinking" that it is booting from (or performing any type of reading or writing with respect to) a hard drive (180) when instead, for instance, calls (175) to a hard disk read sector are trapped and then sent (190) to the server (170). Accordingly, a hypervisor (140) is preferably configured to capture and accommodate normal booting communication (175) from an OS (120), that itself is normally configured to read or write with respect to a very specific medium (such as a hard drive [180]) and then divert (190) such communication to another location (e.g. server [170]) that can more freely and ably accommodate a variety of booting commands. Thus, the OS (120) does not need to undergo any costly reconfiguration to ensure versatility; the hypervisor (140) acts as a buffer or intermediary to obviate that need. The remote location to which communication is diverted, of course, does not necessarily need to be a server as discussed above; it can be essentially any form of remote storage device, such as a SAN (storage area network) or NAS (network attached storage).
[25] It should be appreciated that although the use of a hypervisor to "trap" reads and writes to a hard drive has just been discussed, a hypervisor can certainly be much more versatile than this. For instance, if an OS is configured to read from or write to something other than a hard drive, a hypervisor can still "trap" such reads and writes. Essentially, in accordance with at least one presently preferred embodiment of the present invention, any read/write from an OS can be redirected by a hypervisor to remote storage.
[26] A variety of known processes are conceivable for securely loading (160) a hypervisor
(140). For instance, loading (160) could be accomplished via Flash, via a UEFI driver, or via a secure PXE (Preboot Execution Environment) boot (this could use Boot Integrity Services [BIS] or it could use any secure load method). The presently preferred loading mechanism is the use of a device utilizing the iSCSI (Internet Small Computer Systems Interface) protocol. Additional information on PXE boots is available in the Preboot Execution Environment (PXE) Specification (http colon dot dot slash slash www dot pix dot net slash software slash pxeboot slash archive slash pxespec dot pdf). Additional information on the iSCSI protocol is available in RFC 3720. (http colon slash slash www dot faqs dot org slash rfcs slash rfc3720 dot html). Though essentially any suitable hypervisor may be used in accordance with the embodiments of the present invention, the "Xen" hypervisor is the presently preferred hypervisor. The Xen hypervisor is an open source software development. Additional information about a Xen hypervisor may be found at http colon slash slash www xensource dot com.
[27] It is conceivable to run more than one OS on the base of a common hypervisor in accordance with the embodiments of the present invention. For instance, Windows XP and Linux could run simultaneously on top of a single hypervisor, and the hypervisor could translate reads/writes from both OS's from local to remote storage. In point of fact, there is conceivably no limit to the number of OS's that could run on the base of a common hypervisor.
[28] It is to be understood that the present invention, in accordance with at least one presently preferred embodiment, includes elements that may be implemented on at least one general-purpose computer running suitable software programs. These may also be implemented on at least one Integrated Circuit or part of at least one Integrated Circuit. Thus, it is to be understood that the invention may be implemented in hardware, software, or a combination of both.
[29] If not otherwise stated herein, it is to be assumed that all patents, patent applications, patent publications and other publications (including web-based publications) mentioned and cited herein are hereby fully incorporated by reference herein as if set forth in their entirety herein.
[30] Although illustrative embodiments of the present invention have been described herein with reference to the accompanying drawings, it is to be understood that the invention is not limited to those precise embodiments, and that various other changes and modifications may be affected therein by one skilled in the art without departing from the scope or spirit of the invention.

Claims

Claims
[I] L A system comprising: an operating system; a remote storage device in general communication with the operating system; and a hypervisor which captures communication actions from the operating system and diverts the communication actions to said remote storage device. [2] The system according to Claim 1, wherein said hypervisor captures reading and writing actions from said operating system with respect to a given recipient and diverts the reading and writing actions to said remote storage device. [3] The system according to Claim 2, wherein said hypervisor captures reading and writing actions from said operating system with respect to a local storage device and diverts the reading and writing actions to said remote storage device. [4] The system according to Claim 3, wherein said hypervisor captures reading and writing actions from said operating system with respect to a local hard disk and diverts the reading and writing actions to said remote storage device. [5] The system according to Claim 1, wherein said hypervisor acts to communicate with said remote storage device during booting of said operating system. [6] The system according to Claim 1, wherein said remote storage device comprises a central server. [7] The system according to Claim 1, wherein: said operating system comprises a first operating system; said system further comprises a second operating system; said hypervisor acts to capture communication actions from both of said first and second operating systems and diverts the communication actions to said remote storage device. [8] The system according to Claim 7, further comprising a loading arrangement which loads said hypervisor. [9] The system according to Claim 8, wherein said loading arrangement acts to employ an iSCSI protocol. [10] The system according to Claim 8, wherein said loading arrangement acts to load said hypervisor before said OS is loaded.
[I I] A method comprising : loading an operating system; loading a hypervisor; and employing the hypervisor to: capture communication actions from the operating system; and divert the communication actions to a remote storage device. [12] The method according to Claim 11, wherein: said capturing comprises capturing reading and writing actions from the operating system with respect to a given recipient; and said diverting comprises diverting the reading and writing actions to a remote storage device. [13] The method according to Claim 12, wherein: said capturing of reading and writing actions comprises capturing reading and writing actions from the operating system with respect to a local storage device. [14] The method according to Claim 13, wherein said capturing of reading and writing actions from the operating system with respect to a local storage device comprises capturing reading and writing actions from said operating system with respect to a local hard disk. [15] The method according to Claim 11, wherein said diverting of reading and writing actions comprises diverting reading and writing actions to a central server. [16] The method according to Claim 11, wherein: said step of loading an operating system comprises loading a first operating system; said method further comprises loading a second operating system; said employing of the hypervisor comprises employing the hypervisor to capture communication actions from both of the first and second operating systems and divert the communication actions to a remote storage device. [17] The method according to Claim 11, wherein said loading of a hypervisor comprises employing an iSCSI protocol. [18] The method according to Claim 11, wherein said loading of a hypervisor is performed prior to said loading of an OS. [19] The method according to Claim 11, further comprising: booting said operating system; and effecting communicating between said hypervisor and a remote storage device during said booting. [20] A program storage device readable by machine, tangibly embodying a program of instructions executable by the machine to perform method steps comprising: loading an operating system; loading a hypervisor; and employing the hypervisor to: capture communication actions from the operating system; and divert the communication actions to a remote storage device.
PCT/IB2008/052452 2008-06-20 2008-06-20 Diskless clients using a hypervisor WO2009153625A1 (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
PCT/IB2008/052452 WO2009153625A1 (en) 2008-06-20 2008-06-20 Diskless clients using a hypervisor
JP2011512231A JP5275456B2 (en) 2008-06-20 2008-06-20 Diskless client using hypervisor
DE112008003910T DE112008003910T5 (en) 2008-06-20 2008-06-20 Diskless client using a hypervisor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/IB2008/052452 WO2009153625A1 (en) 2008-06-20 2008-06-20 Diskless clients using a hypervisor

Publications (1)

Publication Number Publication Date
WO2009153625A1 true WO2009153625A1 (en) 2009-12-23

Family

ID=41433746

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/IB2008/052452 WO2009153625A1 (en) 2008-06-20 2008-06-20 Diskless clients using a hypervisor

Country Status (3)

Country Link
JP (1) JP5275456B2 (en)
DE (1) DE112008003910T5 (en)
WO (1) WO2009153625A1 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011180892A (en) * 2010-03-02 2011-09-15 Nec Corp Virtual server system
CN103473064A (en) * 2013-09-18 2013-12-25 国云科技股份有限公司 Method for monitoring use conditions of magnetic disk of virtual machine in host machine
CN107665131A (en) * 2017-09-21 2018-02-06 成都领沃网络技术有限公司 It is a kind of quickly to pre-install method and client automatically without client hardware driving under disk ring border

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1424628A2 (en) * 2002-11-26 2004-06-02 Microsoft Corporation Improved reliability of diskless network-bootable computers using non-volatile memory cache
WO2007003152A1 (en) * 2005-06-30 2007-01-11 Deutsche Telekom Ag Methods and system for the distribution of configurations to client computers
US7360072B1 (en) * 2003-03-28 2008-04-15 Cisco Technology, Inc. iSCSI system OS boot configuration modification

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000076152A (en) * 1998-08-28 2000-03-14 Toshiba Corp Distributed file system, file sharing method in the system and storage medium for programming and recording the method
JP4227035B2 (en) * 2004-02-03 2009-02-18 株式会社日立製作所 Computer system, management device, storage device, and computer device
JP2005284497A (en) * 2004-03-29 2005-10-13 Hitachi Ltd Relay unit, management server, relay method and authentication method
JP4433401B2 (en) * 2004-12-20 2010-03-17 レノボ シンガポール プライヴェート リミテッド Information processing system, program, and information processing method
JP4358217B2 (en) * 2006-10-31 2009-11-04 株式会社東芝 Cache server, network boot method, and program
JP2009176213A (en) * 2008-01-28 2009-08-06 Hitachi Software Eng Co Ltd Network boot system
JP2009230433A (en) * 2008-03-21 2009-10-08 Toshiba Corp Network booting device, program and method

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1424628A2 (en) * 2002-11-26 2004-06-02 Microsoft Corporation Improved reliability of diskless network-bootable computers using non-volatile memory cache
US7360072B1 (en) * 2003-03-28 2008-04-15 Cisco Technology, Inc. iSCSI system OS boot configuration modification
WO2007003152A1 (en) * 2005-06-30 2007-01-11 Deutsche Telekom Ag Methods and system for the distribution of configurations to client computers

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
"Proceedings of the 2007 First International Symposium on Information Technologies and Applications in Education (ISIT AE 2007). 23rd to 25th November 2007", 2007, article WENYUAN KUANG ET AL.: "A novel centralized managed computing system for heterogeneous OSes", pages: 428 - 433 *

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011180892A (en) * 2010-03-02 2011-09-15 Nec Corp Virtual server system
CN103473064A (en) * 2013-09-18 2013-12-25 国云科技股份有限公司 Method for monitoring use conditions of magnetic disk of virtual machine in host machine
CN107665131A (en) * 2017-09-21 2018-02-06 成都领沃网络技术有限公司 It is a kind of quickly to pre-install method and client automatically without client hardware driving under disk ring border
CN107665131B (en) * 2017-09-21 2021-02-12 成都领沃网络技术有限公司 Automatic and rapid client hardware drive preassembling method and client in diskless environment

Also Published As

Publication number Publication date
JP2011523752A (en) 2011-08-18
JP5275456B2 (en) 2013-08-28
DE112008003910T5 (en) 2011-06-09

Similar Documents

Publication Publication Date Title
US8898355B2 (en) Diskless client using a hypervisor
US9384094B2 (en) Method and system for instant restore of system volume from a backup image
US9329943B2 (en) Methods and systems for instant restore of system volume
US8055893B2 (en) Techniques for booting a stateless client
RU2432605C1 (en) Method of extending server-based desktop virtual machine architecture to client machines and machine-readable medium
US8347137B1 (en) System and method for bare metal restore of a computer over a network
US8688965B2 (en) System and method for increasing platform network boot efficiency
US7886190B2 (en) System and method for enabling seamless boot recovery
US7631173B2 (en) Method and system for performing pre-boot operations from an external memory including memory address and geometry
US8707301B2 (en) Insertion of management agents during machine deployment
US8060542B2 (en) Template-based development of servers
US8566899B2 (en) Techniques for securing a checked-out virtual machine in a virtual desktop infrastructure
US20140325202A1 (en) Intelligent boot device selection and recovery
US20170286234A1 (en) System and method for live virtual incremental restoring of data from cloud storage
US8010513B2 (en) Use of server instances and processing elements to define a server
US20060020779A1 (en) Establishing a virtual drive accessible to pre-boot and operating system runtime phases
US20160070914A1 (en) Secure execution of software modules on a computer
JP6095796B2 (en) Activation mechanism for "Bring Your Own" management
US20080028035A1 (en) System and method for operating system installation on a diskless computing platform
US7127602B1 (en) iSCSI computer boot system and method
US9852029B2 (en) Managing a computing system crash
WO2009153625A1 (en) Diskless clients using a hypervisor
US20060047927A1 (en) Incremental provisioning of software
US7506115B2 (en) Incremental provisioning of software
Mackey et al. XenServer Administration Handbook: Practical Recipes for Successful Deployments

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: 08763405

Country of ref document: EP

Kind code of ref document: A1

WWE Wipo information: entry into national phase

Ref document number: 2011512231

Country of ref document: JP

RET De translation (de og part 6b)

Ref document number: 112008003910

Country of ref document: DE

Date of ref document: 20110609

Kind code of ref document: P

122 Ep: pct application non-entry in european phase

Ref document number: 08763405

Country of ref document: EP

Kind code of ref document: A1