...
다음과 같은 명령 컨텍스트가 정의됩니다.
device
장치. minor 번호로 기술하거나지정하거나(minor- minornumber, e.g. minor-0) 리소스/볼륨번호(resource/volume)로 기술합니다지정합니다. 리소스만 지정하면 해당 리소스의 문맥의 모든 장치에 대해 명령을 반복합니다.
connection
연결. 리소스:연결 이름으로 지정됩니다연결이름(resource:connection-name)으로 지정합니다. 리소스만 지정하면 해당 리소스의 문맥의 모든 연결에 대해 명령을 반복합니다.
peer_device
피어 장치. 리소스:연결 이름연결이름/볼륨 번호볼륨번호(resource:connection-name/volume)로 지정됩니다지정합니다. 리소스, 장치 또는 , 연결만 지정하면 해당 리소스, 장치 또는 연결의 문맥의 모든 피어 장치에 대해 명령을 반복합니다.
이중 대시 다음의 모든 옵션은 지정된대로 하위 수준 유틸리티로 전달됩니다. 또한, bsradm은 bsrsetup의 대부분의 옵션을 이해하며 이중 대시 없이도 옵션을 전달합니다.
...
attach { device}
하위 수준의 장치를 복제 장치로 적재합니다.check-resize { device}
Call bsrmeta to eventually move internal meta data. If the backing device was resized, while bsr was not running, meta data has to be moved to the end of the device, so that the next attach command can succeed.
connect { connection}
Activate an exisiting connection to a peer. The connection needs to be created first with the new-peer command, and have at least one path created with the new-path command. See bsrsetup(8) for details.피어에 대한 기존 연결을 활성화 합니다. 연결은 new-peer 명령으로 먼저 작성해야 하며 new-path 명령으로 하나 이상의 경로를 작성해야 합니다.
create-md { device}Initialize
the metadata of a device. This is necessary before a device can be attached; see bsrmeta(8) for details장치의 메타 데이터를 초기화 합니다. 이것은 복제 장치를 최초 연결하기 전에 필요합니다.
cstate { connection}
Show the current state of a connection. See bsrsetup(8) for details.현재의 연결 상태를 표시합니다.
detach { device}Detach
the lower-level device of a replicated device. See bsrsetup(8) for details복제 장치의 하위 장치를 분리합니다.
disconnect { connection}
Remove a connection to a peer host. See bsrsetup(8) for details.
...