Project

General

Profile

Solaris Unattended installation » History » Version 4

Oliver Weinmann, 12/28/2011 04:28 AM

1 1 Romain Vrignaud
h1. Solaris Unattended installation
2
3 4 Oliver Weinmann
h2. Installation Media
4 1 Romain Vrignaud
5 4 Oliver Weinmann
To setup Solaris 10 Installation Media, create a directory and run the following script from the Solaris 10 Installation DVD:
6
7
<pre>
8
mkdir -p /Solaris
9
cd /cdrom/cdrom0/Solaris_10/Tools
10
./setup_install_server /Solaris
11
</pre>
12
13 3 Oliver Weinmann
A Solaris distribution should be declared in the same form as a Linux distribution. There should be an http based access URL, (the path variable,) so that the smart-proxy can
14
download the required components for the build. Currently this step has to be done manually. Simply copy the inetboot files to your tftp directory.
15
16
Example:
17 1 Romain Vrignaud
18 3 Oliver Weinmann
<pre>
19 4 Oliver Weinmann
cp /Solaris/install/Solaris_5.10_sparc_hw0811/Solaris_10/Tools/Boot/platform/sun4u/inetboot /var/lib/tftpboot/Solaris-5.10-hw0811-SUN4U-inetboot
20 3 Oliver Weinmann
</pre>
21
22
As the Solaris jumpstart process is performed via NFS rather than TFTP the distribution media must also be made available for
23 1 Romain Vrignaud
ReadOnly mounting on the clients. The fields describing this alternative access naming scheme are revealed on the Media page when a Solaris operating system is selected. The
24
Solaris build can proceed via a conventional package build, where the packages selected are the SUWNCreq minimal install, or a flash build. The flash archives are located under 
25
the distribution directory by default but can be located anywhere that can be accessed via NFS.
26
27 2 Oliver Weinmann
Example:
28
29
<pre>
30
Name: Solaris Install Media
31
32
Path: http://server/Solaris/install/Solaris_$major.$minor_$arch_$release
33
Media Path: server:/Solaris/install/Solaris_$major.$minor_$arch_$release
34
Config Path: server:Solaris/jumpstart
35
Image Path: server:/Solaris/images
36
</pre>
37
38 1 Romain Vrignaud
h2. jumpstart files
39
40
The Solaris jumpstart process is occurs in two phases; a diskless client is first booted and then in phase two, the host mounts its build media and configuration files from an NFS location and proceeds with the build. Foreman provides a skeleton configuration directory structure suitable for NFS mounting on the host. In this structure are files that are customised to forward configuration requests to the Foreman instance. This directory tree, located at .../foreman/extra/jumpstart, should be NFS shared to the subnet that contains any potential Solaris clients. Some customization of this directory tree may be required. See [[Solaris_jumpstart_directory]]
41
42
h2. Model consolidation
43
44
When Foreman imports a host that has not been configured and built by Foremen it will attempt to determine the model of that machine by analyzing the facts that are associated with the host. This can often result in many badly named models all referring to what should be a single manufacturers model. A rake task has been provided that attempts to consolidate all these duplicate malformed names into a single sensible model together with the appropriate Solaris vendor class and Solaris hardware model. See [[models_consolidate|rake models::consolidate]]