1RHN-ACTIONS-CONTROL(8) RHN-ACTIONS-CONTROL(8)
2
3
4
6 rhn-actions-control - Controls the enabling and disabling of scheduled
7 actions.
8
10 rhn-actions-control [ options ... ]
11
12
13
14
15 [ --enable-deploy | --disable-deploy ]
16
17
18
19
20 [ --enable-diff | --disable-diff ]
21
22
23
24
25 [ --enable-upload | --disable-upload ]
26
27
28
29
30 [ --enable-mtime-upload | --disable-mtime-upload ]
31
32
33
34
35 [ --enable-run | --disable-run ]
36
37
38
39
40 [ --enable-all | --disable-all ]
41
42
44 The RHN Actions Control (rhn-actions-control) allows the user to enable
45 and disable different types of scheduled actions. These various modes
46 are enabled/disabled by placing/removing files in the /etc/syscon‐
47 fig/rhn/allowed-actions/ directory. Due to the default permissions on
48 the /etc/sysconfig/rhn/ directory, RHN Actions Control will most likely
49 have to be run by someone with root access.
50
52 --enable-deploy, --disable-deploy
53 Enable/disable the deploy scheduled action. I.e., allow instal‐
54 lation of configuration files from the central repository on the
55 system. Without this functionality enabled, the configuration
56 management interface provides no real value for this system.
57
58 --enable-diff, --disable-diff
59 Enable/disable the diff scheduled action.
60
61 --enable-upload, --disable-upload
62 Enable/disable the upload scheduled action.
63
64 --enable-mtime-upload, --disable-mtime-upload
65 Enable/disable the mtime-upload scheduled action.
66
67 --enable-run, --disable-run
68 Enable/disable the ability to run remote scripts.
69
70 --enable-all, --disable-all
71 Enable/disable all capabilities.
72
73 -f, --force
74 Force an operation without confirmation.
75
76 --report
77 Report the status of the mode settings (enabled or disabled).
78
80 John Wregglesworth <wregglej@redhat.com>
81
82 Todd Warner <taw@redhat.com> (man page only)
83
84
85
86Version 4.0 03 August 2005 RHN-ACTIONS-CONTROL(8)