DRBDLINKS(8) | System Manager's Manual | DRBDLINKS(8) |
NAME¶
drbdlinks - manages links into a shared DRBD partitionSYNOPSIS¶
drbdlinks [ OPTION]... [start|stop|auto|status|monitor]DESCRIPTION¶
drbdlinks is a program which manages links into a DRBD partition which is shared among several machines. It is meant to be used in conjunction with the heartbeat system for simplifying management of high availability clusters. A simple configuration file, "/etc/drbdlinks.conf", specifies the links. This can be used to manage links for "/etc/apache", "/var/lib/pgsql", and other system files and directories that need to appear as if they are local to the system when running applications after a DRBD shared partition has been mounted.OPTIONS¶
drbdlinks has several options, using either short or long variants.- -h, --help
- Print a short help message describing the available options
and exit.
- -c, --config-file=CONFIGFILE
- Specify an alternate config file. The default config file
is /etc/drbdlinks.conf. Alternate config files should have a
"drbdlinks-" prefix, e.g. "drbdlinks-httpd.conf".
- -s, --suffix=SUFFIX
- Name to append to the local file-system name when the link
is in place. The default is "drbdlinks", which would result in a
renamed file like "/etc/httpd.drbdlinks".
- -v, --verbose
- Increase verbosity level by 1 for every occurrence of this
option.
EXAMPLES¶
Here are a few examples of how drbdlinks can be used.drbdlinks start
drbdlinks -s orig start
drbdlinks -v -v start
drbdlinks -c /shared1/drbdlinks-httpd.conf
start
SEE ALSO¶
DRBD(8), drbdadm(8), drbdsetup(8), heartbeat(8).AUTHOR¶
drbdlinks was written by Sean Reifschneider <jafo@tummy.com>. This manual page was written by Cyril Bouthors <cyril@bouthors.org>, for the Debian project (but may be used by others). Sean Reifschneider modified it for status and monitor arguments, and included it in the base drbdlinks release. Mike Loseke <mike@tummy.com> added the sections on options and examples.September 3, 2008 |