CARP related trivial question

Robison, Dave david.robison at fisglobal.com
Wed Oct 26 21:36:40 UTC 2011


On 10/26/2011 12:20, Snoop wrote:
> Hi everybody,
> I've got a pretty trivial question but I'm kind of disoriented.
>
> In the CARP man pages is clearly stated
> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/carp.html:
> __________________________________________________________________
> "To enable support for CARP, the FreeBSD kernel must be rebuilt as
> described in Chapter 9 with the following option:
> device carp
>
> Alternatively, the if_carp.ko module can be loaded at boot time. Add the
> following line to the /boot/loader.conf:
> if_carp_load="YES" "
> __________________________________________________________________
>
> I'm not new to FreeBSD but I didn't manage to load that as a module, not
> while the OS is running neither at the startup adding the param on
> loader.conf.
> I'd love to do that instead of recompiling the kernel to get that
> working on any node.
> I'm talking about FreeBSD 8.1.
>
> Am I missing something?
> Any tip would be appreciated.
>
>
>
>   --
>   Caselle da 1GB, trasmetti allegati fino a 3GB e in piu' IMAP, POP3 e SMTP autenticato? GRATIS solo con Email.it http://www.email.it/f
>
>   Sponsor:
>   Incrementa la visibilita' della tua azienda con le campagne di email marketing di Email.it
>   Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?mid=11846&d=26-10
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe at freebsd.org"
>


Does if_carp.ko exist under /boot/kernel/ ?

If so:
[root at lefty] ~# ls -lart /boot/kernel | grep if_carp
-r-xr-xr-x  1 root  wheel    197392 Feb 16  2011 if_carp.ko.symbols
-r-xr-xr-x  1 root  wheel     44336 Feb 16  2011 if_carp.ko
[root at lefty] ~# kldload if_carp.ko
[root at lefty] ~# kldstat | grep if_carp.ko
47    1 0xffffffff814fe000 4dd0     if_carp.ko
[root at lefty] ~#

should work.

Dave



-- 
Dave Robison
Sales Solution Architect II
FIS Banking Solutions
510/621-2089 (w)
530/518-5194 (c)
510/621-2020 (f)
daver at vicor.com
david.robison at fisglobal.com

_____________
The information contained in this message is proprietary and/or confidential. If you are not the intended recipient, please: (i) delete the message and all copies; (ii) do not disclose, distribute or use the message in any manner; and (iii) notify the sender immediately. In addition, please be aware that any message addressed to our domain is subject to archiving and review by persons other than the intended recipient. Thank you.


More information about the freebsd-questions mailing list