- vonneumann:
Copy backup file, Mon.tgz, from bravo.
Unzip into /root/tmp/, not /tmp.
Make sure backup is complete.
- vonneumann:
Copy bind9 config files from bravo.
- vonneumann:
Restart bind9, test.
- vonneumann:
Copy cert, key, & csr for ldap2.math.wisc.edu from bravo.
- vonneumann:
Change slapd.conf for ldap2 instead of vonneumann,
sed -i s/vonneumann/ldap2/g slapd.conf
- vonneumann:
Run resyncldap. Test.
- vonneumann:
Copy dhcp config, including conf.d, from bravo.
Do not restart, testing is not possible. As long as we have config files, we can get this working later.
- vonneumann:
Nothing to do for ntp.
- vonneumann:
Set hostname to bravo,
echo bravo> /etc/hostname
- vonneumann:
Change IP address in /etc/networking/interfaces to 144.92.166.14
- bravo:
Copy backup file, Mon.tgz, from alpha.
Unzip into /root/tmp/ (not/tmp).
Verify that all files are there.
- bravo:
Copy bind9 config files from alpha:/etc/bind9/.
Change config to look for zone files in /etc/bind9/conf-enabled/ instead of /var/cache/bind9/.
- bravo:
Copy zone files from alpha to /etc/bind9/conf-available/.
Make sure there are links to all of them in /etc/bind9/conf-enabled/.
for File in ../conf-available/*; do ln -s "$File"; done
Make some trivial change that can be checked for. Possible change cname for dbserver2.
- bravo:
Restart bind9. Test.
Bravo should think its master.
May get errors about not being able to talk to slave.
- bravo:
Copy cert, key, and csr for ldap1.math.wisc.edu from alpha.
- bravo:
Change slapd.conf from ldap2 to ldap1,
sed -i s/ldap2/ldap1/g slapd.conf".
- bravo:
Restart slapd, test.
ldapsearch -x -LLL -ZZ -H ldap://ldap1.math.wisc.edu -D "uid=nemo,ou=people,dc=math,dc=wisc,dc=edu" -W "uid=nemo"
- bravo:
Copy all dhcp config from alpha, including conf.d.
Do not restart, testing is not possible.
- bravo:
Nothing to do for ntp.
- bravo:
Change cname for dbserver1 to alpha.
This may be a goodtrivial change to make for testing purposes as mentioned above.
- bravo:
Change hostname to alpha,
echo alpha > /etc/hostname
- bravo:
Change IP address in /etc/networking/interfaces from 144.92.166.14 to 144.92.166.12
- alpha:
Disable bind9,
systemctl disable bind9
- alpha:
Disable dhcp.
Systemd will not work. Suggest renaming dhcpd.conf.
- alpha:
change hostname to vonneumann, echo vonneumann > /etc/hostname
- alpha:
Change IP address in /etc/networking/interfaces to 144.92.166.23.
- Reboot all 3 servers.