Enabling LLT, GAB, and I/O fencing

Complete the following procedures to enable the kernel modules.

To enable LLT:

  1. Edit the following file to set the value of LLT_START and LLT_STOP to 1.
    /etc/sysconfig/llt
  2. Start the LLT module.
    # /etc/init.d/llt start

To enable GAB:

  1. Edit the following file to set the value of GAB_START and GAB_STOP to 1.
    /etc/sysconfig/gab
  2. Start the GAB module.
    # /etc/init.d/gab  start

To enable I/O fencing:

  1. Edit the following file to set the value of VXFEN_START and VXFEN_STOP to 1 .
    /etc/sysconfig/vxfen
  2. Start the I/O fencing module.
    # /etc/init.d/vxfen start