|
|||
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 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) |
Creating a Boot Server on a Subnet With a DVD ImageYou must create an install server to install the Solaris software on a system from the network. You do not always need to set up a boot server. A boot server contains enough of the boot software to boot systems from the network, and then the install server completes the installation of the Solaris software.
To Create a Boot Server on a Subnet With a DVD Image
The following example illustrates how to create a boot server on a subnet. These commands copy the boot software from the Solaris DVD image to /export/home/dvdsparc on the local disk of a boot server named crystal. # mount -F nfs -o ro crystal:/export/home/dvdsparc /mnt # mkdir -p /export/home/dvdsparc # cd /mnt/Solaris_11/Tools # ./setup_install_server -b /export/home/dvdsparc # cd / # umount /mnt
|
||
|