Solaris 8 Advanced Installation Guide

Allowing All Systems Access to the Profile Server

When you create a profile server, you must ensure that systems can access the JumpStart directory on the profile server during a custom JumpStart installation. Use one of the following ways to ensure access:

To Allow All Systems Access to the Profile Server

Note –

This procedure is not necessary if you intend to use a diskette with the JumpStart directory on it or if you specify the location of the profile server when you boot the system.


This procedure is valid only if you store network installation information in the /etc/bootparams file. You can also store network installation information in one of the following places:

  1. On the install or boot server, log in as superuser.

  2. Using a text editor of your choice, open /etc/bootparams.

  3. Add this entry:

    * install_config=server:jumpstart_dir_path
    

    where:

    Is a wildcard character that specifies that all systems have access. 

    server

    Is the host name of the profile server where the JumpStart directory is located. 

    jumpstart_dir_path

    Is the absolute path of the JumpStart directory. 

    For example, the following entry allows all systems to access the /jumpstart directory on the profile server named sherlock:

    * install_config=sherlock:/jumpstart

    Caution – Caution –

    Using this procedure might produce the following error message when an install client is booted:

    WARNING: getfile: RPC failed: error 5: (RPC Timed out).

    Booting a System Over the Network contains details about this error message.


    All systems can now access the profile server. You no longer need to use the -c option with the add_install_client command when adding systems for network installations.