The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Operating Systems > SUN Solaris
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 08-19-2008
mgb mgb is offline
Registered User
  
 

Join Date: Apr 2008
Posts: 20
Thanks for the reply. Sorry for not including "CODE tags". The first assumption is correct - each mirror has two submirrors, d1x and d2x.

The metadb is on s6. The disk c1t1d0 is the replaced disk.

I was trying to execute:

Code:
metareplace -e d30 c1t1d0s0
and it kept barfing. When I executed:

Code:
metareplace -e d31 c1t1d0s1
It started syncing! Thanks. But the metadb is messed up like you said:

Code:
# metadb
        flags           first blk       block count
      W   p  l          16              1034            /dev/dsk/c1t1d0s6
      W   p  l          1050          1034            /dev/dsk/c1t1d0s6
I tried the command:

Code:
# metadb -d c1t1d0s6
metadb: sl76prd2: must have at least 2 databases (-f overrides)
Suggestions?

Thanks,

Mike