1BKR-LABCONTROLLER-MODIFY(1)         Beaker         BKR-LABCONTROLLER-MODIFY(1)
2
3
4

NAME

6       bkr-labcontroller-modify - Modify a lab controller
7

SYNOPSIS

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

DESCRIPTION

19       Modify the attributes of an existing lab controller.
20

OPTIONS

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

EXIT STATUS

49       Non-zero on error, otherwise zero.
50

EXAMPLES

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 de‐
58       tails:
59
60          bkr labcontroller-modify         --user newusername         --password newpass         --email newemail.example.com         lab1.fqdn.name
61

SEE ALSO

63       bkr labcontroller-list(1)
64

AUTHOR

66       The Beaker team <beaker-devel@lists.fedorahosted.org>
67
69       2013-2022 Red Hat, Inc.
70
71
72
73
7428.3                             May 21, 2022      BKR-LABCONTROLLER-MODIFY(1)
Impressum