close Warning: Can't synchronize with repository "(default)" (/common/SVN/wimax does not appear to be a Subversion repository.). Look in the Trac log for more information.

Changes between Version 9 and Version 10 of dSite/c0OMF


Ignore:
Timestamp:
Oct 3, 2014, 5:39:38 PM (10 years ago)
Author:
ssugrim
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • dSite/c0OMF

    v9 v10  
    55=== Configure Apt Repository ===
    66
     7To begin we'll need to add the Orbit apt repository to the list of sources that our console will pull packages from. This is done by running the follwing two commands.
     8
     9'''Note: It is assumed that you have root access and can run these commands as root if needed'''
     10
     11The first installs the orbit repositories gpg-key into the consoles key-ring.
    712{{{
    813wget -qO - http://packages.orbit-lab.org/downloads/orbitapt.gpg.key | sudo apt-key add -
    914}}}
     15Next we download the source list for the repository.
    1016{{{
    11 sudo wget -qO /etc/apt/sources.list.d/orbit.list http://packages.orbit-lab.org/downloads/orbit-precise.list
     17wget -qO /etc/apt/sources.list.d/orbit.list http://packages.orbit-lab.org/downloads/orbit-precise.list
     18}}}
     19Once we have these changes in place, we need to update the repository list via
     20{{{
     21apt-get update
    1222}}}
    1323
    1424=== Install Services ===
     25All the services can be installed via a single container package:
    1526{{{
    1627apt-get install omf-aggmgr-geni-5.4
     
    4657}}}
    4758
     59during the install process you will be prompted to answer the following questions. The order may not match up, but each will be asked.
     60
    4861==== LDAP Server Installation Questions ====
    4962You will be promted for Ldap root passwords. It will be asked for when installing the client.
     
    5972
    6073==== LDAP Client Installation Questions ====
    61 When Installing you will be asked the follow questions:
     74
     75When Installing you will be asked for the following information:
    6276
    6377 * base dc=geni,dc=net
     
    7488=== Post-installation Configuration ===
    7589
    76 Once completed add the following line to the end of your ''/etc/ldap.conf''
    77 
     90Once the installation completes you will need to modify the ''/etc/ldap.conf''. Please make sure the line:
     91{{{
     92pam_check_host_attr yes
     93}}}
     94is uncommented and is set to '''yes'''. Next add the following line to the end of your ''/etc/ldap.conf''.
    7895{{{
    7996nss_initgroups_ignoreusers backup,bin,daemon,games,gnats,irc,libuuid,libvirt-qemu,list,lp,mail,man,messagebus,news,ntp,postfix,proxy,root,sshd,statd,sync,sys,syslog,usbmux,uucp,www-data