|
|||
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) Task Map: Installing From the Network With DVD Media Creating an Install Server With DVD Media SPARC: To Create a SPARC Install Server With SPARC or x86 DVD Media x86: To Create an x86 Install Server With SPARC or x86 DVD Media Creating a Boot Server on a Subnet With a DVD Image To Create a Boot Server on a Subnet With a DVD Image Adding Systems to Be Installed From the Network With a DVD Image To Add Systems to Be Installed From the Network With add_install_client (DVD) Installing the System From the Network With a DVD Image SPARC: To Install the Client Over the Network (DVD) x86: To Install the Client Over the Network With GRUB (DVD) 6. Installing From the Network With CD Media (Tasks) 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 DVD 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:
Use the following add_install_client procedure for setting up install servers and clients. Also, see the example procedures for the following:
For more options to use with this command, see the man page, add_install_client(1M). To Add Systems to Be Installed From the Network With add_install_client (DVD)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 and started the appropriate services. See “To Create a SPARC Install Server With SPARC or x86 DVD Media” 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 UltraTM 5 system. The file system /export/home/dvdsparc/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/dvdsparc/Solaris_11/Tools sparc_install_server# ./add_install_client -d basil sun4uExample 5-7 Adding an Install Client That Is On the Same Subnet As Its Server (DVD) 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/dvdsparc/ contains the add_install_client command. install_server# cd /export/home/dvdsparc/Solaris_11/Tools install_server# ./add_install_client basil sun4uExample 5-8 Adding an Install Client to a Boot Server (DVD) 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 Solaris Operating System for SPARC Platforms DVD image in /export/home/dvdsparc. boot_server# cd /export/home/dvdsparc/Solaris_11/Tools boot_server# ./add_install_client -s rosemary:/export/home/dvdsparc rose sun4uExample 5-9 x86: Adding a Single x86 Install Client on an x86 Install Server When Using DHCP (DVD) 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.
This server contains a Solaris Operating System for x86 Platforms DVD image in /export/home/dvdx86. x86_install_server# cd /export/boot/dvdx86/Solaris_11/Tools x86_install_server# ./add_install_client -d -e 00:07:e9:04:4a:bf \ -s rosemary:/export/home/dvdx86 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 5-10 x86: Specifying a Serial Console to Use During a Network Installation (DVD)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.
Use this set of commands to add the client. install server# cd /export/boot/dvdx86/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.
|
||
|