Changes between Version 4 and Version 5 of GENI-in-a-Box/GiB-Implementation/Fedora-Instructions


Ignore:
Timestamp:
10/17/12 14:32:14 (12 years ago)
Author:
Vic Thomas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENI-in-a-Box/GiB-Implementation/Fedora-Instructions

    v4 v5  
    55This page describes how to set up the [wiki:GENI-in-a-Box] environment as a new Fedora 15 [wiki:GENI-in-a-Box/GiB-Implementation GENI-in-a-Box implementation].
    66
    7 == Install OpenVZ ==
    8 
    97Follow instructions at http://www.howtoforge.com/installing-and-using-openvz-on-fedora-15.
    108
    119It is quite possible your !VirtualBox guest additions will not work after you install OpenVZ.  Unfortunately there does not appear to be a way of getting guest additions once OpenVZ is installed.
    1210
    13 == Install GCF ==
    14 
    15 1. If you don't have a GPO Lab account that will allow you to access the GCF git repository,  send an email to  [mailto:gpo-infra@geni.net] to request an account.
    16 
    17 2 Clone the repository and switch to the geni-in-a-box branch:
    18 {{{
    19 $ git clone http://trac.gpolab.bbn.com/srv/git/gcf
    20 $ cd gcf
    21 $ git branch geni-in-a-box
    22 $ git pull origin geni-in-a-box
    23 }}}
    24 
    25 3. Run the script that sets up the OS in the VM:
    26 {{{
    27 $ cd ~/gcf/src/geni/am/gibaggregate/standardScripts
    28 $ ./hostSetup.sh
    29 }}}
    30 You'll be prompted for the root password as the script includes sudo commands.
    31 
    32 4. Edit the sudoers file to allow sudo without a tty
    33 {{{
    34 $ sudo visudo
    35 }}}
    36 
    37 5. Make sure the root account and the gib account have the password in ~/.gcf/passwords.  Change the root and gib account passwords if necessary to match that in the ~/.gcf/passwords file.
    38 
    39 6. Restart the VM.  When it starts up the AM and CH should be running.  If they are you'll find their outputs logged at /tmp/am-log and /tmp/ch-log respectively. 
    40 
    41 7. Run some tests using Omni.
    42