A solaris filesystem can be copied into an flash archive. This archive can then be used to install the Solaris OS on another system. Installation through flar is fast and efficient.
The format of the command is as follows:
#
flarcreate -nnameoptionspath/filename
nameoptions pathfilename So for example I wan to create a flar with the name Solaris9 and the filename as myarchive.flar, the command will look like as mentioned below:
# flarcreate -n solaris9 -c myarchive.flar
where -c is an option to create compressed flar.
See the manpages for more options.
Posted by adityadhage