|
|||
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) |
Creating a Cross-Platform Install Server for CD MediaThis section explains how to create an x86 network installation image on a SPARC system. A remote x86 system is not required to create a SPARC install server with x86 CD media. See SPARC: To Create a SPARC Install Server With SPARC or x86 CD Media for more information. To Create a SPARC Install Server on an x86 System With SPARC CD MediaUse this procedure to create a SPARC install server on an x86 system with SPARC CD media. In this procedure, x86-system is the x86 system that is to be the install server and remote-SPARC-system is the remote SPARC system to be used with the SPARC CD media. Before You BeginYou need the following items to perform this task.
Note - This procedure assumes that the system is running the Volume Manager. If you are not using the Volume Manager to manage media, refer to System Administration Guide: Devices and File Systems.
The following example illustrates how to create a SPARC install server on an x86 system that is named richards. The following SPARC CDs are copied from a remote SPARC system that is named simpson to the x86 install server's /export/home/cdsparc directory.
This example assumes that the install server is running the current Solaris release and that you are using the share command instead of the sharemgr utility. On the remote SPARC system, insert the Solaris Software for SPARC Platforms - 1 CD, then type the following commands: simpson (remote-SPARC-system)# share -F nfs -o ro,anon=0 /cdrom/cdrom0/s0 simpson (remote-SPARC-system)# share -F nfs -o ro,anon=0 /cdrom/cdrom0/s1 simpson (remote-SPARC-system)# svcadm enable svc:/network/nfs/server On the x86 system: richards (x86-system)# cd /net/simpson/cdrom/cdrom0/s0//Solaris_11/Tools richards (x86-system)# ./setup_install_server /export/home/cdsparc richards (x86-system)# cd / richards (x86-system)# umount /net/simpson/cdrom/cdrom0/s0/ On the remote SPARC system: simpson (remote-SPARC-system) unshare /cdrom/cdrom0/s0 simpson (remote-SPARC-system) unshare /cdrom/cdrom0/s1 On the x86 system: richards (x86-system)# cd /cdrom/cdrom0/Solaris_11/Tools richards (x86-system)# ./add_to_install_server /export/home/cdsparc Repeat the previous commands for each Solaris Software for x86 Platforms CD that you want to install. richards (x86-system)# cd /cdrom/cdrom0/Tools richards (x86-system)# ./add_to_install_server /export/home/cdsparc In this example, each CD is inserted and automatically mounted before each of the commands. After each command, the CD is removed.
|
||
|