logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

drbd - The start and stop script for DRBD

Author

       Written by Philipp Reisner <philipp.reisner@linbit.com> and Lars Ellenberg <lars.ellenberg@linbit.com>.

Introduction

       The /etc/init.d/drbd script is used to start and stop drbd on a system V style init system.

       When using a cluster resource manger such as Pacemaker, DRBD should usually not be started by the init
       system, but should typically be exclusively controlled by the cluster manager. You should not use, and
       disable, the init script in this case.  chmod-x/etc/init.d/drbd has proven most effective for this.

       In order to use /etc/init.d/drbd, define a drbd configuration. See drbd.conf(5) for details.

Name

       drbd - The start and stop script for DRBD

Notes

        1. DRBD Homepage
           http://www.drbd.org/

DRBD 9.0.0                                        24 June 2014                                           DRBD(8)

Reporting Bugs

       Report bugs to <drbd-user@lists.linbit.com>.

See Also

drbd.conf(5), drbdsetup(8), drbdadm(8), DRBDHomepage[1]

Synopsis

/etc/init.d/drbd {start | stop | status | reload | restart | force-reload}

Version

       This document was revised for version 9.0.0 of the DRBD distribution.

See Also