Trusted Solaris Installation and Configuration

Method 2: add_install_client Command

  1. As root, at label admin_low, go to "Add Client Information with the add_install_client Command".

  2. Use the -c option to the add_install_client command to add JumpStart details to the local bootparams database.

    # ./add_install_client -c [server:jumpstart_dir_path] [-e ethernet_address \
    host_name platform_group 
    

    In this command,

    -c

    Specifies a JumpStart directory for custom JumpStart installations. This option and its arguments are required for custom JumpStart.

    server:jumpstart_dir_path

    server is the host name of the server on which the JumpStart directory is located. jumpstart_dir_path is the absolute path of the JumpStart directory.

    For example, issuing the following command on an install/boot server modifies the local bootparams database to look for custom JumpStart information in the stork:/jumpstart directory.:


    # ./add_install_client -e 8:0:20:17:22:a4 \
     
    -c stork:/jumpstart \
    -s heron:/export/install/ts7_sparc willet sun4m
    

    The result: The client willet can be installed with custom JumpStart. Its Trusted Solaris 2.5.1 image will come from heron (as will its boot information), and its custom JumpStart installation profile will come from stork.