Changes between Version 3 and Version 4 of OmniSetupGEC9Demos


Ignore:
Timestamp:
10/13/10 11:04:13 (14 years ago)
Author:
chaos@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OmniSetupGEC9Demos

    v3 v4  
    9393}}}
    9494 It may take several minutes to set things up.
     95
     96 13. IF your sliver is a myplc sliver (i.e. if you are reserving planetlab nodes), check the actual username for login (omni sometimes guesses wrong) and the sliver expiration time.  The sliverstatus command reports these two things as, e.g.:
     97{{{
     98 'pl_expires': 1288185257,
     99 'pl_login': 'pgenigpolabbbncom_ecgtest'}
     100}}}
     101 The expiration date is two weeks after the creation of the slice, which may be sooner than GEC9.  If so, renew the sliver until November 8th (note that the timezone syntax used here is slightly different from the renewslice syntax):
     102{{{
     103src/omni.py renewsliver <slicename> 20101208T10:00:00
     104}}}
     105 
    95106 13. You're good to go.  Log in and use your resources.  The public key(s) you generated above and listed in the user section of your omni_config file are installed on the reserved machines.  You log in via ssh using the corresponding private key.  When you want to give your resources back:
    96107{{{