Changes between Version 1 and Version 2 of GiB-tips
- Timestamp:
- 10/04/12 16:50:34 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GiB-tips
v1 v2 2 2 3 3 == Creating User Accounts == 4 GENI-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': 5 1. 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 }}} 4 10 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 24 2. Make the following changes to the file {{{~/.gcf/gcf-config}}}:jj 25 26 27 All 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. 5 28 6 29 == Copying Files to/from GENI-in-a-Box == 7 30 31 == Suspending the GENI-in-a-Box Virtual Machine ==