Solaris 8 Advanced Installation Guide

Chapter 15 Installing Web Start Flash Archives

This chapter provides the procedures for installing Web Start Flash archives on clone systems. You can use any of the Solaris installation methods to install Web Start Flash archives.

Installing Web Start Flash Archives With the Solaris Web Start Program

This section provides the procedure for using the Solaris Web Start program on the Solaris 8 Installation CD to install Web Start Flash archives that are stored on the following:

To Install a Web Start Flash Archive With the Solaris Web Start Program

  1. Begin the Solaris Web Start installation as described in Chapter 10, Using the Solaris Web Start Program.

  2. On the Specify Media panel, select the location of the Web Start Flash archive.

    The Solaris Web Start program prompts you to proceed, depending on the media you selected.

  3. Type the information that you are promted to enter.

    Media Selected 

    Prompt 

    CD 

    Insert the CD where the Web Start Flash archive is located. 

    Network File System 

    Specify the path to the network file system where the Web Start Flash archive is located. You can also specify the archive filename. 

    HTTP 

    Specify the URL and proxy information that is needed to access the Web Start Flash archive. 

    Local tape 

    Specify the local tape device and the position on the tape where the Web Start Flash archive is located. 

    If you selected to install an archive from a CD or from an NFS server, the Select Flash Archives panel displays.

  4. For archives stored on a CD or an NFS server, on the Select Flash Archives panel, select one or more Web Start Flash archives to install.

  5. On the Flash Archives Summary panel, confirm the selected archives and click Next.

  6. On the Additional Flash Archives panel, you can select to install layered Web Start Flash archives by specifying the media where another archive is located. If you do not want to install additional archives, select None and click Next to continue the installation.

Installing Web Start Flash Archives With the Solaris 8 Interactive Installation Program

This section provides the procedure for using the CLI of the Solaris 8 Interactive Installation Program on the Solaris 8 Software 1 of 2 CD to install Web Start Flash archives that are stored on the following:

To Install a Web Start Flash Archive With the Solaris 8 Interactive Installation Program

  1. Begin the CLI of the Solaris 8 Interactive Installation Program. You must use the CLI of the Solaris 8 Interactive Installation Program, not the GUI.

    • SPARC: To begin the CLI of the Solaris 8 Interactive Installation Program, boot the system by using the - w argument.

      • To boot from a CD, type:


        ok boot cdrom - w
        
      • To boot from a Solaris 8 Software 1 of 2 image, type:


        ok boot net - w
        
    • IA: To begin the CLI of the Solaris 8 Interactive Installation Program, follow these instructions:

      1. Boot the system to begin the Solaris 8 Interactive Installation Program as described in x86: To Perform an Installation or Upgrade With the Solaris Web Start Program.

      2. When the kdmconfig – Introduction screen appears, press F4 to bypass the kdmconfig test and begin the installation.

  2. On the Flash Archive Retrieval Method screen, select the location of the Web Start Flash archive.

    The Solaris 8 Interactive Installation Program installation prompts you to proceed, depending on the media you selected.

  3. Type the information that you are promted to enter.

    Media Selected 

    Prompt 

    HTTP 

    Specify the URL and proxy information that is needed to access the Web Start Flash archive. 

    Network File System 

    Specify the path to the network file system where the Web Start Flash archive is located. You can also specify the archive filename. 

    Local file 

    Specify the path to the local file system where the Web Start Flash archive is located. 

    Local tape 

    Specify the local tape device and the position on the tape where the Web Start Flash archive is located. 

    Local device 

    Specify the local device, the path to the Web Start Flash archive, and the type of file system on which the Web Start Flash archive is located.  

  4. On the Flash Archive Selection screen, you can select to install layered Web Start Flash archives by selecting New. If you do not want to install additional archives, click Continue to complete the installation.

Installing Web Start Flash Archives With a Custom JumpStart Installation

This section provides the procedure for using the custom JumpStart installation method to install Web Start Flash archives that are stored on the following:

