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 15 and Version 16 of dSite/c0OMF


Ignore:
Timestamp:
Oct 10, 2014, 8:45:18 PM (10 years ago)
Author:
ssugrim
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • dSite/c0OMF

    v15 v16  
    5959during the install process you will be prompted to answer the following questions. The order may not match up, but each will be asked.
    6060
    61 ==== LDAP Server Installation Questions ====
    62 You will be promted for Ldap root passwords. The password you specify must match the password you give when configuring the client. The installer will guess the organizational structure for LDAP based on FQDN that was set during installation.  For example if your machine name is console.geni.net, it will assume the domain is:
    63 {{{
    64 geni.net => dc=geni,dc=net
    65 }}}
    66 
    67 '''Note: For the rest of this guide we assume the domain is dc=geni,dc=net. Please adjust this domain to match your FQDN.'''
    68 
    69 ==== LDAP Client Installation Questions ====
    70 
    71 When installing it, you will be asked for the following information:
    72 
    73  * base dc=geni,dc=net
    74  * uri ldap://console.geni.net/
    75  * ldap_version 3
    76  * rootbinddn cn=admin,dc=geni,dc=net
    77 
    78 Use the defaults for any questions not mentioned here (this configuration will be overwritten by the OS setup script in the next section).
    79 
    80 ==== MySQL Installation Questions ====
    81 
    82 You will be prompted for a MySQL admin password during the install.
    83 
    84 ==== Postfix Installation Questions ====
    85 
     61 1. '''MySQL Installation Questions'''
     62    You will be prompted for a MySQL admin password during the install.  Please '''note the password
     63    specified''', it will be '''required''' for service config later.
     64 2. '''LDAP Server Installation Questions'''
     65    You will be promted for Ldap root passwords. The password you specify must match the password you
     66    give when configuring the client. The installer will guess the organizational structure for LDAP
     67    based on FQDN that was set during installation.  For example if your machine name is
     68    console.geni.rutgers.edu, it will assume the domain is:
     69    {{{
     70geni.rutgers.edu => dc=geni,dc=rutgers,dc=edu
     71    }}}
     72    '''Note: For the rest of this guide we assume the domain is dc=geni,dc=rutgers,dc=edu. Please
     73    adjust this domain to match your FQDN.'''
     74 3. '''LDAP Client Installation Questions'''
     75    When installing it, you will be asked for the following information:
     76     * base dc=geni,dc=rutgers,dc=edu
     77     * uri ldap://localhost/
     78     * ldap_version 3
     79     * rootbinddn cn=admin,dc=geni,dc=rutgers,dc=edu
     80    Use the defaults for any questions not mentioned here (this configuration will be overwritten by
     81    the OS setup script in the next section).
     82 4. '''Postfix Installation Questions '''
     83    Postfix will present 5 choices:
     84     * No configuration
     85     * Internet Site
     86     * Internet with smarthost
     87     * Satellite System
     88     * Local only
     89    This configuration is required but is beyond the scope of this guide. Please confer with you
     90    site's administrators as to what the appropriate e-mail routing should be. If e-mail is not
     91    configured, various notification e-mails will not be sent.
    8692
    8793=== Install and Configure !OpenFire (XMPP) ===