Changes between Initial Version and Version 1 of Software/eAM/dFrisbee


Ignore:
Timestamp:
Jun 14, 2013, 5:21:09 PM (11 years ago)
Author:
ssugrim
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Software/eAM/dFrisbee

    v1 v1  
     1=== Frisbee ===
     2Frisbee is the tool we use to manipulate disk images. The 3 main components are:
     3
     4''' imagezip '''
     5Imagezip generates the disk images. It requires that you boot into a PREOS, either via a cdrom/usb flash drive or PXE. Orbit primarily uses PXE.
     6
     7''' frisbee '''
     8Frisbee is the tool that writes the image onto a disk, the image is received via a network multicast. It must only be run in the PREOS.
     9
     10''' frisbeed '''
     11Frisbeed is the daemon that sends the disk image to nodes in the network. It's run from the server that houses your images.
     12
     13More information can be found at [http://www.emulab.net/software.php3 Emulab] and [https://www.cs.utah.edu/flux/papers/frisbee-usenix03-base.html  CS Utah]