File Formats registrationprofile(4)
NAME
registrationprofile - template for Basic Registration
information
SYNOPSIS
registration.profile
DESCRIPTION
The registration profile is a template for the information
provided for Basic Registration. The information in this
template is consumed by the sconadm(1M) utility. sconadm is
the command-line alternative to the Basic Registration GUI.
An example of the registration profile template is provided
in /usr/lib/breg/data/RegistrationProfile.properties. This
file is owned by root, with read-only permissions. As root,
you can copy the file to a location of your choosing and
edit the file.
The registration profile template contains the following
properties:
userName=
password=
hostName=
subscriptionKey=
portalEnabled=
proxyHostName=
proxyPort=
proxyUserName=
proxyPassword=
Values are not required for every property. The filling in
or leaving blank a property depends on the task you intend
to perform. Possible tasks are registering a new system,
reregistering a system, and establishing a proxy. See
sconadm(1M) for examples.
The properties defined for a registration template are as
follows:
userName Corresponds to Sun Online Account user
name.
SunOS 5.11 Last change: 27 Feb 2006 1
File Formats registrationprofile(4)
password Corresponds to Sun Online Account pass-
word.
hostName Hostname of the machine to be registered
(defaults to Unix host name, if not pro-
vided).
subscriptionKey Enable access to all updates by providing
your Sun Subscription Key for entitle-
ment.
Note -
The Sun Subscription Key is now known
as the Sun Service Plan Number. How-
ever, the name of this field (subscrip-
tionKey) remains unchanged.
portalEnabled If true, enable local client to be
managed at the Sun-hosted Update Connec-
tion Service. If false, disable local
client to be managed at the Sun-hosted
Update Connection Service.
proxyHostName Your HTP web proxy host name.
proxyPort Your HTP web proxy port number.
proxyUserName Your HTP web proxy user name.
proxyPassword Your HTP web proxy password.
EXAMPLES
Example 1 Sample Registration Profile
Below are the contents of a sample registration profile.
Such a profile might be used to specify a proxy server with
authentication.
userName=
password=
hostName=
SunOS 5.11 Last change: 27 Feb 2006 2
File Formats registrationprofile(4)
subscriptionKey=
portalEnabled=
proxyHostName=webcache.mycompany.com
proxyPort=8080
proxyUserName=myCompanyProxyUserName
proxyPassword=myCompanyProxyPassword
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
Availability SUNWbrg
Interface Stability Stable
SEE ALSO
sconadm(1M), attributes(5)
SunOS 5.11 Last change: 27 Feb 2006 3
|