< Home - < Back

drbdlinks


Information about the package, drbdlinks, which is shipped with common Linux distributions. The drbdlinks package is designed for, Program for managing links into a DRBD shared partition.


Package Name:

drbdlinks

Summary:

Program for managing links into a DRBD shared partition

Description:

The drbdlinks program manages links into a DRBD partition which is shared among several machines. A simple configuration file, "/etc/drbdlinks.conf", specifies the links. This can be used to manage e.g. links for /etc/httpd, /var/lib/pgsql and other system directories that need to appear as if they are local to the system when running applications after the drbd shared partition has been mounted. When running drbdlinks with "start" as the mode, drbdlinks will rename the existing files/directories and then make symbolic links into the DRBD partition, "stop" does the reverse. By default, rename appends ".drbdlinks" to the name, but this can be overridden. An init script is included which runs "stop" before heartbeat starts, and after heartbeat stops. This is done to try to ensure that when the shared partition isn't mounted, the links are in their normal state.

Architecture:

noarch

Version:

1.28

Release:

3.el6

Size:

30 k

Repository:

epel

From Repository:

Licence:

GPLv2



Handy Yum Commands for drbdlinks


Control the drbdlinks package with the following handy commands outlined below.


Command

Description of Command

yum install drbdlinks

This command will install drbdlinks on the server.

yum remove drbdlinks

This command will un-install drbdlinks on the server. When you run this command, you will be asked if you are sure that you want to remove drbdlinks, so you have to manually confirm that you want to do this.

yum -y remove drbdlinks

This command will un-install drbdlinks on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove drbdlinks when using the -y flag.

yum update drbdlinks

This command will update drbdlinks to the latest version. When you run this command, you will be asked if you are sure that you want to remove drbdlinks, so you have to manually confirm that you want to do this.

yum -y update drbdlinks

This command will update drbdlinks to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove drbdlinks when using the -y flag.

yum info drbdlinks

This command will show you core information about the drbdlinks package.

yum deplist drbdlinks

This command will show you the dependencies for drbdlinks. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update drbdlinks

This command will check if there is an update waiting on drbdlinks. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.