From 3454947c5f6e8fc5fbecb649ee7fc9e498ec1a50 Mon Sep 17 00:00:00 2001 From: Christian Brueffer Date: Sun, 29 Apr 2007 15:59:43 +0000 Subject: [PATCH] fail over -> failover, the latter seems to have been established more or less as the standard spelling. Reviewed by: trhodes --- .../books/handbook/advanced-networking/chapter.sgml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml b/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml index 46a87c9cd8..21a654f5de 100644 --- a/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/advanced-networking/chapter.sgml @@ -4699,16 +4699,16 @@ route_hostD="192.168.173.4 hatm0 0 102 llc/snap ubr" Using CARP For Server Availability (CARP) One use of CARP, as noted above, is for - server availability. This example will provide fail over support + server availability. This example will provide failover support for three hosts, all with unique IP addresses and providing the same web content. These machines will act in conjunction with a Round Robin DNS - configuration. The fail over machine will have two additional + configuration. The failover machine will have two additional CARP interfaces, one for each of the content server's IPs. When a failure occurs, the - fail over server should pick up the failed machine's + failover server should pick up the failed machine's IP address. This means the failure should - go completely unnoticed to the user. The fail over server + go completely unnoticed to the user. The failover server requires identical content and services as the other content servers it is expected to pick up load for. @@ -4747,7 +4747,7 @@ ifconfig_carp0="vhid 2 pass testpass 192.168.1.51/24" The third machine, provider.example.org, should be prepared so that it may handle - fail over from either host. This machine will require two + failover from either host. This machine will require two carp devices, one to handle each host. The appropriate rc.conf configuration lines will be similar to the following: