Changes between Version 22 and Version 23 of GIMIv1.1Tutorial/Slice
- Timestamp:
- 10/12/12 14:58:20 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GIMIv1.1Tutorial/Slice
v22 v23 107 107 108 108 ''B.2.2.1'' The post boot script that is used in the case of slice reservation via Flukes has to be converted from an RDF file into a single bash script that takes slice name and node ID as arguments. 109 110 This script will be installed and execute 109 This script will be installed and executed on the nodes by an execute service defined in the rspec as follows: 110 {{{ 111 <execute command="wget -q -P /tmp http://pc205.emulab.net/gimi/gec15-postboot.sh ;chmod +x /tmp/gec15-postboot.sh;/tmp/gec15-postboot.sh johGimi09-both nodeA > /tmp/gec15-postboot.log" shell="/bin/sh"/> 112 }}} 111 113 112 114