To Install a Web Start Flash Archive With a Custom JumpStart Installation

  1. On the install server, create the custom JumpStart rules file.

    For detailed instructions about creating custom JumpStart files, refer to Chapter 18, Preparing Custom JumpStart Installations.

  2. On the install server, create the custom JumpStart profile file.

    1. Set the value of the keyword install_type as flash_install.

    2. Add the path to the Web Start Flash archive by using the new archive_location keyword.

      For details about the archive_location keyword, refer to archive_location Keyword.

    3. Specify the file system configuration.

      The Web Start Flash archive extraction process does not support auto-layout of partitions.

    4. (Optional) If you want to install layered Web Start Flash archives on the clone system, add one archive_location line for each archive that you want to install.


    Note –

    From the existing list of custom JumpStart keywords in Chapter 18, Preparing Custom JumpStart Installations, the only keywords valid when you install a Web Start Flash archive are:

    • fdisk (IA only)

    • filesys – You cannot set the filesys keyword to the value auto.

    • install_type (required)

    • partitioning – You can only set the partitioning keyword to the values explicit or existing.


  3. On the install server, add the clients that you are installing with the Web Start Flash archive.

    For detailed instructions, refer to Adding Systems to Be Installed From the Network.

  4. Perform the custom JumpStart installation on the clone systems.

    For detailed instructions, refer to Chapter 21, Performing a Custom JumpStart Installation.

archive_location Keyword

When you use the custom JumpStart installation method to install a Web Start Flash archive, you must include a new custom JumpStart keyword in the profile file. The new keyword is archive_location and the syntax for the keyword is:

archive_location retrieval_type location

The values of retrieval_type and location depend on where the Web Start Flash archive is stored. The following sections contain the values you can use for retrieval_type and location and examples of how to use the archive_location keyword.

NFS Server

If the archive is stored on an NFS server, use the following syntax for the archive_location keyword.


archive_location nfs server_name:/path/filename retry n

In this command line:

Examples:


archive_location nfs golden:/archives/usrarchive

Or


archive_location nfs://golden/archives/usrarchive

HTTP Server

If the archive is stored on an HTTP server, use the following syntax for the archive_location keyword.


archive_location http server_name:port path/filename optional_keywords

In this command line:

Examples:


archive_location http silver /archives/usrarchive auth basic user1 secret timeout 5 

Or


archive_location http://user1:secret@silver/archives/usrarchive timeout 5 

Local Tape

If the archive is stored on a tape, use the following syntax for the archive_location keyword.


archive_location local_tape device  position

In this command line:

Examples:


archive_location local_tape /dev/rmt/0n 5

Or


archive_location local_tape 0n 5

Local Device

You can retrieve a Web Start Flash archive from a local device if you stored the Web Start Flash archive on a file system-oriented, random-access device, such as a diskette or a CD-ROM. Use the following syntax for the archive_location keyword.


Note –

You can retrieve an archive from stream-oriented devices, such as tape, by using the syntax for local tape.



archive_location local_device device path/filename file_system_type

In this command line:

Examples:

To retrieve an archive from a local hard drive that is formatted as a UFS file system:


archive_location local_device c0t0d0s0 /archives/$HOST

To retrieve an archive from a local CD-ROM that has an HSFS file system:


archive_location local_device c0t0d0s0 /archives/usrarchive

Local File

You can retrieve an archive that you stored in the miniroot from which you booted the clone system as a local file. When you perform a custom JumpStart installation, you boot the system from a CD-ROM or an NFS-based miniroot. The installation software is loaded and run from this miniroot. Therefore, a Web Start Flash archive that you stored in the CD-ROM or NFS-based miniroot is accessible as a local file. Use the following syntax for the archive_location keyword.


archive_location local_file path/filename 

In this command line:

Examples:


archive_location local_file /archives/usrarchive

Or


archive_location local_file:/archives/usrarchive