(for some reason I cannot find  my original thread..so I'm reposting it)

I am trying to move my data off of a 40gb 3.5" drive to a 40gb 2.5" drive.  
This is in a Netra running Solaris 10.

Originally what I did was:

zpool attach -f rpool c0t0d0 c0t2d0.

Then I did an installboot on c0t2d0s0.

Didnt work.  I was not able to boot from my second drive (c0t2d0).

I cannot remember my other commands but I ended up removing c0t2d0 from my 
pool.  So here is how it looks now:

# zpool status -v
  pool: rpool
 state: ONLINE
 scrub: none requested
config:

        NAME        STATE     READ WRITE CKSUM
        rpool       ONLINE       0     0     0
          c0t0d0s0  ONLINE       0     0     0

zfs list shows no other drive connected to the pool.

I am trying to redo this to see where I went wrong but I get the following 
error:
zpool attach -f rpool c0t0d0 c0t2d0


# zpool attach -f rpool c0t0d0 c0t2d0
invalid vdev specification
the following errors must be manually repaired:
/dev/dsk/c0t2d0s0 is part of active ZFS pool rpool. Please see zpool(1M).
/dev/dsk/c0t2d0s2 is part of active ZFS pool rpool. Please see zpool(1M).


How can I remove c0t2d0 from the pool?
-- 
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