= Moving Experiments from GENI-in-a-Box to ProtoGENI Aggregates = The GENI-in-a-Box aggregate is most similar to the GENI [http://www.protogeni.net ProtoGENI] aggregates. This page describes some of the similarities and differences between these aggregates. == Similarities == * All experimenter nodes have 3 NICs available to the experimenter. These is, in addition, a fourth NIC that is connected to by the aggregate control network. This network should not be used for experiment traffic. * Experimenters get root access to their virtual machines. * Virtual machines from both aggregates are implemented as OpenVZ containers running Fedora 15. The Ubuntu flavor of GENI-in-a-Box provides OpenVZ containers running Ubuntu. * The manifest rspec is available in all the experimenter nodes at {{{/prof/geni-in-a-box.net/exp//tbdata/geni_manifest}}} and the fully qualified name of the node is available in {{{/var/emulab/boot/nickname}}}. An example of a fully qualified node name is {{{pc101.myslice.geni-in-a-box.net}}} where {{{myslice}}} is the name of the slice. == Differences == * '''Mapping of device name to experimenter specified interface name'''. The mapping of the experimenter specified interface name to the operating system device name is available in the manifest rspec. For example, the {{{}}} element in the snippet of a manifest rspec shown below tells us that the interface with the experimenter specified name {{{left:if0}}} is mapped to {{{eth1}}} by the operating system (see the last part of the component_id for this interface). In the ProtoGENI aggregate this mapping is not guaranteed to be correct i.e. it might actually be mapped to a different operating system interface such as {{{eth2}}} or {{{eth3}}}. With GENI-in-a-Box the mapping will be correct. {{{ }}} * '''Aggregate URN in rspec.''' As you might expect, the aggregate URN in a GENI-in-a-Box rspec will be different from that in a ProtoGENI rspec. However, you can use your ProtoGENI rspec, with the URN for a ProtoGENI aggregate, in your GENI-in-a-Box rspec. The GENI-in-a-Box aggregate manager does not check the aggregate URN in the rspec. This is a feature and not a bug. It is so you can use your ProtoGENI rspec with GENI--in-a-Box with very little or no changes. * '''Running commands as root in startup scripts'''. The startup script specified by the experimenter as an {{{}}} element of the request rspec is executed with root privileges in the GENI-in-a-Box aggregate. You therefore do not require to sudo to run commands that require root privileges. In fact, such scripts with sudo in them will fail as the VMs are set up to disallow sudo'ing without a tty.