A very good document on Solaris 8 build , Can also be used to build Solaris 10 with little change.
Download the following Solaris 8 Build Doc
Posted in Open Solaris, Solaris on March 17, 2008 | Leave a Comment »
A very good document on Solaris 8 build , Can also be used to build Solaris 10 with little change.
Download the following Solaris 8 Build Doc
Posted in Live Upgrade, Open Solaris, Solaris on March 17, 2008 | Leave a Comment »
The lucreate command is part of a suite of commands that make up the Live Upgrade feature of the Solaris Operating environment.
Example:
# lucreate -n newsystem-new -c solaris10 -m /:/dev/dsk/c0t2d0s0:ufs -m -:/dev/dsk/c0t2d0s1:swap \-m /var:/dev/dsk/c0t2d0s5:ufs -m /usr:/dev/dsk/c0t2d0s6:ufs -m /opt:/dev/dsk/c0t2d0s7:ufs \
-l /var/log/lucreate.err -o /var/log/lucreate.log
BE: Boot Environment
-n: The name of the BE to be created. BE must be unique [...]