Changes between Version 6 and Version 7 of Internal/ImageInstall


Ignore:
Timestamp:
Jul 24, 2006, 4:10:37 PM (18 years ago)
Author:
ssugrim
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/ImageInstall

    v6 v7  
    3636Since frisbee is a client / server type service, I'll need a place for the server to run. This place should have access to my freshly generated image. Mogwai (?!$#@) is our candidate. Once ssh'd to mogwai, I'll scp my file from repository2, and place it in /tmp. (an exercise left to the reader)
    3737
    38 step 5 frisbeed -p 5050 -m 10.0.250.221 /tmp/orbit-pc2...
     38step 5
     39{{
     40frisbeed -p 5050 -m 10.0.250.221 /tmp/orbit-pc2...
     41}}
     42''   frisbeed lives in /usr/sbin. Note the d for daemon. ''[[BR]]
     43''   -p 5050 is the port number for the service (I just picked one at random)''[[BR]]
     44''   -m 10.0.250.221 is the address of the client. This could be some kind of multi cast address, but to keep things simple I figued I'd just do one machine for now.''[[BR]]
     45''   /tmp/orbit-pc2 is my image file, freshly copied.''[[BR]]
    3946
    40 frisbeed lives in /usr/sbin. Note the d for daemon.
    41 -p 5050 is the port number for the service (I just picked one at random)
    42 -m 10.0.250.221 is the address of the client. This could be some kind of multi cast address, but to keep things simple I figued I'd just do one machine for now.
    43 /tmp/orbit-pc2 is my image file, freshly copied.
    44 
    45 step 6 frisbee -p 5050 -m 10.0.101.10 -i 10.0.250.221 /dev/hda
    46 frisbee should live in /bin somewhere on the winlab.img that we booted into.
    47 -p 5050 is the randomly choosen port number
    48 -m 10.0.101.10 is mogwai's ip (my service host)
    49 -i 10.0.250.221 is the interface I'm trying to use to get my image from. No idea why I need this, but if I don't put it there, it complains about not being able to resolve the host name. ("gethostbyname: Unknown host")
    50 /dev/hda is where I'm going to dump my image. (Hope you don't have anything there you need, it's going to be gone in a miniute).
     47step 6
     48{{
     49frisbee -p 5050 -m 10.0.101.10 -i 10.0.250.221 /dev/hda
     50}}
     51''   frisbee should live in /bin somewhere on the winlab.img that we booted into. ''[[BR]]
     52''   -p 5050 is the randomly choosen port number ''[[BR]]
     53''   -m 10.0.101.10 is mogwai's ip (my service host)''[[BR]]
     54''   -i 10.0.250.221 is the interface I'm trying to use to get my image from. No idea why I need this, but if I don't put it there, it complains about not being able to resolve the host name. ("gethostbyname: Unknown host")''[[BR]]
     55''   /dev/hda is where I'm going to dump my image. (Hope you don't have anything there you need, it's going to be gone in a miniute).''[[BR]]
    5156
    5257Start the service first, start the client second. Assming that it worked you should see a progress indicator.