1 / 6

OLIVE Open Library of Images for Virtualized Execution

OLIVE Open Library of Images for Virtualized Execution. Mahadev Satyanarayanan , Gloria St Clair, Benjamin Gilbert, Jan Harkes , Dan Ryan, Erika Linke , Keith Webster (Carnegie Mellon) Messenger: Ralph Roskies. What is OLIVE.

Télécharger la présentation

OLIVE Open Library of Images for Virtualized Execution

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. OLIVEOpen Library of Images for Virtualized Execution MahadevSatyanarayanan, Gloria St Clair, Benjamin Gilbert, Jan Harkes, Dan Ryan, Erika Linke, Keith Webster (Carnegie Mellon) Messenger: Ralph Roskies

  2. What is OLIVE • OLIVE freezes and precisely reproduces the environment for executing the software long after its creation. • Uses virtual machine technology to encapsulate legacy software, complete with all its legacy dependencies. • You create your VM by filling an empty virtual machine, by essentially going through the steps that people who configured the system you were using went through. (Explicitly have to face the problem that Mark Fahey discussed). • You can then stream the data over the Internet from a web server.

  3. Properties • Can be completely closed source, not requiring recompiling or relinking. • Can include code for the peripherals (e.g. floppy disk) although you no longer have floppy disk readers. • If your current equipment includes the same instruction set (e.g. X86) then there is no need for emulation. You just stream code over the Internet.

  4. Examples • Microsoft goes out of business and your application uses Excel. • Turbotaxchanges every year. But what if you wanted to know what it would have returned on your current income in 1997? • They already have a library of 15 VMs dating back to the late 1980s.

  5. Limitations • Won’t work if your code utilizes timing data. • If the instruction set on the target system is not supported, you do need an emulation scheme.

  6. Secret Sauce • The VMs you create are likely to be huge. Streaming them over the Internet can be very slow. But the PIs come from the file systems world, and in particular leverage the ideas of the Andrew File System for caching and prefetching VM images over the Internet.

More Related