1RHNREG_KS(8) Red Hat, Inc. RHNREG_KS(8)
2
3
4
6 rhnreg_ks - A program for non interactively registering systems to Red
7 Hat Satellite.
8
9
11 rhnreg_ks [options]
12
13
15 rhnreg_ks is a utility for registering a system with the "Red Hat
16 Satellite". It is designed to be used in a non-interactive environment
17 (a kickstart style install, for example). All the information can be
18 specified on the command line or stdin.
19
20
22 --profilename
23 Specify the profile name that should be used as an identifier
24 for the system in Red Hat Satellite
25
26 --username
27 The username to register the system with under Red Hat Satel‐
28 lite. This can be an existing Red Hat Satellite username, or a
29 new username.
30
31 --systemorgid
32 Specify an organizational id for this system
33
34 --password
35 The password associated with the username specified with the
36 --username option. This is an unencrypted password.
37
38 --activationkey
39 Specify/use a serial number to associate with the system. This
40 is optional, but activation keys can really simplify the regis‐
41 tration process. Learn more about activation keys in the online
42 RHN documentation.
43
44 --use-eus-channel
45 Subscribe this system to the EUS channel tied to the system's
46 redhat-release
47
48 --contactinfo
49 This option has been deprecated. Please login to the server web
50 user interface and update your contactinfo.
51
52 --nohardware
53 Do not probe or upload any hardware information.
54
55 --nopackages
56 Do not profile or upload any package information.
57
58 --novirtinfo
59 Do not profile or upload any virtualization information.
60
61 --norhnsd
62 Do not start rhnsd after completion.
63
64 --force
65 Register the system even if it has already been registered.
66
67 --version
68 Show the version of rhnreg_ks.
69
70 --proxy
71 Specify a HTTP proxy to use.
72
73 --proxyUser
74 Specify a username to use with an authenticated HTTP proxy.
75
76 --proxyPassword
77 Specify a password to use with an authenticated HTTP proxy.
78
79 --sslCACert
80 Specify a path to a SSL CA certificate to use.
81
82 --serverUrl
83 Specify a URL to as the server.
84
85 -v, --verbose
86 Show additional output
87
88 -h, --help
89 Show a help message and exit.
90
91
93 /etc/sysconfig/rhn/systemid
94 The digital server ID for this machine if the system has been
95 registered onto "Red Hat Satellite". This file does not exist
96 otherwise.
97
98 /etc/sysconfig/rhn/up2date
99 The common configuration file used by RHN client programs.
100
101
103 Register a new system to Red Hat Satellite:
104
105 rhnreg_ks --profilename "example_profile_name" --username "someexampleuser" --password "foobar"
106
107
109 rhn_check(8), rhn_register(8), rhnsd(8), rhn-profile-sync(8), rhnplu‐
110 gin(8), up2date(5).
111
112
114 See the AUTHORS file included with this software.
115
116 This manual page was written by Adrian Likins <alikins@redhat.com> and
117 James Bowes <jbowes@redhat.com>
118
119
121 Report bugs to <http://bugzilla.redhat.com>.
122
123
125 Copyright © 1999-2011 Red Hat, Inc.
126
127
128 This is free software; see the source for copying conditions. There is
129 NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
130 PURPOSE.
131
132
133
134Linux 2011 February 4 RHNREG_KS(8)