1BKR-SYSTEM-RESERVE(1) Beaker BKR-SYSTEM-RESERVE(1)
2
3
4
6 bkr-system-reserve - Manually reserve a Beaker system
7
9 bkr system-reserve [options] <fqdn>
10
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
20 Common bkr options are described in the Options section of bkr(1).
21
23 Non-zero on error, otherwise zero.
24
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
37 bkr(1)
38
40 The Beaker team <beaker-devel@lists.fedorahosted.org>
41
43 2013-2021 Red Hat, Inc.
44
45
46
47
4828.2 Feb 17, 2021 BKR-SYSTEM-RESERVE(1)