Db01: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(→intern) |
||
| Line 6: | Line 6: | ||
uit /etc/network/interfaces: | uit /etc/network/interfaces: | ||
<pre> | <pre> | ||
auto | auto ens160 | ||
iface eth0 inet static | iface eth0 inet static | ||
address 172.31.1.213 | address 172.31.1.213 | ||
| Line 12: | Line 12: | ||
gateway 172.31.1.254 | gateway 172.31.1.254 | ||
</pre> | </pre> | ||
== loopback == | == loopback == | ||
uit /etc/network/interfaces: | uit /etc/network/interfaces: | ||
Latest revision as of 13:07, 23 December 2016
doel
Dit is 1e van de 2 mysql database servers voor de gebruikers en groepering
ip adressen
intern
uit /etc/network/interfaces:
auto ens160
iface eth0 inet static
address 172.31.1.213
netmask 255.255.255.0
gateway 172.31.1.254
loopback
uit /etc/network/interfaces:
auto lo:0
iface lo:0 inet static
address 172.31.1.100
netmask 255.255.255.255
up /sbin/bngagent-Linux-amd64 10000
crontab
zie Cron jobs
scripts
- backup_mysql zie MySQL database backups
Database cluster
Voor omschrijving van het database cluster zie MySQL cluster