Hi:
I have a zfs pool called usbstorage which consists of one single external usb 
disk as shown below:
# zpool status usbstorage
  pool: usbstorage
 state: UNAVAIL
status: One or more devices could not be opened.  There are insufficient
        replicas for the pool to continue functioning.
action: Attach the missing device and online it using 'zpool online'.
   see: http://www.sun.com/msg/ZFS-8000-3C
 scrub: none requested
config:

        NAME        STATE     READ WRITE CKSUM
        usbstorage  UNAVAIL      0     0     0  insufficient replicas
          c8t0d0    UNAVAIL      0     0     0  cannot open

I took the disk from the external usb enclosure and put it inside my computer 
as an internal disk. Opensolaris recognizes the disk as c9d1 now. Since the 
data is intact, is there anyway I can replace c8t0d0 with c9d1s0? I tried using 
the command:
zpool replace usbstorage c8t0d0 c9d1s0, but gotten this error back:

cannot open 'usbstorage': pool is unavailable

I'll appreciate any zfs guru can assist in this matter.

Thanks,
Keith
-- 
This message posted from opensolaris.org

Reply via email to