|
|||
1. Introduction to the Automated Installer 2. Automated Installer Task Map 3. Automated Installer Setup 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 |
Frequently Asked Questions1. How do I Switch to a Static IP System if I Don't Have Access to the System's Desktop?The following steps can be used to configure a wired network interface to have a static IP address.
2. Does my SPARC Client Support WAN boot?The automated installer requires WAN boot support for SPARC clients. You can check whether your client open boot prompt supports WAN boot by checking whether network-boot-arguments is a valid variable that can be set in the eeprom. If the variable network-boot-arguments is displayed, or if it returns the output network-boot-arguments: data not available, the open boot prompt supports WAN boot installations. # eeprom | grep network-boot-arguments network-boot-arguments: data not available If there is no output to the above command, then WAN Boot is not supported. 3. Where do I find the AI ISO Image that I Need?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. Store the AI ISO image on your local file system. For example, store the image at /export/aiimages/osol-0906-ai-x86.iso. 4. How do I Modify the Manifest File to Point to Repository of my Choice?You can modify the following default repository information in the manifest file: <ai_pkg_repo_default_authority> <main url="http://pkg.opensolaris.org" authname="opensolaris.org"/> </ai_pkg_repo_default_authority> If your IPS repository is pkg.mycompany.com and the authorization is mycompany.com, change pkg.opensolaris.org to pkg.mycompany.com and opensolaris.org to mycompany.com. <ai_pkg_repo_default_authority> <main url="http://pkg.mycompany.com" authname="mycompany.com"/> </ai_pkg_repo_default_authority> 5. How do I Install a Particular OpenSolaris Development Build?Development builds of the OpenSolaris operating system are available in-between releases. See http://www.opensolaris.org/os/downloads/. The build number or release of the AI ISO image that you specify in the installadm create-service command with the -s option must be the same build number or release of the OpenSolaris operating system that you specify in the AI manifest. Check the build number or release for the AI ISO image when you download the image. In the AI manifest, if you want to install a specific version of the OpenSolaris OS, you can specify the version in the package entire. The IPS repositories include the full FMRI for each version of a package. Use the FMRI string to specify a specific version of the package, entire, in the AI manifest. The following example specifies that OpenSolaris build 111 be installed to the client. <ai_manifest name="ai_packages"> <ai_install_packages> <pkg name="entire@0.5.11-0.111"/> <pkg name="SUNWcsd"/> <pkg name="SUNWcs"/> <pkg name="babel_install"/> <pkg name="openoffice"/> <pkg name="SUNWTcl"/> </ai_install_packages> <ai_uninstall_packages> <pkg name="babel_install"/> <pkg name="slim_install"/> </ai_uninstall_packages> </ai_manifest> 6. How do I Locate the Default AI Manifest for an Install Service?The default AI manifest for each install service is called default.xml. This file is located at /var/ai/<port>/AI_data, where <port> is the port number of the install service. You can use the following procedure to locate this file.
Note - Do not modify the default AI manifest file. You can, however, copy this file and create a new default manifest for an install ervice. For instructions, see How to Replace the Default AI Manifest. 7. How Can I Cleanup a Failed Service?If installadm create-service fails to create an install service, use the following procedures to clean up.
As a further step, see 8. How do I Cleanup DHCP Configurations for a SPARC Install Service? 8. How do I Cleanup DHCP Configurations for a SPARC Install Service?When you run the installadm create-service command with the -i and -c options, the DHCP server is configured . To cleanup the DHCP configurations for a failed or deleted SPARC install service, log into the DHCP Manager and manually remove the DHCP macros for the install service. And, remove any IP addresses that were configured when you created the install service. For more information, see the dhcpmgr(1M) man page. 9. How do I Run Automated Installations in Debug Verbose Mode?You can run the installer in verbose debug mode, in order to capture more information about the installation in the install_log file. When you use the installadm create-service command to create an install service, or you use the installadm create-client command to set up a custom client, these commands populate the install configuration file. For x86 systems, this file is the GRUB menu.lst file. For SPARC systems, this file is the install.conf file. In order to enable debug mode, you need to set the install_debug option to enable in this install configuration file, as per the following instructions.
10. How do I Enable Remote Access to an AI Client by Using ssh?You can enable network access to an automated install client by using ssh. You can use this access to remotely observe an installation process. Enable this access by setting the option, livessh, to enable in the installation configuration file. When this access is enabled, you can log in to the AI client by using the username and password, “jack/jack”.
11. How do I Boot the Install Environment Without Starting an Installation?You can boot to single-user mode using -s as an option to the kernel. Use the following instructions: Caution - Make sure to use the -s option so that an installation will not begin.
12. How do I Generate Encrypted Passwords?One method of generating encrypted passwords for the OpenSolaris OS is to create a user of the intended name and password on the OpenSolaris OS, copy the password from the /etc/shadow file between the 1st and 2nd colons of the user's record, and add that information into the 'userpass' or 'rootpass' values in the SC manifest. See How to Create Custom SC Manifest Files. 13. Is the Automated Installer Backwards Compatible?No, the OpenSolaris 2009.06 automated installer is not backward compatible with ISO images or automated installer tools from earlier OpenSolaris releases. Use OpenSolaris 2009.06 automated installer tools and procedures with the OpenSolaris 2009.06 operating system and 2009.06 ISO images only. 14. How is the default target disk selected?You can use the <ai_target_device> tag to specify a particular target disk on which to install the OpenSolaris OS. See Defining an Install Target. If you do not specify a target disk, the automated installer chooses a default target for installing the OpenSolaris OS. The default target disk is selected as follows:
|
||
|