Using LiveUpgrade for fresh installs?

Does anyone know of a way to create a second BE and load a fresh install on it via flash archives? I don't want an upgrade, I want a whole new install from an archive.
[189 byte] By [cdlair] at [2007-11-25 22:36:55]
# 1

Create an empty LU slice :

lucreate -s - -n <BE_NAME> -m /:/dev/dsk/<DISKSLICENAME>:ufs

Then install your FLAR:

luupgrade -f -s /solaris/install/image -a /<FLAR> -n <BE_NAME>

If necessarey, lumount your new BE and fix things within /etc/hosts, /etc/hostname.* /etc/vfstab, etc......

Acitvate and reboot to the new BE.

More info in the Live Upgrade users guide.

pmostrom at 2007-7-5 14:04:06 > top of Java-index,Solaris Operating System,Solaris Essentials - General Technical Questions...