Oracle Solaris File Systems and Disk Management (MOSC)

MOSC Banner

How to remove disks from a 2-mirror (striped mirror) zpool?

edited May 27, 2011 2:30AM in Oracle Solaris File Systems and Disk Management (MOSC) 4 commentsAnswered
Hello,
Please, consider the following situation:
# zpool status pool2
  pool: pool2
 state: ONLINE
 scan: none requested
config:

        NAME        STATE     READ WRITE CKSUM
        pool2       ONLINE       0     0     0
          mirror-0  ONLINE       0     0     0
            c3t2d0  ONLINE       0     0     0
            c3t3d0  ONLINE       0     0     0
          mirror-1  ONLINE       0     0     0
            c3t4d0  ONLINE       0     0     0
            c3t5d0  ONLINE       0     0     0

errors: No known data errors


# zpool detach pool2 c3t5d0
# zpool status pool2
  pool: pool2
 state: ONLINE
 scan: none requested
config:

        NAME        STATE     READ WRITE CKSUM
        pool2       ONLINE       0     0     0
          mirror-0  ONLINE       0     0     0
            c3t2d0  ONLINE       0     0     0
            c3t3d0  ONLINE       0     0     0
          c3t4d0    ONLINE       0     0     0

errors: No known data errors

Ok, now how do I remove c3t4d0

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center