1UP2DATE(5) Red Hat, Inc. UP2DATE(5)
2
3
4
6 up2date - Configuration file for Red Hat Satellite client programs.
7
8
10 Red Hat Satellite client programs, such as rhn_check(8), use a common
11 configuration file at /etc/sysconfig/rhn/up2date.
12
13
15 enableProxy
16 Use a HTTP Proxy. Can be either 0 (False) or 1 (True).
17
18 serverURL
19 Remote server URL
20
21 debug Whether or not debugging is enabled. Can be either 0 (False) or
22 1 (True).
23
24 systemIdPath
25 Location of system id file. Expects the path of a file on disk.
26
27 versionOverride
28 Override the automatically determined system version. Expects a
29 string or blank (do not override the version).
30
31 httpProxy
32 HTTP proxy in host:port format, e.g. squid.redhat.com:3128
33
34 proxyUser
35 The username for an authenticated proxy.
36
37 proxyPassword
38 The password to use for an authenticated proxy.
39
40 enableProxyAuth
41 To use an authenticated proxy or not. Can be either 0 (False) or
42 1 (True).
43
44 networkRetries
45 Number of attempts to make at network connections before giving
46 up. Expects a positive integer.
47
48 sslCACert
49 The CA cert used to verify the ssl server. Expects the path of a
50 file on disk.
51
52 noReboot
53 Disable the reboot action. Can be either 0 (False) or 1 (True).
54
55 disallowConfChanges
56 Config options that can not be overwritten by a config update
57 action. Expects a semi-colon separated list of config option
58 names.
59
60 hostedWhitelist
61 Override the default list of URLs the RHN Register client treats
62 as official RHN hosted servers. This only affects the RHN Regis‐
63 ter graphical- and text-based clients, as it changes some of the
64 options that appear. This option is included for testing pur‐
65 poses only.
66
67 retrieveOnly
68 If set to 1 (True), package installs done through rhn_check will
69 only download the package, the package will not be installed.
70
72 /etc/sysconfig/rhn/up2date
73 The location of this configuration file
74
75
77 rhn_check(8), rhn_register(8), rhnreg_ks(8), rhnsd(8), rhn-profile-
78 sync(8), rhnplugin(8), rhnplugin.conf(5).
79
80
82 See the AUTHORS file included with this software.
83
84 This manual page was written by James Bowes <jbowes@redhat.com>
85
86
88 Report bugs to <http://bugzilla.redhat.com>.
89
90
92 Copyright © 1999-2010 Red Hat, Inc.
93
94
95 This is free software; see the source for copying conditions. There is
96 NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
97 PURPOSE.
98
99
100
101Linux 2010 August 30 UP2DATE(5)