Cant Metadetach


 
Thread Tools Search this Thread
Operating Systems Solaris Cant Metadetach
# 1  
Old 10-02-2009
Cant Metadetach

Hi, all i want to metadetach

but get the below error
Code:
# metadetach d6 d62
metadetach: CNORACLE2: d6: resync in progress

Code:
d6: Mirror
    Submirror 0: d61
      State: Okay
    Submirror 1: d62
      State: Resyncing
    Resync in progress: 6 % done
    Pass: 1
    Read option: roundrobin (default)
    Write option: parallel (default)
    Size: 286573248 blocks (136 GB)

d61: Submirror of d6
    State: Okay
    Size: 286573248 blocks (136 GB)
    Stripe 0:
        Device     Start Block  Dbase        State Reloc Hot Spare
        c0t1d0s6          0     No            Okay   Yes


d62: Submirror of d6
    State: Resyncing
    Size: 286573248 blocks (136 GB)
    Stripe 0:
        Device     Start Block  Dbase        State Reloc Hot Spare
        c1t1d0s6          0     No            Okay   Yes


Device Relocation Information:
Device   Reloc  Device ID
c0t1d0   Yes    id1,sd@SFUJITSU_MAW3147NC_______DAF4P7800UKV
c1t1d0   Yes    id1,sd@SFUJITSU_MAW3147NC_______DAF4P7800UJY

any idea on it?
how to success to metadetach?
# 2  
Old 10-02-2009
wait until the resync is complete or use the "-f" option on metadetach.
# 3  
Old 10-02-2009
Quote:
Originally Posted by DukeNuke2
wait until the resync is complete or use the "-f" option on metadetach.

i had use metadetach -f d6 d62,
but still get the same error.

is it got other way to force detach or clear this mirror?
# 4  
Old 10-02-2009
you can "metaclear" the submirror...
# 5  
Old 10-02-2009
Quote:
Originally Posted by DukeNuke2
you can "metaclear" the submirror...
the error is below

Code:
# metaclear d62
metaclear: CNORACLE2: d62: metadevice in use

# metaclear d6
metaclear: CNORACLE2: d6: metadevice is open

# metaclear d61
metaclear: CNORACLE2: d61: metadevice in use

any idea?
# 6  
Old 10-02-2009
tried the "-f" option?

Last edited by DukeNuke2; 10-02-2009 at 03:49 AM..
# 7  
Old 10-02-2009
yes, get the same error
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Solaris

metadetach error on /var filesystem

Hi Everyone I am trying to detach sub mirror for /var/ filesystem not sure how to detach this sub mirror. someone please guide, I am removing all devices from using SVM. metastat -p bash-3.00#metastat -p d3 -m d13 1 d13 3 1 c1t2d0s3 \ 1 c1t2d0s5 \ 1 c1t3d0s3... (6 Replies)
Discussion started by: bobby320
6 Replies
Login or Register to Ask a Question