Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

bsradm

bsradm [options...] [-- [ backend-options...]] {command} {context...}

...

bsradm 유틸리티는 구성 파일을 기반으로 bsr을 관리하는데 사용됩니다. 이 명령은 커널 모듈을 제어하고 디스크상의 메타 데이터를 조작하는 상위 레벨 명령을 하나 이상의 하위 레벨 명령으로 변환하여 "bsrsetup"및 "bsrmeta"유틸리티로 재지정 합니다. 명령에 따라 하나 이상의 리소스, 장치, 연결 또는 피어 장치에 대해 작동합니다. 리소스는 이름으로 지정하고 all 키워드는 모든 리소스에 대한 지정을 의미 합니다.

다음과 같은 명령 컨텍스트가 정의됩니다.

device

장치. minor 번호로 기술하거나(minor- minornumber, e.g. minor-0) 리소스/볼륨번호(resource/volume)로 기술합니다. 리소스만 지정하면 해당 리소스의 모든 장치에 대해 명령을 반복합니다.

connection

연결. 리소스:연결 이름으로 지정됩니다(resource:connection-name). 리소스만 지정하면 해당 리소스의 모든 연결에 대해 명령을 반복합니다.

peer_device

피어 장치. 리소스:연결 이름/볼륨 번호(resource:connection-name/volume)로 지정됩니다. 리소스, 장치 또는 연결만 지정하면 해당 리소스, 장치 또는 연결의 모든 피어 장치에 대해 명령을 반복합니다.

...

Completely remove any reference to a unconnected peer from meta-data. See bsrmeta(8) for details.

bsrsetup

bsrsetup command {argument...} [option...]

...

The forget-peer command removes all traces of a peer node from the meta-data. It frees a bitmap slot in the meta-data and make it avalable for futher bitmap slot allocation in case a so-far never seen node connects. The connection must be taken down before this command may be used. In case the peer re-connects at a later point a bit-map based resync will be turned into a full-sync.

bsrmeta

bsrmeta [--force] [--ignore-sanity-checks] { device} {v06 minor | v07  meta_dev index | v08 meta_dev index | v09  meta_dev index} { command} [cmd args...]

...

Replace the metadata on the device with the contents of dump_file. The dump file format is defined by the output of the dump-md command.

bsrcon

bsrcon command {argument...}

...