Skip to content

Commit 2f9278a

Browse files
committed
Update README.md to refer to "fetching" dmp file
- download makes me think of webservers, whereas fetch is more generic.
1 parent d858254 commit 2f9278a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This repo contains the service and cron scripts used to run a failover gocdb ins
77
* autoEngageFailover/
88
* Contians a Service script (```gocdb-autofailover.sh```) and child scripts that monitors the main production instance. If a prolonged outage is detected, the GOCDB top DNS alias 'goc.egi.eu' is swtiched from the production instance to the failover instance. This switch can also be performed manually when needed.
99
* importDBdmpFile/
10-
* Contains a sript that should be invoked by cron hourly (```1_runDbUpdate.sh```) to download and install a .dmp of the production DB into the local failover DB. This runs separtely from the autoEngageFailover process.
10+
* Contains a script that should be invoked by cron hourly (```1_runDbUpdate.sh```) to fetch and install a .dmp of the production DB into the local failover DB. This runs separtely from the autoEngageFailover process.
1111
* nsupdate_goc/
1212
* Scripts for switching the DNS to/from the production/failover instance.
1313
* archiveDmpDownload/
@@ -21,12 +21,12 @@ This repo contains the service and cron scripts used to run a failover gocdb ins
2121
|_ gocdb-autofailover.sh# MAIN SERVICE SCRIPT to mon production instance
2222
|_ engageFailover.sh # Child script, run if prolonged outage is detected
2323
24-
importDBdmpFile/ # Scripts download/install a .dmp of the prod data
24+
importDBdmpFile/ # Scripts fetch/install a .dmp of the prod data
2525
|_ 1_runDbUpdate.sh # MAIN SCRIPT that can be called from cron, invokes child scripts below
2626
|_ ora11gEnvVars.sh # Setup oracle env
27-
|_ getDump.sh # Download a .dmp of the production data
27+
|_ getDump.sh # Fetch a .dmp of the production data
2828
|_ dropGocdbUser.sh # Drops the current DB schema
29-
|_ loadData.sh # Load the last successfully downloaded DB dmp into the RDBMS
29+
|_ loadData.sh # Load the last successfully fetched DB dmp into the RDBMS
3030
|_ gatherStats.sh # Oracle gathers stats to re-index
3131
|_ pass_file_exemplar.txt # Sample pwd file for DB (rename to pass_file)
3232
@@ -50,15 +50,15 @@ following:
5050
* the gocdb admins are emailed,
5151
* the age of the last successfully imported dmp file is
5252
checked to see that it is current,
53-
* the hourly cron that downloads the dmp file is stopped (see
53+
* the hourly cron that fetches the dmp file is stopped (see
5454
importDBdmpFile below),
5555
* <strike>symbolic links to the server cert/key are updated so they
5656
point to the 'goc.egi.eu' cert/key</strike> (note, no longer needed as cert contains dual SAN)
5757
* the dnscripts are invoked to change the dns (see
5858
nsupdate_goc below).
5959

6060
## /root/importDBdmpFile/
61-
Contains scripts that download the .dmp file and install this
61+
Contains scripts that fetches the .dmp file and install this
6262
dmp file into the local Oracle XE instance. The master script
6363
is '1_runDbUpdate.sh' which needs to be invoked from an hourly
6464
cron:
@@ -138,7 +138,7 @@ failover so the dns points back to the production instance
138138
and restore/restart the failover process. This includes:
139139
* <strike>restore the symlinks to the goc.dl.ac.uk server cert and key
140140
(see details below)</strike> (no longer needed as cert contains dual SAN)
141-
* restore the hourly cron to download the dmp of the DB
141+
* restore the hourly cron to fetch the dmp of the DB
142142
* run nsupdate procedure to repoint 'goc.egi.eu' back to
143143
'gocdb-base.esc.rl.ac.uk'
144144
MUST read /root/nsupdate_goc/nsupdateReadme.txt.

0 commit comments

Comments
 (0)