Changes between Version 2 and Version 3 of Internal/SandboxConsoleSetup


Ignore:
Timestamp:
Jan 25, 2010, 6:31:52 PM (14 years ago)
Author:
jsingh
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/SandboxConsoleSetup

    v2 v3  
    1 Sanbox is a ubuntu machine
     1Sandbox is a ubuntu machine
    22Steps on setting up this ubuntu Server are as follows[[BR]]
    33 1. Attach a usb cd drive and start the cd install.[[BR]]
     
    2929 7. For autofs we need to modify /etc/default/autofs file so that the autofs daemon knows what the master   
    3030    map is. [[BR]]
     31   
     32{{{
    3133    LDAPURI="ldap://ldap.orbit-lab.org/" [[BR]]
    3234    LDAPBASE="ou=auto.master,dc=orbit-lab,dc=org"
    3335
    34   Ensure that you start autofs
     36}}}
     37
     38  Please ensure that you start autofs
     39 
     40 8. OMF Install -To manage your nodes
     41 To install omf packages modify your apt source tree to include mytestbed url and then run update on the apt for it to pull down the package information. The above steps can be done by these steps[[BR]]
     42{{{
     43 echo "deb http://pkg.mytestbed.net/ubuntu hardy/" >> /etc/apt/sources.list
     44   apt-get update
     45}}}
     46
     47
     48   
     49 For the console we need to add the following packages
     50   omf-resctl liboml omf-expectl omf-common omf-aggrmgr . Please try and install the latest release[[BR]]
     51{{{
     52    apt-get install liboml omf-expctl-5.2 omf-common-5.2 omf-aggmgr-5.2
     53}}}
     54 9. OMF Configuration
     55
     56
     57
    3558   
    3659