What is procedure to configure Mirror rootvg in HP-UX?

Answer Posted / srinu babu

1. step is create the BDRA(Boot disk Reserved area)on a disk to be used as a mirrored of the boot-able disk.
#pvcreate -fB /dev/rdsk/c2t6d0
Created an LVM header with a BDRA
#vgextend vg00 /dev/dsk/c2t6d0
Include the disk into vg00
#mkboot /dev/dsk/c2t6d0
Created a LIF on the new disk and add the LIF Filesystem to the BDRA
#lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c2t6d0
#lvextend -m 1 /dev/vg00/lvol2 /dev/dsk/c2t6d0
#lvextend -m 1 /dev/vg00/lvol3 /dev/dsk/c2t6d0
.
.
.
.
etc
#lvlnboot -R /dev/vg00
Ensure BDRA is synchronized
#lvlnboot -v /dev/vg00
#mkboot -a "hpux" -lq /dev/rdsk/c2t6d0

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In what way the Fault Handlers and the Interrupt handlers are different?

543


What is Process id in unix?

563


Is mac built on unix?

501


Is unix the first operating system?

514


How to create a blank file in unix?

517






What do you understand by the term wild-card interpretation?

494


What is unix operating system explain various components of unix operating system?

483


Is unix a kernel?

525


How to install unix on windows 10?

568


Was unix the first operating system?

484


What is Thread dump in unix?

577


What does a pipe(|) do?

551


What are the main features of unix operating system?

493


What are positional parameters in unix?

496


Differentiate between paging and swapping?

524