Changes between Version 1 and Version 2 of GiB-tips


Ignore:
Timestamp:
10/04/12 16:50:34 (12 years ago)
Author:
Vic Thomas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GiB-tips

    v1 v2  
    22
    33== Creating User Accounts ==
     4GENI-in-a-Box creates an account for user 'alice' on the virtual machines created for your slice.  You can replace this account with one of your choosing or add additional accounts.  The following steps show how you can add an account of user 'chris':
     51.  Make the following changes to the file {{{~/.gcf/omni_config}}}:
     6    1. Look for the string {{{users =}}} in the file {{{~/.gcf/omni_config}}} and add Chris to the list of users:
     7    {{{
     8    users = Alice, Chris
     9    }}}
    410
     11    2. Look for the section that starts with {{{gib_ch}}}.  Add to that section the lines:
     12    {{{
     13    cert=~/.gcf/chris-cert.pem
     14    key=~/.gcf/chris-key.pem
     15    }}}
     16
     17    3. Look for the section {{{# Define users here.}}} and add the following lines to that section:
     18    {{{
     19    [Chris]
     20    urn=urn:publicid:IDN+geni.net:gpo:gcf+user+alice
     21    keys=~/.gcf/chris.pub
     22    }}}
     23
     242. Make the following changes to the file {{{~/.gcf/gcf-config}}}:jj
     25
     26
     27All accounts will have the same password, stored in the file ~/.gcf/passwords of the GENI-in-a-Box account you are logged into when you start up GENI-in-a-Box.
    528
    629== Copying Files to/from GENI-in-a-Box ==
    730
     31== Suspending the GENI-in-a-Box Virtual Machine ==