Starting OCFS2 at system restart time

It is convenient to have OCFS2 loaded and start automatically at system restart time.

To set up an automatic start and stop of OCFS2, complete the following steps:
  1. Modify the configure.conf file on each node in the cluster using O2CB, by running the following command:
    /etc/init.d/o2cb configure
  2. Respond 'y' to the following question:
    Load O2CB driver on boot (y/n) [n] : y
  3. To make sure that OCFS2 is online, run the following command:
    chkconfig -l ocfs2
  4. Verify that Linux® run levels 2, 3, 4 and 5 are all set 'on'.
           	ocfs2     0:off   1:off   2:on    3:on    4:on    5:on    6:off