JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Sun Installation Assistant 2.2 User's Guide for the Sun Fire X4640 Server     Sun Fire X4640 Server Documentation Library
search filter icon
search icon

Document Information

Preface

Product Information Web Site

Related Books

About This Documentation (PDF and HTML)

We Welcome Your Comments

Change History

Introduction to Sun Installation Assistant

Getting Started With Sun Installation Assistant 2.2

SIA Version 2.2 Features and Benefits

SIA Task List

Server Support and SIA Media Availability

Supported Operating Systems

Starting SIA and Preparing for Deployment or Recovery Tasks

Local and Remote Media Options

Mouse Settings When Using SIA with ILOM Remote Console

How to Start SIA and Prepare for Tasks Using Local or Remote Media

Installing Linux With SIA

How to Install Linux With SIA Using Local or Remote Media

Using SIA to Upgrade System Firmware

How to Upgrade the System BIOS and ILOM Firmware

How to Upgrade HBA Firmware

Performing an SIA PXE-Based Attended Installation

How to Create the SIA Image and Prepare for PXE Boot

How to Boot SIA From a PXE Server for an Attended Installation

Performing an SIA PXE-Based Unattended Installation

Contents of the SIA State File

Preparing for an Unattended SIA Installation of Linux

Preparing for an Unattended SIA Firmware Upgrade

How to Create the SIA Image and Prepare for PXE Boot

How to Boot SIA From a PXE Server and Perform an Unattended Installation

Observing an SIA PXE-Based Unattended Installation

Set Up Passwords for Root and Virtual Access

Using a System Console

Using a Virtual Console or Secure Shell (SSH) Connection

Using a VNC Viewer

Using a Serial Console

Troubleshooting SIA

SIA Error Messages

SIA Installation Log File

ILOM Remote Console Mouse Issue With SIA

Debugging Unattended Installation Problems

Creating a Bootable SIA USB Flash Drive

Requirements

Getting the Software

Preparing the USB Flash Drive

Setting BIOS Parameters and Booting Off the SIA USB Flash Drive

Index

Preparing for an Unattended SIA Installation of Linux

The procedures presented in this section assumes the following:

Creating the SIA Unattended State File for Linux

The SIA state file is a text file that directs the unattended installation of your Linux operating system and other SIA tasks to be performed (such as BIOS/SP firmware upgrade).

Consider these requirements when creating an SIA state file:

An SIA state file for an unattended Linux installation looks like the following sample, see Table 1 for an explanation of each variable.


Note - Not all servers support the taskList and firmware options in the SIA state file. Refer to the SIA feature list for your server found on the Sun download site if you are in doubt about support for these options.


[STATE_BEGIN noname apit]
apit.unattended=true
apit.welcome.acceptlicense=true
apit.networking=true
apit.networkconfig.needNetwork=true
apit.networkconfig.useDHCP=true
apit.networkconfig.needProxy=false
apit.remoteUpdate=true
apit.remoteupdateURL=http://sia-updates.sun.com/remoteUpdate
apit.http_proxy=path_to_my_http_proxy
apit.taskList.selectedTask=Operating System Installation
apit.osid.installMedia=networkLinux
apit.osid.installMethod=http, ftp or nfs
apit.osid.installLoc=path_to_PXE_file
apit.osid.kickstart=path_to_configuration file
[STATE_DONE noname apit]
Setting Up an Unattended Configuration File and PXE OS Install Image for Linux

To set up an unattended configuration file and PXE install image of the OS, refer to the following OS documentation for creating an unattended configuration file and PXE install image, for example:

When done, proceed to How to Create the SIA Image and Prepare for PXE Boot.