Document Information
1. Introduction to the Automated Installer
2. Automated Installer Task Map
3. Automated Installer Setup Instructions
Server Setup
How to Complete Server Setup (Simple Instructions)
How to Complete Server Setup (Advanced Instructions)
4. How to Administer an Automated Install Server
5. How to Administer a Custom Install Client
6. How to Administer the Manifest Files for an Install Service
7. How to Manage Client Installations
8. Troubleshooting and FAQs for the Automated Installer
9. Appendix
|
How to Set Up an Install Server (Initial Steps)
Initial Setup
- Install the OpenSolaris 2009.06 operating system (OS) on the system that you will
use as your install server. Or, upgrade your OpenSolaris system to the 2009.06
release.
Use either the following x86 instructions or SPARC instructions:
- For x86 systems, download the OpenSolaris Live CD image from http://www.opensolaris.com/get/ and
install the OpenSolaris OS on your system.
Live CD images are also available at http://opensolaris.org/os/downloads/ for the current release and for
OpenSolaris developer builds. For instructions about installing a Live CD image onto your system or upgrading
an existing OpenSolaris OS, see Getting Started With OpenSolaris.
Note - To use the automated installer, you must have root access on your system.
- No Live CD images are available for SPARC systems. Use the following alternate
procedure to install the OpenSolaris OS on a SPARC system and set up
a SPARC install server:
Note - If you plan to install to SPARC client systems, those systems must support
WAN boot. For more information, see 2. Does my SPARC Client Support WAN boot?
- Download an x86 Live CD image and install the OpenSolaris OS on an
x86 system.
- Download a SPARC AI ISO image to the x86 system as described
in step 4.
- Set up the x86 system as an install server by using the
instructions below. Reference the SPARC AI ISO image in the installadm create-service command as
a source image, so that SPARC clients can install the OpenSolaris OS by
using this image.
- Boot your SPARC client as follows:
OK boot net:dhcp The SPARC client boots and install the OpenSolaris OS.
- Continue to step 2 and set up the SPARC system as an
install server.
- If your server is not already configured to use a static IP
address, perform the following steps:
Note - Alternately, see 1. How do I Switch to a Static IP System if I Don't Have Access to the System's Desktop?
- Go to the main task bar Menu and select System>Administration>Network to launch the
Network Administration dialog box. And, select Manual to launch the Network Settings
tool.
- In the Connections tab, complete the following steps:
- Highlight the interface to configure with a static IP address, and select the
Properties button.
- Check the Enable box to enable this connection.
- Check the Activate box to activate on boot.
- Enter the IP address, Subnet mask, and Gateway in the appropriate boxes.
- Select OK.
- In the General tab, fill in the system's hostname and domain name.
- In the DNS tab, if you use DNS to resolve hostnames, add
the IP addresses of the DNS servers for the network.
- In the Hosts tab, complete the following steps:
- Select Add to add an entry for this system's hostname.
- Enter the IP address in the IP Address box.
- Type the system's hostname on the first line in the Alias box. Then,
type “<hostname>.local” on the second line in the Alias box, replacing <hostname> with
your hostname. Then, type the word, “loghost,” on the third line in the
Alias box. Select OK.
- Highlight the IPv4 loopback IP Address entry that has the address, 127.0.0.1,
and select the Properties button. Remove all lines from the Aliases box, except
for the line that reads “localhost.” Select OK.
- Highlight the IPv6 loopback IP address entry that has the address, ::1,
and select the Properties button. Remove all lines from the Aliases box, except
for the line that reads “localhost.” Select OK.
- Select OK to close the Network Settings dialogue box.
- If you use DNS to resolve hostnames, enable DNS in the name
service switch file on this system as follows:
# cp /etc/nsswitch.dns /etc/nsswitch.conf
- Reboot your system.
- Install the latest SUNWinstalladm-tools package by using Package Manager, or by using the
following command:
# pkg install SUNWinstalladm-tools
- Download an AI ISO image for x86 clients or for SPARC clients from
http://www.opensolaris.com/get/.
The automated installer will use this AI ISO image to install the
OpenSolaris OS to your client systems.
Note - The build number or release of the AI ISO image must be
the same build number or release of the OpenSolaris operating system that you
plan to install.
Store the AI ISO image on your local file system. For example,
store the image at /export/aiimages/osol-0906-ai-x86.iso. Next StepsAfter you have completed the initial setup described above, choose one of the
following options for completing the install server setup:
Simple Instructions – If you want to set up one server and only one type of client, use the simple instructions. Or, if this is your first experience setting up an install server, use these simple instructions. These instructions assume an extremely simple network setup where the network consists of a single subnet, and the install server also acts as the DHCP server for the network and uses DNS to resolve hostnames. See How to Complete Server Setup (Simple Instructions).
Advanced Instructions – If you already have a DHCP server set up, use the advanced instructions. For networks where the DHCP server is a separate system from the install server, additional administration tasks on the DHCP server are required to properly set up the automated install environment. The DHCP server is expected to be able to provide DNS information to the install clients. See How to Complete Server Setup (Advanced Instructions).
|