1RHNSD(8) Red Hat, Inc. RHNSD(8)
2
3
4
6 rhnsd - A program for querying the Spacewalk server for updates and
7 information.
8
9
11 rhn_check [options]
12
13
15 rhnsd is a background daemon process that periodically polls the Space‐
16 walk server to see if there are any queued actions available. If any
17 are queued, rhnsd will execute those actions.
18
19 rhnsd is typically started from the initialization (init) scripts in
20 /etc/init.d/rhnsd. when it's time to poll the Spacewalk server for
21 available updates and actions. The default interval is every 240 min‐
22 utes. The minimum polling interval is 60 minutes.
23
24 To check for updates, rhnsd runs an external program called rhn_check.
25 This is a small application that actually makes the network connection
26 to Spacewalk.
27
28 The rhnsd daemon does not listen on any network ports, nor does it ever
29 talk to the network directly. Any network activity is done via the
30 rhn_check utility.
31
32 rhnsd can be configured by editing the /etc/sysconfig/rhn/rhnsd. con‐
33 figuration file. This is actually the configuration file the rhnsd ini‐
34 tialization script /etc/init.d/rhnsd. uses.
35
36
38 -i, --interval
39 Specify the interval that rhnsd should wait between checking the
40 Spacewalk. Default is 240 minutes, the minimum is 60 minutes.
41 This can also be specified in /etc/sysconfig/rhn/rhnsd
42
43 -f, --foreground
44 force the rhnsd process to run in the foreground instead of
45 automatically backgrounding itself, as it does by default.
46
47
49 /etc/sysconfig/rhn/rhnsd
50 Configuration settings for the rhnsd daemon's initialization
51 script.
52
53
55 rhn_check(8), rhn_register(8), rhnsd(8), rhn-profile-sync(8), rhnplu‐
56 gin(8), up2date(5).
57
58
60 Preston Brown <pbrown@redhat.com>
61 Cristian Gafton <gafton@redhat.com>
62 Adrian Likins <alikins@redhat.com>
63 James Bowes <jbowes@redhat.com>
64
65
67 Report bugs to <http://bugzilla.redhat.com>.
68
69
71 Copyright © 1999-2006 Red Hat, Inc.
72
73
74 This is free software; see the source for copying conditions. There is
75 NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
76 PURPOSE.
77
78
79
80Linux 2006 November 13 RHNSD(8)