Hi,

I'm trying to get Solaris 10U6 on a old V240 with two new Seagate disks
using zfs as the root filesystem, but failed with this status:

----------------------------------------------------------------------
# zpool status
  pool: rpool
 state: DEGRADED
status: One or more devices could not be used because the label is missing or
        invalid.  Sufficient replicas exist for the pool to continue
        functioning in a degraded state.
action: Replace the device using 'zpool replace'.
   see: http://www.sun.com/msg/ZFS-8000-4J
 scrub: none requested
config:

        NAME                     STATE     READ WRITE CKSUM
        rpool                    DEGRADED     0     0     0
          mirror                 DEGRADED     0     0     0
            3665986270438154650  FAULTED      0     0     0  was 
/dev/dsk/c0t0d0s0
            c0t1d0s0             ONLINE       0     0     0

errors: No known data errors
----------------------------------------------------------------------

I think the reason are nonunique devids for both drives

----------------------------------------------------------------------
# zdb -l /dev/dsk/c0t0d0s0 | egrep devid | head -1
                devid='id1,s...@n5000000000000000/a'

# zdb -l /dev/dsk/c0t1d0s0 | egrep devid | head -1
                devid='id1,s...@n5000000000000000/a'
----------------------------------------------------------------------

How is this 'devid' generated and who makes sure these devids will 
getting unique? And will Update 7 or OpenSolaris help?

Any help is appreciated.

Willi

P.S. here some more informations about the drives:

Disk 0:
  SN:       3LM63XBW
  Model:    ST3300655LC
  Firmware: 0003
  LOT No:   A-01-0925-3

Disk 1:
  SN:       3LM62RDB
  Model:    ST3300655LC
  Firmware: 0003
  LOT No:   A-01-0925-3



_______________________________________________
zfs-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to