CN101821727B - 管理更新以创建虚拟机复制品 - Google Patents

管理更新以创建虚拟机复制品 Download PDF

Info

Publication number
CN101821727B
CN101821727B CN2008801114394A CN200880111439A CN101821727B CN 101821727 B CN101821727 B CN 101821727B CN 2008801114394 A CN2008801114394 A CN 2008801114394A CN 200880111439 A CN200880111439 A CN 200880111439A CN 101821727 B CN101821727 B CN 101821727B
Authority
CN
China
Prior art keywords
renewal
file
machine
source machine
version
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.)
Active
Application number
CN2008801114394A
Other languages
English (en)
Other versions
CN101821727A (zh
Inventor
V·拉曼
N·V·瓦拉瓦
S·罗伊特
R·M·弗莱尔斯
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
Publication of CN101821727A publication Critical patent/CN101821727A/zh
Application granted granted Critical
Publication of CN101821727B publication Critical patent/CN101821727B/zh
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/65Updates
    • 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

Abstract

公开了使用已知更新技术在复制品创建之前自动标识安装在物理机器上的更新、定位来自更新服务器的更新包、并将其下载到执行该复制品创建的机器的技术。更新技术的使用允许对影响需要替换的已定义文件集合的精确标识,并因此最小化了需要下载的更新的数量。此外,提取并高速缓存所需的替换文件集合以允许其在使用相同或不同物理或虚拟机作为源的后续复制品创建期间的重用。下载最小更新集合并高速缓存它们以供重用消除了更新的冗余下载并导致了较短的复制品创建时间。

Description

管理更新以创建虚拟机复制品
背景
物理和虚拟机在它们的寿命中使其操作系统和应用程序通过安装补丁和更新而被周期性地升级。此类补丁和更新的示例包括但不限于服务包、热修补、用于安全问题的修补、以及用于软件的已安装版本中的隐错的修补。此类更新有时影响了在创建物理机器的虚拟机复制品期间需要替换的已定义集合中的文件。从而,标识影响已定义文件集合中的每一文件的更新以定位对应替换文件的正确版本可能是关键的。
一旦标识了相关的更新集合,即需要从更新储存库下载更新并检查这些更新以定位替换文件。需要将合适的替换文件复制到虚拟机复制品上。此类下载和替换过程需要在每一虚拟机复制品创建期间执行。
当前对替换问题的解决方案通常通过使用标识并下载相关更新的手动过程、并通过构建在复制品中寻找并替换受影响的文件的定制脚本来解决替换问题。此类过程需要试错法以及用户干预来随着用于操作系统和应用程序的新更新被发布来保持脚本是最新的。这可能是麻烦且重复的任务,因为可能频繁地发布新的更新。改变替换脚本通常施加了确保他们继续正确操作的额外测试负担。
概述
可采用现有的更新技术以在复制品创建之前自动标识安装在物理机器上的更新、定位来自更新服务器的更新包、并将其下载到执行该复制品创建的机器。此类更新技术的使用允许对影响需要替换的已定义文件集合的精确标识,并且因此可最小化需要下载的更新的数量。此外,可提取并高速缓存所需的替换文件集合以允许其在使用相同或不同物理或虚拟机作为源的后续复制品创建期间的重用。下载最小更新集合并高速缓存它们以供重用可消除更新的冗余下载并可导致较短的复制品创建时间。
附图简述
图1是用于创建虚拟机复制品的过程的流程图。
图2示出示例更新管理器系统。
图3是用于使用更新技术来确定是否需要在复制品创建期间替换安装在源机器上的更新或补丁的过程的流程图。
图4是用于将所提取的替换文件存储在高速缓存中以便在将来的复制品创建期间重用的过程的流程图。
图5是在其中可以实现各示例实施例和方面的示例计算环境的框图。
详细描述
图1是用于创建虚拟机复制品的过程10的流程图。虚拟机复制品可从“源”创建,“源”可以是物理机器、当前正在运行的虚拟机、或预先存在的映像(例如,不是当前正在运行的虚拟机或机器的备份)。
在12,可检查源以查明其硬件和软件简档。如此处所使用的,术语“简档”可表示一组硬件和/或软件特征。例如,可检查该源以确定安装在其上的操作系统的版本,以及安装在其上的任何系统或应用程序的版本。可检查该源以标识可能已安装的任何软件补丁或更新。可检查源硬件以确定该源具有多少存储器和处理能力(也被称为,“CPU”)、其具有多少网卡、其可连接到哪些网络、其具有的盘的数量、类型和大小等。
如果源是预先存在的映像,则该源可由数据存储介质上的文件而不是运行的机器来表示。因此,可检查虚拟机配置以查明硬件和软件简档。
如果该源是物理机器或当前正在运行的虚拟机,则可检查该物理机器来查明其硬件和软件简档。作为检查源的一部分,在12,可采用更新技术来检测当前可能被安装在正为其创建复制品的物理或虚拟机上的更新。如此处所使用的,术语“更新”包括软件补丁。术语“更新技术”指的是使用“更新管理器”来对特定“受管”软件组件进行版本控制。
图2示出示例更新管理器系统20。更新客户端21访问机器22,该机器22包括受管软件23,即,更新管理器20努力将其版本保持最新的软件。通常,更新客户端21将在其上安装了受管软件23的机器22上驻留并运行。
更新服务器24跟踪任何数量的受管软件组件25的最新版本。更新服务器24通常远离受管软件23驻留在其上的机器22(即,客户机器)。更新服务器24和客户机器22通常经由诸如因特网等网络26来互连。此类更新服务器的示例可包括Windows更新服务器(WSUS)或微软系统管理服务器(SMS)。
图3示出作为检查源(图1中12处)的一部分的用于使用更新技术来检测更新的方法30。如图3所示,可采用更新客户端来检查源以确定该源包括特定受管组件的哪些版本。为了可“知晓”哪些组件是受管组件,该更新客户端可在31维护受管组件的列表。驻留在源上的软件组件中的任何一个或全部可以是受管组件。
在32,更新客户端可检查该源以确定该源当前包括每一受管组件的哪一版本。在33,更新客户端可存储(例如,在源机器上的存储器中)受管组件的列表和与每一受管组件相关联的版本。
在34,更新客户端可检查该源来确定是否将任何更新应用到了受管组件中的任何一个。如果是,在35,则更新客户端可存储与该更新和该更新被应用到的受管组件相关联的更新标识符(例如,版本号)。
因此,可采用更新客户端来检查该源以标识被安装在该源上的特定受管软件组件的最新版本,包括可被安装在该源上的任何更新(包括补丁)的最新版本。如下文将描述的,使用更新技术来标识当前被安装在源上的更新可减少需要被下载以使所捕捉的映像可引导的文件的数量。
现在再次参考图1来继续用于创建虚拟机复制品的过程的描述。在12检查了源之后,可“映像化”该源。如何将该源映像化可取决于该源本身是否是映像。“映像”可被认为是复制物理机器的内容(例如,硬件和软件简档)的一组文件。
如果在14确定了源是映像,则在22可通过读取形成该映像的一组文件,并转换任何此类文件的格式(如果有必要的话)以生成使用所需文件格式的一组文件,来映像化该源。
如果在14确定了源并非仅仅是映像,且因此该源或者是物理机器或者是当前正在运行的虚拟机,则在16可映像化该物理机器。在此情况下,在要映像化的机器是正在运行的虚拟机的情况下,术语“要映像化的物理机器”可以指的是该虚拟机所仿真的物理机器。用于映像化物理机器的技术是公知的。此类技术的示例在2006年5月8日提交的美国专利申请号11/430,676中描述并要求保护,该申请的公开内容通过引用结合于此。
在18,可使得所捕捉的映像“可引导”。即,可使得在14或22捕捉的映像与由将用于“运行”复制品的虚拟服务器软件所仿真的配置兼容。
图4是用于使得所捕捉的映像可引导的示例过程40的流程图。在41,可从更新服务器将最小更新列表(在图1中的12标识出)下载到执行复制品创建过程的机器。更新技术可用于查询、定位、并下载更新列表。
可在42检查这些更新以提取用于需要被替换或添加的文件中的每一个的合适替换文件。这些文件随后可被用来执行替换并使得虚拟机复制品可操作。当然,应该理解,可替换现有文件,或可添加/安装新文件(例如,用于所仿真的设备的驱动程序)。在43,可将所提取的替换文件存储在执行复制品创建过程的机器上的高速缓存中以供在将来的复制品创建期间重用。这是往往确保每一更新仅被下载一次的优化。一旦将所有所需更新添加到了高速缓存中,即可在不需要任何下载的情况下处理将来的复制品创建。
再次参考图1,可在20创建并配置虚拟机。即,可在逻辑上组装由形成所捕捉的映像的文件集合所定义的硬盘来形成虚拟机。这些硬盘可在逻辑上彼此连接,且虚拟机可开始运行。因此,软件和操作系统更新技术可用于创建现有物理或虚拟机的虚拟机复制品的过程。
示例性计算装置
图5示出了在其中可实现各示例实施例和各方面的示例性计算环境。计算系统环境100只是合适计算环境的一个示例,并非旨在对使用范围或功能提出任何限制。也不应该将计算环境100解释为对示例性操作环境100中示出的任一组件或其组合有任何依赖性或要求。
可以使用多种其它通用或专用计算系统环境或配置。适合与本发明一起使用的公知的计算系统、环境和/或配置的示例包括但不限于个人计算机、服务器计算机、手持式或膝上型设备、多处理器系统、基于微处理器的系统、机顶盒、可编程消费电子产品、网络PC、微型计算机、大型计算机、嵌入式系统、包括任何以上系统或设备的分布式计算环境等等。
可以使用诸如程序模块等可由计算机执行的计算机可执行指令。一般而言,程序模块包括执行特定任务或实现特定抽象数据类型的例程、程序、对象、组件、数据结构等。也可使用其中任务由通过通信网络链接的远程处理设备执行的分布式计算环境。在分布式计算环境中,程序模块可以位于包括存储器存储设备的本地和远程计算机存储介质中。
参考图5,示例性系统包括计算机110形式的通用计算设备。计算机110的组件可以包括,但不限于,处理单元120、系统存储器130和将包括系统存储器在内的各种系统组件耦合至处理单元120的系统总线121。处理单元120可表示诸如多线程处理器上支持的多个逻辑处理单元。系统总线121可以是几种类型的总线结构中的任何一种,包括存储器总线或存储控制器、外围总线、以及使用各种总线体系结构中的任一种的局部总线。作为示例,而非限制,这样的体系结构包括工业标准体系结构(ISA)总线、微通道体系结构(MCA)总线、增强型ISA(EISA)总线、视频电子技术标准协会(VESA)局部总线和外围部件互连(PCI)总线(也称为夹层(Mezzanine)总线)。系统总线121也可被实现为点对点连接、交换光纤等通信设备。
计算机110通常包括各种计算机可读介质。计算机可读介质可以是能由计算机110访问的任何可用介质,而且包含易失性和非易失性介质、可移动和不可移动介质。作为示例而非限制,计算机可读介质可包括计算机存储介质和通信介质。计算机存储介质包括以用于存储诸如计算机可读指令、数据结构、程序模块或其它数据等信息的任何方法或技术实现的易失性和非易失性、可移动和不可移动介质。计算机存储介质包括但不限于,RAM、ROM、EEPROM、闪存或其它存储器技术、CD-ROM、数字多功能盘(DVD)或其它光盘存储、磁盒、磁带、磁盘存储或其它磁存储设备、或可以用来储存所期望的信息并可由计算机110访问的任一其它介质。通信介质通常以诸如载波或其它传输机制等已调制数据信号来体现计算机可读指令、数据结构、程序模块或其它数据,并包括任意信息传送介质。术语“已调制数据信号”指的是其一个或多个特征以在信号中编码信息的方式被设定或更改的信号。作为示例而非限制,通信介质包括有线介质,诸如有线网络或直接线连接,以及无线介质,诸如声学、RF、红外线和其他无线介质。以上的任何组合也应包括在计算机可读介质的范围内。
系统存储器130包括易失性和/或非易失性存储器形式的计算机存储介质,如只读存储器(ROM)131和随机存取存储器(RAM)132。基本输入/输出系统133(BIOS)包括如在启动时帮助在计算机110内的元件之间传输信息的基本例程,它通常储存在ROM 131中。RAM 132通常包含处理单元120可以立即访问和/或目前正在操作的数据和/或程序模块。作为示例而非限制,图5示出了操作系统134、应用程序135、其它程序模块136和程序数据137。
计算机110也可以包括其他可移动/不可移动、易失性/非易失性计算机存储介质。仅作为示例,图5示出了对不可移动、非易失性磁介质进行读写的硬盘驱动器140,对可移动、非易失性磁盘151进行读写的磁盘驱动器152,以及对诸如CD ROM或其它光学介质等可移动、非易失性光盘156进行读写的光盘驱动器155。可以在该示例性操作环境中使用的其他可移动/不可移动、易失性/非易失性计算机存储介质包括但不限于,磁带盒、闪存卡、数字多功能盘、数字录像带、固态RAM、固态ROM等等。硬盘驱动器141通常由不可移动存储器接口,诸如接口140连接至系统总线121,磁盘驱动器151和光盘驱动器155通常由可移动存储器接口,诸如接口150连接至系统总线121。
以上讨论并在图5中示出的驱动器及其相关联的计算机存储介质为计算机110提供了对计算机可读指令、数据结构、程序模块和其它数据的存储。在图5中,例如,硬盘驱动器141被示为存储操作系统144、应用程序145、其它程序模块146和程序数据147。注意,这些组件可以与操作系统134、应用程序135、其他程序模块136和程序数据137相同,也可以与它们不同。操作系统144、应用程序145、其它程序模块146和程序数据147在这里被标注了不同的标号是为了说明至少它们是不同的副本。用户可以通过输入设备,诸如键盘162和定点设备161(通常指的是鼠标、跟踪球或触摸垫)向计算机20输入命令和信息。其它输入设备(未示出)可以包括话筒、操纵杆、游戏手柄、圆盘式卫星天线、扫描仪等。这些和其他输入设备通常通过耦合至系统总线的用户输入接口160连接至处理单元120,但也可以由其他接口和总线结构,诸如并行端口、游戏端口或通用串行总线(USB)连接。监视器191或其他类型的显示设备也经由接口,诸如视频接口190连接至系统总线121。除监视器以外,计算机还可以包括其它外围输出设备,诸如扬声器197和打印机196,它们可以通过输出外围接口195连接。
计算机110可使用至一个或多个远程计算机,如远程计算机180的逻辑连接在联网环境中操作。远程计算机180可以是个人计算机、服务器、路由器、网络PC、对等设备或其他常见的网络节点,并且通常包括以上相对于计算机110所描述的许多或所有元件,但在图5中仅示出了存储器存储设备181。图5中所示的逻辑连接包括局域网(LAN)171和广域网(WAN)173,但也可以包括其它网络。这样的联网环境在办公室、企业范围计算机网络、内联网和因特网中是常见的。
当在LAN联网环境中使用时,计算机110通过网络接口或适配器170连接至LAN 171。当在WAN联网环境中使用时,计算机110通常包括调制解调器172或用于通过诸如因特网等WAN 173建立通信的其他装置。调制解调器172可以是内置或外置的,它可以经由用户输入接口160或其它适当的机制连接至系统总线121。在联网环境中,相对于计算机110所描述的程序模块或其部分可被储存在远程存储器存储设备中。作为示例而非限制,图5示出远程应用程序185驻留在存储器设备181上。可以理解,所示的网络连接是示例性的,且可以使用在计算机之间建立通信链路的其它手段。
尽管用结构特征和/或方法动作专用的语言描述了本主题,但可以理解,所附权利要求书中定义的主题不必限于上述具体特征或动作。相反,上述具体特征和动作是作为实现权利要求的示例形式公开的。

Claims (8)

1.一种用于创建源机器的虚拟复制品的方法,所述方法包括:
检查所述源机器以查明与所述源机器相关联的一组软件特征,其中所述一组软件特征包括被安装在所述源机器上的软件组件的标识,其中所述检查过程还包括根据以下步骤来使用更新技术来检测更新:
使用更新客户端来维护受管组件的列表,其中驻留在源机器上的软件组件中的任何一个或全部可以是受管组件;
由所述更新客户端检查所述源机器以确定所述源机器当前包括每一受管组件的哪一个版本;
由所述更新客户端存储所述受管组件的列表和与每一受管组件相关联的版本;
由所述更新客户端检查所述源机器来确定是否将任何更新应用到了所述受管组件中的任何一个,并且如果是,则所述更新客户端存储和更新与所述更新和所述更新被应用到的受管组件相关联的更新标识符;
确定所述软件组件的已安装版本,其中所述软件组件的已安装版本是当前被安装在所述源机器上的;
从更新服务器确定所述软件组件的已安装版本是否是所述软件组件的最新版本;
形成包括所述软件组件的最新版本的所述源机器的映像;
标识对所述软件组件的更新,其中所述更新是当前被安装在所述源机器上的;
确定所述更新的已安装版本,其中所述更新的已安装版本是当前被安装在所述源机器上的;
从所述更新服务器确定所述更新的已安装版本是否是所述更新的最新版本;以及
将所述更新的最新版本包括在所述源机器的映像中;
将所述更新的最新版本包括在所述源机器的映像中包括:
检查第一文件集合以确定所述第一文件集合中的文件中的任何一个是否受所述更新影响,其中所述第一文件集合形成所述源机器的软件简档;以及
形成包括至少一个替换文件的第二文件集合,所述替换文件对应于来自所述第一集合的、受所述更新影响的文件。
2.如权利要求1所述的方法,其特征在于,还包括使得所述源机器的映像在物理机器上可引导。
3.如权利要求2所述的方法,其特征在于,还包括在所述物理机器上创建虚拟机。
4.如权利要求3所述的方法,其特征在于,创建所述虚拟机包括组装多个虚拟硬盘,其中所述虚拟硬盘中的每一个是由相应的文件集合所定义的,且所述硬盘中的至少一个是由与所述软件组件的最新版本相关联的至少一个文件所定义的。
5.如权利要求4所述的方法,其特征在于,组装所述硬盘包括在逻辑上互连形成所述虚拟硬盘的文件。
6.如权利要求3所述的方法,其特征在于,还包括在所述物理机器上运行所述虚拟机。
7.如权利要求1所述的方法,其特征在于,还包括从更新服务器下载所述替换文件。
8.如权利要求7所述的方法,其特征在于,还包括:
将所下载的替换文件存储在高速缓存中;
从所述高速缓存中检索所存储的替换文件;以及
形成包括从所述高速缓存中检索出的替换文件的物理机器的第二映像。
CN2008801114394A 2007-10-12 2008-10-07 管理更新以创建虚拟机复制品 Active CN101821727B (zh)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US11/871,628 2007-10-12
US11/871,628 US8245217B2 (en) 2007-10-12 2007-10-12 Management of software and operating system updates required for the process of creating a virtual machine facsimile of an existing physical or virtual machine
PCT/US2008/079119 WO2009048894A2 (en) 2007-10-12 2008-10-07 Managing updates to create a virtual machine facsimile

Publications (2)

Publication Number Publication Date
CN101821727A CN101821727A (zh) 2010-09-01
CN101821727B true CN101821727B (zh) 2013-11-13

Family

ID=40535445

Family Applications (1)

Application Number Title Priority Date Filing Date
CN2008801114394A Active CN101821727B (zh) 2007-10-12 2008-10-07 管理更新以创建虚拟机复制品

Country Status (5)

Country Link
US (2) US8245217B2 (zh)
EP (1) EP2210183B1 (zh)
JP (1) JP5357885B2 (zh)
CN (1) CN101821727B (zh)
WO (1) WO2009048894A2 (zh)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
TWI575362B (zh) * 2014-11-10 2017-03-21 財團法人資訊工業策進會 備份方法、環境更新預先檢測方法及其系統

Families Citing this family (29)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8245217B2 (en) * 2007-10-12 2012-08-14 Microsoft Corporation Management of software and operating system updates required for the process of creating a virtual machine facsimile of an existing physical or virtual machine
US8276137B2 (en) * 2007-10-16 2012-09-25 International Business Machines Corporation Creating a virtual machine containing third party code
US9032390B2 (en) * 2008-07-29 2015-05-12 Qualcomm Incorporated Framework versioning
JP5223596B2 (ja) * 2008-10-30 2013-06-26 富士通株式会社 仮想計算機システム及びその管理方法、管理プログラム並びに記録媒体、制御方法
CN101989208A (zh) * 2009-08-04 2011-03-23 鸿富锦精密工业(深圳)有限公司 软件更新方法
JP2011076370A (ja) * 2009-09-30 2011-04-14 Hitachi Solutions Ltd デプロイシステム
US9552497B2 (en) * 2009-11-10 2017-01-24 Mcafee, Inc. System and method for preventing data loss using virtual machine wrapped applications
US20110238980A1 (en) 2010-03-23 2011-09-29 Fujitsu Limited System and methods for remote maintenance in an electronic network with multiple clients
JP5403691B2 (ja) * 2010-05-12 2014-01-29 Necシステムテクノロジー株式会社 仮想マシンのデプロイ方法およびデプロイ実行プログラムとデプロイ実行装置
US8799422B1 (en) 2010-08-16 2014-08-05 Juniper Networks, Inc. In-service configuration upgrade using virtual machine instances
US8819660B2 (en) * 2011-06-29 2014-08-26 Microsoft Corporation Virtual machine block substitution
US8793535B2 (en) 2011-07-21 2014-07-29 Microsoft Corporation Optimizing system usage when running quality tests in a virtual machine environment
US9152405B2 (en) 2011-08-22 2015-10-06 International Business Machines Corporation Rapid provisioning of virtual machines based on multi-dimensional user request patterns in a cloud
JP5732138B2 (ja) * 2011-09-08 2015-06-10 株式会社日立製作所 仮想計算機提供システム及び提供方法
US8843914B1 (en) 2011-09-19 2014-09-23 Amazon Technologies, Inc. Distributed update service
US8806266B1 (en) 2011-09-28 2014-08-12 Juniper Networks, Inc. High availability using full memory replication between virtual machine instances on a network device
US9021459B1 (en) 2011-09-28 2015-04-28 Juniper Networks, Inc. High availability in-service software upgrade using virtual machine instances in dual control units of a network device
CN103034523B (zh) * 2011-10-05 2016-06-22 国际商业机器公司 用于虚拟设备的模型驱动的维护的方法和系统
CN103186422A (zh) * 2011-12-28 2013-07-03 英业达股份有限公司 云端伺服系统及虚拟机的操作系统等价迁移方法
US8943489B1 (en) * 2012-06-29 2015-01-27 Juniper Networks, Inc. High availability in-service software upgrade using virtual machine instances in dual computing appliances
US9851980B1 (en) * 2012-10-22 2017-12-26 Amazon Technologies, Inc. Distributed update service enabling update requests
US9342291B1 (en) 2012-11-14 2016-05-17 Amazon Technologies, Inc. Distributed update service
CN103916434A (zh) * 2013-01-04 2014-07-09 中兴通讯股份有限公司 一种应用安装的方法、设备及系统
US10055587B2 (en) * 2013-12-23 2018-08-21 The Trustees Of Columbia University In The City Of New York Implementations to facilitate hardware trust and security
KR20150088059A (ko) * 2014-01-23 2015-07-31 삼성전자주식회사 어플리케이션 관리 방법 및 그 방법을 처리하는 전자 장치
US10283091B2 (en) * 2014-10-13 2019-05-07 Microsoft Technology Licensing, Llc Buffer optimization
JP5904514B1 (ja) 2014-10-28 2016-04-13 インターナショナル・ビジネス・マシーンズ・コーポレーションInternational Business Machines Corporation 仮想マシンのスナップショットに対して更新を自動的に適用する方法、並びに、そのコンピュータ・システム及びコンピュータ・システム用プログラム
US20170300317A1 (en) * 2016-03-24 2017-10-19 Knight Point Systems, Inc. System and method for patching software in a target computer system device
CN114189512B (zh) * 2021-12-14 2023-07-14 南京欧珀软件科技有限公司 基线代码的下载方法、装置、终端设备和存储介质

Family Cites Families (55)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5257376A (en) * 1990-09-04 1993-10-26 International Business Machines Corporation Method and apparatus for configuring a control program nucleus with a minimum impact on system availabiltiy
US5845077A (en) * 1995-11-27 1998-12-01 Microsoft Corporation Method and system for identifying and obtaining computer software from a remote computer
US6006034A (en) * 1996-09-05 1999-12-21 Open Software Associates, Ltd. Systems and methods for automatic application version upgrading and maintenance
US6704933B1 (en) * 1999-02-03 2004-03-09 Masushita Electric Industrial Co., Ltd. Program configuration management apparatus
US6405219B2 (en) * 1999-06-22 2002-06-11 F5 Networks, Inc. Method and system for automatically updating the version of a set of files stored on content servers
US6772302B1 (en) * 1999-11-12 2004-08-03 International Business Machines Corporation Virtual copy method for data spanning storage boundaries
US7216251B2 (en) * 2000-02-19 2007-05-08 Powerquest Corporation Computer imaging recovery without a working partition or a secondary medium
JP2002007129A (ja) * 2000-06-20 2002-01-11 Oki Electric Ind Co Ltd ソフトウェアの更新方法及び更新システム
US6557089B1 (en) * 2000-11-28 2003-04-29 International Business Machines Corporation Backup by ID-suppressed instant virtual copy then physical backup copy with ID reintroduced
EP1211596A1 (en) 2000-11-30 2002-06-05 Hewlett-Packard Company, A Delaware Corporation Process and apparatus for automatically monitoring the hardware resources of a computer
US7574481B2 (en) * 2000-12-20 2009-08-11 Microsoft Corporation Method and system for enabling offline detection of software updates
US7246351B2 (en) * 2001-02-20 2007-07-17 Jargon Software System and method for deploying and implementing software applications over a distributed network
GB0112781D0 (en) * 2001-05-25 2001-07-18 Global Continuity Plc Method for rapid recovery from a network file server failure
US7155710B2 (en) * 2001-06-08 2006-12-26 Igt Method and apparatus for gaming device software configuration
US8205193B2 (en) * 2001-06-11 2012-06-19 Hewlett-Packard Development Company, L.P. Runtime updating of virtual machine class files
US6981250B1 (en) * 2001-07-05 2005-12-27 Microsoft Corporation System and methods for providing versioning of software components in a computer programming language
US20030121024A1 (en) * 2001-12-13 2003-06-26 Microsoft Corporation System and method for building a runtime image from components of a software program
US6732244B2 (en) * 2002-01-22 2004-05-04 International Business Machines Corporation Instant virtual copy technique with expedited creation of backup dataset inventory from source dataset inventory
US7089547B2 (en) * 2002-09-13 2006-08-08 International Business Machines Corporation Firmware updating
US7216343B2 (en) * 2002-09-20 2007-05-08 International Business Machines Corporation Method and apparatus for automatic updating and testing of software
US20040064812A1 (en) * 2002-09-30 2004-04-01 Toshiba Tec Kabushiki Kaisha System and method for updating software versions
US6996682B1 (en) * 2002-12-27 2006-02-07 Storage Technology Corporation System and method for cascading data updates through a virtual copy hierarchy
US8209680B1 (en) * 2003-04-11 2012-06-26 Vmware, Inc. System and method for disk imaging on diverse computers
US20050177829A1 (en) * 2003-10-10 2005-08-11 Vipul Vishwanath Method of applying constraints against discovered attributes in provisioning computers
US7373451B2 (en) * 2003-12-08 2008-05-13 The Board Of Trustees Of The Leland Stanford Junior University Cache-based system management architecture with virtual appliances, network repositories, and virtual appliance transceivers
KR100584448B1 (ko) * 2004-01-19 2006-05-26 삼성전자주식회사 바이너리 위치정보를 이용한 임베디드 소프트웨어 원격다운로드방법 및 시스템
US7433899B2 (en) * 2004-03-01 2008-10-07 International Business Machines Corporation Apparatus, system, and method for managing multiple copy versions
US7409510B2 (en) * 2004-05-27 2008-08-05 International Business Machines Corporation Instant virtual copy to a primary mirroring portion of data
US7769720B2 (en) * 2004-06-16 2010-08-03 Hewlett-Packard Development Company, L.P. Systems and methods for migrating a server from one physical platform to a different physical platform
US20060041881A1 (en) * 2004-08-19 2006-02-23 Adkasthala Bheema P Universal upgrade architecture
CA2486103A1 (en) * 2004-10-26 2006-04-26 Platespin Ltd. System and method for autonomic optimization of physical and virtual resource use in a data center
US7383406B2 (en) * 2004-11-19 2008-06-03 International Business Machines Corporation Application transparent autonomic availability on a storage area network aware file system
US7849462B2 (en) * 2005-01-07 2010-12-07 Microsoft Corporation Image server
US20060174074A1 (en) * 2005-02-03 2006-08-03 International Business Machines Corporation Point-in-time copy operation
US20060184937A1 (en) * 2005-02-11 2006-08-17 Timothy Abels System and method for centralized software management in virtual machines
US8370819B2 (en) * 2005-03-25 2013-02-05 Microsoft Corporation Mechanism to store information describing a virtual machine in a virtual disk image
US7899788B2 (en) * 2005-04-01 2011-03-01 Microsoft Corporation Using a data protection server to backup and restore data on virtual servers
US20060271557A1 (en) * 2005-05-25 2006-11-30 Terracotta, Inc. Database Caching and Invalidation Based on Detected Database Updates
US7831820B2 (en) * 2005-06-23 2010-11-09 Microsoft Corporation System and method for converting a target computing device to a virtual machine in response to a detected event
US20070006225A1 (en) * 2005-06-23 2007-01-04 Microsoft Corporation System and method for converting a target computing device to a virtual machine
US7536585B1 (en) * 2005-06-23 2009-05-19 Hewlett-Packard Development Company, L.P. Method of estimating storage system availability
US8601475B2 (en) * 2005-08-02 2013-12-03 Aol Inc. Download and upload of email messages using control commands in a client/server web application
EP1952233A2 (en) 2005-10-21 2008-08-06 Vir2us, Inc. Computer security method having operating system virtualization allowing multiple operating system instances to securely share single machine resources
US7496613B2 (en) * 2006-01-09 2009-02-24 International Business Machines Corporation Sharing files among different virtual machine images
US8127288B2 (en) * 2006-01-17 2012-02-28 International Business Machines Corporation Installing and updating interpreted programming language applications using a designated virtual machine
US20070244700A1 (en) * 2006-04-12 2007-10-18 Jonathan Kahn Session File Modification with Selective Replacement of Session File Components
US20070261045A1 (en) * 2006-05-05 2007-11-08 Dell Products L.P. Method and system of configuring a directory service for installing software applications
US7653794B2 (en) 2006-05-08 2010-01-26 Microsoft Corporation Converting physical machines to virtual machines
JP4222388B2 (ja) * 2006-07-10 2009-02-12 ソニー株式会社 画像管理装置、画像記録装置、撮像装置、画像管理システム、画像解析情報管理方法およびプログラム
JP2008084029A (ja) * 2006-09-27 2008-04-10 Hitachi Software Eng Co Ltd 仮想マシン管理システム
EP2132629A1 (en) * 2007-04-05 2009-12-16 Sentillion, Inc. Augmenting a virtual machine hosting environment from within a virtual machine
US20080301660A1 (en) * 2007-05-30 2008-12-04 Google Inc. Maintaining Multiple Versions of a Software Application on a Device
US8205194B2 (en) * 2007-06-29 2012-06-19 Microsoft Corporation Updating offline virtual machines or VM images
US8245217B2 (en) * 2007-10-12 2012-08-14 Microsoft Corporation Management of software and operating system updates required for the process of creating a virtual machine facsimile of an existing physical or virtual machine
US8578376B2 (en) * 2011-01-04 2013-11-05 International Business Machines Corporation Automatically and securely configuring and updating virtual machines

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
TWI575362B (zh) * 2014-11-10 2017-03-21 財團法人資訊工業策進會 備份方法、環境更新預先檢測方法及其系統

Also Published As

Publication number Publication date
CN101821727A (zh) 2010-09-01
WO2009048894A3 (en) 2009-06-18
US8245217B2 (en) 2012-08-14
JP5357885B2 (ja) 2013-12-04
WO2009048894A2 (en) 2009-04-16
US10114630B2 (en) 2018-10-30
JP2011501270A (ja) 2011-01-06
EP2210183A4 (en) 2011-03-09
EP2210183A2 (en) 2010-07-28
US20120304163A1 (en) 2012-11-29
US20090100418A1 (en) 2009-04-16
EP2210183B1 (en) 2018-08-01

Similar Documents

Publication Publication Date Title
CN101821727B (zh) 管理更新以创建虚拟机复制品
US11137991B2 (en) Installation of software onto a computer
CN103559052B (zh) 固件更新的设备与方法
US7937697B2 (en) Method, system and computer program for distributing software patches
CN102521081B (zh) 修复遭破坏的软件
US6789215B1 (en) System and method for remediating a computer
US8316224B2 (en) Systems and methods for tracking a history of changes associated with software packages and configuration management in a computing system
WO2007021474A1 (en) Method and apparatus for managing patchable software systems
US20060048145A1 (en) Software distribution method and system with automatic prerequisite installation
CN102929665B (zh) 用于驱动安装的系统
US11650743B2 (en) Updating storage drive firmware
US7818622B2 (en) Method for recovering data processing system failures
US11650804B2 (en) Validation of desired software state image for hardware incompatibilities
JP2006338225A (ja) コンピュータの自動インストール方法
CN102937902A (zh) 一种驱动安装的方法和装置
EP2648092B1 (en) Updating method and multi-domain embedded system
US10613846B2 (en) Binary restoration in a container orchestration system
US20230097733A1 (en) Methods and systems to automatically deploy vulnerability fixes for software and firmware components
US11573779B2 (en) Creating and upgrading of solutions for deployment in a virtualized computing environment
CN112559006A (zh) 企业客户端自动升级方法、系统、设备及存储介质
US11435996B2 (en) Managing lifecycle of solutions in virtualization software installed in a cluster of hosts
US8812458B2 (en) Adaptive methodology for updating solution building block architectures and associated tooling
JP2018018273A (ja) 情報処理システム、情報処理装置、更新制御装置および更新制御プログラム
US20090276443A1 (en) Adaptive Methodology for Updating Solution Building Block Architectures and Designs

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
ASS Succession or assignment of patent right

Owner name: MICROSOFT TECHNOLOGY LICENSING LLC

Free format text: FORMER OWNER: MICROSOFT CORP.

Effective date: 20150507

C41 Transfer of patent application or patent right or utility model
TR01 Transfer of patent right

Effective date of registration: 20150507

Address after: Washington State

Patentee after: Micro soft technique license Co., Ltd

Address before: Washington State

Patentee before: Microsoft Corp.