Sponsored Content
Full Discussion: Oneway mirrors
Operating Systems Solaris Oneway mirrors Post 302767771 by ossupport55 on Thursday 7th of February 2013 12:12:51 PM
Old 02-07-2013
Oneway mirrors

All,

One-way mirror. Elements of the concat in Last-errd state. What would be the best way to correct it?

Code:
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
db2test/d216   p  100GB db2test/d200
db2test/d215   p   10GB db2test/d200
db2test/d214   p  145GB db2test/d200
db2test/d213   p  193GB db2test/d200
db2test/d212   p   10GB db2test/d200
db2test/d211   p   30GB db2test/d200
db2test/d210   p   10GB db2test/d200

    db2test/d200 m  599GB db2test/d201 (maint)
        db2test/d201 s  599GB /dev/dsk/c3t60A9800057396D72684A504A65647036d0s0 /dev/dsk/c3t60A9800057396D72684A504A65667830d0s0 /dev/dsk/c3t60A9800057396D72684A504A65674850d0s0 /dev/dsk/c3t60A9800057396D72684A504A65675753d0s0 /dev/dsk/c3t60A9800057396D72684A504A65676E61d0s0 /dev/dsk/c3t60A9800057396D72684A504A65683543d0s0 /dev/dsk/c3t60A9800057396D72684A525866446D38d0s0 /dev/dsk/c3t60A98000486E643661345663436D7643d0s0 /dev/dsk/c3t60A98000486E643661345663436E3769d0s0 /dev/dsk/c3t60A98000486E643661345663444D4A49d0s0 (last-erred) /dev/dsk/c3t60A98000646654724C4A6A6863434E38d0s0 /dev/dsk/c3t60A98000646654724C4A6A6863436F6Dd0s0

Cheers
Tim

Moderator's Comments:
Mod Comment Use code tags, please, see PM.

Last edited by zaxxon; 02-07-2013 at 01:52 PM.. Reason: code tags
 

6 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. 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

4. 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

5. 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

6. Solaris

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... (4 Replies)
Discussion started by: fishface
4 Replies
volrootmir(8)						      System Manager's Manual						     volrootmir(8)

NAME
volrootmir - Mirror areas necessary for booting to a new disk SYNOPSIS
/usr/sbin/volrootmir [-a] [nconfig=count] target_disk [swap=target_partition] OPTIONS
Specifies that all volumes on the system disk be mirrored, not just the root and swap volumes, rootvol and swapvol. DESCRIPTION
The volrootmir script causes a mirror copy of areas of the root disk involved in booting to be made on the specified target disk. When used without the -a option, volrootmir adds mirrors of the root and swap volumes and allocates them on the new disk. In addition, all disk regions required for booting are set up and partitions for the new volume mirrors are created. When used with the -a option, volrootmir mirrors all in-use partitions on the system disk. To mirror a swap volume that is on a separate disk from the root volume, the swap attribute must be used to specify a separate target for the swap mirror. The target disk(s) must be at least as large as the sum of the sizes of rootvol and swapvol. Also, the physical disk should not have any disk partition in use. This script can be called from the voldiskadm menus by choosing the Mirror volumes on a disk operation. ATTRIBUTES
Specifies the number of log copies and copies of the configuration database, for example, nconfig=2. Specifies that the swap volume, swapvol, be mirrored on a separate disk, as specified by target_partition. EXAMPLES
The following command mirrors the rootvol and swapvol volumes onto the target disk, dsk3. This command will fail if swapvol is on a differ- ent disk from rootvol. # volrootmir dsk3 The following command mirrors rootvol, swapvol, and any other volumes on the root disk onto the target disk, dsk3. This command will fail if swapvol is on a different disk from rootvol. # volrootmir -a dsk3 The following command mirrors rootvol on disk dsk3, swapvol onto partition dsk7d, and any other volumes on the root disk onto disk dsk3. This command will fail if swapvol is on the same disk as rootvol. # volrootmir -a dsk3 swap=dsk7d The following command mirrors rootvol onto disk dsk3 and swapvol onto partition dsk7d. This command will fail if swapvol is on the same disk as rootvol. # volrootmir dsk3 swap=dsk7d SEE ALSO
volintro(8), voldiskadm(8) volrootmir(8)
All times are GMT -4. The time now is 07:12 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy