drbd软件的功能我在这里不说了,主要是描述出现错误的过程及解决方法。

               1、首先下载drbd管理工具

                      #mkdir /home/wang/tools  -p

                       #cd /home/wang/tools

                       #export  LC_ALL=C

                       #wget https://www.linbit.com/wp-content/plugins/file-away/lib/cls/class.fileaway_downloader.php?fileaway=6drqYdsYYQ2xNpVtDpw9dFIPo0GSUpeeajZvDUE4xNCGKTCg%2FfB%2F5rCBCAH%2FbtdKFPFBYL5110T4hzAMsSw8t0sftEItoLOxSAgqmgwbAihXZPxjl3g95ilDXdcnwWK1&nonce=a835322940

                    #tar xf drbd-util-9.5.0.tar.gz

                    #cd /drbd-utils-9.5.0

                    #./configure  --prefix=/application/drbd9.5.0 –with-km –with-heartbeat –sysconfdir=/etc/

                    #echo $?

                   #ls /usr/src/kernels/$(uname -r)/

                   #make kdir=/usr/src/kernels/$(uname –r)/

# make KDIR=/usr/src/kernels/$(uname -r)/
make[1]: Entering directory `/home/wang/tools/drbd-utils-9.5.0/user/shared'
make[1]: Leaving directory `/home/wang/tools/drbd-utils-9.5.0/user/shared'
make[1]: Entering directory `/home/wang/tools/drbd-utils-9.5.0/user/v9'
make[1]: Leaving directory `/home/wang/tools/drbd-utils-9.5.0/user/v9'
make[1]: Entering directory `/home/wang/tools/drbd-utils-9.5.0/user/v9'
gcc -g -O2 -Wall -I../../drbd-headers -I.. -I. -I../shared    -c -o drbd_buildtag.o ../shared/drbd_buildtag.c
gcc -g -O2 -Wall -I../../drbd-headers -I.. -I. -I../shared      -o drbdadm drbdadm_scanner.o drbdadm_parser.o drbdadm_postparse.o drbdadm_main.o drbdadm_adjust.o drbdadm_dump.o drbdtool_common.o drbdadm_usage_cnt.o drbd_buildtag.o registry.o config_flags.o libgenl.o drbd_nla.o shared_tool.o shared_main.o shared_parser.o
gcc -g -O2 -Wall -I../../drbd-headers -I.. -I. -I../shared      -o drbdmeta drbdmeta.o drbdmeta_scanner.o drbdtool_common.o drbd_buildtag.o drbd_strings.o shared_tool.o
gcc -g -O2 -Wall -I../../drbd-headers -I.. -I. -I../shared      -o drbdsetup libgenl.o registry.o drbdsetup.o drbdtool_common.o drbd_buildtag.o drbd_strings.o config_flags.o drbd_nla.o wrap_printf.o drbdsetup_colors.o shared_tool.o
make[1]: Leaving directory `/home/wang/tools/drbd-utils-9.5.0/user/v9'
make[1]: Entering directory `/home/wang/tools/drbd-utils-9.5.0/user/v84'
make[1]: Leaving directory `/home/wang/tools/drbd-utils-9.5.0/user/v84'
make[1]: Entering directory `/home/wang/tools/drbd-utils-9.5.0/user/v84'
gcc -g -O2 -Wall -I. -I../shared    -c -o drbd_buildtag.o ../shared/drbd_buildtag.c
gcc -g -O2 -Wall -I. -I../shared      -o drbdadm-84 drbdadm_scanner.o drbdadm_parser.o drbdadm_main.o drbdadm_adjust.o drbdtool_common.o drbdadm_usage_cnt.o drbd_buildtag.o registry.o config_flags.o libgenl.o drbd_nla.o shared_tool.o shared_main.o shared_parser.o
gcc -g -O2 -Wall -I. -I../shared      -o drbdsetup-84 libgenl.o registry.o drbdsetup.o drbdtool_common.o drbd_buildtag.o drbd_strings.o config_flags.o drbd_nla.o wrap_printf.o drbdsetup_colors.o shared_tool.o
make[1]: Leaving directory `/home/wang/tools/drbd-utils-9.5.0/user/v84'
make[1]: Entering directory `/home/wang/tools/drbd-utils-9.5.0/user/v83'
make[1]: Leaving directory `/home/wang/tools/drbd-utils-9.5.0/user/v83'
make[1]: Entering directory `/home/wang/tools/drbd-utils-9.5.0/user/v83'
gcc -g -O2 -Wall -I. -I../shared   -c -o drbd_buildtag.o ../shared/drbd_buildtag.c
gcc -g -O2 -Wall -I. -I../shared     -o drbdadm-83 drbdadm_scanner.o drbdadm_parser.o drbdadm_main.o drbdadm_adjust.o drbdtool_common.o drbdadm_usage_cnt.o drbd_buildtag.o drbdadm_minor_table.o shared_tool.o shared_main.o shared_parser.o
gcc -g -O2 -Wall -I. -I../shared     -o drbdsetup-83 drbdsetup.o drbdtool_common.o drbd_buildtag.o drbd_strings.o shared_tool.o
make[1]: Leaving directory `/home/wang/tools/drbd-utils-9.5.0/user/v83'
make[1]: Entering directory `/home/wang/tools/drbd-utils-9.5.0/scripts'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/wang/tools/drbd-utils-9.5.0/scripts'
make[1]: Entering directory `/home/wang/tools/drbd-utils-9.5.0/user/drbdmon'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/wang/tools/drbd-utils-9.5.0/user/drbdmon'

        Userland tools build was successful.
make -C documentation/v9 doc
make[1]: Entering directory `/home/wang/tools/drbd-utils-9.5.0/documentation/v9'
xsltproc -o drbdsetup.xml drbdsetup.xsl drbdsetup.xml.in
make[1]: xsltproc: Command not found
make[1]: *** [drbdsetup.xml] Error 127                                 #错误点
make[1]: Leaving directory `/home/wang/tools/drbd-utils-9.5.0/documentation/v9'
make: *** [doc] Error 2                                                         #错误点

#echo $?

     2

出现错误,导致无法进入下一步,针对此种情况,网上有很多建议和说法,但是我测试之后,发现有很多方法可能不适合本虚拟结果,为此,查看官方资料,需要先安装支持库并检查;

# rpm -qa gcc kernel-devel kernel-headers        #检测此支持库是否安装
kernel-devel-2.6.32-754.9.1.el6.x86_64
gcc-4.4.7-18.el6.x86_64
kernel-headers-2.6.32-696.el6.x86_64
kernel-devel-2.6.32-696.el6.x86_64
#rpm -qa perl perl-libs   
perl-libs-5.10.1-144.el6.x86_64
perl-5.10.1-144.el6.x86_64
# rpm -qa flex libxslt libxslt-devel
flex-2.5.35-9.el6.x86_64

  发现libxslt-devel支持库并未安装,这样才会出现make时出现错误make: *** [doc] Error 2    ,为此,

# yum install -y libxslt-devel
Failed to set locale, defaulting to C
Loaded plugins: fastestmirror, security
Setting up Install Process
Loading mirror speeds from cached hostfile
* base: mirrors.aliyun.com
* extras: mirrors.aliyun.com
* updates: mirrors.163.com
Resolving Dependencies
--> Running transaction check
---> Package libxslt-devel.x86_64 0:1.1.26-2.el6_3.1 will be installed
--> Processing Dependency: libxslt = 1.1.26-2.el6_3.1 for package: libxslt-devel-1.1.26-2.el6_3.1.x86_64
--> Processing Dependency: libxml2-devel >= 2.6.27 for package: libxslt-devel-1.1.26-2.el6_3.1.x86_64
--> Processing Dependency: pkgconfig(libxml-2.0) for package: libxslt-devel-1.1.26-2.el6_3.1.x86_64
--> Processing Dependency: libgcrypt-devel for package: libxslt-devel-1.1.26-2.el6_3.1.x86_64
--> Processing Dependency: libxslt.so.1()(64bit) for package: libxslt-devel-1.1.26-2.el6_3.1.x86_64
--> Processing Dependency: libexslt.so.0()(64bit) for package: libxslt-devel-1.1.26-2.el6_3.1.x86_64
--> Running transaction check
---> Package libgcrypt-devel.x86_64 0:1.4.5-12.el6_8 will be installed
--> Processing Dependency: libgpg-error-devel for package: libgcrypt-devel-1.4.5-12.el6_8.x86_64
---> Package libxml2-devel.x86_64 0:2.7.6-21.el6_8.1 will be installed
--> Processing Dependency: zlib-devel for package: libxml2-devel-2.7.6-21.el6_8.1.x86_64
---> Package libxslt.x86_64 0:1.1.26-2.el6_3.1 will be installed
--> Running transaction check
---> Package libgpg-error-devel.x86_64 0:1.7-4.el6 will be installed
---> Package zlib-devel.x86_64 0:1.2.3-29.el6 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

==================================================================================================================================
Package                              Arch                     Version                               Repository              Size
==================================================================================================================================
Installing:
libxslt-devel                        x86_64                   1.1.26-2.el6_3.1                      base                   561 k
Installing for dependencies:
libgcrypt-devel                      x86_64                   1.4.5-12.el6_8                        base                   118 k
libgpg-error-devel                   x86_64                   1.7-4.el6                             base                    14 k
libxml2-devel                        x86_64                   2.7.6-21.el6_8.1                      base                   1.1 M
libxslt                              x86_64                   1.1.26-2.el6_3.1                      base                   452 k
zlib-devel                           x86_64                   1.2.3-29.el6                          base                    44 k

Transaction Summary
==================================================================================================================================
Install       6 Package(s)

Total download size: 2.2 M
Installed size: 14 M
Downloading Packages:
(1/6): libgcrypt-devel-1.4.5-12.el6_8.x86_64.rpm                                                           | 118 kB     00:00    
(2/6): libgpg-error-devel-1.7-4.el6.x86_64.rpm                                                             |  14 kB     00:00    
http://mirrors.aliyun.com/centos/6.10/os/x86_64/Packages/libxml2-devel-2.7.6-21.el6_8.1.x86_64.rpm: [Errno 12] Timeout on http://mirrors.aliyun.com/centos/6.10/os/x86_64/Packages/libxml2-devel-2.7.6-21.el6_8.1.x86_64.rpm: (28, 'Operation too slow. Less than 1 bytes/sec transfered the last 30 seconds')
Trying other mirror.
http://mirrors.shu.edu.cn/centos/6.10/os/x86_64/Packages/libxml2-devel-2.7.6-21.el6_8.1.x86_64.rpm: [Errno 12] Timeout on http://mirrors.shu.edu.cn/centos/6.10/os/x86_64/Packages/libxml2-devel-2.7.6-21.el6_8.1.x86_64.rpm: (28, 'Operation too slow. Less than 1 bytes/sec transfered the last 30 seconds')
Trying other mirror.
(3/6): libxml2-devel-2.7.6-21.el6_8.1.x86_64.rpm                                                           | 1.1 MB     00:17    
(4/6): libxslt-1.1.26-2.el6_3.1.x86_64.rpm                                                                 | 452 kB     00:23    
(5/6): libxslt-devel-1.1.26-2.el6_3.1.x86_64.rpm                                                           | 561 kB     00:05    
(6/6): zlib-devel-1.2.3-29.el6.x86_64.rpm                                                                  |  44 kB     00:00    
----------------------------------------------------------------------------------------------------------------------------------
Total                                                                                              10 kB/s | 2.2 MB     03:39    
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing : libxslt-1.1.26-2.el6_3.1.x86_64                                                                                1/6
  Installing : zlib-devel-1.2.3-29.el6.x86_64                                                                                 2/6
  Installing : libxml2-devel-2.7.6-21.el6_8.1.x86_64                                                                          3/6
  Installing : libgpg-error-devel-1.7-4.el6.x86_64                                                                            4/6
  Installing : libgcrypt-devel-1.4.5-12.el6_8.x86_64                                                                          5/6
  Installing : libxslt-devel-1.1.26-2.el6_3.1.x86_64                                                                          6/6
  Verifying  : libgpg-error-devel-1.7-4.el6.x86_64                                                                            1/6
  Verifying  : libxml2-devel-2.7.6-21.el6_8.1.x86_64                                                                          2/6
  Verifying  : libxslt-devel-1.1.26-2.el6_3.1.x86_64                                                                          3/6
  Verifying  : libgcrypt-devel-1.4.5-12.el6_8.x86_64                                                                          4/6
  Verifying  : zlib-devel-1.2.3-29.el6.x86_64                                                                                 5/6
  Verifying  : libxslt-1.1.26-2.el6_3.1.x86_64                                                                                6/6

Installed:
  libxslt-devel.x86_64 0:1.1.26-2.el6_3.1                                                                                        

Dependency Installed:
  libgcrypt-devel.x86_64 0:1.4.5-12.el6_8    libgpg-error-devel.x86_64 0:1.7-4.el6    libxml2-devel.x86_64 0:2.7.6-21.el6_8.1  
  libxslt.x86_64 0:1.1.26-2.el6_3.1          zlib-devel.x86_64 0:1.2.3-29.el6       

Complete!

      先安装好支持库libxslt-devel

再进行make  KDIR=/usr/src/kernels/$(uname -r)/安装:

make[1]: Entering directory `/home/wang/tools/drbd-utils-9.5.0/user/shared'
make[1]: Leaving directory `/home/wang/tools/drbd-utils-9.5.0/user/shared'
make[1]: Entering directory `/home/wang/tools/drbd-utils-9.5.0/user/v9'
make[1]: Leaving directory `/home/wang/tools/drbd-utils-9.5.0/user/v9'
make[1]: Entering directory `/home/wang/tools/drbd-utils-9.5.0/user/v9'
gcc -g -O2 -Wall -I../../drbd-headers -I.. -I. -I../shared    -c -o drbd_buildtag.o ../shared/drbd_buildtag.c
gcc -g -O2 -Wall -I../../drbd-headers -I.. -I. -I../shared      -o drbdadm drbdadm_scanner.o drbdadm_parser.o drbdadm_postparse.o drbdadm_main.o drbdadm_adjust.o drbdadm_dump.o drbdtool_common.o drbdadm_usage_cnt.o drbd_buildtag.o registry.o config_flags.o libgenl.o drbd_nla.o shared_tool.o shared_main.o shared_parser.o
gcc -g -O2 -Wall -I../../drbd-headers -I.. -I. -I../shared      -o drbdmeta drbdmeta.o drbdmeta_scanner.o drbdtool_common.o drbd_buildtag.o drbd_strings.o shared_tool.o
gcc -g -O2 -Wall -I../../drbd-headers -I.. -I. -I../shared      -o drbdsetup libgenl.o registry.o drbdsetup.o drbdtool_common.o drbd_buildtag.o drbd_strings.o config_flags.o drbd_nla.o wrap_printf.o drbdsetup_colors.o shared_tool.o
make[1]: Leaving directory `/home/wang/tools/drbd-utils-9.5.0/user/v9'
make[1]: Entering directory `/home/wang/tools/drbd-utils-9.5.0/user/v84'
make[1]: Leaving directory `/home/wang/tools/drbd-utils-9.5.0/user/v84'
make[1]: Entering directory `/home/wang/tools/drbd-utils-9.5.0/user/v84'
gcc -g -O2 -Wall -I. -I../shared    -c -o drbd_buildtag.o ../shared/drbd_buildtag.c
gcc -g -O2 -Wall -I. -I../shared      -o drbdadm-84 drbdadm_scanner.o drbdadm_parser.o drbdadm_main.o drbdadm_adjust.o drbdtool_common.o drbdadm_usage_cnt.o drbd_buildtag.o registry.o config_flags.o libgenl.o drbd_nla.o shared_tool.o shared_main.o shared_parser.o
gcc -g -O2 -Wall -I. -I../shared      -o drbdsetup-84 libgenl.o registry.o drbdsetup.o drbdtool_common.o drbd_buildtag.o drbd_strings.o config_flags.o drbd_nla.o wrap_printf.o drbdsetup_colors.o shared_tool.o
make[1]: Leaving directory `/home/wang/tools/drbd-utils-9.5.0/user/v84'
make[1]: Entering directory `/home/wang/tools/drbd-utils-9.5.0/user/v83'
make[1]: Leaving directory `/home/wang/tools/drbd-utils-9.5.0/user/v83'
make[1]: Entering directory `/home/wang/tools/drbd-utils-9.5.0/user/v83'
gcc -g -O2 -Wall -I. -I../shared   -c -o drbd_buildtag.o ../shared/drbd_buildtag.c
gcc -g -O2 -Wall -I. -I../shared     -o drbdadm-83 drbdadm_scanner.o drbdadm_parser.o drbdadm_main.o drbdadm_adjust.o drbdtool_common.o drbdadm_usage_cnt.o drbd_buildtag.o drbdadm_minor_table.o shared_tool.o shared_main.o shared_parser.o
gcc -g -O2 -Wall -I. -I../shared     -o drbdsetup-83 drbdsetup.o drbdtool_common.o drbd_buildtag.o drbd_strings.o shared_tool.o
make[1]: Leaving directory `/home/wang/tools/drbd-utils-9.5.0/user/v83'
make[1]: Entering directory `/home/wang/tools/drbd-utils-9.5.0/scripts'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/wang/tools/drbd-utils-9.5.0/scripts'
make[1]: Entering directory `/home/wang/tools/drbd-utils-9.5.0/user/drbdmon'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/wang/tools/drbd-utils-9.5.0/user/drbdmon'

        Userland tools build was successful.
make -C documentation/v9 doc
make[1]: Entering directory `/home/wang/tools/drbd-utils-9.5.0/documentation/v9'
xsltproc -o drbdsetup.xml drbdsetup.xsl drbdsetup.xml.in
make -C ../../user/v9 drbdsetup
make[2]: Entering directory `/home/wang/tools/drbd-utils-9.5.0/user/v9'
make[2]: `drbdsetup' is up to date.
make[2]: Leaving directory `/home/wang/tools/drbd-utils-9.5.0/user/v9'
../../user/v9/drbdsetup xml-help new-resource > drbdsetup_xml-help_new-resource.xml
xsltproc -o drbdsetup_new-resource.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_new-resource.xml
../../user/v9/drbdsetup xml-help new-minor > drbdsetup_xml-help_new-minor.xml
xsltproc -o drbdsetup_new-minor.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_new-minor.xml
../../user/v9/drbdsetup xml-help del-resource > drbdsetup_xml-help_del-resource.xml
xsltproc -o drbdsetup_del-resource.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_del-resource.xml
../../user/v9/drbdsetup xml-help del-minor > drbdsetup_xml-help_del-minor.xml
xsltproc -o drbdsetup_del-minor.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_del-minor.xml
../../user/v9/drbdsetup xml-help new-peer > drbdsetup_xml-help_new-peer.xml
xsltproc -o drbdsetup_new-peer.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_new-peer.xml
../../user/v9/drbdsetup xml-help new-path > drbdsetup_xml-help_new-path.xml
xsltproc -o drbdsetup_new-path.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_new-path.xml
../../user/v9/drbdsetup xml-help del-peer > drbdsetup_xml-help_del-peer.xml
xsltproc -o drbdsetup_del-peer.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_del-peer.xml
../../user/v9/drbdsetup xml-help del-path > drbdsetup_xml-help_del-path.xml
xsltproc -o drbdsetup_del-path.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_del-path.xml
../../user/v9/drbdsetup xml-help attach > drbdsetup_xml-help_attach.xml
xsltproc -o drbdsetup_attach.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_attach.xml
../../user/v9/drbdsetup xml-help connect > drbdsetup_xml-help_connect.xml
xsltproc -o drbdsetup_connect.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_connect.xml
../../user/v9/drbdsetup xml-help disk-options > drbdsetup_xml-help_disk-options.xml
xsltproc -o drbdsetup_disk-options.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_disk-options.xml
../../user/v9/drbdsetup xml-help net-options > drbdsetup_xml-help_net-options.xml
xsltproc -o drbdsetup_net-options.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_net-options.xml
../../user/v9/drbdsetup xml-help resource-options > drbdsetup_xml-help_resource-options.xml
xsltproc -o drbdsetup_resource-options.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_resource-options.xml
../../user/v9/drbdsetup xml-help peer-device-options > drbdsetup_xml-help_peer-device-options.xml
xsltproc -o drbdsetup_peer-device-options.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_peer-device-options.xml
../../user/v9/drbdsetup xml-help disconnect > drbdsetup_xml-help_disconnect.xml
xsltproc -o drbdsetup_disconnect.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_disconnect.xml
../../user/v9/drbdsetup xml-help detach > drbdsetup_xml-help_detach.xml
xsltproc -o drbdsetup_detach.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_detach.xml
../../user/v9/drbdsetup xml-help primary > drbdsetup_xml-help_primary.xml
xsltproc -o drbdsetup_primary.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_primary.xml
../../user/v9/drbdsetup xml-help secondary > drbdsetup_xml-help_secondary.xml
xsltproc -o drbdsetup_secondary.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_secondary.xml
../../user/v9/drbdsetup xml-help verify > drbdsetup_xml-help_verify.xml
xsltproc -o drbdsetup_verify.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_verify.xml
../../user/v9/drbdsetup xml-help invalidate > drbdsetup_xml-help_invalidate.xml
xsltproc -o drbdsetup_invalidate.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_invalidate.xml
../../user/v9/drbdsetup xml-help invalidate-remote > drbdsetup_xml-help_invalidate-remote.xml
xsltproc -o drbdsetup_invalidate-remote.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_invalidate-remote.xml
../../user/v9/drbdsetup xml-help down > drbdsetup_xml-help_down.xml
xsltproc -o drbdsetup_down.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_down.xml
../../user/v9/drbdsetup xml-help role > drbdsetup_xml-help_role.xml
xsltproc -o drbdsetup_role.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_role.xml
../../user/v9/drbdsetup xml-help cstate > drbdsetup_xml-help_cstate.xml
xsltproc -o drbdsetup_cstate.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_cstate.xml
../../user/v9/drbdsetup xml-help dstate > drbdsetup_xml-help_dstate.xml
xsltproc -o drbdsetup_dstate.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_dstate.xml
../../user/v9/drbdsetup xml-help resize > drbdsetup_xml-help_resize.xml
xsltproc -o drbdsetup_resize.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_resize.xml
../../user/v9/drbdsetup xml-help check-resize > drbdsetup_xml-help_check-resize.xml
xsltproc -o drbdsetup_check-resize.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_check-resize.xml
../../user/v9/drbdsetup xml-help pause-sync > drbdsetup_xml-help_pause-sync.xml
xsltproc -o drbdsetup_pause-sync.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_pause-sync.xml
../../user/v9/drbdsetup xml-help resume-sync > drbdsetup_xml-help_resume-sync.xml
xsltproc -o drbdsetup_resume-sync.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_resume-sync.xml
../../user/v9/drbdsetup xml-help outdate > drbdsetup_xml-help_outdate.xml
xsltproc -o drbdsetup_outdate.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_outdate.xml
../../user/v9/drbdsetup xml-help show-gi > drbdsetup_xml-help_show-gi.xml
xsltproc -o drbdsetup_show-gi.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_show-gi.xml
../../user/v9/drbdsetup xml-help get-gi > drbdsetup_xml-help_get-gi.xml
xsltproc -o drbdsetup_get-gi.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_get-gi.xml
../../user/v9/drbdsetup xml-help show > drbdsetup_xml-help_show.xml
xsltproc -o drbdsetup_show.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_show.xml
../../user/v9/drbdsetup xml-help events2 > drbdsetup_xml-help_events2.xml
xsltproc -o drbdsetup_events2.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_events2.xml
../../user/v9/drbdsetup xml-help status > drbdsetup_xml-help_status.xml
xsltproc -o drbdsetup_status.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_status.xml
../../user/v9/drbdsetup xml-help suspend-io > drbdsetup_xml-help_suspend-io.xml
xsltproc -o drbdsetup_suspend-io.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_suspend-io.xml
../../user/v9/drbdsetup xml-help resume-io > drbdsetup_xml-help_resume-io.xml
xsltproc -o drbdsetup_resume-io.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_resume-io.xml
../../user/v9/drbdsetup xml-help new-current-uuid > drbdsetup_xml-help_new-current-uuid.xml
xsltproc -o drbdsetup_new-current-uuid.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_new-current-uuid.xml
../../user/v9/drbdsetup xml-help wait-connect-volume > drbdsetup_xml-help_wait-connect-volume.xml
xsltproc -o drbdsetup_wait-connect-volume.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_wait-connect-volume.xml
../../user/v9/drbdsetup xml-help wait-connect-connection > drbdsetup_xml-help_wait-connect-connection.xml
xsltproc -o drbdsetup_wait-connect-connection.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_wait-connect-connection.xml
../../user/v9/drbdsetup xml-help wait-connect-resource > drbdsetup_xml-help_wait-connect-resource.xml
xsltproc -o drbdsetup_wait-connect-resource.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_wait-connect-resource.xml
../../user/v9/drbdsetup xml-help wait-sync-volume > drbdsetup_xml-help_wait-sync-volume.xml
xsltproc -o drbdsetup_wait-sync-volume.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_wait-sync-volume.xml
../../user/v9/drbdsetup xml-help wait-sync-connection > drbdsetup_xml-help_wait-sync-connection.xml
xsltproc -o drbdsetup_wait-sync-connection.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_wait-sync-connection.xml
../../user/v9/drbdsetup xml-help wait-sync-resource > drbdsetup_xml-help_wait-sync-resource.xml
xsltproc -o drbdsetup_wait-sync-resource.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_wait-sync-resource.xml
../../user/v9/drbdsetup xml-help forget-peer > drbdsetup_xml-help_forget-peer.xml
xsltproc -o drbdsetup_forget-peer.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_forget-peer.xml
xsltproc \
        --xinclude --stringparam variablelist.term.break.after 1 \
        http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl drbdsetup.xml
Note: Writing drbdsetup.8
xsltproc -o drbd.conf.xml drbd.conf.xsl drbd.conf.xml.in
xsltproc \
        --xinclude --stringparam variablelist.term.break.after 1 \
        http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl drbd.conf.xml
Note: Writing drbd.conf.5
make[1]: Leaving directory `/home/wang/tools/drbd-utils-9.5.0/documentation/v9'
make -C documentation/ja/v9 doc
make[1]: Entering directory `/home/wang/tools/drbd-utils-9.5.0/documentation/ja/v9'
xsltproc -o drbdsetup.xml drbdsetup.xsl drbdsetup.xml.in
make -C ../../../user/v9 drbdsetup
make[2]: Entering directory `/home/wang/tools/drbd-utils-9.5.0/user/v9'
make[2]: `drbdsetup' is up to date.
make[2]: Leaving directory `/home/wang/tools/drbd-utils-9.5.0/user/v9'
../../../user/v9/drbdsetup xml-help new-resource > drbdsetup_xml-help_new-resource.xml
xsltproc -o drbdsetup_new-resource.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_new-resource.xml
../../../user/v9/drbdsetup xml-help new-minor > drbdsetup_xml-help_new-minor.xml
xsltproc -o drbdsetup_new-minor.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_new-minor.xml
../../../user/v9/drbdsetup xml-help del-resource > drbdsetup_xml-help_del-resource.xml
xsltproc -o drbdsetup_del-resource.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_del-resource.xml
../../../user/v9/drbdsetup xml-help del-minor > drbdsetup_xml-help_del-minor.xml
xsltproc -o drbdsetup_del-minor.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_del-minor.xml
../../../user/v9/drbdsetup xml-help new-peer > drbdsetup_xml-help_new-peer.xml
xsltproc -o drbdsetup_new-peer.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_new-peer.xml
../../../user/v9/drbdsetup xml-help new-path > drbdsetup_xml-help_new-path.xml
xsltproc -o drbdsetup_new-path.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_new-path.xml
../../../user/v9/drbdsetup xml-help del-peer > drbdsetup_xml-help_del-peer.xml
xsltproc -o drbdsetup_del-peer.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_del-peer.xml
../../../user/v9/drbdsetup xml-help del-path > drbdsetup_xml-help_del-path.xml
xsltproc -o drbdsetup_del-path.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_del-path.xml
../../../user/v9/drbdsetup xml-help attach > drbdsetup_xml-help_attach.xml
xsltproc -o drbdsetup_attach.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_attach.xml
../../../user/v9/drbdsetup xml-help connect > drbdsetup_xml-help_connect.xml
xsltproc -o drbdsetup_connect.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_connect.xml
../../../user/v9/drbdsetup xml-help disk-options > drbdsetup_xml-help_disk-options.xml
xsltproc -o drbdsetup_disk-options.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_disk-options.xml
../../../user/v9/drbdsetup xml-help net-options > drbdsetup_xml-help_net-options.xml
xsltproc -o drbdsetup_net-options.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_net-options.xml
../../../user/v9/drbdsetup xml-help resource-options > drbdsetup_xml-help_resource-options.xml
xsltproc -o drbdsetup_resource-options.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_resource-options.xml
../../../user/v9/drbdsetup xml-help peer-device-options > drbdsetup_xml-help_peer-device-options.xml
xsltproc -o drbdsetup_peer-device-options.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_peer-device-options.xml
../../../user/v9/drbdsetup xml-help disconnect > drbdsetup_xml-help_disconnect.xml
xsltproc -o drbdsetup_disconnect.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_disconnect.xml
../../../user/v9/drbdsetup xml-help detach > drbdsetup_xml-help_detach.xml
xsltproc -o drbdsetup_detach.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_detach.xml
../../../user/v9/drbdsetup xml-help primary > drbdsetup_xml-help_primary.xml
xsltproc -o drbdsetup_primary.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_primary.xml
../../../user/v9/drbdsetup xml-help secondary > drbdsetup_xml-help_secondary.xml
xsltproc -o drbdsetup_secondary.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_secondary.xml
../../../user/v9/drbdsetup xml-help verify > drbdsetup_xml-help_verify.xml
xsltproc -o drbdsetup_verify.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_verify.xml
../../../user/v9/drbdsetup xml-help invalidate > drbdsetup_xml-help_invalidate.xml
xsltproc -o drbdsetup_invalidate.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_invalidate.xml
../../../user/v9/drbdsetup xml-help invalidate-remote > drbdsetup_xml-help_invalidate-remote.xml
xsltproc -o drbdsetup_invalidate-remote.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_invalidate-remote.xml
../../../user/v9/drbdsetup xml-help down > drbdsetup_xml-help_down.xml
xsltproc -o drbdsetup_down.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_down.xml
../../../user/v9/drbdsetup xml-help role > drbdsetup_xml-help_role.xml
xsltproc -o drbdsetup_role.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_role.xml
../../../user/v9/drbdsetup xml-help cstate > drbdsetup_xml-help_cstate.xml
xsltproc -o drbdsetup_cstate.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_cstate.xml
../../../user/v9/drbdsetup xml-help dstate > drbdsetup_xml-help_dstate.xml
xsltproc -o drbdsetup_dstate.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_dstate.xml
../../../user/v9/drbdsetup xml-help resize > drbdsetup_xml-help_resize.xml
xsltproc -o drbdsetup_resize.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_resize.xml
../../../user/v9/drbdsetup xml-help check-resize > drbdsetup_xml-help_check-resize.xml
xsltproc -o drbdsetup_check-resize.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_check-resize.xml
../../../user/v9/drbdsetup xml-help pause-sync > drbdsetup_xml-help_pause-sync.xml
xsltproc -o drbdsetup_pause-sync.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_pause-sync.xml
../../../user/v9/drbdsetup xml-help resume-sync > drbdsetup_xml-help_resume-sync.xml
xsltproc -o drbdsetup_resume-sync.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_resume-sync.xml
../../../user/v9/drbdsetup xml-help outdate > drbdsetup_xml-help_outdate.xml
xsltproc -o drbdsetup_outdate.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_outdate.xml
../../../user/v9/drbdsetup xml-help show-gi > drbdsetup_xml-help_show-gi.xml
xsltproc -o drbdsetup_show-gi.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_show-gi.xml
../../../user/v9/drbdsetup xml-help get-gi > drbdsetup_xml-help_get-gi.xml
xsltproc -o drbdsetup_get-gi.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_get-gi.xml
../../../user/v9/drbdsetup xml-help show > drbdsetup_xml-help_show.xml
xsltproc -o drbdsetup_show.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_show.xml
../../../user/v9/drbdsetup xml-help events2 > drbdsetup_xml-help_events2.xml
xsltproc -o drbdsetup_events2.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_events2.xml
../../../user/v9/drbdsetup xml-help status > drbdsetup_xml-help_status.xml
xsltproc -o drbdsetup_status.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_status.xml
../../../user/v9/drbdsetup xml-help suspend-io > drbdsetup_xml-help_suspend-io.xml
xsltproc -o drbdsetup_suspend-io.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_suspend-io.xml
../../../user/v9/drbdsetup xml-help resume-io > drbdsetup_xml-help_resume-io.xml
xsltproc -o drbdsetup_resume-io.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_resume-io.xml
../../../user/v9/drbdsetup xml-help new-current-uuid > drbdsetup_xml-help_new-current-uuid.xml
xsltproc -o drbdsetup_new-current-uuid.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_new-current-uuid.xml
../../../user/v9/drbdsetup xml-help wait-connect-volume > drbdsetup_xml-help_wait-connect-volume.xml
xsltproc -o drbdsetup_wait-connect-volume.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_wait-connect-volume.xml
../../../user/v9/drbdsetup xml-help wait-connect-connection > drbdsetup_xml-help_wait-connect-connection.xml
xsltproc -o drbdsetup_wait-connect-connection.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_wait-connect-connection.xml
../../../user/v9/drbdsetup xml-help wait-connect-resource > drbdsetup_xml-help_wait-connect-resource.xml
xsltproc -o drbdsetup_wait-connect-resource.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_wait-connect-resource.xml
../../../user/v9/drbdsetup xml-help wait-sync-volume > drbdsetup_xml-help_wait-sync-volume.xml
xsltproc -o drbdsetup_wait-sync-volume.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_wait-sync-volume.xml
../../../user/v9/drbdsetup xml-help wait-sync-connection > drbdsetup_xml-help_wait-sync-connection.xml
xsltproc -o drbdsetup_wait-sync-connection.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_wait-sync-connection.xml
../../../user/v9/drbdsetup xml-help wait-sync-resource > drbdsetup_xml-help_wait-sync-resource.xml
xsltproc -o drbdsetup_wait-sync-resource.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_wait-sync-resource.xml
../../../user/v9/drbdsetup xml-help forget-peer > drbdsetup_xml-help_forget-peer.xml
xsltproc -o drbdsetup_forget-peer.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_forget-peer.xml
xsltproc \
        --xinclude --stringparam variablelist.term.break.after 1 \
        http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl drbdsetup.xml
Note: Writing drbdsetup.8
xsltproc -o drbd.conf.xml drbd.conf.xsl drbd.conf.xml.in
xsltproc \
        --xinclude --stringparam variablelist.term.break.after 1 \
        http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl drbd.conf.xml
Note: Writing drbd.conf.5
make[1]: Leaving directory `/home/wang/tools/drbd-utils-9.5.0/documentation/ja/v9'
make -C documentation/v83 doc
make[1]: Entering directory `/home/wang/tools/drbd-utils-9.5.0/documentation/v83'
make[1]: Nothing to be done for `doc'.
make[1]: Leaving directory `/home/wang/tools/drbd-utils-9.5.0/documentation/v83'
make -C documentation/v84 doc
make[1]: Entering directory `/home/wang/tools/drbd-utils-9.5.0/documentation/v84'
make -C ../../user/v84 drbdsetup-84
make[2]: Entering directory `/home/wang/tools/drbd-utils-9.5.0/user/v84'
make[2]: `drbdsetup-84' is up to date.
make[2]: Leaving directory `/home/wang/tools/drbd-utils-9.5.0/user/v84'
../../user/v84/drbdsetup-84 xml-help new-resource > drbdsetup_xml-help_new-resource.xml
xsltproc -o drbdsetup_new-resource.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_new-resource.xml
../../user/v84/drbdsetup-84 xml-help new-minor > drbdsetup_xml-help_new-minor.xml
xsltproc -o drbdsetup_new-minor.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_new-minor.xml
../../user/v84/drbdsetup-84 xml-help del-resource > drbdsetup_xml-help_del-resource.xml
xsltproc -o drbdsetup_del-resource.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_del-resource.xml
../../user/v84/drbdsetup-84 xml-help del-minor > drbdsetup_xml-help_del-minor.xml
xsltproc -o drbdsetup_del-minor.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_del-minor.xml
../../user/v84/drbdsetup-84 xml-help attach > drbdsetup_xml-help_attach.xml
xsltproc -o drbdsetup_attach.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_attach.xml
../../user/v84/drbdsetup-84 xml-help connect > drbdsetup_xml-help_connect.xml
xsltproc -o drbdsetup_connect.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_connect.xml
../../user/v84/drbdsetup-84 xml-help disk-options > drbdsetup_xml-help_disk-options.xml
xsltproc -o drbdsetup_disk-options.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_disk-options.xml
../../user/v84/drbdsetup-84 xml-help net-options > drbdsetup_xml-help_net-options.xml
xsltproc -o drbdsetup_net-options.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_net-options.xml
../../user/v84/drbdsetup-84 xml-help resource-options > drbdsetup_xml-help_resource-options.xml
xsltproc -o drbdsetup_resource-options.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_resource-options.xml
../../user/v84/drbdsetup-84 xml-help disconnect > drbdsetup_xml-help_disconnect.xml
xsltproc -o drbdsetup_disconnect.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_disconnect.xml
../../user/v84/drbdsetup-84 xml-help detach > drbdsetup_xml-help_detach.xml
xsltproc -o drbdsetup_detach.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_detach.xml
../../user/v84/drbdsetup-84 xml-help primary > drbdsetup_xml-help_primary.xml
xsltproc -o drbdsetup_primary.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_primary.xml
../../user/v84/drbdsetup-84 xml-help secondary > drbdsetup_xml-help_secondary.xml
xsltproc -o drbdsetup_secondary.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_secondary.xml
../../user/v84/drbdsetup-84 xml-help verify > drbdsetup_xml-help_verify.xml
xsltproc -o drbdsetup_verify.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_verify.xml
../../user/v84/drbdsetup-84 xml-help invalidate > drbdsetup_xml-help_invalidate.xml
xsltproc -o drbdsetup_invalidate.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_invalidate.xml
../../user/v84/drbdsetup-84 xml-help invalidate-remote > drbdsetup_xml-help_invalidate-remote.xml
xsltproc -o drbdsetup_invalidate-remote.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_invalidate-remote.xml
../../user/v84/drbdsetup-84 xml-help down > drbdsetup_xml-help_down.xml
xsltproc -o drbdsetup_down.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_down.xml
../../user/v84/drbdsetup-84 xml-help wait-connect > drbdsetup_xml-help_wait-connect.xml
xsltproc -o drbdsetup_wait-connect.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_wait-connect.xml
../../user/v84/drbdsetup-84 xml-help wait-sync > drbdsetup_xml-help_wait-sync.xml
xsltproc -o drbdsetup_wait-sync.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_wait-sync.xml
../../user/v84/drbdsetup-84 xml-help role > drbdsetup_xml-help_role.xml
xsltproc -o drbdsetup_role.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_role.xml
../../user/v84/drbdsetup-84 xml-help cstate > drbdsetup_xml-help_cstate.xml
xsltproc -o drbdsetup_cstate.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_cstate.xml
../../user/v84/drbdsetup-84 xml-help dstate > drbdsetup_xml-help_dstate.xml
xsltproc -o drbdsetup_dstate.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_dstate.xml
../../user/v84/drbdsetup-84 xml-help resize > drbdsetup_xml-help_resize.xml
xsltproc -o drbdsetup_resize.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_resize.xml
../../user/v84/drbdsetup-84 xml-help check-resize > drbdsetup_xml-help_check-resize.xml
xsltproc -o drbdsetup_check-resize.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_check-resize.xml
../../user/v84/drbdsetup-84 xml-help pause-sync > drbdsetup_xml-help_pause-sync.xml
xsltproc -o drbdsetup_pause-sync.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_pause-sync.xml
../../user/v84/drbdsetup-84 xml-help resume-sync > drbdsetup_xml-help_resume-sync.xml
xsltproc -o drbdsetup_resume-sync.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_resume-sync.xml
../../user/v84/drbdsetup-84 xml-help outdate > drbdsetup_xml-help_outdate.xml
xsltproc -o drbdsetup_outdate.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_outdate.xml
../../user/v84/drbdsetup-84 xml-help show-gi > drbdsetup_xml-help_show-gi.xml
xsltproc -o drbdsetup_show-gi.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_show-gi.xml
../../user/v84/drbdsetup-84 xml-help get-gi > drbdsetup_xml-help_get-gi.xml
xsltproc -o drbdsetup_get-gi.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_get-gi.xml
../../user/v84/drbdsetup-84 xml-help show > drbdsetup_xml-help_show.xml
xsltproc -o drbdsetup_show.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_show.xml
../../user/v84/drbdsetup-84 xml-help events > drbdsetup_xml-help_events.xml
xsltproc -o drbdsetup_events.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_events.xml
../../user/v84/drbdsetup-84 xml-help events2 > drbdsetup_xml-help_events2.xml
xsltproc -o drbdsetup_events2.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_events2.xml
../../user/v84/drbdsetup-84 xml-help status > drbdsetup_xml-help_status.xml
xsltproc -o drbdsetup_status.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_status.xml
../../user/v84/drbdsetup-84 xml-help suspend-io > drbdsetup_xml-help_suspend-io.xml
xsltproc -o drbdsetup_suspend-io.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_suspend-io.xml
../../user/v84/drbdsetup-84 xml-help resume-io > drbdsetup_xml-help_resume-io.xml
xsltproc -o drbdsetup_resume-io.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_resume-io.xml
../../user/v84/drbdsetup-84 xml-help new-current-uuid > drbdsetup_xml-help_new-current-uuid.xml
xsltproc -o drbdsetup_new-current-uuid.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_new-current-uuid.xml
xsltproc \
        --xinclude --stringparam variablelist.term.break.after 1 \
        http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl drbdsetup.xml
Note: Writing drbdsetup.8
make[1]: Leaving directory `/home/wang/tools/drbd-utils-9.5.0/documentation/v84'
make -C documentation/ja/v84 doc
make[1]: Entering directory `/home/wang/tools/drbd-utils-9.5.0/documentation/ja/v84'
make -C ../../../user/v84 drbdsetup-84
make[2]: Entering directory `/home/wang/tools/drbd-utils-9.5.0/user/v84'
make[2]: `drbdsetup-84' is up to date.
make[2]: Leaving directory `/home/wang/tools/drbd-utils-9.5.0/user/v84'
../../../user/v84/drbdsetup-84 xml-help new-resource > drbdsetup_xml-help_new-resource.xml
xsltproc -o drbdsetup_new-resource.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_new-resource.xml
../../../user/v84/drbdsetup-84 xml-help new-minor > drbdsetup_xml-help_new-minor.xml
xsltproc -o drbdsetup_new-minor.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_new-minor.xml
../../../user/v84/drbdsetup-84 xml-help del-resource > drbdsetup_xml-help_del-resource.xml
xsltproc -o drbdsetup_del-resource.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_del-resource.xml
../../../user/v84/drbdsetup-84 xml-help del-minor > drbdsetup_xml-help_del-minor.xml
xsltproc -o drbdsetup_del-minor.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_del-minor.xml
../../../user/v84/drbdsetup-84 xml-help attach > drbdsetup_xml-help_attach.xml
xsltproc -o drbdsetup_attach.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_attach.xml
../../../user/v84/drbdsetup-84 xml-help connect > drbdsetup_xml-help_connect.xml
xsltproc -o drbdsetup_connect.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_connect.xml
../../../user/v84/drbdsetup-84 xml-help disk-options > drbdsetup_xml-help_disk-options.xml
xsltproc -o drbdsetup_disk-options.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_disk-options.xml
../../../user/v84/drbdsetup-84 xml-help net-options > drbdsetup_xml-help_net-options.xml
xsltproc -o drbdsetup_net-options.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_net-options.xml
../../../user/v84/drbdsetup-84 xml-help resource-options > drbdsetup_xml-help_resource-options.xml
xsltproc -o drbdsetup_resource-options.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_resource-options.xml
../../../user/v84/drbdsetup-84 xml-help disconnect > drbdsetup_xml-help_disconnect.xml
xsltproc -o drbdsetup_disconnect.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_disconnect.xml
../../../user/v84/drbdsetup-84 xml-help detach > drbdsetup_xml-help_detach.xml
xsltproc -o drbdsetup_detach.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_detach.xml
../../../user/v84/drbdsetup-84 xml-help primary > drbdsetup_xml-help_primary.xml
xsltproc -o drbdsetup_primary.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_primary.xml
../../../user/v84/drbdsetup-84 xml-help secondary > drbdsetup_xml-help_secondary.xml
xsltproc -o drbdsetup_secondary.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_secondary.xml
../../../user/v84/drbdsetup-84 xml-help verify > drbdsetup_xml-help_verify.xml
xsltproc -o drbdsetup_verify.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_verify.xml
../../../user/v84/drbdsetup-84 xml-help invalidate > drbdsetup_xml-help_invalidate.xml
xsltproc -o drbdsetup_invalidate.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_invalidate.xml
../../../user/v84/drbdsetup-84 xml-help invalidate-remote > drbdsetup_xml-help_invalidate-remote.xml
xsltproc -o drbdsetup_invalidate-remote.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_invalidate-remote.xml
../../../user/v84/drbdsetup-84 xml-help down > drbdsetup_xml-help_down.xml
xsltproc -o drbdsetup_down.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_down.xml
../../../user/v84/drbdsetup-84 xml-help wait-connect > drbdsetup_xml-help_wait-connect.xml
xsltproc -o drbdsetup_wait-connect.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_wait-connect.xml
../../../user/v84/drbdsetup-84 xml-help wait-sync > drbdsetup_xml-help_wait-sync.xml
xsltproc -o drbdsetup_wait-sync.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_wait-sync.xml
../../../user/v84/drbdsetup-84 xml-help role > drbdsetup_xml-help_role.xml
xsltproc -o drbdsetup_role.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_role.xml
../../../user/v84/drbdsetup-84 xml-help cstate > drbdsetup_xml-help_cstate.xml
xsltproc -o drbdsetup_cstate.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_cstate.xml
../../../user/v84/drbdsetup-84 xml-help dstate > drbdsetup_xml-help_dstate.xml
xsltproc -o drbdsetup_dstate.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_dstate.xml
../../../user/v84/drbdsetup-84 xml-help resize > drbdsetup_xml-help_resize.xml
xsltproc -o drbdsetup_resize.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_resize.xml
../../../user/v84/drbdsetup-84 xml-help check-resize > drbdsetup_xml-help_check-resize.xml
xsltproc -o drbdsetup_check-resize.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_check-resize.xml
../../../user/v84/drbdsetup-84 xml-help pause-sync > drbdsetup_xml-help_pause-sync.xml
xsltproc -o drbdsetup_pause-sync.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_pause-sync.xml
../../../user/v84/drbdsetup-84 xml-help resume-sync > drbdsetup_xml-help_resume-sync.xml
xsltproc -o drbdsetup_resume-sync.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_resume-sync.xml
../../../user/v84/drbdsetup-84 xml-help outdate > drbdsetup_xml-help_outdate.xml
xsltproc -o drbdsetup_outdate.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_outdate.xml
../../../user/v84/drbdsetup-84 xml-help show-gi > drbdsetup_xml-help_show-gi.xml
xsltproc -o drbdsetup_show-gi.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_show-gi.xml
../../../user/v84/drbdsetup-84 xml-help get-gi > drbdsetup_xml-help_get-gi.xml
xsltproc -o drbdsetup_get-gi.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_get-gi.xml
../../../user/v84/drbdsetup-84 xml-help show > drbdsetup_xml-help_show.xml
xsltproc -o drbdsetup_show.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_show.xml
../../../user/v84/drbdsetup-84 xml-help events > drbdsetup_xml-help_events.xml
xsltproc -o drbdsetup_events.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_events.xml
../../../user/v84/drbdsetup-84 xml-help events2 > drbdsetup_xml-help_events2.xml
xsltproc -o drbdsetup_events2.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_events2.xml
../../../user/v84/drbdsetup-84 xml-help status > drbdsetup_xml-help_status.xml
xsltproc -o drbdsetup_status.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_status.xml
../../../user/v84/drbdsetup-84 xml-help suspend-io > drbdsetup_xml-help_suspend-io.xml
xsltproc -o drbdsetup_suspend-io.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_suspend-io.xml
../../../user/v84/drbdsetup-84 xml-help resume-io > drbdsetup_xml-help_resume-io.xml
xsltproc -o drbdsetup_resume-io.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_resume-io.xml
../../../user/v84/drbdsetup-84 xml-help new-current-uuid > drbdsetup_xml-help_new-current-uuid.xml
xsltproc -o drbdsetup_new-current-uuid.xml xml-usage-to-docbook.xsl drbdsetup_xml-help_new-current-uuid.xml
xsltproc \
        --xinclude --stringparam variablelist.term.break.after 1 \
        http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl drbdsetup.xml
Note: Writing drbdsetup.8

make[1]: Leaving directory `/home/wang/tools/drbd-utils-9.5.0/documentation/ja/v84'

#echo $?

   0     #此时发现安装成功了。