A program for non interactively registering systems to rhn satellite or red hat network classic.
rhnreg_ks [options]
Vrhnreg_ks is a utility for registering a system with the RHN Satellite or Red Hat Network Classic. It is designed to be used in a non-interactive environment (a kickstart style install, for example). All the information can be specified on the command line or stdin.
Specify the profile name that should be used as an identifier for the system in RHN Satellite, Red Hat Network Classic
The username to register the system with under RHN Satellite or Red Hat Network Classic. This can be an existing RHN Satellite or Red Hat Network Classic username, or a new username.
The password associated with the username specified with the --username option. This is an unencrypted password.
Specify/use a serial number to associate with the system. This is optional, but activation keys can really simplify the registration process. Learn more about activation keys in the online RHN documentation.
This option has been deprecated. Please login to the server web user interface and update your contactinfo.
Do not probe or upload any hardware information.
Do not profile or upload any package information.
Do not profile or upload any virtualization information.
Do not start rhnsd after completion.
Register the system even if it has already been registered.
Show the version of rhnreg_ks.
Specify a HTTP proxy to use.
Specify a username to use with an authenticated HTTP proxy.
Specify a password to use with an authenticated HTTP proxy.
Specify a path to a SSL CA certificate to use.
Specify a URL to as the server.
Show a help message and exit.
The digital server ID for this machine if the system has been registered onto RHN Satellite or Red Hat Network Classic. This file does not exist otherwise.
The common configuration file used by RHN client programs.
Register a new system to Red Hat Network Classic:
rhnreg_ks --profilename "example_profile_name" --username "someexampleuser" --password "foobar"
Register a new system to Red Hat Network Classic with contact info:
rhnreg_ks --profilename "example_profile_name" --username "someexampleuser" --password "foobar" --contactinfo < contactinfo where the file "contactinfo" contains data in the format: first_name: Billy last_name: Bob company: SomeCompanyName city: Springfield fax: 555-5555 phone: 555-5555
rhn_check(8), rhn_register(8), rhnsd(8), rhn-profile-sync(8), rhnplugin(8), up2date(5).
See the AUTHORS file included with this software.
This manual page was written by Adrian Likins <[email protected]> and James Bowes <[email protected]>
Report bugs to <http://bugzilla.redhat.com>.
Copyright © 1999-2011 Red Hat, Inc.
This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.