Operating System - HP-UX
1830992 Members
2641 Online
110018 Solutions
New Discussion

How to check if system is mirrored

 
SOLVED
Go to solution
Tim_ct
Advisor

How to check if system is mirrored

Hi,

Could anybody tell me how to check a pair of disks are mirrored or stripped?

Thanks!
3 REPLIES 3
CharlesC
Advisor
Solution

Re: How to check if system is mirrored

I think you if you know what VG/LV is on those set of disks then you can verify by running lvdisplay. For example:

# lvdisplay /dev/vg00/lvol4
--- Logical volumes ---
LV Name /dev/vg00/lvol4
VG Name /dev/vg00
LV Permission read/write
LV Status available/syncd
Mirror copies 0
Consistency Recovery MWC
Schedule parallel
LV Size (Mbytes) 252
Current LE 63
Allocated PE 63
Stripes 0
Stripe Size (Kbytes) 0
Bad block on
Allocation strict
IO Timeout (Seconds) default

#

It will show you for this particulay LV that whether it has mirrored and stripes.
What if...
Tim_ct
Advisor

Re: How to check if system is mirrored

ic...

thanks for your reply!
Tim_ct
Advisor

Re: How to check if system is mirrored

problem solved