12 | | * There are three basic components in Eucalyptus: Node Controller (node), Front End (ctl) and Eucalyptus Tools(cli). |
| 13 | 1)There are three basic components in one Eucalyptus cloud: Node Controller (node), Front End (ctl) and Eucalyptus Tools(cli). |
| 14 | 2 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 ''' |
| 18 | 2) 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 ''' |