User Tools

Site Tools


redhat_evergreen_cluster

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revisionBoth sides next revision
redhat_evergreen_cluster [2010/03/10 14:06] – created leedredhat_evergreen_cluster [2010/04/22 11:27] leed
Line 20: Line 20:
   - For the postgresql steps remember to perform these steps on the database server, **not the apache server.** When you get to the pg_hba.conf section edit it with the following lines replacing the marked sections with your network info:<code bash>   - For the postgresql steps remember to perform these steps on the database server, **not the apache server.** When you get to the pg_hba.conf section edit it with the following lines replacing the marked sections with your network info:<code bash>
 local all all trust  local all all trust 
-host all all 127.0.0.1 255.255.255.255 trust +host all all 127.0.0.1 255.255.255.255 md5 
-host all all <local.network.address> <local.subnet> trust</code>+host all all <local.network.address> <local.subnet> md5</code>
   - Now edit /var/lib/pgsql/data/postgresql.conf and edit the line:<code bash>   - Now edit /var/lib/pgsql/data/postgresql.conf and edit the line:<code bash>
 “listen_addresses = 'localhost'”  “listen_addresses = 'localhost'” 
Line 36: Line 36:
   - As the **opensrf** user, download the brick_ctl.sh script and it's corresponding config file. Edit it the config file to contain your settings:<code bash>   - As the **opensrf** user, download the brick_ctl.sh script and it's corresponding config file. Edit it the config file to contain your settings:<code bash>
 cd /openils/bin cd /openils/bin
-wget http://svn.open-ils.org/trac/ILS/browser/trunk/Open-ILS/src/support-scripts/brick_ctl.sh+wget http://svn.open-ils.org/trac/ILS/export/16289/trunk/Open-ILS/src/support-scripts/brick_ctl.sh
 chmod +x brick_ctl.sh chmod +x brick_ctl.sh
 cd ~ cd ~
-wget http://svn.open-ils.org/trac/ILS/browser/trunk/Open-ILS/src/support-scripts/oils_brick.cfg.example+wget http://svn.open-ils.org/trac/ILS/export/16289/trunk/Open-ILS/src/support-scripts/oils_brick.cfg.example
 mv oils_brick.cfg.example .oils_brick.cfg mv oils_brick.cfg.example .oils_brick.cfg
 vi .oils_brick.cfg</code> vi .oils_brick.cfg</code>
redhat_evergreen_cluster.txt · Last modified: 2022/02/10 13:34 by 127.0.0.1

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki

© 2008-2022 GPLS and others. Evergreen is open source software, freely licensed under GNU GPLv2 or later.
The Evergreen Project is a U.S. 501(c)3 non-profit organization.