Displaying 4 results from an estimated 4 matches for "c1t3d0s0".
Did you mean:
c1t0d0s0
2010 Jan 13
3
Recovering a broken mirror
...d disk but can''t import it.
Is there any way to recover from this or are they SOL?
Thanks in advance
# zpool status
no pools available
# zpool import
# ls /etc/zfs
#
ls /dev/dsk
c0t0d0s0 c0t0d0s3 c0t0d0s6 c1t0d0s1 c1t0d0s4 c1t0d0s7 c1t1d0s2 c1t1d0s5 c1t2d0 c1t2d0s2 c1t2d0s5 c1t3d0s0 c1t3d0s3 c1t3d0s6
c0t0d0s1 c0t0d0s4 c0t0d0s7 c1t0d0s2 c1t0d0s5 c1t1d0s0 c1t1d0s3 c1t1d0s6 c1t2d0s0 c1t2d0s3 c1t2d0s6 c1t3d0s1 c1t3d0s4
c0t0d0s2 c0t0d0s5 c1t0d0s0 c1t0d0s3 c1t0d0s6 c1t1d0s1 c1t1d0s4 c1t1d0s7 c1t2d0s1 c1t2d0s4 c1t3d0 c1t3d0s2 c1t3d0s5
# format
Searching f...
2008 Jul 23
0
where was zpool status information keeping.
...0, and then created home_pool using mirror, here is the mirror information.
pool: omp_pool
state: ONLINE
scrub: none requested
config:
NAME STATE READ WRITE CKSUM
omp_pool ONLINE 0 0 0
mirror ONLINE 0 0 0
c1t3d0s0 ONLINE 0 0 0
c1t2d0s0 ONLINE 0 0 0
then changed the root to raw /dev/dsk/c1t1d0s0, and then reboot the system from it. zfs is ok now as everything keeps unchanged. then I run zpool detach command and then zpool attach. zfs is still ok in the root environme...
2009 Oct 27
2
root pool can not have multiple vdevs ?
...e-880
# zpool status
pool: neptune_rpool
state: ONLINE
scrub: none requested
config:
NAME STATE READ WRITE CKSUM
neptune_rpool ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
c1t0d0s0 ONLINE 0 0 0
c1t3d0s0 ONLINE 0 0 0
errors: No known data errors
Now I want to add two more mirrors to that pool because the V880 has more
drives to offer, that are not used at the moment.
So I''d like to add in a mirror of c1t1d0 and c1t4d0 :
# zpool add -f neptune_rpool c1t1d0
cannot label ...
2010 Apr 29
39
Best practice for full stystem backup - equivelent of ufsdump/ufsrestore
I''m looking for a way to backup my entire system, the rpool zfs pool to an external HDD so that it can be recovered in full if the internal HDD fails. Previously with Solaris 10 using UFS I would use ufsdump and ufsrestore, which worked so well, I was very confident with it. Now ZFS doesn''t have an exact replacement of this so I need to find a best practice to replace it.