Changes between Version 4 and Version 5 of Internal/VirtualPL/ParallelImaging


Ignore:
Timestamp:
Sep 18, 2006, 10:32:03 PM (18 years ago)
Author:
Surya Satyavolu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/VirtualPL/ParallelImaging

    v4 v5  
    22
    33 1. The user runs the script imageNodes with the nodes and the image to be loaded as inputs.
    4 
    54 2. The parameters are passed on to the nodeHandler which then resets the specific nodes using cmc.
    6 
    75 3. It also launches the frisbee server from the tftpboot which sends out the particular image on a multicast address and creates tftp links to the node to provide nodes with the memory based image.
    8 
    96 4. On the node side, the nodes when started boot into the memory image and then launch the frisbee client.
    10 
    117 5. The frisbee client fetches disk chunks from the frisbee client and writes it to the hard disk.
    12 
    138 6. The tftp links for the nodes are then removed.
    14 
    159 7. From now on the nodes boot up from the image stored in the hard disk.
    1610