Sponsored Content
Operating Systems Solaris Zpool with 3 2-way mirrors in a pool Post 303001305 by fishface on Tuesday 1st of August 2017 12:49:58 PM
Old 08-01-2017
Zpool with 3 2-way mirrors in a pool

I have a single zpool with 3 2-way mirrors ( 3 x 2 way vdevs) it has a degraded disk in mirror-2, I know I can suffer a single drive failure, but looking at this how many drive failures can this suffer before it is no good? On the face of it, I thought that I could lose a further 2 drives in each pool, or even 5, but then I read that if any vdev completely fails in any zpool the entire pool is toast.

Code:
pool1 DEGRADED 
mirror-0 ONLINE
c0t5000C5004835382300 ONLINE
c0t5000CCA02533A897d0 ONLINE
mirror-1 ONLINE 
c0t5000CCA03CA35A25d0 ONLINE
c0t5000C5004867DF01d0 ONLINE
mirror-2 DEGRADED
c0t5000CCA06E11B840d0 ONLINE
c0t5000C5004821F08Fd0 UNAVAIL


Moderator's Comments:
Mod Comment Please use CODE tags as required by forum rules!

Last edited by RudiC; 08-01-2017 at 02:12 PM.. Reason: Added CODE tags.
 

9 More Discussions You Might Find Interesting

1. Solaris

DiskSuite: Breaking mirrors.

Ok, so I have a remote system (7 states away) that's using SDS to manage the two 18 gig disks. /, swap, /var, /home, and /opt. The mirroring procedure I created uses installboot to ensure there's a bootblk on both disks of an SDS mirror. The system has a problem booting (can't write to... (21 Replies)
Discussion started by: BOFH
21 Replies

2. Solaris

both mirrors in needs maintenance state.

Hi, Ii am facing the belwo problem: d50: Mirror Submirror 0: d30 State: Needs maintenance Submirror 1: d40 State: Needs maintenance Pass: 1 Read option: roundrobin (default) Write option: parallel (default) Size: 212176648 blocks (101 GB) d30:... (3 Replies)
Discussion started by: sag71155
3 Replies

3. Infrastructure Monitoring

zfs - migrate from pool to pool

Here are the details. cnjr-opennms>root$ zfs list NAME USED AVAIL REFER MOUNTPOINT openpool 20.6G 46.3G 35.5K /openpool openpool/ROOT 15.4G 46.3G 18K legacy openpool/ROOT/rds 15.4G 46.3G 15.3G / openpool/ROOT/rds/var 102M ... (3 Replies)
Discussion started by: pupp
3 Replies

4. Linux

Additional mirrors on centos

How can I add additional mirrors to my CENTOS distro, according to this page AdditionalResources/Repositories - CentOS Wiki there are few fedora project repositories I'd like to add any of them but I don't know how? Thank you in advance (0 Replies)
Discussion started by: c0mrade
0 Replies

5. Linux

[Errno 256] No more mirrors to try.

Dear all, CentOS 6 After executing "yum update -y" command I am facing this error. Please help me out. thanks in advance. Full error & error code is given as follow: ... (7 Replies)
Discussion started by: saqlain.bashir
7 Replies

6. Solaris

Help with attaching mirrors

Hi Guys, I need a help with attaching the sub mirrors as it keep throwing errors. I have done solaris live upgrade and it was succesful but it keeps throwing error only for root (s0) and swap (s1)when i try to attach them. For rest of the partitions for slices 3,4,5 on target 1 are able to... (4 Replies)
Discussion started by: phanidhar6039
4 Replies

7. BSD

Unable to create zfs zpool in FreeBSD 8.2: no such pool or dataset

I am trying to test simple zfs functionality on a FreeBSD 8.2 VM. When I try to run a 'zpool create' I receive the following error: # zpool create zfspool /dev/da0s1a cannot create 'zfspool': no such pool or dataset # zpool create zfspool /dev/da0 cannot create 'zfspool': no such pool or... (3 Replies)
Discussion started by: bstring
3 Replies

8. Solaris

Oneway mirrors

All, One-way mirror. Elements of the concat in Last-errd state. What would be the best way to correct it? metastat -s db2test -pc db2test/d220 p 5.0GB db2test/d200 db2test/d219 p 5.0GB db2test/d200 db2test/d218 p 5.0GB db2test/d200 db2test/d217 p 30GB db2test/d200... (0 Replies)
Discussion started by: ossupport55
0 Replies

9. Solaris

How to clear a removed single-disk pool from being listed by zpool import?

On an OmniOS server, I removed a single-disk pool I was using for testing. Now, when I run zpool import it will show it as FAULTED, since that single disk not available anymore. # zpool import pool: fido id: 7452075738474086658 state: FAULTED status: The pool was last... (11 Replies)
Discussion started by: priyadarshan
11 Replies
DPM-GETSPACEMD(1)					    DPM Administrator Commands						 DPM-GETSPACEMD(1)

NAME
dpm-getspacemd - get space metadata SYNOPSIS
dpm-getspacemd --space_token s_token dpm-getspacemd [ --token_desc u_token ] dpm-getspacemd --help DESCRIPTION
dpm-getspacemd gets the space metadata for a given space token or a space token description. If none of the options is specified, the metadata for all the space tokens accessible by the user will be listed. For each token, it displays three lines. The first one gives the space token, the user description and the poolname associated with it. The second one gives the space usage restriction, either a DN or a list of VOMS FQANs. The third one gives the size of the space, the amount of free space, the remaining space lifetime, the retention policy and the access latency. s_token specifies the space token returned by a previous reservespace request. u_token specifies the user provided description associated with a previous reservespace request. EXAMPLE
setenv DPM_HOST dpmhost setenv DPNS_HOST dpnshost dpm-getspacemd fe869590-b771-4002-b11a-8e7430d72911 myspace pool1 dteam 10.00G 9.00G 24.0h REPLICA ONLINE 80e35f8b-7e4e-49a9-90b0-5d5a7ce7e8bc gilbert_1 pool1 dteam 146.48k 127.01k 1.1m REPLICA ONLINE 023a5ec1-03ea-464c-9af7-5246183ff5c5 gilbert_2 pool1 dteam 146.48k 127.01k 1.1m REPLICA ONLINE dpm-getspacemd --token_desc myspace fe869590-b771-4002-b11a-8e7430d72911 myspace pool1 dteam 10.00G 9.00G 24.0h REPLICA ONLINE dpm-getspacemd --space_token fe869590-b771-4002-b11a-8e7430d72911 fe869590-b771-4002-b11a-8e7430d72911 myspace pool1 dteam 10.00G 9.00G 24.0h REPLICA ONLINE EXIT STATUS
This program returns 0 if the operation was successful or >0 if the operation failed. SEE ALSO
dpm(1), dpm-reservespace(1) LCG
$Date: 2008/09/24 11:25:00 $ DPM-GETSPACEMD(1)
All times are GMT -4. The time now is 01:34 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy