Db01: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 11: | Line 11: | ||
netmask 255.255.255.0 | netmask 255.255.255.0 | ||
gateway 172.31.1.254 | gateway 172.31.1.254 | ||
</pre> | |||
== loopback == | |||
uit /etc/network/interfaces: | |||
<pre> | |||
auto lo:0 | |||
iface lo:0 inet static | |||
address 172.31.1.100 | |||
netmask 255.255.255.255 | |||
up /sbin/bngagent-Linux-amd64 10000 | |||
</pre> | </pre> | ||
= crontab = | = crontab = |
Revision as of 13:21, 18 June 2013
doel
Dit is 1e van de 2 mysql database servers voor de gebruikers en groepering
ip adressen
intern
uit /etc/network/interfaces:
auto eth0 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