redhat_evergreen_cluster
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| redhat_evergreen_cluster [2010/03/10 14:06] – created leed | redhat_evergreen_cluster [2022/02/10 13:34] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ======Installing an Evergreen cluster on Redhat====== | ======Installing an Evergreen cluster on Redhat====== | ||
| + | |||
| + | //Obviously this document is a little dated now anyway, and the reader should know that as of May 2012 RHEL and CentOS targets in the prerequisites installer " | ||
| On a typical cluster install you will have an apache server, multiple drones, a database server, and a utility server. | On a typical cluster install you will have an apache server, multiple drones, a database server, and a utility server. | ||
| Line 20: | Line 22: | ||
| - 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:< | - 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:< | ||
| local all all trust | local all all trust | ||
| - | host all all 127.0.0.1 255.255.255.255 | + | host all all 127.0.0.1 255.255.255.255 |
| - | host all all < | + | host all all < |
| - Now edit / | - Now edit / | ||
| “listen_addresses = ' | “listen_addresses = ' | ||
| Line 36: | Line 38: | ||
| - 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:< | - 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:< | ||
| cd / | cd / | ||
| - | wget http:// | + | wget http:// |
| chmod +x brick_ctl.sh | chmod +x brick_ctl.sh | ||
| cd ~ | cd ~ | ||
| - | wget http:// | + | wget http:// |
| mv oils_brick.cfg.example .oils_brick.cfg | mv oils_brick.cfg.example .oils_brick.cfg | ||
| vi .oils_brick.cfg</ | vi .oils_brick.cfg</ | ||
| - Start up your cluster as the **opensrf** user!< | - Start up your cluster as the **opensrf** user!< | ||
| brick_ctl.sh -a start_all</ | brick_ctl.sh -a start_all</ | ||
| - | |||
redhat_evergreen_cluster.1268247960.txt.gz · Last modified: 2022/02/10 13:33 (external edit)