|
|||
Part I Planning to Install Over the Network 1. Where to Find Solaris Installation Planning Information 2. Preconfiguring System Configuration Information (Tasks) 3. Preconfiguring With a Naming Service or DHCP Part II Installing Over a Local Area Network 4. Installing From the Network (Overview) 5. Installing From the Network With DVD Media (Tasks) 6. Installing From the Network With CD Media (Tasks) Task Map: Installing From the Network With CD Media SPARC: Creating a SPARC Install Server With CD Media SPARC: To Create a SPARC Install Server With SPARC or x86 CD Media x86: Creating an x86 Install Server With CD Media x86: To Create an x86 Install Server With x86 CD Media Creating a Cross-Platform Install Server for CD Media To Create a SPARC Install Server on an x86 System With SPARC CD Media Creating a Boot Server on a Subnet With a CD Image To Create a Boot Server on a Subnet With a CD Image Adding Systems to Be Installed From the Network With a CD Image To Add Systems to Be Installed From the Network With add_install_client (CDs) Installing the System From the Network With a CD Image SPARC: To Install the Client Over the Network (CDs) x86: To Install the Client Over the Network With GRUB (CDs) 7. Installing Over the Network (Examples) 8. Installing From the Network (Command Reference) Part III Installing Over a Wide Area Network 10. Preparing to Install With WAN Boot (Planning) 11. Installing With WAN Boot (Tasks) 12. SPARC: Installing With WAN Boot (Tasks) 13. SPARC: Installing With WAN Boot (Examples) |
Adding Systems to Be Installed From the Network With a CD ImageAfter you create an install server and, if necessary, a boot server, you must set up each system that you want to install from the network. Each system that you want to install needs to find the following:
To Add Systems to Be Installed From the Network With add_install_client (CDs)After you create an install server, you must set up each system that you want to install from the network. Use the following add_install_client procedure for set up an x86 client to install from the network. Before You BeginIf you have a boot server, make sure you have shared the install server installation image. See the procedure “To Create an Install Server,” Step 6. Each system that you want to install needs to find the following items.
The following example illustrates how to add an install client when you are using DHCP to set installation parameters on the network. The install client is named basil, which is an Ultra 5 system. The file system /export/home/cdsparc/Solaris_11/Tools contains the add_install_client command. For more information on how to use DHCP to set installation parameters for network installations, see Preconfiguring System Configuration Information With the DHCP Service (Tasks). sparc_install_server# cd /export/home/cdsparc/Solaris_11/Tools sparc_install_server# ./add_install_client -d basil sun4uExample 6-7 Adding an Install Client That Is on the Same Subnet as Its Server (CDs) The following example illustrates how to add an install client that is on the same subnet as the install server. The install client is named basil, which is an Ultra 5 system. The file system /export/home/cdsparc/Solaris_11/Tools contains the add_install_client command. install_server# cd /export/home/cdsparc/Solaris_11/Tools install_server# ./add_install_client basil sun4uExample 6-8 Adding an Install Client to a Boot Server (CDs) The following example illustrates how to add an install client to a boot server. The install client is named rose, which is an Ultra 5 system. Run the command on the boot server. The -s option is used to specify an install server that is named rosemary, which contains a current Solaris release CD image in /export/home/cdsparc. boot_server# cd /export/home/cdsparc/Solaris_11/Tools boot_server# ./add_install_client -s rosemary:/export/home/cdsparc rose sun4uExample 6-9 x86: Adding a Single x86 Install Client on an x86 Install Server When Using DHCP (CD) The following example illustrates how to add an x86 install client to an install server when you are using DHCP to set installation parameters on the network.
x86_install_server# cd /export/boot/cdx86/Solaris_11/Tools x86_install_server# ./add_install_client -d -e 00:07:e9:04:4a:bf \ -s rosemary:/export/home/cdx86 i86pc The previous commands set up the client with the Ethernet address 00:07:e9:04:4a:bf as an installation client. The boot file 010007E9044ABF.i86pc is created on the installation server. In previous releases, this boot file was named nbp.010007E9044ABF.i86pc. For more information on how to use DHCP to set installation parameters for network installations, see Preconfiguring System Configuration Information With the DHCP Service (Tasks). Example 6-10 x86: Specifying a Serial Console to Use During a Network Installation (CDs)The following example illustrates how to add an x86 install client to an install server and specify a serial console to use during the installation. This example sets up the install client in the following manner.
Add the client. install server# cd /export/boot/cdx86/Solaris_11/Tools install server# ./add_install_client -d -e "00:07:e9:04:4a:bf" \ -b "console=ttya" i86pc For a complete description of the boot property variables and values you can use with the -b option, see the eeprom(1M) man page.
|
||
|