1BKR-SYSTEM-POWER(1) Beaker BKR-SYSTEM-POWER(1)
2
3
4
6 bkr-system-power - Control power for a Beaker system
7
9 bkr system-power [options]
10 [--action <action>] [--clear-netboot] [--force] <fqdn>
11
12
14 Controls power for a Beaker system using its remote power management
15 interface (if one is available).
16
18 --action <action>
19 Perform the given power action. Valid actions are on, off, in‐
20 terrupt, reboot and none. Use none if no action needed. The de‐
21 fault is reboot.
22
23 --clear-netboot
24 Clear any existing netboot configuration before performing this
25 action. This will ensure the system falls back to booting from
26 its local hard disk.
27
28 --force
29 Normally this command will refuse to run if another user is us‐
30 ing the system. Pass this option to perform the power action
31 anyway.
32
33 Common bkr options are described in the Options section of bkr(1).
34
36 Non-zero on error, otherwise zero.
37
39 Power off a particular system:
40
41 bkr system-power --action off system2.example.invalid
42
43 Clear netboot on a particular system:
44
45 bkr system-power --action none --clear-netboot
46
48 bkr-system-provision(1), bkr(1)
49
51 The Beaker team <beaker-devel@lists.fedorahosted.org>
52
54 2013-2022 Red Hat, Inc.
55
56
57
58
5928.3 May 21, 2022 BKR-SYSTEM-POWER(1)