Ian Collins writes:
> > Should work fine. Actually you can even do it via jumpstart profile
> > (no finish script required):
> >
> > pool rpool auto 8192 8192 mirror c0t0d0s0 c0t1d0s0
> > bootenv installbe bename sol10_u7 dataset /var
> >
> There has always been an option to split /var. /usr is a different story.
lucreate(1M) includes this example:
The following command, like the preceding, creates a new
boot environment on a machine on which a BE has never been
created. However, the following command differs in two
respects: the -c option is omitted and the /usr file system
is mounted on its own disk slice, separate from /.
# lucreate -m /:/dev/dsk/c0t4d0s0:ufs -m /usr:/dev/dsk/c0t4d0s1:ufs \
-n second_disk
lucreate: Please wait while your system configuration is determined.
many lines of output
lucreate: Creation of Boot Environment c0t4d0s0 successful.
And filesystem(5) says this:
/usr
Mount point for the /usr file system. See description of
/usr file system, below.
And the jumpstart guide has this:
http://docs.sun.com/app/docs/doc/820-0179/6nbugkoo4?a=view#frcfq
I'm pretty sure that (at least apart from OpenSolaris IPS), using a
split root/usr layout has been supported.
--
James Carlson, Solaris Networking <[email protected]>
Sun Microsystems / 35 Network Drive 71.232W Vox +1 781 442 2084
MS UBUR02-212 / Burlington MA 01803-2757 42.496N Fax +1 781 442 1677
_______________________________________________
opensolaris-discuss mailing list
[email protected]