Operating System - Linux
1831146 Members
2767 Online
110020 Solutions
New Discussion

Redhat 2.1 I64 OS mirroring

 
Darrin St. Amant
Frequent Advisor

Redhat 2.1 I64 OS mirroring

Has anyone been successful mirroring the EFI (vfat) partition w/ LVM in RH2.1 I64? If so can you give details.

thanx
ds.
5 REPLIES 5
Steven E. Protter
Exalted Contributor

Re: Redhat 2.1 I64 OS mirroring

I have not.

What I can tell you is the LVM port in Red Hat does not include mirror/ux, so lvm can't do the mirror.

The way to go with any filesystem is to use the Red Hat Software Raid.

Thats the interface that is called disk druid in the install process.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Roberto Polli
Trusted Contributor

Re: Redhat 2.1 I64 OS mirroring

Hi,
got same problem. I think not.
I hope to shift from As2.1 to AS3.0

I think that if it's possible you can't do that after first boot.
Maybe You can mirror the other partitions recreating on the 2nd drive the same partition table of the first. linux raidtools shouldn't need a whole disk.

In studying about it anyway and i'll let you know. Please do the same.
Peace, R.

Darrin St. Amant
Frequent Advisor

Re: Redhat 2.1 I64 OS mirroring

Well Maybe I answered my own question. So w/ I64 4640 server w/ dual channel scsi, I put the /boot/efi on RAID 1 partition which was /dev/md0 and was able to boot to it from both drives. I pulled each drive and booted from it... hmmm :) I had to reset my boot paths though... I not clear how this is wrking.... though...

anyone?

ds
Roberto Polli
Trusted Contributor

Re: Redhat 2.1 I64 OS mirroring

shortly:
you had:
one simple /dev/sda with OS+/boot/efi
one mirror /dev/md0 empty

now you have:
one mirrored disk /dev/md0

questions:
did you partition /dev/md0 ?
how do you access /dev/md0 partitions?
did you put /boot/efi on a vfat partitions?

Peace, R.


Darrin St. Amant
Frequent Advisor

Re: Redhat 2.1 I64 OS mirroring

Hey Roberto,
Remember your RAID is from the OS level which /dev/md then becomes a virtual device pointed to physical device. So that being the case your /boot/efi is still residing on the physical hardware path to the blk device. So yes, I did partition the /dev/md devices, so from the EFI prompt I see many blk partitions. the /boot/efi resides on the first partition of the device.
Hope this helps, let me know if you need additional info.

thanx
ds.