DRBDADM(8) | System Administration | DRBDADM(8) |
NAME
drbdadm - DRBD 管理のためのユーティリティSYNOPSIS
drbdadm [options...] [-- [backend-options...]] {command} {context...}
DESCRIPTION
drbdadm ユーティリティーは、構成ファイルに基づいて DRBD を管理するために使用される。次のマニュアルを参照: drbd.conf(5)。これは、高レベルのコマンドを 1 つまたは複数の下位レベルのコマンド drbdsetup、drbdmeta に変換する。これらのコマンドはカーネルモジュールを制御し、ディスク上のメタデータを操作する。コマンドに応じて、 drbdadm ユーティリティは、 1 つまたは複数のリソース、デバイス、接続、または対向ノード上で動作する。次のコマンドコンテキストが有効である。
resource
device
connection
peer_device
二重ダッシュに続くすべてのオプションは、指定された下位レベルのユーティリティに渡される。さらに drbdadm は drbdsetup の多くのオプションを理解する。二重ダッシュを使わなくてもそれらを drbdsetup に渡せる。
OPTIONS
-d, --dry-run-c, --config-file file
-t, --config-to-test file
-s, --drbdsetup file
-m, --drbdmeta file
-S, --stacked
COMMANDS
adjust {resource}adjust コマンドは、場合によっては設定変更を誤って解釈する可能性があるので注意すべきである。安全を期すために、実行前にコマンドが何をするのかを --dry-run オプションを使用して確認すること。
adjust-with-progress {resource}
apply-al {device}
attach {device}
check-resize {device}
connect {connection}
create-md {device}
cstate {connection}
detach {device}
disconnect {connection}
disk-options {device}
down {resource}
dstate {device}
dump {resource}
dump-md {device}
get-gi {peer_device}
hidden-commands
invalidate {peer_device}
invalidate-remote {peer_device}
net-options {connection}
new-current-uuid {device}
outdate {device}
pause-sync {peer_device}
primary {resource}
resize {device}
resource-options {resource}
resume-sync {peer_device}
role {resource}
secondary {resource}
show-gi {peer_device}
state {resource}
up {resource}
verify {peer_device}
wait-connect {[device] | [connection] | [resource]}
wait-sync {[device] | [connection] | [resource]}
wipe-md {device}
forget-peer {connection}
VERSION
このドキュメントは DRBD バージョン 9.0.0 向けに改訂されている。AUTHOR
Written by Philipp Reisner <[email protected]> and Lars Ellenberg <[email protected]>REPORTING BUGS
Report bugs to <[email protected]>.COPYRIGHT
Copyright 2001-2018 LINBIT Information Technologies, Philipp Reisner, Lars Ellenberg. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.SEE ALSO
drbd.conf(5), drbd(8), drbdsetup(8), drbdmeta(8) and the DRBD project web site[1]NOTES
- 1.
- DRBD project web site
17 January 2018 | DRBD 9.0.x |