1BKR-SYSTEM-RESERVE(1)               Beaker               BKR-SYSTEM-RESERVE(1)
2
3
4

NAME

6       bkr-system-reserve - Manually reserve a Beaker system
7

SYNOPSIS

9       bkr system-reserve [options] <fqdn>
10

DESCRIPTION

12       Reserves a Beaker system.
13
14       The  system  must  have its status set to Manual and be free for use by
15       the current user. To reserve a system using the Beaker scheduler,  sub‐
16       mit  a  job  using the Beaker web UI or a workflow command (such as bkr
17       workflow-simple) instead.
18

OPTIONS

20       Common bkr options are described in the Options section of bkr(1).
21

EXIT STATUS

23       Non-zero on error, otherwise zero.
24

EXAMPLES

26       Reserve a particular system, provision it, do some work on it, and then
27       release it:
28
29          bkr system-reserve system1.example.invalid
30          bkr system-provision --kernel-opts "nogpt" \
31                               --distro-tree 12345 \
32                               system1.example.invalid
33          # do some work on the system
34          bkr system-release system1.example.invalid
35

SEE ALSO

37       bkr(1)
38

AUTHOR

40       The Beaker team <beaker-devel@lists.fedorahosted.org>
41
43       2013-2020 Red Hat, Inc.
44
45
46
47
4827.4                             Mar 30, 2020            BKR-SYSTEM-RESERVE(1)
Impressum