Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

DESCRIPTION

The bsradm utility is used for managing bsr based on its configuration files, see bsr.conf(5). It translates high-level commands into one or more lower-level commands for the bsrsetup and bsrmeta utilities, which control the kernel module and manipulate the on-disk metadata.Depending on the command, the bsradm utility operates on one or more resources, devices, connections, or peer devices. The following command contexts are defined:resource

A resource specified by name, or the keyword all for all defined resources.

device

A device, specified by minor number bsradm 유틸리티는 구성 파일을 기반으로 bsr을 관리하는데 사용됩니다. 이 명령은 커널 모듈을 제어하고 디스크상의 메타 데이터를 조작하는 "bsrsetup"및 "bsrmeta"유틸리티에 대한 상위 레벨 명령을 하나 이상의 하위 레벨 명령으로 변환합니다. 명령에 따라 "bsradm"유틸리티는 하나 이상의 리소스, 장치, 연결 또는 피어 장치에 대해 작동합니다. 다음과 같은 명령 컨텍스트가 정의됩니다.

리소스는 이름으로 지정하고 all 키워드는 모든 리소스를 지정합니다.

device

장치입니다. minor 번호로 기술하거나(minor- minornumber, e.g. minor-0) or by resource and volume number ( 리소스와 볼륨번호(resource/volume). If only a resource is specified, the command iterates over all devices of that resource.

connection

A connection, specified by resource and connection name ( 로 기술합니다. 리소스만 지정하면 해당 리소스의 모든 장치에 대해 명령을 반복합니다.

connection

연결입니다. 리소스 및 연결 이름으로 지정됩니다(resource:connection-name). If only a resource is specified, the command iterates over all connections of that resource리소스만 지정하면 해당 리소스의 모든 연결에 대해 명령을 반복합니다.

peer_deviceA peer

device, specified by resource, connection name, and volume number ( 피어 장치입니다. 리소스,연결 이름 및 볼륨 번호(resource:connection-name/volume). If only a resourcedevice, or connection is specified, the command iterates over all peer devices of that resource, device, or connection로 지정됩니다. 리소스, 장치 또는 연결만 지정하면 해당 리소스, 장치 또는 연결의 모든 피어 장치에 대해 명령을 반복합니다.

All options following a double-dash are passed through to the lower-level utilities as specified. In addition, bsradm understands most of the options of bsrsetup, and will pass them through even without the double-dash.

...