On Mon, Nov 9, 2015 at 1:29 PM, Benjamin Smith <lists at benjamindsmith.com> wrote: > Testing out tipc for cluster development, and running into an immediate snag. > tipcutils was found in EPEL but despite having a "compatible" kernel, it > doesn't seem to actually work. > > It's a completely updated system, Intel i5 with 16 GB of RAM, nothing > remarkable. > > Any ideas? > > [root at backup2 ~]# tipc-config -netid=1234 -a=1.1.1 -be=eth:eth0 > TIPC module not installed Looks like TIPC is disabled in the CentOS kernel: # CONFIG_TIPC is not set You'd need to enable it and rebuild the kernel to make use of it. Akemi