Differences between revisions 48 and 62 (spanning 14 versions)
Revision 48 as of 2017-12-28 08:31:46
Size: 1518
Comment:
Revision 62 as of 2021-01-20 20:03:22
Size: 1677
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
The main goal is to go as close to no downtime as possible. System uptime and availability is being increasingly important. Various services are expected to be accessibly at all times. The challenge is to configure and maintain such a system, with minimal downtime, and preferable no downtime at all.
Line 38: Line 38:
 * [[HA-proxy|HA-proxy]]
 * [[Corosync|Corosync]]
 * [[Corosync and HA-proxy|Corosync and HA-proxy]]
 * [[Mariadb|Mariadb]]
 * [[Redis|Redis]]
Line 41: Line 42:
 * [[Mariadb|Mariadb]]
Line 45: Line 45:
 * [[ownCloud|ownCloud]]  * [[Nextcloud|Nextcloud]]
 * [[OPNsense|OPNsense]]
Line 47: Line 48:
== Troubleshooting ==

 * [[Troubleshooting Disk IO|Disk IO]]


''This project is based on the GNU/Linux software packaged by Debian, currently the stretch release. The information provided here will most likely work on other GNU/Linux systems as well. Basic knowledge of GNU/Linux commandline tools, file editing, network etc. is required to use and understand this guide.''
''This project is based on the GNU/Linux software packaged by Debian, currently the buster release. The information provided here will most likely work on other GNU/Linux systems as well. Basic knowledge of GNU/Linux commandline tools, file editing, network etc. is required to use and understand this guide.''

Its all about uptime!

System uptime and availability is being increasingly important. Various services are expected to be accessibly at all times. The challenge is to configure and maintain such a system, with minimal downtime, and preferable no downtime at all.

These are our worst foes

  • Power outage
  • Internet access
  • Hardware malfunction
  • Software updates

To get around this a redundant system has to be built. Realizing that a redundant system consists of many redundant parts, virtualization naturally comes to mind.

Configure your system

Manage Virtual Domains

Network Planning

Configure a Redundant Service

This project is based on the GNU/Linux software packaged by Debian, currently the buster release. The information provided here will most likely work on other GNU/Linux systems as well. Basic knowledge of GNU/Linux commandline tools, file editing, network etc. is required to use and understand this guide.

TODO

None: Uptime (last edited 2021-12-31 11:46:57 by Kristian Kallenberg)