The following keywords apply to both SPARC and IA platforms. Name Service, Domain Name, Name ServerNaming-related keywords are as follows:
|
name_service=NIS,NIS+,LDAP,DNS,NONE
|
For the NIS and NIS+ keywords, the options are:
|
domain_name=domain_name
name_server=hostname(ip_address)
|
The following is an example NIS entry:
|
name_service=NIS
{domain_name=west.arp.com name_server=timber(129.221.2.1)}
|
For NIS+, the example is identical to the one above, except for the replacement of the keyword NIS by NIS+.
For DNS, the syntax is:
|
domain_name=domain_name; name_server=ip_address, ... ;
search=domain_name, ...
|
You can have a maximum of three IP addresses and six domain names. The total length of a search entry cannot exceed 250 characters. The following is an example DNS entry:
|
name_service=DNS
{domain_name=west.arp.com
name_server=10.0.1.10,10.0.1.20
search=arp.com,east.arp.com}
|
For LDAP, the syntax is:
|
domain_name=domain_name;
profile=profile_name;
profile_server=ip_address
|
The following is an example LDAP entry:
|
name_service=LDAP
{domain_name=west.arp.com
profile=default
profile_server=129.221.2.1}
|
Choose only one value for name_service. Include either, both, or neither of the domain_name and name_server keywords, as needed. If no keywords are used, omit the curly braces. Network Interface, Hostname, IP address, Netmask, DHCP, IPv6, Default RouteNetwork-related keywords are as follows:
|
network_interface=NONE, PRIMARY, value
|
If you are using DHCP, the options for PRIMARY and value are:
|
dhcp; protocol_ipv6=yes_or_no
|
For example:
|
network_interface=primary {dhcp protocol_ipv6=yes}
|
If you are not using DHCP, the options for PRIMARY and value are:
|
hostname=host_name;
ip_address=ip_address;
netmask=netmask;
protocol_ipv6=yes_or_no
default_route=ip_address (IPv4 address only)
|
For example:
|
network_interface=le0
{hostname=feron
ip_address=129.222.2.7
netmask=255.255.0.0
protocol_ipv6=no
default_route=129.222.2.1}
|
Choose only one value for network_interface. Include any combination or none of the hostname, ip_address, netmask, and default_route keywords, as needed. If you do not use any of these keywords, omit the
curly braces.
protocol_ipv6 and default_route are optional; you do not need to specify them. default_route accepts only an IPv4 address. Root PasswordThe root password keyword is root_password. Possible values are encrypted from /etc/shadow. Syntax is:
|
root_password=encrypted_password
|
Security PolicyThe security--related keyword is security_policy. It has the following syntax:
|
security_policy=kerberos, NONE
|
The kerberos keyword has the following options:
|
{default_realm=FQDN admin_server=FQDN kdc=FQDN1, FQDN2, FQDN3}
|
where FQDN is a fully qualified domain name. An example of the security_policy keyword is as follows:
|
security_policy=kerberos {default_realm=Yoursite.COM
admin_server=krbadmin.Yoursite.COM
kdc=kdc1.Yoursite.COM, kdc2.Yoursite.COM}
|
You can list a maximum of three key distribution centers (KDCs) for a security_policy keyword. At least one is required. Language in Which to Display the Install ProgramThe system-location keyword is system_locale. It has the following syntax:
where locale is /usr/lib/locale. Terminal TypeThe terminal keyword is terminal. It has the following syntax:
where terminal_type is a value from /usr/share/lib/terminfo/*. Timezone InformationThe timezone keyword is timezone. It has the following syntax:
where timezone is a value from /usr/share/lib/zoneinfo/*. Date and TimeThe time server keyword is timeserver. It has the following syntax:
|
timeserver=localhost
timeserver=hostname
timeserver=ip_address
|
If you specify localhost as the time server, the system's time is assumed to be correct. If you specify the hostname or ip_address (if you are not running a name service) of a system, that system's time is used to set the time.
|