1 | | Notes on the integration effort for ORBIT and Palentlab |
| 1 | =Orbit-Planet Lab Integration demo:= |
| 2 | |
| 3 | This demo illustrates an orbit node (acting as an AP) fetching a video stream from a remote planet lab node and feeding it to a client node. The basic steps involved in the demo are:- |
| 4 | |
| 5 | -> Firstly, a key-pair has to be generated |
| 6 | |
| 7 | ssh-keygen -t rsa |
| 8 | |
| 9 | This will generate 2 files id_rsa and id_rsa.pub which hold the private and public keys resp. |
| 10 | |
| 11 | -> Next the keys need to be transferred to the slice on the planet node. Winlab has a permenant slice orbit_pkamat. |
| 12 | |
| 13 | ssh-copy-id -i ~/.ssh/id_rsa.pub orbit_pkamat@pli1.pa-3.hpl.hp.com |
| 14 | |
| 15 | -> After logging into the grid console, you have to image the nodes with planetlab-biggrid.ndz (which resides in repository2:/export/orbit/image) |
| 16 | |
| 17 | imageNodes [13,5],[13,7] planetlab-biggrid.ndz |