Changes between Version 16 and Version 17 of En:ManualInstalacionOpengnsys


Ignore:
Timestamp:
Jan 24, 2012, 2:09:06 PM (12 years ago)
Author:
paqui
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • En:ManualInstalacionOpengnsys

    v16 v17  
    1414== Install Version ==
    1515
    16 The current '''version''' is '''version 1.0.2a''' and it is recommended using the installation script (see "Installation Script").
     16 The current '''version''' is '''version 1.0.2''' and it is recommended using the installation script (see "Installation Script").
    1717
    1818
     
    162162 * '''{{{all}}}''' – installation compact in the same computer (optional value and by default).
    163163
     164== Configure http y snv (if needed) ==
     165* Export proxy variable:
     166{{{
     167export http_proxy="http://proxy.xxx.es:puerto"
     168}}}
     169
     170* Check proxy, install subversion and wget:   
     171{{{
     172apt-get update
     173apt-get install subversion wget
     174}}}
     175
     176* Configure subversion to use proxy.
     177{{{
     178vi /etc/subversion/servers
     179#edit section [global], in line 142:
     180
     181[global]
     182
     183http-proxy-host = proxy.xxx.es
     184
     185http-proxy-port = 3128
     186
     187http-timeout = 10
     188
     189# note: there should not be commented line between [global] and http-proxy-host
     190# note: there should not be blanks and tabs before http-proxy-host
     191
     192}}}
     193
     194
     195== Change server IP and OpenGnsys ==
     196
     197* Operating System:
     198
     199{{{
     200/etc/network/interfaces
     201/etc/hosts
     202/etc/resolv.conf
     203/etc/dhcp3/dhcpd.conf
     204
     205
     206
     207
     208/opt/opengnsys/etc/ogAdmAgent.cfg
     209/opt/opengnsys/etc/ogAdmRepo.cfg
     210/opt/opengnsys/etc/ogAdmServer.cfg
     211/opt/opengnsys/client/etc/ogAdmclient.cfg
     212
     213/opt/opengnsys/www/controlacceso.php
     214}}}
     215{{{
     216
     217/etc/init.d/networking restart
     218/etc/init.d/dhcp3-server restart
     219/etc/init.d/opengnsys restart
     220# or restart the system.
     221}}}
     222
     223
     224Access to OpenGnsys Web Admin Console to modify the config
     225{{{
     226Click on University icon and select environment variable.
     227Modify "IP del servidor de administración" value.
     228}}}
     229
     230
     231Modify organizational units
     232{{{
     233Button Repositorios -> propiedades -> cambiar IP.
     234}}}
     235
     236{{{
     237If needed, modify network properties and multicast direction in classroom properties.
     238}}}
     239
     240
     241{{{
     242If needed, modify clients IP.
     243}}}
     244
     245
     246{{{
     247Force a netboot for updating the boot information.
     248}}}
     249
     250
     251Update images torrent
     252{{{
     253Delete files .sum and .torrent
     254
     255}}}
     256
     257
     258
     259== Optional: Remove php cron services from Ubuntu Server ==
     260Remove file /etc/cron.d/php5
     261
     262