Skip to content

Commit 640f43d

Browse files
authored
Merge pull request #1 from gregcorbett/ha_proxy_update
Update failover scripts and documentation to reference goc.stfc.ac.uk, not next.gocdb.eu
2 parents 2c78197 + d256d59 commit 640f43d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,10 @@ swtich between the failover instance and the production instance. You should mon
160160
```bash
161161
nslookup goc.egi.eu
162162
# check this returns the following output referring to
163-
# next.gocdb.eu
163+
# goc.stfc.ac.uk
164164
Non-authoritative answer:
165-
goc.egi.eu canonical name = next.gocdb.eu.
166-
Name: next.gocdb.eu
165+
goc.egi.eu canonical name = goc.stfc.ac.uk.
166+
Name: goc.stfc.ac.uk
167167
Address: 130.246.143.160
168168
```
169169

nsupdate_goc/goc_production.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
echo "changing goc.egi.eu DNS record at ns.mui.cz to next.gocdb.eu"
1+
echo "changing goc.egi.eu DNS record at ns.mui.cz to goc.stfc.ac.uk"
22
echo
33
nsupdate -k goc.egi.eu_ns.muni.cz_key.conf <<EOF
44
server ns.muni.cz
55
zone egi.eu
66
update delete goc.egi.eu. CNAME
7-
update add goc.egi.eu. 60 CNAME next.gocdb.eu.
7+
update add goc.egi.eu. 60 CNAME goc.stfc.ac.uk.
88
show
99
send
1010
EOF

0 commit comments

Comments
 (0)