# rmformat
Looking for devices...
     1. Logical Node: /dev/rdsk/c3t0d0p0
        Physical Node: /p...@0,0/pci108e,c...@2,1/stor...@1/d...@0,0
        Connected Device: Ext Hard  Disk
        Device Type: Removable
     2. Logical Node: /dev/rdsk/c2t0d0p0
        Physical Node: /p...@0,0/pci108e,c...@2,1/stor...@2/d...@0,0
        Connected Device: Ext Hard  Disk
        Device Type: Removable
     3. Logical Node: /dev/rdsk/c3t0d1p0
        Physical Node: /p...@0,0/pci108e,c...@2,1/stor...@1/d...@0,1
        Connected Device: Ext Hard  Disk
        Device Type: Removable
     4. Logical Node: /dev/rdsk/c0t0d0p0
        Physical Node: /p...@0,0/pci-...@6/i...@0/s...@0,0
        Connected Device: TEAC     DW-224SL-R       1.0A
        Device Type: DVD Reader

# zpool status
  pool: data
 state: ONLINE
 scrub: none requested
config:

        NAME        STATE     READ WRITE CKSUM
        data        ONLINE       0     0     0
          c2t0d0p0  ONLINE       0     0     0

errors: No known data errors

  pool: data2
 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
        data2       UNAVAIL      0     0     0  insufficient replicas
          c3t0d0    UNAVAIL      0     0     0  cannot open

  pool: rpool
 state: ONLINE
 scrub: none requested
config:

        NAME          STATE     READ WRITE CKSUM
        rpool         ONLINE       0     0     0
          mirror      ONLINE       0     0     0
            c1t2d0s0  ONLINE       0     0     0
            c1t3d0s0  ONLINE       0     0     0

errors: No known data errors

# zpool create data3 c3t0d1
invalid vdev specification
use '-f' to override the following errors:
/dev/dsk/c2t0d0s2 is part of active ZFS pool data. Please see zpool(1M).
/dev/dsk/c2t0d0s8 is part of active ZFS pool data. Please see zpool(1M).
#

huh?  what does c2t0d0* have to do with my attempt to create a pool on
c3t0d1?

-frank
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to