File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -160,10 +160,10 @@ swtich between the failover instance and the production instance. You should mon
160
160
``` bash
161
161
nslookup goc.egi.eu
162
162
# check this returns the following output referring to
163
- # next.gocdb.eu
163
+ # goc.stfc.ac.uk
164
164
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
167
167
Address: 130.246.143.160
168
168
```
169
169
Original file line number Diff line number Diff line change 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 "
2
2
echo
3
3
nsupdate -k goc.egi.eu_ns.muni.cz_key.conf << EOF
4
4
server ns.muni.cz
5
5
zone egi.eu
6
6
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 .
8
8
show
9
9
send
10
10
EOF
You can’t perform that action at this time.
0 commit comments