Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

root mirroring problem

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Hi all,

We are facing problem while we mirror root fs.

We already configurred raid5 on server which was created using metatool utility. And the server was working fine.

Now after 2 months we planned to mirror root fs. root slice is c0t0d0s0.
We created same size slice (c0t1d0s0) on second harddisk.

We executed following commands.

metainit -f d21 1 1 c0t0d0s0
metainit d22 1 1 c0t1d0s0
metainit d20 -m d21
metaroot d20
lockfs -fa
reboot


Now after rebooting the system, system was not coming up. It was giving message
'metadevice database have broken components/slices. Delete broken components'

and system is not coming up. Not showing any raid5 metadevices.

Any suggestions.


Regards

PAvikumar
 
You might have to boot from CD and mount your root partitian. Then edit /etc/vfstab
to get back to booting from your boot disk so you can get the system back up.
Then go through setting up the mirrors again.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top