1BKR-LABCONTROLLER-MODIFY(1) Beaker BKR-LABCONTROLLER-MODIFY(1)
2
3
4
6 bkr-labcontroller-modify - Modify a lab controller
7
9 bkr labcontroller-modify [options] <fqdn>
10 [--fqdn <fqdn>]
11 [--user <username>]
12 [--password <password>]
13 [--email <email_address>]
14 [--enable]
15 [--disable]
16
17
19 Modify the attributes of an existing lab controller.
20
22 --fqdn <fqdn>
23 Change the lab controller's FQDN to <fqdn>
24
25 --user <username>
26 Change the username of the lab controller's user account to
27 <username>
28
29 --password <password>
30 Change the password of the lab controller's user account to
31 <password>
32
33 --email <email_address>
34 Change the email address of the lab controller's user account to
35 <email-address>
36
37 --create
38 Create the lab controller if it does not exist
39
40 --enable
41 Enable the lab controller
42
43 --disable
44 Disable the lab controller
45
46 Common bkr options are described in the Options section of bkr(1).
47
49 Non-zero on error, otherwise zero.
50
52 Change the lab controller 'lab1.fqdn.name' with new fqdn
53 'lab2.fqdn.name':
54
55 bkr labcontroller-modify --fqdn lab2.fqdn.name lab1.fqdn.name
56
57 Change the lab controller 'lab1.fqdn.name' with new user account
58 details:
59
60 bkr labcontroller-modify --user newusername --password newpass --email newemail.example.com lab1.fqdn.name
61
63 bkr labcontroller-list(1)
64
66 The Beaker team <beaker-devel@lists.fedorahosted.org>
67
69 2013, Red Hat, Inc
70
71
72
73
7426.3 Jan 31, 2019 BKR-LABCONTROLLER-MODIFY(1)