Changes between Version 4 and Version 5 of DeterVirtualProject


Ignore:
Timestamp:
Aug 27, 2010 11:19:40 AM (14 years ago)
Author:
liyin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeterVirtualProject

    v4 v5  
    88
    99== Eucalyptus on Deter ==
     10The DETER testbed is a public facility for medium-scale repeatable experiments in computer security. Now Deter can create experiment to run one or multiple Eucalyptus clouds in one experiment. Installation script can help user to create experiment with Eucalyptus automatically. So users can not only create any number of nodes in one Eucalyptus cloud, but also can create any number Eucalyptus cloud in one experiment. Deter is flexible and easy to assign the hardware type and network connection in each private cloud, which is very powerful to run some experiment against multiple cloud.
    1011
    1112== Quick Example ==
    12 * There are three basic components in Eucalyptus: Node Controller (node), Front End (ctl) and Eucalyptus Tools(cli).
     131)There are three basic components in one Eucalyptus cloud: Node Controller (node), Front End (ctl) and Eucalyptus Tools(cli).
     142 To install Node Contoller (node) :
     15  * set node1 [$ns node]  ''' #   to  new a node named node1 '''
     16  * tb-set-node-os $node1 Ubuntu-Xen-904  ''' #   set up node1 with OS: Ubuntu9.04 with Xen Sever '''
     17  * tb-set-node-startcmd $node1 "bash /proj/Virtual/script/eucalyptus_setup/install_node.sh >& /tmp/node1.log" ''' #  set up the start command to run node1 node '''
     182) To install Front End (ctl):
     19  * set ctl [$ns node]
     20  * tb-set-node-os $ctl  Ubuntu904-unsup  ''' #  set up ctl node with OS: Ubuntu-904 '''
     21  * tb-set-node-startcmd $ctl "bash /proj/Virtual/script/eucalyptus_setup/install_ctl.sh node1 node2 >& /tmp/ctl.log " ''' #  set up the start command to run ctl node '''
    1322
    1423
    1524
     25
     26
     27
     28
     29
     30
     31