Friday May 04, 2007

**Edit**Creating a flash install of your Solaris 10 system (flar)

Creating a complete, ready to install copy of your freshly installed system is very simple thanks to the flar command in Solaris 10.  This is a very powerful tool to know.  I recommend reading the man page on this one ;)  This will be a short tortorial on how to create a FULL system install flar image.

First it's best to be in single user mode:

'init s'

Then we do:

'cd /' or where ever you want to keep it.  Make sure you have enough disk space! 

flar -n <name>.flar -c <same name>.flar 

 It's that easy!  This will create a complete .flar image of your current system.  You can now go on to do a flash install on another system or create a kick-start image.
 

Comments:

Flash isn't generally a good idea for blackup - See http://blogs.sun.com/Doc/entry/flash_archives_v_s_backups for details on why not.

Posted by Scott on May 05, 2007 at 12:43 AM CDT #

Post a Comment:
  • HTML Syntax: NOT allowed