Create a local Solaris flash archive

Home -> UNIX -> Solaris -> System administration

21002 views

From the computer of: qmchenry (338 recipes)
Created: Oct 08, 2003


0 comments:
View all comments

Add a comment

Add to:
Add to stumbleuponAdd to del.icio.usDigg itAdd to FURL

Flash archives are mirrored images of a system that can be installed on another system of the same architecture. The flash archive can include third-party packages as well as optional Solaris components like Solstice DiskSuite.

Note: to install the flash archive on other systems of the same architecture (i.e., sun4u), it is recommended that the system to be flashed be installed with the entire Solaris distribution + OEM packages.

To create a local flash archive, setup a disk slice (say c0t0d0s7) with a filesystem (i.e., newfs), and mount it:

mkdir /export/flash
mount /dev/dsk/c0t0d0s7 /export/flash


To create a flash archive of the local system and name it mail-server-01 (the name is arbitrary), run:

flarcreate -n mail-server-01 -x /export/flash -c /export/flash/mail-server-01


The -x parameter is useful for excluding directories from the flash archive and can be repeated. The -c option turns on compression.

Subscribe to the Tech-Recipes Newsletter

You can get tips like this delivered in your email every week!

Enter your Email

We will never, ever sell your email address or spam you.





Related recipes:

  Validate information from a Solaris flash archive
  creating a solaris 8 flash archive boot disk
  Install patches manually in Solaris
  Serial communication to a console from Solaris using tip
  Configure unique MAC addresses on multiple interfaces
  Solaris: Create a mount point
  Solaris 10: Create multi-terabyte UFS filesystem
  Change BootPROM settings from the Solaris command line
  Reconfiguration boot in Solaris
  Change Solaris DNS client settings

 

Sponsored links

 

Login

Nickname

Password

Don't have an account yet? You can create one. As a registered user you have some advantages like theme manager, comments configuration and post comments with your name.