Solaris 9 Installation Guide

To Update a Previously Configured Boot Environment (Command-Line Interface)

This procedure copies source files over outdated files on a boot environment that was previously created.

  1. Log in as superuser.

  2. Type:


    # lumake -n  BE_name [-s source_BE] [-t  time] [-m email_address]
    

    -n BE_name

    Specifies the name of the boot environment that has file systems that are to be replaced. 

    -s source_BE

    (Optional) Specifies the name of the source boot environment that contains the file systems to be copied to the target boot environment. If you omit this option, lumake uses the current boot environment as the source.

    -t time

    (Optional) Set up a batch job to copy over file systems on a specified boot environment at a specified time. The time is given in the format that is specified by the man page, at(1).

    -m email_address

    (Optional) Enables you to email lumake output to a specified address on command completion. email_address is not checked. You can use this option only in conjunction with -t.


    Example 34–1 Updating a Previously Configured Boot Environment (Command-Line Interface)

    In this example, file systems from first_disk are copied to second_disk. When the job is completed, an email is sent to Joe at anywhere.com.


    # lumake -n second_disk -s first_disk -m joe@anywhere.com 
    

    The files on first_disk are copied to second_disk and email is sent for notification. To cancel a scheduled copy, see Canceling a Scheduled Create, Upgrade, or Copy Job.