Solaris 8 Advanced Installation Guide

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