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

Explain what is a fifo?

536


What do you mean by unix operating system?

480


What are unix options?

474


What is unix and why it is used?

527


Discuss briefly about the directory representation in unix.

567






How to change the password in unix operating system?

485


What are the different versions of unix?

479


Is it possible to count number char, line in a file; if so, How?

705


What is the full meaning of unix?

480


Is unix a programming language?

487


What is unix file?

489


How does unix file system work?

507


Is a form of interprocess communication in unix?

498


How to know the ip address of user system?

543


How to make a new directory in unix?

536