Hi, I am using Solaris Express 04/06 (snv_36) and tried to do the same tasks as
in Dan Price's Self Healing screencast
bash-3.00# zpool status
pool: tank
state: ONLINE
scrub: none requested
config:
NAME STATE READ WRITE CKSUM
tank ONLINE 0 0 0
mirror ONLINE 0 0 0
c1t10d0 ONLINE 0 0 0
c1t13d0 ONLINE 0 0 0
errors: No known data errors
bash-3.00# wget
http://dlc.sun.com/osol/on/downloads/current/on-src-20060501.tar.bz2
bash-3.00# dd if=/dev/urandom of=/dev/dsk/c1t10d0 bs=1024 count=20480
20480+0 records in
20480+0 records out
bash-3.00# digest -a md5 on-src-20060501.tar.bz2
2f68527e830540fd746feb03c4a825cd
bash-3.00# cd /
bash-3.00# zpool export tank
bash-3.00# zpool import tank
bash-3.00# cd /export/home/yusufg/
bash-3.00# digest -a md5 on-src-20060501.tar.bz2
2f68527e830540fd746feb03c4a825cd
bash-3.00# zpool status
pool: tank
state: ONLINE
scrub: none requested
config:
NAME STATE READ WRITE CKSUM
tank ONLINE 0 0 0
mirror ONLINE 0 0 0
c1t10d0 ONLINE 0 0 0
c1t13d0 ONLINE 0 0 0
errors: No known data errors
Did I miss anything obvious ?
This message posted from opensolaris.org
_______________________________________________
zfs-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss