This file is indexed.

/usr/share/doc/drbd-doc/users-guide/s-distro-packages.html is in drbd-doc 8.4~20151102-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>3.2. Packages supplied by distribution vendors</title><link rel="stylesheet" type="text/css" href="default.css" /><meta name="generator" content="DocBook XSL Stylesheets V1.79.1" /><link rel="home" href="drbd-users-guide.html" title="The DRBD User’s Guide" /><link rel="up" href="ch-install-packages.html" title="Chapter 3. Installing pre-built DRBD binary packages" /><link rel="prev" href="ch-install-packages.html" title="Chapter 3. Installing pre-built DRBD binary packages" /><link rel="next" href="ch-build-install-from-source.html" title="Chapter 4. Building and installing DRBD from source" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">3.2. Packages supplied by distribution vendors</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch-install-packages.html">Prev</a> </td><th width="60%" align="center">Chapter 3. Installing pre-built DRBD binary packages</th><td width="20%" align="right"> <a accesskey="n" href="ch-build-install-from-source.html">Next</a></td></tr></table><hr /></div><div class="section"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a id="s-distro-packages"></a>3.2. Packages supplied by distribution vendors</h2></div></div></div><p>A number of distributions include DRBD, including pre-built binary
packages. Support for these builds, if any, is being provided by the
associated distribution vendor. Their release cycle may lag behind
DRBD source releases.</p><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="_suse_linux_enterprise_server"></a>3.2.1. SUSE Linux Enterprise Server</h3></div></div></div><p>SUSE Linux Enterprise Server (SLES), includes DRBD 0.7 in versions 9
and 10. DRBD 8.3 is included in SLES 11 High Availability Extension
(HAE) SP1.</p><p>On SLES, DRBD is normally installed via the software installation
component of YaST2. It comes bundled with the High Availability
package selection.</p><p>Users who prefer a command line install may simply issue:</p><pre class="screen">yast -i drbd</pre><p>or</p><pre class="screen">zypper install drbd</pre></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="_debian_gnu_linux"></a>3.2.2. Debian GNU/Linux</h3></div></div></div><p>Debian GNU/Linux includes DRBD 8 from the 5.0 release (<code class="literal">lenny</code>)
onwards. In 6.0 (<code class="literal">squeeze</code>), which is based on a 2.6.32 Linux kernel,
Debian ships a backported version of DRBD.</p><p>On <code class="literal">squeeze</code>, since DRBD is already included with the stock kernel,
all that is needed to install is the <code class="literal">drbd8-utils</code> package:</p><pre class="screen">apt-get install drbd8-utils</pre><p>On <code class="literal">lenny</code> (obsolete), you install DRBD by issuing:</p><pre class="screen">apt-get install drbd8-utils drbd8-module</pre></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="_centos"></a>3.2.3. CentOS</h3></div></div></div><p>CentOS has had DRBD 8 since release 5.</p><p>DRBD can be installed using <code class="literal">yum</code> (note that you will need the
<code class="literal">extras</code> repository enabled for this to work):</p><pre class="screen">yum install drbd kmod-drbd</pre></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="_ubuntu_linux"></a>3.2.4. Ubuntu Linux</h3></div></div></div><p>To install DRBD on Ubuntu, you issue these commands:</p><pre class="screen">apt-get update
apt-get install drbd8-utils</pre><p>On (very) old Ubuntu versions you might need to explicitly install
<code class="literal">drbd8-module</code>, too; in newer versions the default kernel already includes the
upstream DRBD version.</p></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch-install-packages.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch-install-packages.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch-build-install-from-source.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Chapter 3. Installing pre-built DRBD binary packages </td><td width="20%" align="center"><a accesskey="h" href="drbd-users-guide.html">Home</a></td><td width="40%" align="right" valign="top"> Chapter 4. Building and installing DRBD from source</td></tr></table></div></body></html>