Changes between Version 3 and Version 4 of Software/eAM/dFrisbee


Ignore:
Timestamp:
Sep 11, 2014, 4:44:30 PM (10 years ago)
Author:
ssugrim
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Software/eAM/dFrisbee

    v3 v4  
    11== Frisbee Aggregate Manager ==
     2
     3''' Installation '''
     4The Frisbee AM (tools and services) is packaged in the omf-aggmgr-frisbee-5.4 package. It can be installed form the package repository with
     5{{{
     6apt-get install omf-aggmgr-frisbee-5.4
     7}}}
     8
     9Instructions on how to add the Orbit software repository to your list of apt-sources can be found [http://www.orbit-lab.org  here].
     10
     11----
     12''' Usage '''
     13
    214Frisbee is the tool we use to manipulate disk images. The 3 main components are:
    315
    4 ''' imagezip '''
    5 Imagezip 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.
     16 * ''' imagezip ''' - Imagezip 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.
    617
    7 ''' frisbee '''
    8 Frisbee 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.
     18 * ''' frisbee ''' - Frisbee 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.
    919
    10 ''' frisbeed '''
    11 Frisbeed is the daemon that sends the disk image to nodes in the network. It's run from the server that houses your images.
     20 * ''' frisbeed ''' - Frisbeed is the daemon that sends the disk image to nodes in the network. It's run from the server that houses your images.
     21
     22You will not need to use these tools manually. This service coordinates with the PXE service and the node agent to start/stop Frisbee clients and daemons when needed. It only manges the pool of multicast address used for pushing images.
    1223
    1324More 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]
     25
     26
     27----
     28''' Comments '''
     29 * Currently the Frisbee tools only work with EXT3/EXT2 file systems. Using newer file systems will result in images of size 0.
     30
     31