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 |
About This Documentation (PDF and HTML)
Introduction to Sun Installation Assistant
Getting Started With Sun Installation Assistant 2.2
SIA Version 2.2 Features and Benefits
Server Support and SIA Media Availability
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
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
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
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 Virtual Console or Secure Shell (SSH) Connection
ILOM Remote Console Mouse Issue With SIA
Debugging Unattended Installation Problems
Creating a Bootable SIA USB Flash Drive
Setting BIOS Parameters and Booting Off the SIA USB Flash Drive
You can PXE-boot SIA to do an unattended system firmware upgrade on your Sun server. You can choose tasks such as system BIOS/ILOM upgrade, HBA firmware, and SP recovery. The basic steps for setting up an unattended installation include:
Note - Your server must support firmware upgrades through SIA to use the firmware upgrade option. If you enable an unattended firmware upgrade and an upgrade is not required on the target server (because the upgrade firmware image is either the same or earlier than what’s on the server being upgraded), the unattended install will stop at that point, prompting user intervention to continue. To avoid this, confirm that the firmware image you are using for the upgrade is later than what is already on the target server(s). The firmware version (build number) of the upgrade image is included in the README file. The firmware version (build number) on a target server can be viewed by logging into the server’s service processor and viewing the information through the LOM web interface, or by entering the version command through the CLI.
The SIA state file is a text file that directs the unattended installation of your upgraded firmware.
Consider these requirements when creating an SIA state file:
An SIA PXE boot image must exist on a Linux-based PXE server, see How to Create the SIA Image and Prepare for PXE Boot.
The state file must not contain extraneous spaces or punctuation of any kind.
The lines specified in the SIA state file must correspond to the steps you would see if you were interactively using the SIA program to perform tasks.
Sample SIA State File for Firmware Upgrade
An SIA state file for an unattended firmware upgrade 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.networking=true apit.welcome.acceptlicense=true apit.networkconfig.needNetwork=true apit.networkconfig.useDHCP=true apit.networkconfig.needProxy=false apit.taskList.selectedTask=SP/Bios Firmware Upgrade apit.remoteUpdate=true apit.remoteupdateURL=http://sia-updates.sun.com/remoteUpdate apit.http_proxy=path_to_my_http_proxy apit.firmware.spIP=n.n.n.n apit.firmware.spPasswd=password_for_sp [STATE_DONE noname apit]