Operating System - HP-UX
1826222 Members
3536 Online
109692 Solutions
New Discussion

Re: Query on Mirrored boot disk failure

 
SOLVED
Go to solution
Rg_4
Advisor

Query on Mirrored boot disk failure

Dear All,

Pls clear my doubt,

1. In a running server if primary boot mirrored disk failed,then server will restart or not?
2. what will happen to running server If alternate boot disk of mirrored vg00 failed

Thanks in Advance
Ragesh
7 REPLIES 7
Torsten.
Acclaimed Contributor
Solution

Re: Query on Mirrored boot disk failure

1) No, it using the other disk

2) if the other disk is still dead?
Your server cannot run without a boot disk.

if 1 disk remains working, your server will continue, no matter which disk is died.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
rariasn
Honored Contributor

Re: Query on Mirrored boot disk failure

Hi,


Hi:

Other considerations:

Three corollaries to the mirroring recommendation are:

1. Use the strict allocation policy for all mirrored logical volumes. Strict allocation forces mirrors to occupy different disks. Without strict allocation, you can have multiple mirror copies on the same disk; if that disk fails, you will lose all your copies. The allocation policy is controlled with the â s option of the lvcreate and lvchange commands. By default, strict allocation is enabled.

2. To improve the availability of your system, keep mirror copies of logical volumes on separate I/O busses if possible. With multiple mirror copies on the same bus, the bus controller becomes a single point of failureâ if the controller fails, you lose access to all the disks on that bus, and thus access to your data. If you create physical volume groups and set the allocation policy to PVG-strict, LVM helps you avoid inadvertently creating multiple mirror copies on a single bus. For more information about physical volume groups, refer to lvmpvg(4).

3. Consider using one or more free disks within each volume group as spares. If you configure a disk as a spare, then a disk failure causes LVM to reconfigure the volume group so that the spare disk takes the place of the failed one. That is, all the logical volumes that were mirrored on the failed disk are automatically mirrored and resynchronized on the spare, while the logical volume remains available to users. You can then schedule the replacement of the failed disk at a time of minimal inconvenience to you and your users. Sparing is particularly useful for maintaining data redundancy when your disks are not hot-swappable, since the replacement process may have to wait until your next scheduled maintenance interval.

rgs,
Deeos
Regular Advisor

Re: Query on Mirrored boot disk failure

1. No, server will use another disk without any hamper!

2. No matter of primary or alternete disk failure, your one of the mirrored disk should active for any fault tolerance!

Regards
Deeos
Deepak
Emil Velez
Honored Contributor

Re: Query on Mirrored boot disk failure

boot up with hpux -lq

if a disk fails either the mirror or primary you will get a LVM message in the syslog.

Then fix it !
Torsten.
Acclaimed Contributor

Re: Query on Mirrored boot disk failure

It continues to run even if the system is booted without "-lq".

But you need to use "hpux -lq" if you want to reboot the server with a dead disk installed.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Deeos
Regular Advisor

Re: Query on Mirrored boot disk failure

As per the above torston comment!


it's exactly like that!


Regards
Deeos
Deepak
Rg_4
Advisor

Re: Query on Mirrored boot disk failure

Thx