Hi Lori,
  Thanks to you and your team for posting the zfs boot image kit.  I was able 
to jumpstart a VMWare virtual machine using a Nevada b62 image patched with 
your conversion kit and it went very smoothly.

Here is the profile that I used:
# Jumpstart profile for VMWare image w/ two emulated IDE drives
# ZFS boot settings based off Nevada b62 patched install image
install_type initial_install
cluster SUNWCreq
cluster SUNWCssh
package SUNWbash add
filesys c0d0s1 auto swap
pool bootpool free / mirror c0d0s0 c0d1s0
dataset bootpool/BE1 auto /
dataset bootpool/BE1/usr auto /usr
dataset bootpool/BE1/opt auto /opt
dataset bootpool/BE1/var auto /var
dataset bootpool/BE1/export auto /export

# uname -a
SunOS zfsboot 5.11 snv_62 i86pc i386 i86pc
# df -k
Filesystem            kbytes    used   avail capacity  Mounted on
bootpool/BE1         7676928  353874 7153830     5%    /
/devices                   0       0       0     0%    /devices
/dev                       0       0       0     0%    /dev
ctfs                       0       0       0     0%    /system/contract
proc                       0       0       0     0%    /proc
mnttab                     0       0       0     0%    /etc/mnttab
swap                  300032     364  299668     1%    /etc/svc/volatile
objfs                      0       0       0     0%    /system/object
sharefs                    0       0       0     0%    /etc/dfs/sharetab
bootpool/BE1/usr     7676928  158180 7153830     3%    /usr
/usr/lib/libc/libc_hwcap1.so.1
                     7312010  158180 7153830     3%    /lib/libc.so.1
fd                         0       0       0     0%    /dev/fd
bootpool/BE1/var     7676928    9672 7153830     1%    /var
swap                  299668       0  299668     0%    /tmp
swap                  299692      24  299668     1%    /var/run
bootpool/BE1/export  7676928      18 7153830     1%    /export
bootpool/BE1/opt     7676928      18 7153830     1%    /opt
#
# zpool list
NAME                    SIZE    USED   AVAIL    CAP  HEALTH     ALTROOT
bootpool               7.44G    511M   6.94G     6%  ONLINE     -
# zpool status
  pool: bootpool
 state: ONLINE
 scrub: none requested
config:

        NAME        STATE     READ WRITE CKSUM
        bootpool    ONLINE       0     0     0
          mirror    ONLINE       0     0     0
            c0d0s0  ONLINE       0     0     0
            c0d1s0  ONLINE       0     0     0

errors: No known data errors

--
William Hathaway
http://williamhathaway.com
 
 
This message posted from opensolaris.org
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to