1registration_profile(4)          File Formats          registration_profile(4)
2
3
4

NAME

6       registration_profile - template for Basic Registration information
7

SYNOPSIS

9       registration.profile
10
11

DESCRIPTION

13       The registration profile is a template for the information provided for
14       Basic Registration. The information in this template is consumed by the
15       sconadm(1M)  utility.  sconadm  is  the command-line alternative to the
16       Basic Registration GUI.
17
18
19       An  example  of  the  registration  profile  template  is  provided  in
20       /usr/lib/breg/data/RegistrationProfile.properties.  This  file is owned
21       by root, with read-only permissions. As root, you can copy the file  to
22       a location of your choosing and edit the file.
23
24
25       The registration profile template contains the following properties:
26
27         userName=
28         password=
29         hostName=
30         subscriptionKey=
31         portalEnabled=
32         proxyHostName=
33         proxyPort=
34         proxyUserName=
35         proxyPassword=
36
37
38
39       Values  are  not required for every property. The filling in or leaving
40       blank a property depends on the task you intend  to  perform.  Possible
41       tasks  are registering a new system, reregistering a system, and estab‐
42       lishing a proxy. See sconadm(1M) for examples.
43
44
45       The properties defined for a registration template are as follows:
46
47       userName           Corresponds to Sun Online Account user name.
48
49
50       password           Corresponds to Sun Online Account password.
51
52
53       hostName           Hostname of the machine to be  registered  (defaults
54                          to Unix host name, if not provided).
55
56
57       subscriptionKey    Enable  access  to all updates by providing your Sun
58                          Subscription Key for entitlement.
59
60                          Note -
61
62                            The Sun Subscription Key is now known as  the  Sun
63                            Service  Plan  Number.  However,  the name of this
64                            field (subscriptionKey) remains unchanged.
65
66
67       portalEnabled      If true, enable local client to be  managed  at  the
68                          Sun-hosted Update Connection Service. If false, dis‐
69                          able local client to be managed  at  the  Sun-hosted
70                          Update Connection Service.
71
72
73       proxyHostName      Your HTTP web proxy host name.
74
75
76       proxyPort          Your HTTP web proxy port number.
77
78
79       proxyUserName      Your HTTP web proxy user name.
80
81
82       proxyPassword      Your HTTP web proxy password.
83
84

EXAMPLES

86       Example 1 Sample Registration Profile
87
88
89       Below are the contents of a sample registration profile. Such a profile
90       might be used to specify a proxy server with authentication.
91
92
93         userName=
94         password=
95         hostName=
96         subscriptionKey=
97         portalEnabled=
98         proxyHostName=webcache.mycompany.com
99         proxyPort=8080
100         proxyUserName=myCompanyProxyUserName
101         proxyPassword=myCompanyProxyPassword
102
103

ATTRIBUTES

105       See attributes(5) for descriptions of the following attributes:
106
107
108
109
110       ┌─────────────────────────────┬─────────────────────────────┐
111       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
112       ├─────────────────────────────┼─────────────────────────────┤
113       │Availability                 │SUNWbrg                      │
114       ├─────────────────────────────┼─────────────────────────────┤
115       │Interface Stability          │Stable                       │
116       └─────────────────────────────┴─────────────────────────────┘
117

SEE ALSO

119       sconadm(1M), attributes(5)
120
121
122
123SunOS 5.11                        27 Feb 2006          registration_profile(4)
Impressum