Contained WithinFind More DocumentationFeatured Support Resources | Descargar este libro en PDF (1569 KB)
|
# flarcreate -n name [optional-parameters] document-root/flash/filename |
The name that you give the archive. The name you specify is the value of the content_name keyword.
You can use several options to the flarcreate command to customize your Solaris Flash archive. For detailed descriptions of these options, see Chapter 5, Solaris Flash (Reference), in Solaris 10 6/06 Installation Guide: Solaris Flash Archives (Creation and Installation).
The path to the Solaris Flash subdirectory of the install server's document root directory.
The name of the archive file.
To conserve disk space, you might want to use the -c option to the flarcreate command to compress the archive. However, a compressed archive can affect the performance of your WAN boot installation. For more information about creating a compressed archive, see the man page flarcreate(1M).
If the archive creation is successful, the flarcreate command returns an exit code of 0.
If the archive creation fails, the flarcreate command returns a nonzero exit code.
In this example, you create your Solaris Flash archive by cloning the WAN boot server system with the host name wanserver. The archive is named sol_10_sparc, and is copied exactly from the master system. The archive is an exact duplicate of the master system. The archive is stored in sol_10_sparc.flar. You save the archive in the flash/archives subdirectory of the document root directory on the WAN boot server.
wanserver# flarcreate-n sol_10_sparc \ /opt/apache/htdocs/flash/archives/sol_10_sparc.flar |
After you create the Solaris Flash archive, preconfigure the client information in the sysidcfg file. For instructions, see To Create the sysidcfg File.
For detailed instructions about how to create a Solaris Flash archive, see Chapter 3, Creating Solaris Flash Archives (Tasks), in Solaris 10 6/06 Installation Guide: Solaris Flash Archives (Creation and Installation).
For more information about the flarcreate command, see the man page flarcreate(1M).