Changes between Version 15 and Version 16 of GENIExperimenter/Tutorials/GENIExperimentEngine/DesignSetup
- Timestamp:
- 03/25/15 16:46:15 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GENIExperimenter/Tutorials/GENIExperimentEngine/DesignSetup
v15 v16 71 71 }}} 72 72 73 Then upload your slicelet helper files to that node. {{{scp}}} can be used for this 73 Then upload your slicelet helper files to that node. {{{scp}}} can be used for this; in the directory where you unzipped the files, run a command like the following: 74 74 75 75 {{{ 76 $ scp -i id_rsa -F ssh-config ansible-hosts slice323.pcvm3-1.instageni.metrodatacenter.com:. 77 $ scp -i id_rsa -F ssh-config id_rsa slice323.pcvm3-1.instageni.metrodatacenter.com:. 76 $ scp -F ssh-config * ansible-hosts slice323.pcvm3-1.instageni.metrodatacenter.com: 78 77 }}} 79 78