663 | | After reserving the nodes, you are ready to login. When reserving !PlanetLab |
664 | | resources, using a different clearinghouse, the login name that should be used |
665 | | to access the nodes is ''''not'''' the username. The username is listed as part |
666 | | of the sliverstatus call. For common functionality like this that is expected to |
667 | | be used often, omni gives you the capability of writing scripts and including |
668 | | omni as a library. |
669 | | Under omni_tutorial there is a folder 'example_scripts' that includes example |
670 | | python scripts that use Omni. One script that is available is the |
671 | | ''getMyLogin.py'' script that will return the exact command for logging-in to |
672 | | your nodes. |
| 663 | After reserving the nodes, you are ready to login. When reserving !PlanetLab resources, using a ProtoGENI clearinghouse, the login name that should be used to access the nodes is ''''not'''' the username. The login is listed as part of the sliverstatus call. For common functionality like this that is expected to be used often, omni gives you the capability of writing scripts and including omni as a library. |
| 664 | Under the /home/geni/gcf directory there is a folder 'examples' that includes example python scripts that use Omni. One script that is available is the |
| 665 | ''readyToLogin.py'' script that will return the exact command for logging-in to your nodes. |
734 | | * Figure out the last octet of the IP address of your hosts. The way these |
735 | | MyPLC hosts are setup, is that they have multiple subinterfaces, each configured |
736 | | to be part of a different IP subnet. Almost all subnets in the hosts are in the |
737 | | form of 10.42.Y.0/24. You will notice that for all these subnets, your host has |
738 | | the same last octet. In the example above all the subinterfaces of eth1, will |
739 | | have an IP address that will end in '''90''' (10.42.147.'''90''', |
740 | | 10.42.148.'''90''') |
| 721 | * Figure out the last octet of the IP address of your hosts. The way these MyPLC hosts are setup, is that they have multiple subinterfaces, each configured to be part of a different IP subnet. Almost all subnets in the hosts are in the form of 10.42.Y.0/24. You will notice that for all these subnets, your host has the same last octet. In the example above all the subinterfaces of eth1, will have an IP address that will end in '''90''' (10.42.147.'''90''', 10.42.148.'''90''') |